]> git.lizzy.rs Git - dragonfireclient.git/history - src/unittest
Fix double free caused by CGUITTFont code
[dragonfireclient.git] / src / unittest /
2021-02-02 sfan5Encode high codepoints as surrogates to safely transpor...
2021-02-02 sfan5Drop wide/narrow conversion functions
2021-02-02 sfan5Refactor utf8_to_wide/wide_to_utf8 functions
2021-01-29 sfan5Rework use_texture_alpha to provide three opaque/clip...
2021-01-29 SmallJokerSettings: Purge getDefault, clean FontEngine
2021-01-29 SmallJokerSettings: Proper priority hierarchy
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-10-01 SmallJokerClean up serialization
2020-09-22 SmallJokerSettings: Fix unittest memory leak, change input types
2020-09-10 Sebastien MarieRemove Thread::kill() and related unittest (#10317)
2020-08-20 DSLoad media from subfolders (#9065)
2020-06-05 ANANDTestBan: Clean up properly after completing test (...
2020-05-25 WuzzyRename “Minimal development test” to “Development Test...
2020-05-05 sfan5Allow ObjDefManager instances to be cloned
2020-04-16 Loïc BlotOptimize get_objects_inside_radius calls (#9671)
2020-04-11 Loic BlotDrop content_sao.{cpp,h}
2020-04-08 TheTermosCollision various fixes (#9343)
2020-02-01 Ben DeutschAdd limit parameter to decompressZlib
2020-01-25 SmallJokerSettings: Add get_flags API for mapgen flags (mg_flags...
2020-01-22 SmallJokerStaticText/EnrichedString: Styling support (#9187)
2019-09-21 SmallJokerFix AreaStore's IDs persistence (#8888)
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-13 Jozef BehranFix compare between pointer and 0 in unittests
2019-05-18 Jozef BehranOptimize string (mis)handling (#8128)
2019-04-12 VitaliyAdd Irrlicht-specific smart pointer (#6814)
2019-02-15 Loïc BlotLINT fix
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,...
next