]> git.lizzy.rs Git - dragonfireclient.git/history - builtin/mainmenu.lua
Normal maps generation on the fly.
[dragonfireclient.git] / builtin / mainmenu.lua
2014-03-21 RealBadAngelNormal maps generation on the fly.
2014-03-05 sapierReplace pause and message menu by formspec ones
2014-02-05 ShadowNinjaAdd the option to bind to a specific address
2014-02-03 ShadowNinjaEscape texture pack names
2014-01-18 Dániel VargaFixed mainmenu lua errors because of changes in get_tex...
2014-01-13 KahrlAdd formspec table
2014-01-06 PilzAdamEscape error messages in error dialog
2014-01-06 Perttu AholaFix main menu error message dialog: Now multi-line...
2014-01-05 Ilya ZhuravlevFix absence of images when compiled with RUN_IN_PLACE=0.
2013-12-11 sapierImplement search tab and version picker
2013-12-03 RealBadAngelShaders rework.
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous...
2013-11-28 sapierSplit server/client port setting to avoid port number...
2013-11-23 NovatuxFix my name (doesn't display correctly because of utf8...
2013-11-23 Sfan5Prevent enabling Shaders if Direct3D is used
2013-11-09 PilzAdamAdd BlockMen to core dev list
2013-11-09 sapierFix crash updating gametype without game
2013-11-05 kwolekrAdd seed entry to world creation dialog
2013-11-01 ShadowNinjaAdd my email address to the main menu credits
2013-11-01 BlockMenDon't remove background of games in submenus
2013-11-01 NovatuxMove new core devs to the "Core Developpers" section...
2013-09-10 KahrlChange mainmenu texture handling + small misc changes
2013-09-10 PilzAdamUse engine.is_yes() in mainmenu
2013-09-04 sapierAdd backtrace to error function
2013-08-29 Ilya ZhuravlevAdd escaping to world list in main menu (fixes #896).
2013-08-19 KahrlWorld config dialog: Use engine determined path for...
2013-08-17 sapierAdd translation for main menu
2013-08-15 PilzAdamAdd ability to activate mods with doubleclick (remove...
2013-08-15 NovatuxFix formspec escaping, add escaping to info.txt for...
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-14 Ilya ZhuravlevFix my name.
2013-08-06 PilzAdamFix worldlist in servertab being filtered by selected...
2013-08-04 PilzAdamDont show gamefilter in TP tab
2013-08-04 NovatuxAdd texture pack selection to main menu
2013-07-28 PilzAdamPlay sounds/main_menu.ogg in menu
2013-07-25 sapierShow portnumber for ip adresses only
2013-07-22 sapierFix bug in world creation
2013-07-22 sapierRemove debug output
2013-07-22 sapierFix background/overlay/footer/header handling
2013-07-22 sapierAdd playernumber to favorites list
2013-07-22 sapierfilterlist api cleanup
2013-07-22 sapierAdd port to favorites if not 30000
2013-07-22 sapierReplace worldlist by generic filterlist implementation
2013-07-22 sapierSwap name/password <-> server description
2013-07-22 sapierRevert "Fix serverdescription and name not beeing saved...
2013-07-12 sapierDon't show flags in local favorites
2013-07-12 sapierFix bug server name set to address field when using...
2013-07-12 sapierAdd missing server flags in public serverlist
2013-07-12 sapierFix serverdescription and name not beeing saved to...
2013-07-11 sapierWorldlist fixes
2013-07-09 sapierFix serverlist
2013-07-09 prollerPublic server checkbox
2013-07-09 kwolekrRevert "Fix serverlist not beeing escaped correctly"
2013-07-08 sapierFix header not beeing shown except on singleplayer tab
2013-07-08 sapierFix serverlist not beeing escaped correctly
2013-07-08 sapierfix crash on play/start with empty world list
2013-07-08 kwolekrLua main menu: Fix world creation dialog
2013-07-08 PilzAdamSet numeric locale in Lua in main menu
2013-07-07 sapierFix many formspec menu bugs
2013-07-07 Sfan5Fix parseColor, change remaining colorkeys to new forma...
2013-07-06 Sfan5Use hexadecimal RRGGBB instead of colorkeys, rename...
2013-07-03 kwolekrLua main menu: Fix crash on init lua error, mapgen...
2013-07-02 sapierReplace C++ mainmenu by formspec powered one