..
CMakeLists.txt
rwgame: merge argument + configuration file parsing + add tests
2018-12-28 00:58:10 +01:00
main.cpp
tests: Include main test function from boost/test/unit_test.hpp
2017-10-29 20:40:57 +00:00
test_Animation.cpp
Use static instance of AnimationBone
2018-12-09 14:32:11 +01:00
test_Archive.cpp
tests: capitalize test name (test_name.cpp -> test_Name.cpp)
2017-10-29 20:40:57 +00:00
test_Buoyancy.cpp
Stop using default initialization onglm datatypes.
2018-02-09 22:33:10 +00:00
test_Character.cpp
Fix data test test_activities
2018-07-13 18:52:10 +02:00
test_Chase.cpp
tests: capitalize test name (test_name.cpp -> test_Name.cpp)
2017-10-29 20:40:57 +00:00
test_Config.cpp
rwgame: merge argument + configuration file parsing + add tests
2018-12-28 00:58:10 +01:00
test_Cutscene.cpp
Remove unneed FileHandle (aka shared_ptr)
2018-08-06 22:42:09 +02:00
test_Data.cpp
Convert vehicleInfo to vector
2018-11-29 23:36:44 +01:00
test_FileIndex.cpp
rwtests: fix FileIndex test on Windows
2018-08-17 03:31:29 +02:00
test_GameData.cpp
tests: GameWorld needs a loaded GameData
2018-08-21 19:59:53 +01:00
test_GameWorld.cpp
Game objects as unique ptrs
2018-10-05 13:06:53 +01:00
test_Garage.cpp
Garages continuation
2018-06-24 02:43:24 +03:00
test_Globals.cpp
rwgame: merge argument + configuration file parsing + add tests
2018-12-28 00:58:10 +01:00
test_Globals.hpp
Disable warnings caused by register in bullet
2018-10-29 16:35:32 +01:00
test_Input.cpp
Remove old style cast
2018-07-29 22:21:01 +02:00
test_Items.cpp
cmake/tests: Fix naming and timing of ItemTests test suite
2017-10-29 20:40:57 +00:00
test_Lifetime.cpp
tests: capitalize test name (test_name.cpp -> test_Name.cpp)
2017-10-29 20:40:57 +00:00
test_LoaderDFF.cpp
Remove unneed FileHandle (aka shared_ptr)
2018-08-06 22:42:09 +02:00
test_LoaderIDE.cpp
all: fix 'warning: missing braces around initializer'
2018-09-16 00:53:16 +02:00
test_LoaderIPL.cpp
Simplify IPL tests by adding output and comparison operators
2018-08-07 23:15:20 +01:00
test_Logger.cpp
tests: only include test_globals.hpp when needed
2017-08-15 15:58:01 +01:00
test_Menu.cpp
Further refactor of menu managment
2018-12-27 22:50:05 +01:00
test_Object.cpp
Stop using default initialization onglm datatypes.
2018-02-09 22:33:10 +00:00
test_Payphone.cpp
[Ready] Payphones ( #498 )
2018-06-17 23:24:34 -05:00
test_Pickup.cpp
Avoid dynamic allocations of WeaponData
2018-11-29 23:36:44 +01: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
Convert data of FileContentsInfo to unique_ptr
2018-08-06 23:08:34 +02: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
Prepare tests for Sound and SoundBuffer
2018-08-29 19:43:18 +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 unneed FileHandle (aka shared_ptr)
2018-08-06 22:42:09 +02:00
test_TrafficDirector.cpp
Stop using default initialization onglm datatypes.
2018-02-09 22:33:10 +00:00
test_Vehicle.cpp
Remove raw ptrs from VehicleObject
2018-08-31 20:04:39 +02:00
test_VisualFX.cpp
Refactor VisualFX and fix memory leaks
2018-08-21 21:51:28 +02:00
test_Weapon.cpp
Avoid dynamic allocations of WeaponData
2018-11-29 23:36:44 +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