aboutsummaryrefslogtreecommitdiff
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Android: fix handling non-latin characters on older Android devices (#9309)Maksim2020-04-171-0/+8
* Formspecs: Add state-selection to style elements (#9378)Hugues Ross2020-04-111-0/+10
* GUIHyperText: Fix bug with UTF8 chars in action name + simplify UTF8 stringw ...Jean-Patrick Guerrero2020-03-072-31/+14
* EnrichedString: Fix substr segfault caused by non-formatted textSmallJoker2020-01-241-5/+16
* EnrichedString: Fix uninitialized variable m_default_lengthSmallJoker2020-01-231-1/+1
* StaticText/EnrichedString: Styling support (#9187)SmallJoker2020-01-222-23/+76
* Android: fix cyrillic characters, update iconv lib (#9117)Maksim2020-01-131-105/+18
* Formspec: add hypertext elementPierre-Yves Rollo2019-11-032-0/+36
* Move Quicktune code to util/ (#8871)ANAND2019-09-294-1/+287
* Fix AreaStore's IDs persistence (#8888)SmallJoker2019-09-212-10/+40
* util/hex.h: Remove whitespace-only line (#8460)ANAND2019-04-081-1/+1
* util/hex.h: Reserve result space in hex_encode()starling132019-04-071-0/+2
* numeric: Fix clang, broken since d5456daSmallJoker2019-02-091-1/+1
* Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)Paul Ouellette2019-02-072-0/+50
* DragonFly BSD is somewhat identical to FreeBSD (#8159)Leonid Bobrov2019-02-031-1/+1
* Drop libgmp on Android and use mini-gmp (#8047)Loïc Blot2019-01-041-1/+1
* Proselytize the network. Use IEEE F32 (#8030)SmallJoker2019-01-031-27/+19
* ieee_float: Silence compiler warningSmallJoker2018-12-181-1/+1
* Network: Send IEEE floats (#7768)SmallJoker2018-12-135-1/+233
* Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395)CoderForTheBetter2018-11-281-0/+17
* Light curve: Simplify and improve code, fix darkened daytime sky (#7693)Vitaliy2018-09-161-0/+5
* Raycast: export exact pointing location (#6304)Dániel Juhász2018-08-162-4/+11
* Replace auth.txt with SQLite auth database (#7279)Ben Deutsch2018-08-051-0/+19
* Smoothed yaw rotation for objects (#6825)SmallJoker2018-08-021-0/+19
* Fix build on gcc 5.0 (#7586)zeuner2018-07-261-0/+3
* Fix memory leak in guiConfirmRegistrationHybridDog2018-07-061-0/+2
* Fix buffer overrun in SRP (#7484)red-0012018-06-261-1/+1
* Fix MurmurHash implementation to really be unaligned (#7482)sfan52018-06-261-3/+3
* Use server's zoom fov for distant world loading.Lars Hofhansl2018-05-151-1/+1
* Formspecs: Allow setting alpha value for the box[] elementThomas--S2018-04-232-6/+10
* Zoom adjustDist(): Improve variable name (#7208)Paramat2018-04-051-7/+5
* Fix last performance-type-promotion-in-math-fn problemsLoic Blot2018-04-041-1/+1
* Optimize a little bit isBlockInSight, adjustDist & collisions (#7193)Loïc Blot2018-04-041-7/+8
* Fix last clang-tidy reported problems for performance-type-promotion-in-math-fnLoic Blot2018-04-031-2/+2
* Fix various clang-tidy reported performance-type-promotion-in-math-fnLoïc Blot2018-04-031-2/+2
* Revert "Add an active object step time budget #6721"Lars Hofhansl2018-01-121-8/+2
* Fix Wstringop-overflow warning from util/srp.cpp (#6855)you2018-01-041-1/+2
* Fix rounding error in g/set_node caused by truncation to floatrubenwardy2017-12-261-0/+11
* directiontables: Fix MSVC compiler error (#6785)adrido2017-12-141-1/+1
* Add an active object step time budget #6721Lars Hofhansl2017-12-061-2/+8
* Allow zoom to actually show more data.Lars Hofhansl2017-11-152-0/+16
* Move files to subdirectories (#6599)Vitaliy2017-11-0813-32/+32
* directiontables.cpp: fix a warning reported by VS2017Loic Blot2017-10-171-1/+1
* Real global textures (#6105)Vitaliy2017-10-152-0/+10
* Use a Buffer instead of SharedBuffer in ConnectionCommandLoic Blot2017-09-051-0/+12
* Remove DSTACK support (#6346)Loïc Blot2017-08-301-1/+0
* Network cleanup (#6310)Loïc Blot2017-08-251-22/+0
* Translations: prevent remote crash with invalid translationsEkdohibs2017-08-251-1/+6
* Add clientside translations.Ekdohibs2017-08-243-3/+253
* serialize: use a temporary for SerializeExceptionLoïc Blot2017-08-212-6/+2