]> git.lizzy.rs Git - minetest.git/history - src/util
Mapgen: Don't spread light of nodes outside the desired area
[minetest.git] / src / util /
2016-03-20 ShadowNinjaClean up Strfnd
2016-03-15 EkdohibsRemove chat escape sequences from chat messages, for...
2016-03-15 est31Much better API for auth.{cpp, h}
2016-03-07 ShadowNinjaAdd AreaStore custom ID API
2016-03-07 ShadowNinjaImplement AreaStore serialization
2016-03-07 ShadowNinjaFix SpatialAreaStore not freeing removed areas
2016-03-07 ShadowNinjaAdd basic AreaStore method documentation
2016-03-07 ShadowNinjaSort AreaStore header
2016-03-07 ShadowNinjaClean up VectorAreaStore
2016-03-07 ShadowNinjaMove AreaStore container selection logic into getOptima...
2016-03-07 ShadowNinjaMove AreaStore to util
2016-03-07 est31Add minetest.register_lbm() to run code on block load...
2016-02-18 RealBadAngelHOTFIX: fix too agressive block culling
2016-02-11 nerzhulv2d & aabbox3d<f32> & sky cleanups
2015-12-29 qiukerenAdd macos/freebsd missing endian.h include and add...
2015-11-08 kwolekrFix misc. MinGW and Valgrind warnings
2015-11-08 est31Don't compile pcgrandom on Windows
2015-11-06 est31Add server side ncurses terminal
2015-11-03 kwolekrSilence 'unused typedef' warning for STATIC_ASSERT()
2015-11-02 est31Rename and move basicmacros.h to util/basic_macros.h
2015-10-27 kwolekrMove basic, non-numeric macros from util/numeric.h...
2015-10-15 kwolekrAdd BufReader and vector-based serialization methods
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaAlways use errorstream for DEBUG_EXCEPTION_HANDLER
2015-09-30 est31Fix some SRP issues
2015-08-24 ShadowNinjaClean up threading
2015-08-19 RuiFix indianred and indigo of color-string
2015-08-19 est31Android: bypass broken wide_to_utf8 with wide_to_narrow...
2015-08-06 kwolekrFix BufferedPacket race condition (fixes #2983)
2015-08-06 est31Initialize random for verification key generation too
2015-08-02 Břetislav Štecsrc/util/numeric.{cpp,h}: Fix FacePositionCache data...
2015-08-01 kwolekrImprove accuracy and safety of float serialization
2015-08-01 kwolekrClean up util/serialization.{cpp,h} and add unit tests
2015-07-29 est31Android: fix horrible libiconv build
2015-07-27 est31Add AreaStore data structure
2015-07-24 est31Check output of mpz_set_str and fix leak on error condition
2015-07-24 Loic BlotRemove some old dead code. Fix some Clang warnings...
2015-07-21 est31Clarify docs for auth.cpp method
2015-07-14 kwolekrIncrease limit of serialized long strings
2015-07-14 kwolekrAdd more robust error checking to deSerialize*String...
2015-07-10 kwolekrMisc. minor fixes
2015-07-08 est31Use UTF-8 instead of narrow
2015-06-29 est31Add UpdateThread and use it for minimap and mesh threads
2015-06-29 kwolekrFix *BSD build with GNU iconv
2015-06-23 est31Fix string conversion error message
2015-06-20 figecMore correct wrap_rows implementation
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-17 est31Fail iconv call gracefully
2015-06-14 est31Android: bypass broken wide_to_utf8 with wide_to_narrow
2015-06-13 est31Add utf-8 conversion utilities and re-add intlGUIEditBox
2015-05-19 kwolekrSplit ObjDef/ObjDefManager out to objdef.cpp
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
next