godot/main/tests
Juan Linietsky a6f3bc7c69 Renaming of servers for coherency.
VisualServer -> RenderingServer
PhysicsServer -> PhysicsServer3D
Physics2DServer -> PhysicsServer2D
NavigationServer -> NavigationServer3D
Navigation2DServer -> NavigationServer2D

Also renamed corresponding files.
2020-03-27 15:21:27 -03:00
..
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
test_astar.cpp PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
test_astar.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_gdscript.cpp Replace FALLTHROUGH macro by C++17 [[fallthrough]] 2020-02-23 00:52:50 +01:00
test_gdscript.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_gui.cpp Renamed 2D and 3D nodes to make their types explicit 2020-03-27 14:54:04 +01:00
test_gui.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_main.cpp Remove unused classes and stray headers 2020-03-24 09:50:51 +01:00
test_main.h Remove unused classes and stray headers 2020-03-24 09:50:51 +01:00
test_math.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
test_math.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_oa_hash_map.cpp Remove unused classes and stray headers 2020-03-24 09:50:51 +01:00
test_oa_hash_map.h Remove unused classes and stray headers 2020-03-24 09:50:51 +01:00
test_ordered_hash_map.cpp Remove unused classes and stray headers 2020-03-24 09:50:51 +01:00
test_ordered_hash_map.h Remove unused classes and stray headers 2020-03-24 09:50:51 +01:00
test_physics.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
test_physics.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_physics_2d.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
test_physics_2d.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_render.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
test_render.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_shader_lang.cpp Renaming of servers for coherency. 2020-03-27 15:21:27 -03:00
test_shader_lang.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
test_string.cpp Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assert 2020-03-04 04:44:47 -03:00
test_string.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00