Performance fix + SAO factorization
[oweals/minetest.git] / src / unittest /
2017-01-07 sfan5Revert "Extend minetest.is_yes()"
2017-01-07 red-001Extend minetest.is_yes()
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2017-01-01 Loic BlotBreath cheat fix: server side 4978/head
2016-12-20 ShadowNinjaFix RemoveRelatvePathComponents
2016-11-27 sfan5Fix filepath > RemoveRelativePathComponent unittest
2016-10-30 Loic BlotFix overloading problems mentioned by clang
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-27 Ner'zhulAdd unittests to test player saving/loading (#4679) 4687/head
2016-10-05 Loic BlotTravis: build matrix improvements + CPP11 build
2016-09-29 sfan5Only include keycode unittests in client build (fixes...
2016-09-25 sfan5Add keycode.cpp unittests
2016-08-10 David Carliercouple of memory leaks fixes.
2016-08-04 paramatMapgen: Remove unused 'flat' and 'trees' flags from...
2016-08-03 est31test_map_settings_manager: Fix Wunused-result warning
2016-07-04 est31Temporarily disable "testStartStopWait" Threading unit...
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-04-23 EkdohibsEscape more strings: formspecs, item descriptions,...
2016-03-07 ShadowNinjaImplement AreaStore serialization
2016-03-07 ShadowNinjaMove AreaStore to util
2016-03-07 ShadowNinjaSimplify AreaStore ID management
2016-01-29 est31Don't pass non-const references to collision methods
2015-11-06 est31Add server side ncurses terminal
2015-10-26 est31Remove some abort() calls
2015-10-24 kwolekrFix some threading things and add additional thread...
2015-10-15 kwolekrAdd BufReader and vector-based serialization methods
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaRefactor logging
2015-10-04 kwolekrDefine and use limit constants for Irrlicht fixed-width... master
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-08-16 onkrotRemove unused functions.
2015-08-12 est31Fix Lua PcgRandom
2015-08-01 kwolekrImprove accuracy and safety of float serialization
2015-08-01 kwolekrClean up util/serialization.{cpp,h} and add unit tests
2015-08-01 kwolekrtests: Log exceptions thrown inside of unit tests
2015-07-27 est31Add AreaStore data structure
2015-07-14 kwolekrAdd more robust error checking to deSerialize*String...
2015-07-08 est31Use UTF-8 instead of narrow
2015-06-18 figecFix wrap_rows at inner byte of multibyte sequence
2015-06-17 est31Make wrap_rows not wrap inside utf-8 multibyte sequences
2015-06-14 est31Add UTF and other utility unit tests
2015-05-19 kwolekrSplit ObjDef/ObjDefManager out to objdef.cpp
2015-05-17 kwolekrAdd -Wsign-compare for Clang builds and fix some signed...
2015-05-09 kwolekrSchematics: Add per-node force placement option
2015-05-08 kwolekrFix compilation for non-client builds, and fix signed...
2015-05-08 kwolekrTests: Add schematic unittests
2015-05-07 kwolekrNodeResolver: Remove NodeResolveMethod
2015-05-06 kwolekrFix build on Debian broken by b45df9d (missing include... 2676/head
2015-05-05 kwolekrNodeDefManager: Improve const-correctness of interfaces
2015-05-05 kwolekrTests: Add NodeResolver unittests
2015-05-05 ShadowNinjaFix GCC compiler warning
2015-05-04 kwolekrTests: Add ObjDef unittests
2015-05-01 SmallJokerFix several MSVC issues numeric.h
2015-04-29 kwolekrFix MSVC compatibility
2015-04-29 kwolekrTests: Add random unittests
2015-04-26 kwolekrTests: Modularize unit testing