oweals/minetest.git
2013-05-03 KahrlServer: force block send of pointed_pos_under after...
2013-05-02 PilzAdamUse DIR_DELIM instead of / in file paths
2013-05-02 PilzAdamShow game name instead of game ID of selected game
2013-05-02 Perttu AholaSwitch menu to game selected in world creation dialog
2013-05-02 Perttu AholaPre-select current game in world creation dialog 698/head
2013-05-02 Perttu Aholagames/minimal: Add menu/background.png and menu/icon.png
2013-05-02 Perttu AholaFilter worlds by selected game
2013-05-02 Perttu AholaGet menu background image from selected game
2013-05-01 PilzAdamFix minetest.features
2013-05-01 PilzAdamMove sfan5 to core devs
2013-05-01 Ilya ZhuravlevRename "no" (Norwegian) to "nb" (Norwegian Bokmål)
2013-05-01 Ilya ZhuravlevAdd Norwegian language.
2013-05-01 Sfan5Add a Way of checking for specific Feature with Lua...
2013-04-29 kwolekrFix itemdef drop on NULL texture
2013-04-28 kwolekrActually fix shader3 alpha this time
2013-04-28 kwolekrEnhance caves for mgv7, add ravines
2013-04-26 kwolekrMinor hud.cpp cleanup
2013-04-26 Esteban I.... Ability to change the crosshair using textures
2013-04-25 kwolekrGeneralize hud_builtin_enable into hud_set_flags
2013-04-25 prollerTune finite liquids, indev huge caves
2013-04-25 Zeg9Fix serverlist on -DRUN_IN_PLACE=0 (use path_user inste...
2013-04-25 sapierMove player collisionbox to player class
2013-04-25 PilzAdamkahrl is back
2013-04-25 kwolekrTransform alpha channel as well in shader
2013-04-25 Perttu AholaFix compatibility of RBA's NDT_GLASSLIKE_FRAMED
2013-04-25 sapierImprove getFree*ActiveObjectId to reduce common case...
2013-04-25 RealBadAngelAdd new drawtype GLASSLIKE_FRAMED
2013-04-24 Diego MartínezAdded support to disable built-in HUD elements
2013-04-24 Diego MartínezFixes possible crash when using hud_change with "align...
2013-04-24 RealBadAngelFix to: addUpdateMeshTaskWithEdge
2013-04-24 kwolekrAdd option to use texture alpha channel
2013-04-23 Perttu AholaDisable fall bobbing by default; enable using fall_bobb...
2013-04-23 PilzAdamGrow dirt_with_snow instead of dirt_with_grass if snow...
2013-04-23 ShadowNinjaAdd minetest.get_player_ip()
2013-04-23 ShadowNinjaAdd option to not prepend "Server -!- " to messages...
2013-04-23 Diego MartínezAdded offset support for HUD items
2013-04-23 Diego MartínezAdded support for alignment in HUD items
2013-04-22 eduardojsmTranslation to Portuguese of Brazil for Minetest 676/head
2013-04-21 kwolekrmgv7: Implement getGroundLevelAtPoint(), fix layer...
2013-04-21 kwolekrFix findSpawnPos()
2013-04-21 kwolekrFix hud_change stat argument retrieval
2013-04-21 kwolekrClass-ify caves & move to cavegen.cpp, fix cave regress...
2013-04-20 kwolekrAdd direction parameter to statbars in HUD API
2013-04-18 kwolekrFix Lua HUD documentation
2013-04-18 LS-SteeefAdd dutch translation
2013-04-18 kwolekrSplit HUD code off to hud.cpp, make into a class, exten...
2013-04-18 Jonathon AndersonLua HUD
2013-04-14 darkroseMerge pull request #654 from ShadowNinja/remove_old_mak...
2013-04-14 ShadowNinjaRemove old Makefile(that is what git is for) 654/head
2013-04-12 kwolekrFix double free, null texture drop
2013-04-11 MirceaKitsuneSwing the camera down when the player lands on the...
2013-04-11 prollerFix masterserver javascript: adjustable output id
2013-04-11 RealBadAngelBugfixes to get_craft_recipe and get_all_craft_recipes.
2013-04-10 sapierfix bug in scriptapi line_of_sight
2013-04-09 sapierfix objects colliding with its own collision boxes 637/head
2013-04-09 sapierfix emergemanager memory leaks
2013-04-09 sapierfix various memory leaks
2013-04-09 sapierfix extruded items texture leak
2013-04-08 RealBadAngelUse system wide LuaJIT if aviable.
2013-04-08 sapierfix memory leak on sound shutdown
2013-04-08 sapierfix memory leak in loadMedia
2013-04-08 sapieraddon extended resource accounting
2013-04-08 sapierfix inventory image texture leak
2013-04-08 sapierfix memory leaks introduced by invalid gettext usage
2013-04-08 sapierreplace Server smart pointer with conventional one...
2013-04-08 sapierfix memory leak on shader shutdown
2013-04-08 sapierfix memory leak in itemdef
2013-04-08 sapierfix huge texture leak in tiledef
2013-04-08 sapierfix 3d model mesh leak
2013-04-08 sapierfix mesh leak in camera class
2013-04-08 kwolekrAdd param2 field for ores, some minor fixes and misc...
2013-04-07 Ilya ZhuravlevAdd Ukrainian language.
2013-04-07 kwolekrFix black tree leaves, reduce above-ground cave shadows
2013-04-07 kwolekrFix crash on creating map with invalid mg_name
2013-04-07 kwolekrRevert "Fix to be able to build from dir different...
2013-04-07 kwolekrAdd Mapgen V7, reorganize biomes
2013-04-06 prollerAdjusting water removing above unloaded blocks
2013-04-06 kwolekrDon't re-write entire map_meta.txt if a setting is...
2013-04-06 Diego MartínezFix to be able to build from dir different than source dir
2013-04-06 prollerDon't flow finite liquid into an unloaded chunk
2013-04-06 sapierfix memory leak
2013-04-06 sapierAdd Dijkstra A* and A* without prefetching pathfind...
2013-04-05 PilzAdamOnly enqueue falling nodes if they really want to fall
2013-04-05 khonkhortisanunkn own block -> unkn own node
2013-04-05 ShadowNinjaAdd private messaging with /msg
2013-04-05 Diego MartínezUse the nodebox as selection box if it's not set manually
2013-04-05 Diego MartínezInstall "build" and "survival" games with "make install"
2013-04-05 MirceaKitsuneDont allow fast move in water or ladder when aux1_desce...
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 0.4.6
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)
next