]> git.lizzy.rs Git - dragonfireclient.git/shortlog
dragonfireclient.git
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-08 rubenwardyFix luajit include not being found
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-25 rubenwardyFix description wrapping in browse online content
2018-04-24 ParamatDungeons: Mostly fix missing stair nodes
2018-04-24 ParamatMgvalleys: Update settingtypes.txt
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-21 SmallJokerFix Android build, broken since 87ad4d8
2018-04-20 ParamatNode resolver: Make error on fallback optional, disable...
2018-04-19 rubenwardyAdd online content repository
2018-04-19 SmallJokerBuiltin auth handler: Speed up file writing (#7252)
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... Android: Modify touch screen GUI's buttons (#7240)
2018-04-17 ParamatCavegen: Fix variable typo that broke mgvalleys large...
2018-04-17 rubenwardyAdd CMakeDoxy* to .gitignore
2018-04-15 ParamatFOV: Raise lower limit to avoid zoom-loading of distant...
2018-04-10 Muhammad Rifqi... 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 SmallJokercore.rotate_node: Do not trigger after_place_node ...
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...
2018-03-28 Andrew WardLoad dependencies and description from mod.conf
2018-03-28 Andrew WardAdd reasons to on_dieplayer and on_hpchange
2018-03-28 Andrew WardAdd formspec theming using prepended strings
2018-03-26 Loïc BlotUpdate jsoncpp to 1.8.4 (#7172)
2018-03-26 nOOb3167Guard sound manager initialization with "enable_sound...
2018-03-26 D Tim CummingsmacOS: don't require X11 libraries during compilation...
2018-03-26 ParamatMapgen: Remove unused mgv7 code and some unused biometypes
2018-03-24 nOOb3167Make sounds stop playing when entering game or mainmenu
2018-03-24 Loïc BlotCleanup sound manager class (#7158)
2018-03-23 youPrint the mod loading time (#7137)
2018-03-23 Loic BlotFix some gcc 7.3 reported warnings
2018-03-23 nOOb3167Global initialization of sound using SoundManagerGlobal...
2018-03-22 VitaliyUpdate mesh collector and move it to a separate file...
2018-03-22 Loïc BlotGitlab CI: Disable currently broken ubuntu 16.10 &...
2018-03-22 ParamatLua_api.txt: Improve noise documentation
2018-03-21 paramatMinetest ASCII art: Move from actionstream to rawstream
2018-03-20 paramatMgfractal / chunksize: Improve documentation
2018-03-20 paramatLua_api.txt: Fix hardware colouring documentation
2018-03-18 Loïc BlotAdd src/unittest/test_world/world.mt to gitignore
2018-03-17 Loic BlotAdd missing file to android build
2018-03-17 VitaliyFix node-nodebox lighting difference in direct sunlight...
2018-03-17 Loic Blot.gitignore: ignore more files (android, unittests)
2018-03-17 paramatLua_api.txt: Split long lines part 6
2018-03-16 Loic BlotFix a crash or random memory leak when reseting saved...
2018-03-16 Loic BlotDrop Server::m_enable_rollback_recording it's only...
2018-03-16 Loic BlotServerEnvironment::loadDefaultMeta: Loading default...
2018-03-16 Loic BlotForgot to remove obsolete Server::m_mods
2018-03-16 Loïc BlotServer: delegate mod management & config to ServerModCo...
next