]> git.lizzy.rs Git - dragonfireclient.git/shortlog
dragonfireclient.git
2013-04-05 PilzAdamFix nick completion
2013-04-05 PilzAdamAdd a delay to nodeupdate()
2013-04-05 MirceaKitsuneAllow modifying movement speed, jump height and gravity...
2013-04-03 ShadowNinjaCheck if the address field is empty when hitting enter...
2013-04-03 Esteban I.... Limit speed in collisionMoveResult for avoiding hangs
2013-04-03 Zeg9Fix camera "jumping" when attached and the parent goes...
2013-04-03 PilzAdamUpdate doc/lua-api.txt
2013-04-03 kwolekrBump version to 0.4.6
2013-04-03 WeblateMerge remote branch 'origin/master'
2013-04-03 Diego MartínezTranslated using Weblate (Spanish)
2013-04-03 Dêivan Ortiz... Translated using Weblate (Polish)
2013-04-03 Chynggyz JumalievTranslated using Weblate (Kirghiz)
2013-04-03 Sfan5Translated using Weblate (German)
2013-04-03 we prefer instagib... Translated using Weblate (French)
2013-04-03 Pilz AdamTranslated using Weblate (Estonian)
2013-04-03 Ragnar LaudTranslated using Weblate (Estonian)
2013-04-03 Dêivan Ortiz... Translated using Weblate (Portuguese)
2013-04-02 PilzAdamReturn an ItemStack in minetest.item_place() if nodes...
2013-04-01 Esteban I. RMTranslated using Weblate (Spanish)
2013-04-01 Markus LehmannTranslated using Weblate (German)
2013-04-01 Diego MartínezTranslated using Weblate (Spanish)
2013-04-01 Maciej KasatkinTranslated using Weblate (Polish)
2013-04-01 we prefer instagib... Translated using Weblate (French)
2013-04-01 kwolekrAdd Ore generation flags, implement ore absolute height
2013-03-31 kwolekrIncrease value range of Ore::clust_scarcity
2013-03-31 Diego MartínezTranslated using Weblate (Spanish)
2013-03-31 WeblateMerge remote branch 'origin/master'
2013-03-31 Fabio LuongoTranslated using Weblate (Italian)
2013-03-31 Pilz AdamTranslated using Weblate (German)
2013-03-31 Ilya ZhuravlevAdd Kyrgyz language
2013-03-31 ShadowNinjaAdd a small optimization to the menu splash and remove...
2013-03-31 khonkhortisanDon't load menu textures every frame
2013-03-31 0gb.usDon't grant priveleges to non-existent players.
2013-03-31 Zeg9Install locales in minetest directory, so they are...
2013-03-31 kwolekrFix MapgenV6::generateCaves possible division by 0...
2013-03-30 kwolekrOptimize CNodeDefManager::getIds
2013-03-30 Pilz AdamTranslated using Weblate (German)
2013-03-30 PilzAdamUpdate po files
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-30 Lord JamesTranslated using Weblate (Spanish)
2013-03-30 Anton TsyganenkoTranslated using Weblate (Russian)
2013-03-30 Mitori ItoshikiTranslated using Weblate (Japanese)
2013-03-30 Fabio LuongoTranslated using Weblate (Italian)
2013-03-30 Ragnar LaudTranslated using Weblate (Estonian)
2013-03-30 PilzAdamMake the textbox for serverlist title wider
2013-03-30 PilzAdamGUI: Make singleplayer default tab, store selected...
2013-03-30 kwolekrFix build on Linux with some glibcs
2013-03-29 prollerFix backward compatibility for server uptime in master...
2013-03-29 prollerMasterserver: report gameid, uptime, cosmetic fixes...
2013-03-29 kwolekrAdd varying levels of precision to TimeTaker
2013-03-29 PilzAdamAdd different place sound for nodes
2013-03-29 PilzAdamNew damage system, add damageGroups to ToolCapabilities...
2013-03-29 kwolekrUpdate Credits tab
2013-03-29 0gb.usFix node replacement in not-quite-loaded chunks
2013-03-29 kwolekrFix last singlenode modification
2013-03-29 kwolekrDon't replace existing nodes in singlenode mapgen
2013-03-28 4aiman KonsorumaniakkuTranslated using Weblate (Russian)
2013-03-28 kwolekrPrevent infinite loop with invalid Inventory format
2013-03-28 PilzAdamFix parameter list of obj:set_attach() and obj:set_bone...
2013-03-27 sapierClosed add object <-> object collision handling
2013-03-26 Perttu AholaREADME.txt: Add some build stuff
2013-03-25 kwolekrVary ore sheet y position by noise
2013-03-25 kwolekrEnsure ore can fit in OreSheet::generate()
2013-03-24 PilzAdamUse minetest.register_ore() in minimal
2013-03-24 kwolekrAdd more error checking to l_register_ore
2013-03-24 Perttu AholaFix indentation of lua_api.txt
2013-03-24 kwolekrUpdate lua_api.txt
2013-03-24 kwolekrAdd Ore infrastructure and l_register_ore()
2013-03-23 prollerMapgen indev: float islands, larger far biomes
2013-03-23 JeijaAllow spawning particles from the server, from lua
2013-03-23 PilzAdamMove rightclickable to the proper place
2013-03-23 Jürgen DoserInclude backface_culling flag in serialization format...
2013-03-23 Mukul SatiSet of changes to build mineTest using Visual Studio...
2013-03-23 RealBadAngel6d facedir
2013-03-23 prollerMerge pull request #563 from proller/guest
2013-03-23 prollerRandom guest name and finite liquid checkbox
2013-03-22 Perttu AholaAdd singlenode mapgen; generates solely the node 'mapge...
2013-03-22 Perttu AholaCMakeLists.txt: Add games/common to be installed when...
2013-03-21 Perttu AholaSupport game-specific minetest.conf
2013-03-21 Perttu Aholalua_api.txt: Document paths, games and common mod loading
2013-03-21 Perttu AholaUpdate buildwin32.sh to get minetest/common
2013-03-21 Perttu AholaUpdate README.txt to instruct to get minetest/common too
2013-03-21 Perttu AholaCommon mods support
2013-03-19 SplizardAllow falling nodes to pass through solid "buildable_to...
2013-03-19 Juhani NumminenGit-ignore SQLite build files
2013-03-19 kwolekrFix Map::initBlockMake to actually use chunksize setting
2013-03-18 PilzAdamPrevent passing nil to unpack() in minetest.after
2013-03-18 kwolekrAdd jungle grass to jungles
2013-03-17 Ilya ZhuravlevDon't erase modified_blocks
2013-03-17 ShadowNinjaAdd FPS limit to menu clouds
2013-03-17 RealBadAngellua methods set_look_pitch and set_look_yaw
2013-03-17 PilzAdamFix new_style_water
2013-03-17 PilzAdamAdd missing settings to minetest.conf.example
2013-03-17 JeijaAllow minetest.after to take a variable number of arguments
2013-03-17 prollerbuild with ogles2 driver
2013-03-17 kwolekrSome minor cleanups from the last commit
2013-03-17 prollerinitial mapgen indev version with farscale feature...
2013-03-16 kwolekrMake saplings only grow on dirt or grass, make jungle...
2013-03-16 kwolekrRe-add jungles, apple trees
2013-03-16 kwolekrOptimize Mapgen::updateLighting(), add setLighting()
next