Fix clang tidy error due to incorrect use of quotes for character
[oweals/minetest.git] / src /
2019-03-06 rubenwardyFix clang tidy error due to incorrect use of quotes...
2019-03-05 ParamatChange 'num_emerge_threads' default to 1 (#8303)
2019-03-05 HybridDogFix --color command line parameter ignorance (#7173)
2019-03-05 Benjamin LindleyReplace for loop with call to standard library function...
2019-03-05 rubenwardyHide uninstall package button on unmodifiable paths...
2019-03-05 sofarAdd referer to remote media requests. (#8135)
2019-03-05 sofargetS16NoEx() returns true unless syntactical error...
2019-03-02 adridoDon't include and link to gettext if gettext is not...
2019-03-01 Loïc BlotFix particle spawners not visible since CSM spawner...
2019-02-26 Loïc BlotRevert "Revert CSM particles commit to fix particle...
2019-02-26 ParamatRevert CSM particles commit to fix particle spawner...
2019-02-23 ParamatUpdate minetest.conf.example and settings_translation_f...
2019-02-23 Nathanaël CourantFix files with CRLF line endings in translations (...
2019-02-23 SmallJokerMinimap: Fix radar restriction broken by 9649e47
2019-02-23 ParamatAttend to LINT sillyness (#8276)
2019-02-23 ANANDRemove 's' from 'automatic forwards' (#8272)
2019-02-15 ANANDRevert RTT fixes (#8187)
2019-02-15 random-geekFix coloured fog in main menu (#8181)
2019-02-15 Loïc BlotLINT fix
2019-02-15 WuzzyDon't regain breath while in ignore node (#8218)
2019-02-14 Wuzzy Update minetest.conf.example, settings strings and...
2019-02-14 rubenwardyFix extract zip writing lowercase files (#8221)
2019-02-10 SmallJokerConsistent HP and damage types (#8167)
2019-02-10 SmallJokerSlippery: Do not apply when swimming (#8198)
2019-02-09 SmallJokerAutojump: Disable in fly mode, support continuous forwa...
2019-02-09 Loic BlotFix Address::isLocalhost algorithm
2019-02-09 rubenwardyDisable confirmation dialog on localhost
2019-02-09 SmallJokernumeric: Fix clang, broken since d5456da
2019-02-09 WuzzyDon't append itemname to itemname in tooltip (#8176)
2019-02-07 Paul OuelletteUse true pitch/yaw/roll rotations without loss of preci...
2019-02-04 random-geekFix cloud color in loading screen and main menu (#8174)
2019-02-03 random-geekUpdate color of main menu clouds (#8172)
2019-02-03 rubenwardyAdd setting to hide mature content from ContentDB
2019-02-03 rubenwardyFix core.download_file() creating empty files on HTTP...
2019-02-03 Leonid BobrovDragonFly BSD is somewhat identical to FreeBSD (#8159)
2019-02-03 Loïc BlotForce player save before kicking on player shutdown...
2019-02-02 Nathanaël CourantMove missing translations warnings to verbosestream...
2019-01-31 ParamatSettings: Slightly increase block generate, block send...
2019-01-31 rubenwardyContent store: Fix storage leak by storing screenshots...
2019-01-26 Muhammad Rifqi Pri... Add setting to disable confirmation on new player regis...
2019-01-26 Paul OuelletteFix pkgmgr game install with RUN_IN_PLACE=0 (#8113)
2019-01-25 ParamatblitToVManip: Check out-of-bounds using node position...
2019-01-22 ParamatFix warnings about dungeongen.cpp memcpy() and unused...
2019-01-21 Jozef BehranFix randomly rejected form field submits (#8091)
2019-01-19 SmallJokerAdvanced settings noiseparams: Remove '}' left in ...
2019-01-18 Jozef BehranOptimize subgames search a little bit (#8096)
2019-01-16 Paul OuelletteFix some misspellings (#8104)
2019-01-13 SmallJokerworld.mt: Only accept true/false/nil values (#8055)
2019-01-13 Jozef BehranSpeed up the craft definition handling (#8097)
2019-01-12 Jozef BehranOptimize path finalization in pathfinder (#8100)
2019-01-10 Paul OuelletteMake sqlite3 the default auth backend (#8085)
2019-01-09 Loic BlotImport strstr function from FreeBSD 11 libc
2019-01-09 Loïc BlotAndroid build fixes
2019-01-07 Loïc BlotFix a crash on Android with Align2Npot2 (#8070)
2019-01-06 DSFix wrong code comment (#8061)
2019-01-06 SmallJokerFix various bugs (Anticheat, Lua helpers) (#8013)
2019-01-06 rubenwardyDeprecate modpack.txt and use modpack.conf instead...
2019-01-04 Loïc BlotDrop libgmp on Android and use mini-gmp (#8047)
2019-01-04 Loïc BlotMake sqlite3 default auth & player backends for new...
2019-01-04 Loïc BlotFix on_successful_save -> onSuccessfulSave
2019-01-04 Loïc BlotFix various player save issues (performance penalty...
2019-01-04 Loïc BlotPlayer file directory must be only created when using...
2019-01-03 sofarRemove remote media compatibility mode. (#8044)
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2019-01-03 ParamatCSM restrictions: Make 'LOAD_CLIENT_MODS' disable loadi...
2018-12-31 HybridDogAdd minetest.load_area (#8023)
2018-12-31 random-geekExtend pitch fly mode to swimming (#7943)
2018-12-24 Loïc BlotCSM: add requested CSM_RF_READ_PLAYERINFO (#8007)
2018-12-23 SmallJokerFix entity rotation in existing worlds (#7989)
2018-12-22 Vitaliymapnode: add const/noexcept (#8009)
2018-12-22 rubenwardyAndroid: Fix memory leak when displaying images in...
2018-12-21 SmallJokerreportMetadataChange; Silence clang warnings
2018-12-20 stujones11Fix more transparency issues with ogles2 driver (#8005)
2018-12-20 stujones11Android: Move touchscreen rare controls inline with...
2018-12-18 Kevin AbramsAdd command line option to load password from file...
2018-12-18 SmallJokerieee_float: Silence compiler warning
2018-12-18 Pedro GimenoFix the part of the float test that requires IEC559...
2018-12-16 Pedro GimenoFix C++11 violation that broke clang on Debian Stretch
2018-12-13 Loïc BlotAdd an activeobject manager to hold active objects...
2018-12-13 SmallJokerNetwork: Send IEEE floats (#7768)
2018-12-13 WuzzyMake showOverlayMessage strings translatable (#7964)
2018-12-11 VitaliyMake MapNode handle paramtype2≠leveled properly (#7958)
2018-12-11 Loïc Blotporting.cpp: better minetest support on BSD
2018-12-11 rubenwardyFix ContentDB packages timing out by using download_fil...
2018-12-11 AlexAdd object visual type 'item' (#7870)
2018-12-09 Update ScriptUpdate minetest.conf.example and run updatepo.sh (...
2018-12-08 Martin RenoldFix crash if display resolution is not set (#7950)
2018-12-06 ParamatMain menu style: Set to 'full' for Android, remove...
2018-12-06 ParamatDraw all horizons and sky base, in front of stars ...
2018-12-05 CoderForTheBetterFix player rotations (#7941)
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
2018-12-04 Loïc BlotRevert "Fix another GCC warning"
2018-12-04 Loïc BlotAdd testWrapDegrees_0_360_v3f unittests
2018-12-04 Loïc BlotFix another GCC warning
2018-12-04 Loïc BlotFix a stringop-truncation GCC warning
2018-12-04 Loïc BlotFix uninitialized variable peer_id
2018-12-03 JuozasFix Android build errors (caused by 5f1cd55)
2018-12-02 Vanessa DannenbergRaise hotbar limit to 32 slots, add associated keybindi...
2018-12-02 Paul OuelletteRemove unused settings (#7929)
2018-12-02 ParamatDraw stars behind the moon (#7928)
next