summaryrefslogtreecommitdiff
path: root/src/unittest
AgeCommit message (Expand)Author
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
2016-03-07Simplify AreaStore ID managementShadowNinja
2016-01-29Don't pass non-const references to collision methodsest31
2015-11-06Add server side ncurses terminalest31
2015-10-26Remove some abort() callsest31
2015-10-24Fix some threading things and add additional thread unittestskwolekr
2015-10-15Add BufReader and vector-based serialization methodskwolekr
2015-10-14Rename macros with two leading underscoresShadowNinja
2015-10-14Refactor loggingShadowNinja
2015-10-04Define and use limit constants for Irrlicht fixed-width typeskwolekr
2015-08-23Clean up threadingShadowNinja
2015-08-16Remove unused functions.onkrot
2015-08-12Fix Lua PcgRandomest31
2015-08-01Improve accuracy and safety of float serializationkwolekr
2015-08-01Clean up util/serialization.{cpp,h} and add unit testskwolekr
2015-07-31tests: Log exceptions thrown inside of unit testskwolekr
2015-07-27Add AreaStore data structureest31
2015-07-13Add more robust error checking to deSerialize*String routineskwolekr
2015-07-08Use UTF-8 instead of narrowest31
2015-06-18Fix wrap_rows at inner byte of multibyte sequencefigec
2015-06-17Make wrap_rows not wrap inside utf-8 multibyte sequencesest31
2015-06-14Add UTF and other utility unit testsest31
2015-05-18Split ObjDef/ObjDefManager out to objdef.cppkwolekr
2015-05-16Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler war...kwolekr
2015-05-09Schematics: Add per-node force placement optionkwolekr
2015-05-08Fix compilation for non-client builds, and fix signed comparison warningkwolekr
2015-05-08Tests: Add schematic unittestskwolekr
2015-05-07NodeResolver: Remove NodeResolveMethodkwolekr
2015-05-05Fix build on Debian broken by b45df9d (missing include, somehow?)kwolekr
2015-05-05NodeDefManager: Improve const-correctness of interfaceskwolekr
2015-05-05Tests: Add NodeResolver unittestskwolekr
2015-05-04Fix GCC compiler warningShadowNinja
2015-05-03Tests: Add ObjDef unittestskwolekr
2015-05-01Fix several MSVC issues numeric.hSmallJoker
2015-04-29Fix MSVC compatibilitykwolekr
2015-04-29Tests: Add random unittestskwolekr
2015-04-26Tests: Modularize unit testingkwolekr