godot/main/tests
K. S. Ernest (iFire) Lee 47b42787e3 Make visualscript search better.
* There were spaces unequally inside the function definitions.
* camelcase_to_underscore() should also work for numbers inside of the camel case.
* Removed the builtin concept
* Capitalize descriptions from methods too.
* Match the visual script functions by removing the empty arguments "( )"
* Add some test cases
2018-10-11 14:22:40 -07:00
..
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
test_astar.cpp Fix build after ##21492 2018-10-02 10:47:51 +02:00
test_astar.h Fix build after ##21492 2018-10-02 10:47:51 +02:00
test_gdscript.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
test_gdscript.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_gui.cpp Fix various Clang 7 warnings about unused stuff 2018-10-01 17:32:12 +02:00
test_gui.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_image.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_image.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_io.cpp Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-dtor] 2018-10-02 13:40:17 +02:00
test_io.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_main.cpp Merge pull request #21492 from Maykeye/astar 2018-10-02 10:30:12 +02:00
test_main.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_math.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_math.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_oa_hash_map.cpp Fix GCC 8 warnings about potentially unitialized variables 2018-10-04 13:08:41 +02:00
test_oa_hash_map.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_ordered_hash_map.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_ordered_hash_map.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_physics.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_physics.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_physics_2d.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_physics_2d.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_render.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_render.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_shader_lang.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
test_shader_lang.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
test_string.cpp Make visualscript search better. 2018-10-11 14:22:40 -07:00
test_string.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00