aboutsummaryrefslogtreecommitdiff
path: root/src/unittest
AgeCommit message (Expand)Author
2018-02-10Node definition manager refactor (#7016)Dániel Juhász
2018-02-04Remove unused light updating codeDániel Juhász
2018-01-05GameUI refactor (part 4/X): Move Game::guitext_status, Game::m_statustext, Ga...Loic Blot
2018-01-05GameUI refactor (part 3/X): Move Game::guitext2, Game::guitext_info, Game::in...Loic Blot
2018-01-05GameUI refactor (part 2/X): Move Game::guitext to GameUI + enhancements on St...Loic Blot
2018-01-05GameUI refactor (part 1/X): GameUI object creation + GameUIFlags move to GameUILoic Blot
2018-01-01Add unittests on ActiveObject and BanManager class (#6866)Loïc Blot
2017-11-08Move files to subdirectories (#6599)Vitaliy
2017-09-27Add session_t typedef + remove unused functions (#6470)Loïc Blot
2017-09-26Implement mod communication channels (#6351)Loïc Blot
2017-08-30Remove DSTACK support (#6346)Loïc Blot
2017-08-29Network proto handlers/container fixes (#6334)Loïc Blot
2017-08-25Network cleanup (#6310)Loïc Blot
2017-08-24Network cleanup (#6302)Loïc Blot
2017-08-20Modernize source code: last part (#6285)Loïc Blot
2017-08-19Code modernization: subfolders (#6283)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2017-06-19C++11 cleanup on constructors (#6000)Vincent Glize
2017-06-06Revert "Remove deprecated code segments (#5891)"Loïc Blot
2017-06-06C++11 patchset 3: remove Atomic/GenericAtomic and use std::atomic (#5906)Loïc Blot
2017-06-04Remove deprecated code segments (#5891)Thomas--S
2017-05-26Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker
2017-05-06Clean up numeric.h and split FacePositionCache from itShadowNinja
2017-04-29Fix Travis/unittest broken since b662a45SmallJoker
2017-04-23Player data to Database (#5475)Loïc Blot
2017-04-23Pass clang-format on various cpp/header files (#5559)Loïc Blot
2017-03-16Add ModStorageAPI to client side modding (#5396)Loïc Blot
2017-03-13[CSM] Client side moddingLoic Blot
2017-01-28Fix synchronization issue at thread startShadowNinja
2017-01-07Revert "Extend minetest.is_yes()"sfan5
2017-01-07Extend minetest.is_yes()red-001
2017-01-04Improve getPointedThing() (#4346)Dániel Juhász
2017-01-01Breath cheat fix: server sideLoic Blot
2016-12-20Fix RemoveRelatvePathComponentsShadowNinja
2016-11-27Fix filepath > RemoveRelativePathComponent unittestsfan5
2016-10-30Fix overloading problems mentioned by clangLoic Blot
2016-10-30PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul
2016-10-27Add unittests to test player saving/loading (#4679)Ner'zhul
2016-10-06Travis: build matrix improvements + CPP11 buildLoic Blot
2016-09-29Only include keycode unittests in client build (fixes #4559)sfan5
2016-09-25Add keycode.cpp unittestssfan5
2016-08-10couple of memory leaks fixes.David Carlier
2016-08-04Mapgen: Remove unused 'flat' and 'trees' flags from mg_flagsparamat
2016-08-04test_map_settings_manager: Fix Wunused-result warningest31
2016-07-04Temporarily disable "testStartStopWait" Threading unit test on macest31
2016-07-03Add MapSettingsManager and new mapgen setting script API functionskwolekr
2016-04-24Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs
2016-03-07Implement AreaStore serializationShadowNinja
2016-03-07Move AreaStore to utilShadowNinja