aboutsummaryrefslogtreecommitdiff
path: root/src/unittest (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make wrap_rows not wrap inside utf-8 multibyte sequencesest312015-06-171-0/+8
* Add UTF and other utility unit testsest312015-06-141-0/+25
* Split ObjDef/ObjDefManager out to objdef.cppkwolekr2015-05-181-2/+1
* Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler war...kwolekr2015-05-161-1/+1
* Schematics: Add per-node force placement optionkwolekr2015-05-091-40/+55
* Fix compilation for non-client builds, and fix signed comparison warningkwolekr2015-05-081-2/+2
* Tests: Add schematic unittestskwolekr2015-05-084-0/+298
* NodeResolver: Remove NodeResolveMethodkwolekr2015-05-071-43/+3
* Fix build on Debian broken by b45df9d (missing include, somehow?)kwolekr2015-05-051-0/+1
* NodeDefManager: Improve const-correctness of interfaceskwolekr2015-05-051-20/+14
* Tests: Add NodeResolver unittestskwolekr2015-05-056-16/+338
* Fix GCC compiler warningShadowNinja2015-05-041-2/+2
* Tests: Add ObjDef unittestskwolekr2015-05-032-0/+108
* Fix several MSVC issues numeric.hSmallJoker2015-05-011-0/+11
* Fix MSVC compatibilitykwolekr2015-04-291-17/+11
* Tests: Add random unittestskwolekr2015-04-293-1/+279
* Tests: Modularize unit testingkwolekr2015-04-2618-0/+3373