summaryrefslogtreecommitdiff
path: root/src/unittest
Commit message (Expand)AuthorAge
* Mapgen: Remove unused 'flat' and 'trees' flags from mg_flagsparamat2016-08-04
* test_map_settings_manager: Fix Wunused-result warningest312016-08-04
* Temporarily disable "testStartStopWait" Threading unit test on macest312016-07-04
* Add MapSettingsManager and new mapgen setting script API functionskwolekr2016-07-03
* Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs2016-04-24
* Implement AreaStore serializationShadowNinja2016-03-07
* Move AreaStore to utilShadowNinja2016-03-07
* Simplify AreaStore ID managementShadowNinja2016-03-07
* Don't pass non-const references to collision methodsest312016-01-29
* Add server side ncurses terminalest312015-11-06
* Remove some abort() callsest312015-10-26
* Fix some threading things and add additional thread unittestskwolekr2015-10-24
* Add BufReader and vector-based serialization methodskwolekr2015-10-15
* Rename macros with two leading underscoresShadowNinja2015-10-14
* Refactor loggingShadowNinja2015-10-14
* Define and use limit constants for Irrlicht fixed-width typeskwolekr2015-10-04
* Clean up threadingShadowNinja2015-08-23
* Remove unused functions.onkrot2015-08-16
* Fix Lua PcgRandomest312015-08-12
* Improve accuracy and safety of float serializationkwolekr2015-08-01
* Clean up util/serialization.{cpp,h} and add unit testskwolekr2015-08-01
* tests: Log exceptions thrown inside of unit testskwolekr2015-07-31
* Add AreaStore data structureest312015-07-27
* Add more robust error checking to deSerialize*String routineskwolekr2015-07-13
* Use UTF-8 instead of narrowest312015-07-08
* Fix wrap_rows at inner byte of multibyte sequencefigec2015-06-18
* Make wrap_rows not wrap inside utf-8 multibyte sequencesest312015-06-17
* Add UTF and other utility unit testsest312015-06-14
* Split ObjDef/ObjDefManager out to objdef.cppkwolekr2015-05-18
* Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler war...kwolekr2015-05-16
* Schematics: Add per-node force placement optionkwolekr2015-05-09
* Fix compilation for non-client builds, and fix signed comparison warningkwolekr2015-05-08
* Tests: Add schematic unittestskwolekr2015-05-08
* NodeResolver: Remove NodeResolveMethodkwolekr2015-05-07
* Fix build on Debian broken by b45df9d (missing include, somehow?)kwolekr2015-05-05
* NodeDefManager: Improve const-correctness of interfaceskwolekr2015-05-05
* Tests: Add NodeResolver unittestskwolekr2015-05-05
* Fix GCC compiler warningShadowNinja2015-05-04
* Tests: Add ObjDef unittestskwolekr2015-05-03
* Fix several MSVC issues numeric.hSmallJoker2015-05-01
* Fix MSVC compatibilitykwolekr2015-04-29
* Tests: Add random unittestskwolekr2015-04-29
* Tests: Modularize unit testingkwolekr2015-04-26