aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2015-03-22Add support for the PCG32 PRNG algo (and associated script APIs)kwolekr
2015-03-17MutexedQueue inherits must use std::deque instead of std::listLoic Blot
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-07Fix Android text bug (no text displaying)Craig Robbins
2015-03-05Remove Queue class which uses std::list and use native std::queueLoic Blot
2015-03-04Use std::vector instead of std::list in StaticObjectList and MutexedMap::getV...Loic Blot
2015-03-02Fix narrow_to_wide_c (ANDROID)Craig Robbins
2015-02-27Fix minor memory leak (Android)Craig Robbins
2015-02-23Fix wrapDegrees family of functionsCraig Robbins
2015-02-21Move hex.h to util/Loic Blot
2015-02-21Move sha1.hpp and base64.hpp to util/Loic Blot
2015-02-16Performance Improvement: Use a cache which caches result for getFacePositions.Loic Blot
2015-02-12Fix gettext on MSVCBlockMen
2015-02-11Fix Android build of narrow_to_wideShadowNinja
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2015-01-18Water fixesgregorycu
2015-01-16Make minor style change(unescape_string())Craig Robbins
2015-01-15Fix unescape_string removing all backslashesShadowNinja
2015-01-15Change UniqueQueue to use a queue and a set.unknown
2015-01-03Deduplicate code and use stdlib in string functionsShadowNinja
2014-11-25Fixes for Android build errors. Enable sensor landscape rotation.KodexKy
2014-11-21serialize.h: use machine native byte swapping if available, fall-back to prev...Rafael Reilova
2014-11-19Remove unused rangelim function (the macro still exists)Kahrl
2014-11-08Implement WieldMeshSceneNode which improves wield mesh renderingKahrl
2014-11-02Cleanup and (mostly) document util/string.h and (very) minor refactoringCraig Robbins
2014-10-29Fix bug introduced by me (Zeno)Craig Robbins
2014-10-29Added names colours and refactored parseColorString()Craig Robbins
2014-10-29Refactor decoration-related codekwolekr
2014-10-09Fix unit reported by TimeTaker (was always ms)Kahrl
2014-10-05Add [colorize modifierBlockMen
2014-10-03Fix misc. style issueskwolekr
2014-09-28Standardize tooltip row detectionBlockMen
2014-09-21Use const references for Settings methodsShadowNinja
2014-06-29Add support for Android 2.3+sapier
2014-06-29Fix msvc2012 buildsapier
2014-06-29Add formspec api versioningsapier
2014-04-19Bunch of small fixes (coding style, very unlikely errors, warning messages)sapier
2014-04-12Fix write and read S32 vectorsBlockMen
2014-03-21Fix serializing of signed numbers in serializeStructToStringShadowNinja
2014-03-15Make serializeStructToString use an ostringstreamShadowNinja
2014-03-14Revert "Use fixed-width format specifiers in serializeStructToString"ShadowNinja
2014-03-13Use fixed-width format specifiers in serializeStructToStringShadowNinja
2014-03-12Replace usage of long long with u64/s64ShadowNinja
2014-02-15Add minetest.set_noiseparam_defaults() Lua APIkwolekr
2014-02-09Add capability to read table flag fields from Lua APIkwolekr
2014-02-08Make flag strings clear specified flag with 'no' prefixkwolekr
2014-02-05Revert "Fix settings to honor numeric conversion errors"kwolekr
2014-02-04Fix settings to honor numeric conversion errorssapier
2014-01-10Make MutexQueue use jsemaphore for signalingsapier
2013-12-15Replace SimpleThread by JThread now implementing same featuressapier