]> git.lizzy.rs Git - dragonfireclient.git/history - src/util
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / src / util /
2022-06-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-06-05 savilliFix BSD iconv declaration
2022-05-22 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-21 sfan5Optimize JSON string (de)serialization routines
2022-05-21 sfan5Improve testSerializeJsonString unit tests
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-09 sfan5Add more Prometheus metrics (#12274)
2022-05-04 paradust7Make logging cost free when there is no output target...
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-04-27 Lars MüllerSupport CSS Color Module Level 4 (#12204)
2022-04-08 ShadowNinjaFix OOB read in trim("")
2022-04-08 ShadowNinjaUpdate directory name sanitization
2022-04-08 ShadowNinjaAdd additional reserved directory names
2022-04-08 ShadowNinjaSpacing fixes
2022-04-08 ShadowNinjaFix compiler warnings
2022-03-09 Daroc AldenFix memory leak from SpatialAreaStore (#12120)
2022-02-26 sfan5Move the codebase to C++14
2022-01-01 ShadowNinjaPrint announce error response (#11878)
2021-12-28 JosiahWIRestore GCC 5 compatibility (#11778)
2021-12-01 SmallJokerNetwork: Delete copy constructor and use std::move...
2021-10-25 sfan5Fix item duplication if player dies during interact...
2021-10-15 WuzzyMake /status message easier to read
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-09-19 niaFix src/util/string.cpp on NetBSD
2021-09-17 sfan5Shave off buffer copies in networking code (#11607)
2021-09-11 sfan5Make sure relevant std::stringstreams are set to binary
2021-08-30 Elias FleckensteinMerge pull request #35 from arydevy/patch-1
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-07-29 hecksAdd a simple PNG image encoder with Lua API (#11485)
2021-07-11 x2048Improve shadow rendering with non-default camera FOV...
2021-05-30 Lars MüllerFix base64 validation and add unittests (#10515)
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-04-23 Vincent RobinsonAdd `minetest.colorspec_to_colorstring` (#10425)
2021-04-05 sfan5Reserve vectors before pushing and other code quality...
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-03-16 WuzzyTweak duration_to_string formatting
2021-02-26 hecksKeep mapblocks in memory if they're in range (#10714)
2021-02-17 rubenwardyAdd nametag background setting and object property...
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-02 sfan5Drop wide/narrow conversion functions
2021-02-02 sfan5Refactor utf8_to_wide/wide_to_utf8 functions
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-24 sfan5Fix some minor code issues all over the place
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-10-01 SmallJokerClean up serialization
2020-08-03 SeekerFix build for Visual Studio (explicitly cast pointers...
2020-07-29 SmallJokerdecode_base64: Allow '=' padding character
2020-07-28 Hugues RossSanitize world directory names on create. Keep original...
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-05-27 sfan5Value copy / allocation optimizations mostly in server...
2020-05-23 AwkorModernize include guards and add missing ones (#9898)
2020-04-29 Loic BlotAdd MetricsBackend with prometheus counter support
2020-04-27 sfan5Fix truncation warning for F1000_MIN, F1000_MAX
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
2020-04-17 MaksimAndroid: fix handling non-latin characters on older...
2020-04-11 Hugues RossFormspecs: Add state-selection to style elements (...
2020-03-07 Jean-Patrick GuerreroGUIHyperText: Fix bug with UTF8 chars in action name...
2020-01-24 SmallJokerEnrichedString: Fix substr segfault caused by non-forma...
2020-01-23 SmallJokerEnrichedString: Fix uninitialized variable m_default_length
2020-01-22 SmallJokerStaticText/EnrichedString: Styling support (#9187)
2020-01-13 MaksimAndroid: fix cyrillic characters, update iconv lib...
2019-11-03 Pierre-Yves RolloFormspec: add hypertext element
2019-09-29 ANANDMove Quicktune code to util/ (#8871)
2019-09-21 SmallJokerFix AreaStore's IDs persistence (#8888)
2019-04-08 ANANDutil/hex.h: Remove whitespace-only line (#8460)
2019-04-07 starling13util/hex.h: Reserve result space in hex_encode()
2019-02-09 SmallJokernumeric: Fix clang, broken since d5456da
2019-02-07 Paul OuelletteUse true pitch/yaw/roll rotations without loss of preci...
2019-02-03 Leonid BobrovDragonFly BSD is somewhat identical to FreeBSD (#8159)
2019-01-04 Loïc BlotDrop libgmp on Android and use mini-gmp (#8047)
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2018-12-18 SmallJokerieee_float: Silence compiler warning
2018-12-13 SmallJokerNetwork: Send IEEE floats (#7768)
2018-11-28 CoderForTheBetterAdd Lua methods 'set_rotation()' and 'get_rotation...
2018-09-16 VitaliyLight curve: Simplify and improve code, fix darkened...
2018-08-16 Dániel JuhászRaycast: export exact pointing location (#6304)
2018-08-05 Ben DeutschReplace auth.txt with SQLite auth database (#7279)
2018-08-02 SmallJokerSmoothed yaw rotation for objects (#6825)
2018-07-26 zeunerFix build on gcc 5.0 (#7586)
2018-07-06 HybridDogFix memory leak in guiConfirmRegistration
2018-06-26 red-001Fix buffer overrun in SRP (#7484)
2018-06-25 sfan5Fix MurmurHash implementation to really be unaligned...
2018-05-16 Lars HofhanslUse server's zoom fov for distant world loading.
2018-04-23 Thomas--SFormspecs: Allow setting alpha value for the box[]...
2018-04-05 ParamatZoom adjustDist(): Improve variable name (#7208)
2018-04-04 Loic BlotFix last performance-type-promotion-in-math-fn problems
2018-04-03 Loïc BlotOptimize a little bit isBlockInSight, adjustDist &...
2018-04-03 Loic BlotFix last clang-tidy reported problems for performance...
2018-04-03 Loïc BlotFix various clang-tidy reported performance-type-promot...
2018-01-13 Lars HofhanslRevert "Add an active object step time budget #6721"
2018-01-04 youFix Wstringop-overflow warning from util/srp.cpp (...
2017-12-26 rubenwardyFix rounding error in g/set_node caused by truncation...
2017-12-14 adridodirectiontables: Fix MSVC compiler error (#6785)
2017-12-06 Lars HofhanslAdd an active object step time budget #6721
2017-11-16 Lars HofhanslAllow zoom to actually show more data.
next