]> git.lizzy.rs Git - minetest.git/history - src
Minimal: Disable disruptive formspec test by default (#7423)
[minetest.git] / src /
2018-06-13 Loïc BlotServer: move shutdown parts to a specific shutdown...
2018-06-11 SmallJokerFix the /shutdown command (#7431)
2018-06-10 number ZeroFix narrow/utf8 difference in incoming/outcoming messages
2018-06-08 ParamatMapgen flags: Add 'biomes' global mapgen flag (#7355)
2018-06-06 tukkekStop autoforward on BACKWARD key-press (#7417)
2018-06-06 Loïc BlotCSM/SSM: Add on_mods_loaded callback (#7411)
2018-06-05 WuzzySet ENABLE_GETTEXT to TRUE by default (#7415)
2018-06-04 Loïc BlotModernize lua read (part 1): C++ templating insurance...
2018-06-03 ParamatBiome dust placement: Improve comments, re-order some...
2018-06-02 ParamatBiomemap: Simplify code of recent commit (#7398)
2018-06-02 ParamatBiomemap: Avoid empty biomemap entry to fix failing...
2018-05-31 Loïc BlotFix isNan on setYaw Lua call (#7380)
2018-05-31 ParamatMgv7: Avoid rivergen removing mod-placed nodes when...
2018-05-29 Loic BlotLINT fix
2018-05-29 WuzzyRename some keys for clarity (#7384)
2018-05-29 otdav33Add crossview support (#7361)
2018-05-29 Loic BlotFix GameUI flag value regression introduced by a78659ed...
2018-05-28 MidgardPrint error when HOME is not set (#7376)
2018-05-28 Loïc BlotFix more GCC 8.1 warnings ...
2018-05-28 Loïc BlotFix a -Wcatch-value warning reported by GCC 8.1
2018-05-28 Loic BlotRemove a useless struct keyword for ObjectProperties
2018-05-26 SmallJokerFormspec verification: Fix show_formspec inside callbac...
2018-05-24 ParamatVein ore: Fix bug caused by changing perlinmap Y size...
2018-05-24 ParamatSchematic decorations: Fix placement bug when centred...
2018-05-20 ParamatDungeons: Fix duplication of y limit parameters (#7359)
2018-05-20 youFix missing ignore textures (#7326)
2018-05-19 rubenwardyAdd screenshots to online content browser
2018-05-18 nanoprojectPlayer marker on both minimaps (#7350)
2018-05-16 rubenwardyAdd updating to online content browser
2018-05-16 Lars HofhanslUse server's zoom fov for distant world loading.
2018-05-15 Muhammad Rifqi Pri... Don't show Android edit dialog when tapping read-only...
2018-05-14 SmallJokerFix segfault in player migration and crash in log_depre...
2018-05-14 ParamatVertical biome blend: Tune PRNG seed for finer detail...
2018-05-14 lhofhanslMake sure color returns to normal after a damage flash...
2018-05-13 rubenwardyUpdate contentdb_url to content.minetest.net
2018-05-12 SmallJokerCamera: Improve subpixel movement (#7319)
2018-05-12 SmallJokerRun detach callbacks on player leave
2018-05-10 Vincent GlizeFix crash guiConfirmRegistration quit menu (#7313)
2018-05-07 ParamatMgv7: Code cleanup (#7299)
2018-05-05 SmallJokerFix builtin inventory list crash when size = 0 (#7297)
2018-05-04 ParamatCavegen: Allow small RandomWalk caves to generate beyon...
2018-05-01 Vincent GlizeFix invisible chat error messages (#7289)
2018-04-30 Kuma_jjwnodedef: Delete two unused method definitions (#7288)
2018-04-30 JDCodeItGlobal new() or grab() to be managed in constuctor...
2018-04-30 SmallJokerAllow damage for attached objects, add attach/detach...
2018-04-30 rubenwardyMetaDataRef: Add contains() and get() (#7214)
2018-04-29 ParamatMapgen caves: Re-order generation to fix cavern bug
2018-04-26 paramatBiome-defined cave liquids: Use faster biome calculation
2018-04-26 paramatBiome-defined dungeon nodes: Use faster biome calculation
2018-04-24 ParamatDungeons: Mostly fix missing stair nodes
2018-04-24 ParamatMgvalleys: Code cleanup
2018-04-23 rubenwardyMove ASCII art to std::cerr, to remove it from logs
2018-04-23 Thomas--SFormspecs: Allow setting alpha value for the box[]...
2018-04-21 ParamatMgvalleys: Use shared tunnel / cavern code instead...
2018-04-21 ParamatCave liquids: Use a more precise point for calculating...
2018-04-21 mazocompFix i386 bit build at OpenBSD (#7259)
2018-04-20 ParamatNode resolver: Make error on fallback optional, disable...
2018-04-19 rubenwardyAdd online content repository
2018-04-18 SmallJokerFix wrong channel number representation in logs (#7205)
2018-04-18 Ben DeutschPlayerSettings struct for player movement code (#7243)
2018-04-18 Muhammad Rifqi Pri... Android: Modify touch screen GUI's buttons (#7240)
2018-04-17 ParamatCavegen: Fix variable typo that broke mgvalleys large...
2018-04-15 ParamatFOV: Raise lower limit to avoid zoom-loading of distant...
2018-04-10 Muhammad Rifqi Pri... Android: Replace movement buttons with joystick (#7126)
2018-04-09 sfan5Fix segfault caused by wrong wgettext()
2018-04-09 minduser00Fix for translating empty strings
2018-04-09 SmallJokerupright_sprite: Fix texture position for players
2018-04-09 ParamatSun colour: Undo colour change. Remove double assignmen...
2018-04-07 ParamatBiome API / dungeons: Add biome-defined dungeon nodes
2018-04-06 VitaliyFix SAOM (#7200)
2018-04-06 rubenwardyAdd player:get_meta(), deprecate player attributes...
2018-04-05 ParamatMgcarpathian: Fix spawn level calculation (#7212)
2018-04-05 ParamatMgcarpathian: Remove insignificant 'base' noise variati...
2018-04-05 ParamatZoom adjustDist(): Improve variable name (#7208)
2018-04-05 ParamatBiome API / cavegen: Add definable cave liquid for...
2018-04-04 Loïc Blot[clang-tidy] Promote some performance-* as a coding...
2018-04-04 Loïc BlotHuge LBM lookup performance improvement on mapblock...
2018-04-04 Loic BlotFix 5 issues reported by PVS studio
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 Loic BlotFix more clang-tidy reported problems for performance...
2018-04-03 Loïc BlotFix various clang-tidy reported performance-type-promot...
2018-04-03 SmallJokerSelected ItemStack: Reduce black magic (#6520)
2018-04-03 VitaliyOptimize entity-entity collision (#6587)
2018-04-02 Loïc BlotFix many issues reported by clang-tidy (#7189)
2018-04-02 SmallJoker'fix' LINT, use InventoryLocation==
2018-04-02 SmallJokerRun callback in IDropAction, refactor function arguments
2018-04-02 SmallJokerAdd player inventory callbacks
2018-04-02 youFormspecs: Use mouse wheel to pick up and deposit singl...
2018-04-01 Loïc BlotLINT: add clang-tidy step (#6295)
2018-03-31 youObjectRef: Add add_velocity() (#3208)
2018-03-31 SmallJokerevent.h: Fix import GCC warning caused by ce87310
2018-03-30 Loïc BlotClient eventmanager refactor (#7179)
2018-03-29 ParamatMgcarpathian: Mapgen loop optimisations. fabs() ->...
2018-03-29 nOOb3167Sound: fix static initialization order dependency by...
2018-03-29 stujones11Optional alpha channel support for entities
2018-03-29 Loic BlotFix a warning introduced by c5b4e541749c50805519ce040d9...
2018-03-29 Loic BlotFix a warning reported by clang
2018-03-29 Loic BlotFix various Client class functions not marked as overri...
next