aboutsummaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2023-01-12Increase `ftos` precision (#13141)Jude Melton-Houghton
2022-11-30Handle num lock in chat (#12984)Jude Melton-Houghton
2022-11-24Deprecate special handling of `${key}` syntax in metadata values (#12970)Jude Melton-Houghton
2022-11-24Add support for attached facedir/4dir nodes (#11432)Wuzzy
2022-11-09Fix typos and en_US/en_GB inconsistency in various files (#12902)Abdou-31
2022-10-30Allow rotating entity selectionboxes (#12379)Lars Müller
2022-10-21Fix formspec focus (#12795)DS
2022-10-13object ids are u16, not s16 (#12848)fluxionary
2022-09-20Simplify bit flip in sha1.cppndren
2022-09-11Fix potential use-after-free with item metadata (#12729)Jude Melton-Houghton
2022-09-06Code optimizations / refactor (#12704)Herman Semenov
2022-07-31Apply NetBSD string conversion workaround to OpenBSD as well (#12618)Mantar
2022-07-14Move f1000 sanitizing to the places that still use this typesfan5
2022-07-13Animated particlespawners and more (#11545)Lexi Hale
2022-06-16Update my nameNathanaël Courant
2022-06-07Sanitize player position and speed server-side (#12396)sfan5
2022-06-05Fix BSD iconv declarationsavilli
2022-05-21Optimize JSON string (de)serialization routinessfan5
2022-05-21Improve testSerializeJsonString unit testssfan5
2022-05-09Add more Prometheus metrics (#12274)sfan5
2022-05-04Make logging cost free when there is no output target (#12247)paradust7
2022-05-02Async environment for mods to do concurrent tasks (#11131)sfan5
2022-04-27Support CSS Color Module Level 4 (#12204)Lars Müller
2022-04-08Fix OOB read in trim("")ShadowNinja
2022-04-08Update directory name sanitizationShadowNinja
2022-04-08Add additional reserved directory namesShadowNinja
2022-04-08Spacing fixesShadowNinja
2022-04-08Fix compiler warningsShadowNinja
2022-03-09Fix memory leak from SpatialAreaStore (#12120)Daroc Alden
2022-02-26Move the codebase to C++14sfan5
2022-01-01Print announce error response (#11878)ShadowNinja
2021-12-28Restore GCC 5 compatibility (#11778)JosiahWI
2021-12-01Network: Delete copy constructor and use std::move instead (#11642)SmallJoker
2021-10-25Fix item duplication if player dies during interact callback (alternative) (#...sfan5
2021-10-15Make /status message easier to readWuzzy
2021-09-19Fix src/util/string.cpp on NetBSDnia
2021-09-17Shave off buffer copies in networking code (#11607)sfan5
2021-09-11Make sure relevant std::stringstreams are set to binarysfan5
2021-07-29Add a simple PNG image encoder with Lua API (#11485)hecks
2021-07-11Improve shadow rendering with non-default camera FOV (#11385)x2048
2021-05-30Fix base64 validation and add unittests (#10515)Lars Müller
2021-04-23Add `minetest.colorspec_to_colorstring` (#10425)Vincent Robinson
2021-04-05Reserve vectors before pushing and other code quality changes (#11161)sfan5
2021-03-16Tweak duration_to_string formattingWuzzy
2021-02-26Keep mapblocks in memory if they're in range (#10714)hecks
2021-02-17Add nametag background setting and object property (#10937)rubenwardy
2021-02-02Drop wide/narrow conversion functionssfan5
2021-02-02Refactor utf8_to_wide/wide_to_utf8 functionssfan5
2020-12-24Fix some minor code issues all over the placesfan5
2020-10-01(se)SerializeString: Include max length in the nameSmallJoker