]> git.lizzy.rs Git - dragonfireclient.git/history - src/util
Make early protocol auth mechanism generic, and add SRP
[dragonfireclient.git] / src / util /
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-05-01 SmallJokerFix several MSVC issues numeric.h
2015-04-26 Aaron SuenFix fast leaves with texture_clean_transparent enabled.
2015-04-17 est31Refactor around translatePassword
2015-04-01 Aaron SuenClean scaling pre-filter for formspec/HUD.
2015-04-01 kwolekrFix set_bits
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
2015-03-27 ShadowNinjaClean up and tweak build system
2015-03-22 kwolekrAdd support for the PCG32 PRNG algo (and associated...
2015-03-17 Loic BlotMutexedQueue inherits must use std::deque instead of...
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-07 Craig RobbinsFix Android text bug (no text displaying)
2015-03-05 Loic BlotRemove Queue class which uses std::list and use native...
2015-03-04 Loic BlotUse std::vector instead of std::list in StaticObjectLis...
2015-03-02 Craig RobbinsFix narrow_to_wide_c (ANDROID)
2015-02-27 Craig RobbinsFix minor memory leak (Android)
2015-02-23 Craig RobbinsFix wrapDegrees family of functions
2015-02-21 Loic BlotMove hex.h to util/
2015-02-21 Loic BlotMove sha1.hpp and base64.hpp to util/
2015-02-16 Loic BlotPerformance Improvement: Use a cache which caches resul...
2015-02-12 BlockMenFix gettext on MSVC
2015-02-11 ShadowNinjaFix Android build of narrow_to_wide
2015-02-05 ShadowNinjaReduce gettext wide/narrow and string/char* conversions
2015-01-18 gregorycuWater fixes
2015-01-16 Craig RobbinsMake minor style change(unescape_string())
2015-01-15 ShadowNinjaFix unescape_string removing all backslashes
2015-01-15 unknownChange UniqueQueue to use a queue and a set.
2015-01-03 ShadowNinjaDeduplicate code and use stdlib in string functions
2014-11-25 KodexKyFixes for Android build errors. Enable sensor landscape...
2014-11-21 Rafael Reilovaserialize.h: use machine native byte swapping if availa...
2014-11-19 KahrlRemove unused rangelim function (the macro still exists)
2014-11-08 KahrlImplement WieldMeshSceneNode which improves wield mesh...
2014-11-02 Craig RobbinsCleanup and (mostly) document util/string.h and (very...
2014-10-29 Craig RobbinsFix bug introduced by me (Zeno)
2014-10-29 Craig RobbinsAdded names colours and refactored parseColorString()
2014-10-29 kwolekrRefactor decoration-related code
2014-10-09 KahrlFix unit reported by TimeTaker (was always ms)
2014-10-05 BlockMenAdd [colorize modifier
2014-10-03 kwolekrFix misc. style issues
2014-09-28 BlockMenStandardize tooltip row detection
2014-09-21 ShadowNinjaUse const references for Settings methods
2014-06-29 sapierAdd support for Android 2.3+
2014-06-29 sapierFix msvc2012 build
2014-06-29 sapierAdd formspec api versioning
2014-04-19 sapierBunch of small fixes (coding style, very unlikely error...
2014-04-12 BlockMenFix write and read S32 vectors
2014-03-21 ShadowNinjaFix serializing of signed numbers in serializeStructToS...
2014-03-15 ShadowNinjaMake serializeStructToString use an ostringstream
2014-03-14 ShadowNinjaRevert "Use fixed-width format specifiers in serializeS...
2014-03-13 ShadowNinjaUse fixed-width format specifiers in serializeStructToS...
2014-03-12 ShadowNinjaReplace usage of long long with u64/s64
2014-02-16 kwolekrAdd minetest.set_noiseparam_defaults() Lua API
2014-02-09 kwolekrAdd capability to read table flag fields from Lua API
2014-02-08 kwolekrMake flag strings clear specified flag with 'no' prefix
2014-02-05 kwolekrRevert "Fix settings to honor numeric conversion errors"
2014-02-05 sapierFix settings to honor numeric conversion errors
2014-01-10 sapierMake MutexQueue use jsemaphore for signaling
2013-12-15 sapierReplace SimpleThread by JThread now implementing same...
2013-12-13 KahrlImplement urlencode and urldecode
2013-12-13 KahrlImplement httpfetch module and initialize it from main()
2013-12-01 sapierCleanup jthread and fix win32 build
2013-11-17 sapierAdd missing RequestQueue doc
2013-11-17 sapierFix multicaller support in RequestQueue
2013-11-12 Sfan5Fix compiling with 32bit MinGW
2013-11-11 sapierFix win32/msvc i18n (quite UGLY version, blame Microsoft)
2013-11-05 kwolekrAccept hexadecimal and string values for seeds
2013-09-16 kwolekrAlways use builtin JThread library
2013-09-10 KahrlChange mainmenu texture handling + small misc changes
2013-09-09 Ilya ZhuravlevAdd dummy and LevelDB database backends
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-04 NovatuxAdd texture pack selection to main menu
2013-07-27 prollerWeather support
2013-07-07 PilzAdamSettings: everything != 0 equals true; remove .asm...
2013-07-07 Vincent Heukeninclude mathconstants.h in numerics.cpp
2013-06-22 kwolekrDecoration: Add Schematic decoration type
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)
2013-05-17 Aaron SuenFix math for isBlockInSight. Fixes #718 (client-side).
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-29 kwolekrAdd varying levels of precision to TimeTaker
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-03-06 kwolekrAllow any character in formspec strings with escape...
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrFix most warnings, re-fix MSVC compile error
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-16 kwolekrMerge pull request #465 from doserj/mod_selection_empty...
2013-02-08 WeblateMerge remote branch 'origin/master'
2013-02-06 kwolekrAdd flag string settings, flat map option
2013-02-02 WeblateMerge remote branch 'origin/master'
2013-01-29 kwolekrMerge pull request #442 from kwolekr/mingw_compile_fix
2013-01-26 kwolekrMerge pull request #447 from sapier/add_lua_log_paramet...
2013-01-23 kwolekrSlightly improved version of mystrtok_r
2013-01-23 kwolekrFix compile under MingW
2013-01-21 kwolekrThe new mapgen, noise functions, et al.
2012-12-16 Ilya ZhuravlevAdded ability to fetch media from remote server (using...
2012-12-02 Perttu AholaConst-correct util/serialize.h
2012-12-01 Perttu AholaOn-demand item meshes and textures
next