minetest/src/unittest
sfan5 87ab97da2a
Fix find_nodes_in_area misbehaving with out-of-map coordinates (#11770)
This ensures that no overflows (side-effects) happen within the find_nodes_in_area function by limiting coordinates like done in the map generation code.
2021-11-26 19:32:41 +01:00
..
test_mod/test_mod Add "MINETEST_MOD_PATH" environment variable (#11515) 2021-10-07 00:19:41 +02:00
test_world
CMakeLists.txt Localize error messages in mainmenu (#11495) 2021-11-01 12:27:46 +00:00
test.cpp Rework use_texture_alpha to provide three opaque/clip/blend modes 2021-01-29 17:34:41 +01:00
test.h
test_activeobject.cpp
test_address.cpp
test_areastore.cpp Make sure relevant std::stringstreams are set to binary 2021-09-11 21:06:57 +02:00
test_authdatabase.cpp
test_ban.cpp
test_clientactiveobjectmgr.cpp fix: some code tidy about includes & irr namespaces 2021-05-03 19:49:19 +02:00
test_collision.cpp
test_compression.cpp Switch MapBlock compression to zstd (#10788) 2021-08-31 17:32:31 -07:00
test_config.h.in Add "MINETEST_MOD_PATH" environment variable (#11515) 2021-10-07 00:19:41 +02:00
test_connection.cpp Shave off buffer copies in networking code (#11607) 2021-09-17 18:14:25 +02:00
test_eventmanager.cpp
test_filepath.cpp
test_gameui.cpp
test_gettext.cpp Localize error messages in mainmenu (#11495) 2021-11-01 12:27:46 +00:00
test_inventory.cpp
test_irrptr.cpp Hide Wself-assign-overloaded and Wself-move unittest compilation warnings 2021-09-17 18:13:04 +02:00
test_keycode.cpp
test_map_settings_manager.cpp Rework Settings to support arbitrary hierarchies (#11352) 2021-06-23 15:22:31 +02:00
test_mapnode.cpp
test_modchannels.cpp
test_nodedef.cpp
test_noderesolver.cpp Schematic: Properly deal with before/after node resolving and document (#11011) 2021-03-20 13:02:15 +01:00
test_noise.cpp
test_objdef.cpp
test_player.cpp
test_profiler.cpp
test_random.cpp
test_schematic.cpp Schematic: Properly deal with before/after node resolving and document (#11011) 2021-03-20 13:02:15 +01:00
test_serialization.cpp (se)SerializeString: Include max length in the name 2020-10-01 09:52:59 +02:00
test_server_shutdown_state.cpp
test_serveractiveobjectmgr.cpp
test_servermodmanager.cpp Add "MINETEST_MOD_PATH" environment variable (#11515) 2021-10-07 00:19:41 +02:00
test_settings.cpp Settings: Purge getDefault, clean FontEngine 2021-01-29 17:32:35 +01:00
test_socket.cpp
test_threading.cpp Remove Thread::kill() and related unittest (#10317) 2020-09-10 12:19:18 +02:00
test_utilities.cpp Fix base64 validation and add unittests (#10515) 2021-05-30 20:23:12 +02:00
test_voxelalgorithms.cpp
test_voxelarea.cpp Fix find_nodes_in_area misbehaving with out-of-map coordinates (#11770) 2021-11-26 19:32:41 +01:00
test_voxelmanipulator.cpp