virtualx-engine/main/tests
Maykeye 40562a67c8 Changed A* exit condition, added 2 tests for it
A* now exits when next node from open set with least cost happens to be end_point,
not when node with least cost has end_point as a neigbour.

Added two tests for astar:
* ABC tests case where start and end node are
neigbours
* ABCX tests case with intermediate nodes
2018-08-28 19:48:07 +06:00
..
SCsub disable caching for targets using helper functions 2017-11-28 23:24:12 -04:00
test_astar.cpp Changed A* exit condition, added 2 tests for it 2018-08-28 19:48:07 +06:00
test_astar.h Changed A* exit condition, added 2 tests for it 2018-08-28 19:48:07 +06:00
test_gdscript.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
test_gdscript.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_gui.cpp Add radio-button-looking entries to PopupMenu 2018-03-27 19:19:45 +02:00
test_gui.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_image.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_image.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_io.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
test_io.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_main.cpp Changed A* exit condition, added 2 tests for it 2018-08-28 19:48:07 +06:00
test_main.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_math.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
test_math.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_oa_hash_map.cpp updated OAHashMap to use robinhood hashing 2018-05-03 17:00:21 +02:00
test_oa_hash_map.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_ordered_hash_map.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_ordered_hash_map.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_physics.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
test_physics.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_physics_2d.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_physics_2d.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_render.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_render.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_shader_lang.cpp Visual Shaders are back. 2018-07-14 18:16:18 -03:00
test_shader_lang.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
test_string.cpp Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
test_string.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00