337 Commits

Author SHA1 Message Date
PilzAdam
653220ee0f Randomly choose singleplayer port 2013-07-16 02:02:56 +02:00
sapier
d9c5cbfa86 fix crash on play/start with empty world list
make enter button work in create world dialog
2013-07-08 19:58:03 -04:00
sapier
62794622d6 Replace C++ mainmenu by formspec powered one 2013-07-02 19:58:20 -04:00
elagin
3c394630f2 Save settings after dropping main menu 2013-05-20 16:03:48 +02:00
PilzAdam
4be014475b Only create SoundManager in main menu if USE_SOUND is true 2013-05-18 13:01:47 +02:00
PilzAdam
392adbb739 Dont drop fonts with ENABLE_FREETYPE=0 2013-05-16 02:20:10 +02:00
PilzAdam
2174283fd2 Only use game filter in singleplayer tab; use menu_{background, overlay, header, footer}.png for other tabs 2013-05-13 17:06:08 +02:00
RealBadAngel
fa704cb10d Add code to play main_menu.ogg in main menu 2013-05-11 15:39:38 +02:00
PilzAdam
ee90f36c34 Fix memory leaks: delete font in main and GUIChatConsole 2013-05-10 22:35:17 +02:00
Zeg9
a1e0857246 Add clouds to all loading screens and better progress handling 2013-05-10 15:04:21 +02:00
Kahrl
f715121f8b Add --videomodes option to show available video modes 2013-05-09 16:30:04 +02:00
Kahrl
e97fbfc07f Drop IrrlichtDevice when running --speedtests 2013-05-09 16:18:26 +02:00
Perttu Ahola
47e625411c Add header.png and footer.png support for games, and support texture packs via <gameid>_menu_<background/overlay/header/footer>.png 2013-05-04 10:05:12 +03:00
PilzAdam
bc83a0de82 Show game name instead of game ID of selected game 2013-05-02 20:05:07 +02:00
Perttu Ahola
6f7c1b72ce Switch menu to game selected in world creation dialog 2013-05-02 20:59:52 +03:00
Perttu Ahola
6c519ef470 Get menu background image from selected game 2013-05-02 19:43:47 +03:00
sapier
c1e756aff9 fix memory leaks introduced by invalid gettext usage 2013-04-07 22:50:53 -04:00
sapier
51c6d75ece replace Server smart pointer with conventional one to gain control over dtor call order 2013-04-07 22:42:36 -04:00
ShadowNinja
b8ece62c8c Add a small optimization to the menu splash and remove a old comment 2013-03-30 22:02:46 -04:00
khonkhortisan
0a2fda539e Don't load menu textures every frame 2013-03-30 21:52:13 -04:00
PilzAdam
d7e4749844 GUI: Make singleplayer default tab, store selected serverlist, show title of serverlist 2013-03-30 18:34:36 +01:00
kwolekr
46e1e683bc Add varying levels of precision to TimeTaker 2013-03-29 16:53:15 -04:00
proller
7161d55ceb Random guest name and finite liquid checkbox 2013-03-23 19:17:08 +04:00
ShadowNinja
1ddc7d59d8 Add FPS limit to menu clouds 2013-03-17 12:13:48 -04:00
proller
f49bded2b1 build with ogles2 driver 2013-03-16 22:37:50 -04:00
ShadowNinja
8b7f46369a Add cloud menu background by Krisi, configurable with the menu_clouds option.
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers.
And finally don't git-ignore textures/base/.
2013-03-13 21:18:40 -04:00
Ilya Zhuravlev
a12df55f29 Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
Sfan5
3fab3825aa Update Copyright Years 2013-02-24 20:15:24 +01:00
PilzAdam
269f01224b Change Minetest-c55 to Minetest 2013-02-24 18:49:03 +01:00
PilzAdam
b465e52d4f Read server_announce from minetest.conf for GUI 2013-02-23 22:48:02 +01:00
kwolekr
2b5464c1c5 Added debug log level setting 2013-02-21 22:35:04 -05:00
proller
a06297e4e7 new auto masterserver 2013-02-22 02:04:53 +04:00
Ilya Zhuravlev
33c207e54d Add Freetype support 2013-02-14 18:46:08 +01:00
Jeija
ce33a15551 Add a list of servers to the "Multiplayer" tab
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"
2013-01-21 16:42:56 +02:00
Jeija
3bc285a3e0 Add particles 2013-01-14 15:27:00 +01:00
Perttu Ahola
de768cf48b Set proper field background colors in Irrlicht 1.8 2012-12-06 19:35:40 +02:00
obneq
cfe063aab8 Add checkboxes for shaders and on-demand item visual generation 2012-12-02 00:52:35 +02:00
Vanessa Ezekowitz
da8452a640 Added video settings filter options via config file - second try :-)
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
2012-11-09 19:12:44 +02:00
Perttu Ahola
9676ccd7a5 Improve build configuration options 2012-07-23 15:23:33 +03:00
Perttu Ahola
ede1480ae9 Optimize headers 2012-06-17 04:03:39 +03:00
Perttu Ahola
e05f1af484 Initially split utility.h to multiple files in util/ 2012-06-17 01:29:13 +03:00
Perttu Ahola
4ffbdbaa7c Fix build error due to DEBUGFILE 2012-06-16 21:36:54 +03:00
Perttu Ahola
5cf46cf2fc Clean up constants.h a bit 2012-06-16 18:15:06 +03:00
Perttu Ahola
e70b6545b1 Switch the license to be LGPLv2/later, with small parts still remaining as GPLv2/later, by agreement of major contributors 2012-06-05 18:54:07 +03:00
Perttu Ahola
b7ac0e3f7a Use gettext for more basic user interface strings 2012-06-04 23:24:31 +03:00
Perttu Ahola
23a48665d6 Add better trace peudo-loglevel support 2012-05-20 18:30:30 +03:00
Perttu Ahola
141f3dda93 Allow using --worldname for local game too 2012-05-20 17:41:40 +03:00
Perttu Ahola
abb41b308c --world list 2012-05-20 17:09:46 +03:00
Perttu Ahola
9576306904 Support placing a minetest game inside $world/game to allow creating proper adventure maps
Pro-tip: You can open a world in minetest by opening the world.mt file using minetest.
2012-04-08 23:17:02 +03:00
q66
4a93ec07ca Fullscreen, vsync, fullscreen_bpp and fsaa options in the config; fsaa is experimental atm, causes visible spaces between blocks. 2012-04-07 23:23:00 +03:00