1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-19 19:52:24 +02:00
openrw/tests
Daniel Evans c7d77084c2
Merge pull request #717 from danhedron/imgui
Use ImGui for debugging
2019-05-25 16:37:07 +01:00
..
CMakeLists.txt Provide tests for ViewCamera 2019-05-23 23:38:43 +01:00
main.cpp Provide tests for ViewCamera 2019-05-23 23:38:43 +01:00
test_Animation.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_Archive.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_AudioLoading.cpp Fix openAL's issue with unqueueing buffers 2019-05-23 15:24:01 +02:00
test_Buoyancy.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_Character.cpp Unify Object Atomic/Clump handling 2019-05-16 00:11:32 +01:00
test_Chase.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_Config.cpp rwgame+tests: fix argument parsing of bool arguments 2019-01-08 02:11:55 +01:00
test_Cutscene.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_Data.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_FileIndex.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_GameData.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_GameWorld.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_Garage.cpp Merge pull request #693 from danhedron/remove-nodata-build 2019-01-22 03:16:40 +00:00
test_Globals.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_Globals.hpp Provide tests for ViewCamera 2019-05-23 23:38:43 +01:00
test_HitTest.cpp HitTest class for use in area scanning 2019-01-03 00:00:54 +00:00
test_Input.cpp Cleanup interfaces of rwgame 2019-01-20 20:00:00 +01:00
test_Items.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_Lifetime.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_LoaderDFF.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_LoaderIDE.cpp all: fix 'warning: missing braces around initializer' 2018-09-16 00:53:16 +02:00
test_LoaderIPL.cpp Avoid using shared_ptr for InstanceData 2019-01-21 00:29:11 +01:00
test_Logger.cpp tests: only include test_globals.hpp when needed 2017-08-15 15:58:01 +01:00
test_Menu.cpp Cleanup interfaces of rwgame 2019-01-20 20:00:00 +01:00
test_Object.cpp Stop using default initialization onglm datatypes. 2018-02-09 22:33:10 +00:00
test_Payphone.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_Pickup.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_Renderer.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_RWBStream.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_SaveGame.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_ScriptMachine.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_Sound.cpp Implement basic tests for audio decoding and playing 2019-04-10 20:29:34 +02:00
test_State.cpp Convert Menu instances to std::optional 2018-12-21 22:58:51 +01:00
test_StringEncoding.cpp rwlib+rwengine: add string conversion independent of font 2018-08-05 23:20:58 +02:00
test_Text.cpp Remove RW_TEST_WITH_DATA from test code 2019-01-21 20:31:31 +00:00
test_TrafficDirector.cpp Merge pull request #693 from danhedron/remove-nodata-build 2019-01-22 03:16:40 +00:00
test_Vehicle.cpp Unify Object Atomic/Clump handling 2019-05-16 00:11:32 +01:00
test_ViewCamera.cpp Provide tests for ViewCamera 2019-05-23 23:38:43 +01:00
test_VisualFX.cpp Refactor VisualFX and fix memory leaks 2018-08-21 21:51:28 +02:00
test_Weapon.cpp Unify Object Atomic/Clump handling 2019-05-16 00:11:32 +01:00
test_World.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00
test_ZoneData.cpp tests: capitalize test name (test_name.cpp -> test_Name.cpp) 2017-10-29 20:40:57 +00:00