aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Collapse)Author
2013-10-16Fix minetest.facedir_to_dir when param2 is 5 or 7.Novatux
2013-10-01Optimized minetest.get_connected_players()fairiestoy
Instead of collecting all objects within a huge radius (which could be a big value), just register each player that connects and give back the current hold list.
2013-09-28Allow to manually specify param2 in minetest.item_place() and return successPilzAdam
2013-09-11Change mainmenu texture handling + small misc changesKahrl
Texture names must now be escaped in formspec elements image[], background[], image_button[], image_button_exit[]. Instead of special-case handling of texture loading (and unloading which was missing) in guiFormSpecMenu.cpp, use the newly created ISimpleTextureSource interface which is a minimal subset of ITextureSource. There is an implementation of this interface used by GUIEngine (MenuTextureSource). Fix an off-by-one bug in unescape_string; it caused requests for a texture called "\0".
2013-09-10Fix bug: texture pack not overriding default menu texturessapier
2013-09-10Use engine.is_yes() in mainmenuPilzAdam
2013-09-10Use the Settings Lua interface to read world.mtPilzAdam
2013-09-09Prevent ModMgr from deleting backend setting in world.mtSfan5
2013-09-05Add sanity check to sort functionsapier
2013-09-04Add backtrace to error functionsapier
2013-08-29Add escaping to world list in main menu (fixes #896).Ilya Zhuravlev
2013-08-19World config dialog: Use engine determined path for game modsKahrl
2013-08-19GUIFormSpecMenu focus fixesKahrl
2013-08-18Fix trailing nils being dropped by deprecated minetest.env handlerKahrl
2013-08-17Add translation for main menusapier
Add engine.gettext() and remove gettext() calls in guiFormspecMenu.cpp
2013-08-16Fix modstore pagecountNovatux
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