Translated using Weblate (Italian)
[oweals/minetest.git] / src / util /
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.
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-10-17 Loic Blotdirectiontables.cpp: fix a warning reported by VS2017
2017-10-15 VitaliyReal global textures (#6105)
2017-09-05 Loic BlotUse a Buffer instead of SharedBuffer in ConnectionCommand
2017-08-30 Loïc BlotRemove DSTACK support (#6346)
2017-08-25 Loïc BlotNetwork cleanup (#6310)
2017-08-25 EkdohibsTranslations: prevent remote crash with invalid transla...
2017-08-24 EkdohibsAdd clientside translations.
2017-08-21 Loïc Blotserialize: use a temporary for SerializeException
2017-08-20 Jens RottmannChange BS constant from implicit double to float (...
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-19 Loic BlotCode modernization: src/m* (part 2)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-07-07 Dániel JuhászExpose getPointedThing to Lua
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-06-11 QrchackOfficialRemove superfluous pointer null checks
2017-06-10 Loïc BlotC++11 patchset 6: forbid object copy using assigment...
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-06-05 Loic BlotRemove SharedPtr, it's not used and will be never used...
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-26 SmallJokerTime: Change old `u32` timestamps to 64-bit (#5818)
2017-05-11 red-001Rework escape/pause menu (#5719)
2017-05-06 ShadowNinjaFix myfloor(0.0)
2017-05-06 ShadowNinjaClean up numeric.h and split FacePositionCache from it
2017-04-28 ShadowNinjaClean up getTime helpers
2017-04-25 Loïc BlotFix various points reported by cppcheck (#5656)
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-17 SmallJokerFix MSVC build broken by 34d32ce
2017-04-17 Perttu AholaInclude container.h in util/thread.h. util/thread.h...
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2017-04-12 Loic BlotFix fips_cipher_abort warning and other duplicate macros
2017-04-07 Loic BlotPass clang-format on 14 trivial header files fixes
2017-04-07 Loic BlotClang-format: fix some header files and remove them...
2017-04-02 Loïc BlotUpdate embedded jsoncpp from unk version to 0.10.6...
2017-03-29 Loïc BlotAdd CPP11 header to define nullptr & constexpr (#5471)
2017-03-20 number ZeroContent_mapblock.cpp: Refactor
2017-03-11 number ZeroMinimap: Optimise
2017-02-04 rubenwardyAdd ItemStack key-value meta storage
2017-01-20 red-001Remove `mathconstants.h` and use the correct way to...
2017-01-15 sapierAdd color names from web page referenced in luaapi doc
2017-01-07 sfan5Revert "Extend minetest.is_yes()"
2017-01-07 red-001Extend minetest.is_yes()
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2016-12-24 RogierMove PP() and PP2() macros to basic_macros.h
2016-11-11 Rogier-5Fix incorrect distance computation for visible blocks...
2016-10-08 SmallJokerEnsure std::unordered_ be used on MSVC 2010 too (#4600) 4551/head
2016-10-08 gregorycuEnsure std::unordered_ will be used on supported MSVC...
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2016-10-06 Loic BlotUse more unordered_maps to improve performance in c...
2016-08-11 Rogier-5Use the standard to_string() functions for C++11 (...
2016-08-10 David Carliercouple of memory leaks fixes.
2016-08-10 Ner'zhulPermit usage of std::unordered_map & std::unorderered_s...
2016-06-11 kwolekrRandom misc. warning fixes and cleanups
next