| Commit message (Expand) | Author | Age |
... | |
* | Add unittests to test player saving/loading (#4679) | Ner'zhul | 2016-10-27 |
* | Travis: build matrix improvements + CPP11 build | Loic Blot | 2016-10-06 |
* | Only include keycode unittests in client build (fixes #4559) | sfan5 | 2016-09-29 |
* | Add keycode.cpp unittests | sfan5 | 2016-09-25 |
* | couple of memory leaks fixes. | David Carlier | 2016-08-10 |
* | Mapgen: Remove unused 'flat' and 'trees' flags from mg_flags | paramat | 2016-08-04 |
* | test_map_settings_manager: Fix Wunused-result warning | est31 | 2016-08-04 |
* | Temporarily disable "testStartStopWait" Threading unit test on mac | est31 | 2016-07-04 |
* | Add MapSettingsManager and new mapgen setting script API functions | kwolekr | 2016-07-03 |
* | Escape more strings: formspecs, item descriptions, infotexts... | Ekdohibs | 2016-04-24 |
* | Implement AreaStore serialization | ShadowNinja | 2016-03-07 |
* | Move AreaStore to util | ShadowNinja | 2016-03-07 |
* | Simplify AreaStore ID management | ShadowNinja | 2016-03-07 |
* | Don't pass non-const references to collision methods | est31 | 2016-01-29 |
* | Add server side ncurses terminal | est31 | 2015-11-06 |
* | Remove some abort() calls | est31 | 2015-10-26 |
* | Fix some threading things and add additional thread unittests | kwolekr | 2015-10-24 |
* | Add BufReader and vector-based serialization methods | kwolekr | 2015-10-15 |
* | Rename macros with two leading underscores | ShadowNinja | 2015-10-14 |
* | Refactor logging | ShadowNinja | 2015-10-14 |
* | Define and use limit constants for Irrlicht fixed-width types | kwolekr | 2015-10-04 |
* | Clean up threading | ShadowNinja | 2015-08-23 |
* | Remove unused functions. | onkrot | 2015-08-16 |
* | Fix Lua PcgRandom | est31 | 2015-08-12 |
* | Improve accuracy and safety of float serialization | kwolekr | 2015-08-01 |
* | Clean up util/serialization.{cpp,h} and add unit tests | kwolekr | 2015-08-01 |
* | tests: Log exceptions thrown inside of unit tests | kwolekr | 2015-07-31 |
* | Add AreaStore data structure | est31 | 2015-07-27 |
* | Add more robust error checking to deSerialize*String routines | kwolekr | 2015-07-13 |
* | Use UTF-8 instead of narrow | est31 | 2015-07-08 |
* | Fix wrap_rows at inner byte of multibyte sequence | figec | 2015-06-18 |
* | Make wrap_rows not wrap inside utf-8 multibyte sequences | est31 | 2015-06-17 |
* | Add UTF and other utility unit tests | est31 | 2015-06-14 |
* | Split ObjDef/ObjDefManager out to objdef.cpp | kwolekr | 2015-05-18 |
* | Add -Wsign-compare for Clang builds and fix some signed/unsigned compiler war... | kwolekr | 2015-05-16 |
* | Schematics: Add per-node force placement option | kwolekr | 2015-05-09 |
* | Fix compilation for non-client builds, and fix signed comparison warning | kwolekr | 2015-05-08 |
* | Tests: Add schematic unittests | kwolekr | 2015-05-08 |
* | NodeResolver: Remove NodeResolveMethod | kwolekr | 2015-05-07 |
* | Fix build on Debian broken by b45df9d (missing include, somehow?) | kwolekr | 2015-05-05 |
* | NodeDefManager: Improve const-correctness of interfaces | kwolekr | 2015-05-05 |
* | Tests: Add NodeResolver unittests | kwolekr | 2015-05-05 |
* | Fix GCC compiler warning | ShadowNinja | 2015-05-04 |
* | Tests: Add ObjDef unittests | kwolekr | 2015-05-03 |
* | Fix several MSVC issues numeric.h | SmallJoker | 2015-05-01 |
* | Fix MSVC compatibility | kwolekr | 2015-04-29 |
* | Tests: Add random unittests | kwolekr | 2015-04-29 |
* | Tests: Modularize unit testing | kwolekr | 2015-04-26 |