aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Collapse)Author
2013-08-16Use get_texturepath() instead of get_gamepath()/../texturesNovatux
2013-08-16Sort modlist alphabeticallyPilzAdam
2013-08-16Add ability to activate mods with doubleclick (remove old_style_mod_selection)PilzAdam
2013-08-15Fix formspec escaping, add escaping to info.txt for texture packs.Novatux
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-14Fix my name.Ilya Zhuravlev
2013-08-10Dont download modstore info if its isnt neededPilzAdam
2013-08-06Simplify code of mainmenu world sortNovatux
2013-08-06Add support for different drowning damage and allow drowning in other nodetypesBlockMen
2013-08-06Fix worldlist in servertab being filtered by selected gamePilzAdam
2013-08-06Add minetest.registered_biomesNovatux
2013-08-04Dont show gamefilter in TP tabPilzAdam
2013-08-04Add texture pack selection to main menuNovatux
2013-08-04Allow mods to listen to cheat detections using minetest.register_on_cheat()Perttu Ahola
2013-07-28Play sounds/main_menu.ogg in menuPilzAdam
2013-07-28Better snow fall, finite liquid transform, leveled nodes apiproller
2013-07-27Weather supportproller
2013-07-25Show portnumber for ip adresses onlysapier
2013-07-24added (optional) support for 6d facedir in dir_to_facedir and added ↵hdastwb
facedir_to_dir
2013-07-22Fix enable mod/enable button not shown on entering world config dialogsapier
2013-07-22Fix bug in world creationsapier
Add old style mod selection in worldconfig dialog
2013-07-22Add missing header/footer for singleplayer tabsapier
2013-07-22Remove debug outputsapier
2013-07-22Fix Bug in modname guessing resulting in undefined modnamesapier
2013-07-22merge mainmenu_helper.lua to misc_helpers.luasapier
2013-07-22Fix background/overlay/footer/header handlingsapier
Add missing file headers
2013-07-22Add playernumber to favorites listsapier
2013-07-22filterlist api cleanupsapier
2013-07-22Add port to favorites if not 30000sapier
Major modmgr overhaul Add missing formspec checkbox doc
2013-07-22Replace worldlist by generic filterlist implementationsapier
2013-07-22Add support for modstore screenshotssapier
Add error output on invalid mmdb entries
2013-07-22Swap name/password <-> server descriptionsapier
2013-07-22Revert "Fix serverdescription and name not beeing saved to local serverlist"sapier
This reverts commit 7dbbbfc665e285cc9eb9d750c3a449d7da178d4f. (was added twice)
2013-07-22Remove unused required by list in worldconfigsapier
2013-07-20Add an option to disable object <-> object collision for Lua entitiesPilzAdam
2013-07-12Don't show flags in local favoritessapier
2013-07-12Fix bug server name set to address field when using up/down keyssapier
Show server description above connect button instead of in favorites list
2013-07-12Add missing server flags in public serverlistsapier
2013-07-12Remove lots of debug output from modmgrsapier
Fix RUN_IN_PLACE=0 mod install (now mods are saved in user folder in that case) Fix text of field element not unescaped correctly
2013-07-12Fix serverdescription and name not beeing saved to local serverlistsapier
2013-07-11Add VoxelArea:position, VoxelArea:iter and VoxelArea:iterpKahrl
2013-07-11Worldlist fixessapier
Add alphabeticaly sorted worldlists Select world after creation Move worldlist handling to separate file Merge world selection of singleplayer/server tab Remove some useless code
2013-07-09Fix serverlistsapier
2013-07-10Public server checkboxproller
2013-07-08Revert "Fix serverlist not beeing escaped correctly"kwolekr
This reverts commit 39d03148e5d98ef5f9a31b131a79ff2bbd71a877.
2013-07-08Fix header not beeing shown except on singleplayer tabsapier
2013-07-08Fix serverlist not beeing escaped correctlysapier
Always use address for server Fix first (empty) element beeing selected after deleting last world
2013-07-08fix crash on play/start with empty world listsapier
make enter button work in create world dialog
2013-07-08Make sure that coordinates passed to /teleport are actual numbersPilzAdam
2013-07-07Move math.hypot() to misc_helpers.lua and fix zero-division errorShadowNinja