Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow SIGINT to kill mainmenu again | Kahrl | 2013-08-19 |
| | |||
* | Replace C++ mainmenu by formspec powered one | sapier | 2013-07-02 |
| | |||
* | Only use game filter in singleplayer tab; use menu_{background, overlay, ↵ | PilzAdam | 2013-05-13 |
| | | | | header, footer}.png for other tabs | ||
* | Show game name instead of game ID of selected game | PilzAdam | 2013-05-02 |
| | |||
* | Filter worlds by selected game | Perttu Ahola | 2013-05-02 |
| | |||
* | Get menu background image from selected game | Perttu Ahola | 2013-05-02 |
| | |||
* | GUI: Make singleplayer default tab, store selected serverlist, show title of ↵ | PilzAdam | 2013-03-30 |
| | | | | serverlist | ||
* | Random guest name and finite liquid checkbox | proller | 2013-03-23 |
| | |||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | new auto masterserver | proller | 2013-02-22 |
| | |||
* | Add a list of servers to the "Multiplayer" tab | Jeija | 2013-01-21 |
| | | | | | | | If USE_CURL is set, it also downloads a list from a remote server. The url of this list is configurable in minetest.conf using the setting "serverlist_url" The local list of favorite servers is saved in client/serverlist/filename filename is also configureable using the setting "serverlist_file" | ||
* | Add particles | Jeija | 2013-01-14 |
| | |||
* | Add checkboxes for shaders and on-demand item visual generation | obneq | 2012-12-02 |
| | |||
* | Added video settings filter options via config file - second try :-) | Vanessa Ezekowitz | 2012-11-09 |
| | | | | | | | | | Set one or more of these in the config to turn the related option on: mip_map = 1 anisotropic_filter = 1 bilinear_filter = 1 trilinear_filter = 1 | ||
* | Enforce stricter world names using a blacklist | Matthew I | 2012-09-05 |
| | | | | Blacklisted characters are: / \ | ||
* | Optimize headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | 2012-06-05 |
| | | | | GPLv2/later, by agreement of major contributors | ||
* | New world removal GUI code | Perttu Ahola | 2012-03-26 |
| | |||
* | Add "simple singleplayer mode"; Fix a number of GUI things | Perttu Ahola | 2012-03-15 |
| | |||
* | Save selected tab | Perttu Ahola | 2012-03-15 |
| | |||
* | Menu tuning WIP | Perttu Ahola | 2012-03-15 |
| | |||
* | Crude tab test in main menu (requires gui redesign for the additional tabs) | Perttu Ahola | 2012-03-13 |
| | |||
* | Add confirmation menu and make world deletion possible in GUI | Perttu Ahola | 2012-03-13 |
| | |||
* | World creation button and dialog and functionality | Perttu Ahola | 2012-03-13 |
| | |||
* | Remove duplicate code in main menu | Perttu Ahola | 2012-03-11 |
| | |||
* | Rename "Delete map" to "Delete world" | Perttu Ahola | 2012-03-11 |
| | |||
* | World selection box in main menu (and random fixing) | Perttu Ahola | 2012-03-11 |
| | |||
* | Add option to set water opaque (mainly for stylistic choice) | Perttu Ahola | 2011-11-03 |
| | |||
* | Add 3d cloud checkbox in main menu (and rename setting from enable_2d_clouds ↵ | Perttu Ahola | 2011-11-02 |
| | | | | to enable_3d_clouds) | ||
* | Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵ | Sebastian Rühl | 2011-06-26 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into upstream_merge Conflicts: .gitignore CMakeLists.txt data/heart.png src/CMakeLists.txt src/game.cpp src/guiMainMenu.cpp src/inventory.cpp src/map.cpp src/mapblock.cpp src/mapnode.cpp src/mapnode.h src/materials.cpp src/server.cpp Signed-off-by: Sebastian Rühl <bahamada_basti@yahoo.de> | ||
| * | added new submenu for key assignment | teddydestodes | 2011-06-01 |
|/ | | | | configwriting/saving isn't complete and will break your config if you use fancy keys | ||
* | Passwords - password entry at main menu, stored and checked by server | Ciaran Gultnieks | 2011-05-20 |
| | |||
* | updated menu a bit, and some other small fixes | Perttu Ahola | 2011-04-24 |
| | |||
* | Made the main menu a bit more unique looking | Perttu Ahola | 2011-04-24 |
| | |||
* | Map deletion button | Perttu Ahola | 2011-01-26 |
| | |||
* | OMG! Main Menu! | Perttu Ahola | 2011-01-23 |