]> git.lizzy.rs Git - minetest.git/history - src/unittest
Update minetest.conf.example, settings strings and locale files (#8230)
[minetest.git] / src / unittest /
2019-02-09 Loic BlotFix Address::isLocalhost algorithm
2019-02-07 Paul OuelletteUse true pitch/yaw/roll rotations without loss of preci...
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2018-12-18 Pedro GimenoFix the part of the float test that requires IEC559...
2018-12-13 Loïc BlotAdd an activeobject manager to hold active objects...
2018-12-13 SmallJokerNetwork: Send IEEE floats (#7768)
2018-12-04 Loïc BlotAdd testWrapDegrees_0_360_v3f unittests
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-09-28 SmallJokerFix temporary path crash in TestAuthDatabase (#7753)
2018-08-05 Ben DeutschReplace auth.txt with SQLite auth database (#7279)
2018-07-22 nOOb3167Add a MSVC / Windows compatible snprintf function ...
2018-07-08 lhofhanslRevert 6587 - Optimize entity-entity collision (#7539)
2018-06-13 Loïc BlotServer: move shutdown parts to a specific shutdown...
2018-05-29 Loic BlotLINT fix
2018-05-29 Loic BlotFix GameUI flag value regression introduced by a78659ed...
2018-04-21 mazocompFix i386 bit build at OpenBSD (#7259)
2018-04-19 rubenwardyAdd online content repository
2018-04-03 Loïc BlotFix various clang-tidy reported performance-type-promot...
2018-04-03 VitaliyOptimize entity-entity collision (#6587)
2018-04-02 Loïc BlotFix many issues reported by clang-tidy (#7189)
2018-03-30 Loïc BlotClient eventmanager refactor (#7179)
2018-03-24 Loïc BlotCleanup sound manager class (#7158)
2018-03-16 Loic BlotFix a crash or random memory leak when reseting saved...
2018-03-16 Loïc BlotServer: delegate mod management & config to ServerModCo...
2018-03-11 Loïc BlotAdd Voxelarea unittests (#7121)
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-02-04 Dániel JuhászRemove unused light updating code
2018-01-05 Loic BlotGameUI refactor (part 4/X): Move Game::guitext_status...
2018-01-05 Loic BlotGameUI refactor (part 3/X): Move Game::guitext2, Game...
2018-01-05 Loic BlotGameUI refactor (part 2/X): Move Game::guitext to GameU...
2018-01-05 Loic BlotGameUI refactor (part 1/X): GameUI object creation...
2018-01-01 Loïc BlotAdd unittests on ActiveObject and BanManager class...
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-09-27 Loïc BlotAdd session_t typedef + remove unused functions (#6470)
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-08-30 Loïc BlotRemove DSTACK support (#6346)
2017-08-29 Loïc BlotNetwork proto handlers/container fixes (#6334)
2017-08-25 Loïc BlotNetwork cleanup (#6310)
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-06-06 Loïc BlotRevert "Remove deprecated code segments (#5891)"
2017-06-06 Loïc BlotC++11 patchset 3: remove Atomic/GenericAtomic and use...
2017-06-04 Thomas--SRemove deprecated code segments (#5891)
2017-05-26 SmallJokerTime: Change old `u32` timestamps to 64-bit (#5818)
2017-05-06 ShadowNinjaClean up numeric.h and split FacePositionCache from it
2017-04-29 SmallJokerFix Travis/unittest broken since b662a45
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-23 Loïc BlotPass clang-format on various cpp/header files (#5559)
2017-03-16 Loïc BlotAdd ModStorageAPI to client side modding (#5396)
2017-03-13 Loic Blot[CSM] Client side modding
2017-01-28 ShadowNinjaFix synchronization issue at thread start
2017-01-07 sfan5Revert "Extend minetest.is_yes()"
2017-01-07 red-001Extend minetest.is_yes()
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2017-01-01 Loic BlotBreath cheat fix: server side
2016-12-20 ShadowNinjaFix RemoveRelatvePathComponents
2016-11-27 sfan5Fix filepath > RemoveRelativePathComponent unittest
2016-10-30 Loic BlotFix overloading problems mentioned by clang
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-27 Ner'zhulAdd unittests to test player saving/loading (#4679)
2016-10-05 Loic BlotTravis: build matrix improvements + CPP11 build
2016-09-29 sfan5Only include keycode unittests in client build (fixes...
2016-09-25 sfan5Add keycode.cpp unittests
2016-08-10 David Carliercouple of memory leaks fixes.
2016-08-04 paramatMapgen: Remove unused 'flat' and 'trees' flags from...
2016-08-03 est31test_map_settings_manager: Fix Wunused-result warning
2016-07-04 est31Temporarily disable "testStartStopWait" Threading unit...
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
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...
next