.. |
helpers
|
Add unittests for item movement code (#11885)
|
2022-09-27 16:22:11 -04:00 |
test_mod/test_mod
|
Add "MINETEST_MOD_PATH" environment variable (#11515)
|
2021-10-07 00:19:41 +02:00 |
test_world
|
Inventory: Send dirty lists where appropriate (#8742)
|
2019-08-24 19:07:38 +02:00 |
CMakeLists.txt
|
Add some simple unittests for shapeless recipes
|
2023-04-14 21:10:09 +02:00 |
mock_activeobject.h
|
Add unittests for item movement code (#11885)
|
2022-09-27 16:22:11 -04:00 |
mock_inventorymanager.h
|
Reduce number of recursively included headers
|
2023-04-27 18:50:33 +02:00 |
mock_server.h
|
Add unittests for item movement code (#11885)
|
2022-09-27 16:22:11 -04:00 |
mock_serveractiveobject.h
|
Add unittests for item movement code (#11885)
|
2022-09-27 16:22:11 -04:00 |
test_activeobject.cpp
|
Add unittests for item movement code (#11885)
|
2022-09-27 16:22:11 -04:00 |
test_address.cpp
|
Move the codebase to C++14
|
2022-02-26 14:39:41 +01:00 |
test_areastore.cpp
|
Make sure relevant std::stringstreams are set to binary
|
2021-09-11 21:06:57 +02:00 |
test_authdatabase.cpp
|
Fix temporary path crash in TestAuthDatabase (#7753)
|
2018-09-28 20:12:11 +02:00 |
test_ban.cpp
|
TestBan: Clean up properly after completing test (#9994)
|
2020-06-05 20:04:14 +02:00 |
test_clientactiveobjectmgr.cpp
|
fix: some code tidy about includes & irr namespaces
|
2021-05-03 19:49:19 +02:00 |
test_collision.cpp
|
Collision various fixes (#9343)
|
2020-04-08 22:45:05 +02:00 |
test_compression.cpp
|
Switch MapBlock compression to zstd (#10788)
|
2021-08-31 17:32:31 -07:00 |
test_config.h.in
|
Add unittests for item movement code (#11885)
|
2022-09-27 16:22:11 -04:00 |
test_connection.cpp
|
Network: Delete copy constructor and use std::move instead (#11642)
|
2021-12-01 20:22:33 +01:00 |
test_craft.cpp
|
Add some simple unittests for shapeless recipes
|
2023-04-14 21:10:09 +02:00 |
test_eventmanager.cpp
|
Move the codebase to C++14
|
2022-02-26 14:39:41 +01:00 |
test_filepath.cpp
|
Code optimizations / refactor (#12704)
|
2022-09-06 11:21:09 +01:00 |
test_gameui.cpp
|
LINT fix
|
2018-05-29 22:22:14 +02:00 |
test_gettext.cpp
|
Fix various code & correctness issues (#11815)
|
2021-12-05 14:40:30 +01:00 |
test_inventory.cpp
|
Inventory: Send dirty lists where appropriate (#8742)
|
2019-08-24 19:07:38 +02:00 |
test_irrptr.cpp
|
Fix some gcc -Wself-move warnings
|
2023-06-15 13:55:20 +02:00 |
test_keycode.cpp
|
Move client-specific files to 'src/client' (#7902)
|
2018-11-28 20:01:49 +01:00 |
test_lua.cpp
|
Modify PUC Lua to wrap C++ exceptions (#12445)
|
2022-09-26 07:23:48 -04:00 |
test_map_settings_manager.cpp
|
Convert spaces to tabs (#13506)
|
2023-05-26 15:13:57 +02:00 |
test_map.cpp
|
Speed up find_nodes_in_area (#12845)
|
2022-10-13 09:35:19 -04:00 |
test_mapnode.cpp
|
Optimize lighting calculation (#12797)
|
2022-10-09 10:50:26 -04:00 |
test_modchannels.cpp
|
Implement mod communication channels (#6351)
|
2017-09-26 00:11:20 +02:00 |
test_modstoragedatabase.cpp
|
Rename "mod metadata" to "mod storage" everywhere
|
2022-11-24 17:58:25 -05:00 |
test_moveaction.cpp
|
Add unittests for item movement code (#11885)
|
2022-09-27 16:22:11 -04:00 |
test_nodedef.cpp
|
Re-order sound-related code (#12382)
|
2022-06-20 21:56:12 +02:00 |
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
|
fix integer overflow in mapgen (#11641)
|
2022-06-03 20:51:58 -04:00 |
test_objdef.cpp
|
Allow ObjDefManager instances to be cloned
|
2020-05-05 19:26:59 +02:00 |
test_profiler.cpp
|
Pass clang-format on various cpp/header files (#5559)
|
2017-04-23 09:52:40 +02:00 |
test_random.cpp
|
Fix many issues reported by clang-tidy (#7189)
|
2018-04-02 23:51:08 +02:00 |
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
|
Remove trailing whitespace (#13505)
|
2023-05-18 20:34:18 +02:00 |
test_server_shutdown_state.cpp
|
Add unittests for item movement code (#11885)
|
2022-09-27 16:22:11 -04:00 |
test_serveractiveobjectmgr.cpp
|
Add unittests for item movement code (#11885)
|
2022-09-27 16:22:11 -04:00 |
test_servermodmanager.cpp
|
Fix media overriding regression (#12602)
|
2022-07-29 10:19:36 +02:00 |
test_settings.cpp
|
Increase ftos precision (#13141)
|
2023-01-12 14:12:31 -05:00 |
test_socket.cpp
|
Socket-related cleanups
|
2021-12-29 23:01:26 +01:00 |
test_threading.cpp
|
Remove Thread::kill() and related unittest (#10317)
|
2020-09-10 12:19:18 +02:00 |
test_utilities.cpp
|
Add unit tests for isBlockInSight()
|
2023-06-26 22:51:49 +02:00 |
test_voxelalgorithms.cpp
|
Reduce number of recursively included headers
|
2023-04-27 18:50:33 +02:00 |
test_voxelarea.cpp
|
Add VoxelArea::intersect()
|
2023-06-23 09:05:26 +02:00 |
test_voxelmanipulator.cpp
|
Node definition manager refactor (#7016)
|
2018-02-10 21:04:16 +01:00 |
test.cpp
|
Allow running individual unit tests
|
2023-06-25 11:13:48 +02:00 |
test.h
|
Allow running individual unit tests
|
2023-06-25 11:13:48 +02:00 |