aboutsummaryrefslogtreecommitdiff
path: root/src/unittest (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Remove deprecated code segments (#5891)"Loïc Blot2017-06-061-0/+1
* C++11 patchset 3: remove Atomic/GenericAtomic and use std::atomic (#5906)Loïc Blot2017-06-061-4/+4
* Remove deprecated code segments (#5891)Thomas--S2017-06-041-1/+0
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-262-6/+6
* Clean up numeric.h and split FacePositionCache from itShadowNinja2017-05-061-0/+2
* Fix Travis/unittest broken since b662a45SmallJoker2017-04-291-1/+1
* Player data to Database (#5475)Loïc Blot2017-04-231-49/+0
* Pass clang-format on various cpp/header files (#5559)Loïc Blot2017-04-235-7/+11
* Add ModStorageAPI to client side modding (#5396)Loïc Blot2017-03-161-0/+3
* [CSM] Client side moddingLoic Blot2017-03-131-1/+8
* Fix synchronization issue at thread startShadowNinja2017-01-281-2/+0
* Revert "Extend minetest.is_yes()"sfan52017-01-071-2/+0
* Extend minetest.is_yes()red-0012017-01-071-0/+2
* Improve getPointedThing() (#4346)Dániel Juhász2017-01-041-0/+59
* Breath cheat fix: server sideLoic Blot2017-01-011-2/+2
* Fix RemoveRelatvePathComponentsShadowNinja2016-12-201-1/+4
* Fix filepath > RemoveRelativePathComponent unittestsfan52016-11-271-1/+1
* Fix overloading problems mentioned by clangLoic Blot2016-10-301-6/+6
* PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul2016-10-301-16/+23
* Add unittests to test player saving/loading (#4679)Ner'zhul2016-10-272-0/+82
* Travis: build matrix improvements + CPP11 buildLoic Blot2016-10-062-2/+6
* Only include keycode unittests in client build (fixes #4559)sfan52016-09-291-1/+4
* Add keycode.cpp unittestssfan52016-09-252-0/+130
* couple of memory leaks fixes.David Carlier2016-08-101-1/+3
* Mapgen: Remove unused 'flat' and 'trees' flags from mg_flagsparamat2016-08-041-2/+6
* test_map_settings_manager: Fix Wunused-result warningest312016-08-041-1/+1
* Temporarily disable "testStartStopWait" Threading unit test on macest312016-07-041-0/+2
* Add MapSettingsManager and new mapgen setting script API functionskwolekr2016-07-032-0/+256
* Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs2016-04-241-0/+19
* Implement AreaStore serializationShadowNinja2016-03-071-0/+39
* Move AreaStore to utilShadowNinja2016-03-071-1/+1
* Simplify AreaStore ID managementShadowNinja2016-03-071-17/+11
* Don't pass non-const references to collision methodsest312016-01-291-16/+16
* Add server side ncurses terminalest312015-11-061-0/+14
* Remove some abort() callsest312015-10-262-4/+3
* Fix some threading things and add additional thread unittestskwolekr2015-10-241-4/+101
* Add BufReader and vector-based serialization methodskwolekr2015-10-151-0/+263
* Rename macros with two leading underscoresShadowNinja2015-10-141-1/+1
* Refactor loggingShadowNinja2015-10-142-50/+50
* Define and use limit constants for Irrlicht fixed-width typeskwolekr2015-10-041-1/+1
* Clean up threadingShadowNinja2015-08-232-0/+86
* Remove unused functions.onkrot2015-08-161-2/+0
* Fix Lua PcgRandomest312015-08-121-0/+3
* Improve accuracy and safety of float serializationkwolekr2015-08-011-15/+8
* Clean up util/serialization.{cpp,h} and add unit testskwolekr2015-08-011-0/+120
* tests: Log exceptions thrown inside of unit testskwolekr2015-07-311-12/+16
* Add AreaStore data structureest312015-07-272-0/+130
* Add more robust error checking to deSerialize*String routineskwolekr2015-07-131-17/+108
* Use UTF-8 instead of narrowest312015-07-081-1/+1
* Fix wrap_rows at inner byte of multibyte sequencefigec2015-06-181-7/+17