]> git.lizzy.rs Git - dragonfireclient.git/history - src/unittest
Handle particle spawners in env and delete expired ids
[dragonfireclient.git] / src / unittest /
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...
2015-08-24 ShadowNinjaClean up threading
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...
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