359 Commits

Author SHA1 Message Date
sapier
396602432c Cleanup jthread and fix win32 build 2013-12-01 16:25:46 +01:00
sapier
b1a9e58d6a Fix modstore/favourites hang by adding asynchronous lua job support 2013-11-29 22:09:14 +01:00
sapier
326a3e4f8f Split server/client port setting to avoid port number clashes in mainmenu 2013-11-28 21:43:06 +01:00
Kahrl
90c3a4b021 Fix invalid escape sequence in database migration code 2013-11-23 16:09:38 +01:00
sapier
f687511f36 Fix win32/msvc i18n (quite UGLY version, blame Microsoft) 2013-11-11 19:56:49 +01:00
Kahrl
13ccce3a03 Add --version option 2013-09-28 21:30:17 +02:00
Kahrl
99ae783310 Show git hash in version string at top left corner of window 2013-09-28 21:30:17 +02:00
kwolekr
4a3d0d8569 Fix some warnings and other minor details 2013-09-16 23:52:42 -04:00
Kahrl
ce8baac952 Handle --migrate even when compiled without leveldb support 2013-09-10 18:29:51 +02:00
Kahrl
50fd513b37 Fix broken build due to missing mapsector.h include 2013-09-10 17:49:53 +02:00
Sfan5
c57188f53d Make --migrate update world.mt too 2013-09-09 22:50:51 +02:00
Sfan5
f9747c4519 Add note about --migrate only working with minetestserver or --server 2013-09-09 22:50:51 +02:00
Sfan5
4901d1e853 Make it compile 2013-09-09 22:50:50 +02:00
Ilya Zhuravlev
30af8e75d7 Add dummy and LevelDB database backends 2013-09-09 22:50:50 +02:00
Ilya Zhuravlev
d0e6a19622 Add fallback font support for some languages. 2013-09-08 15:16:19 +04:00
Ilya Zhuravlev
23f0a09180 Add a setting for HighPrecisionFPU (fixes #763). 2013-08-25 18:25:01 +04:00
Kahrl
416531bf72 Allow SIGINT to kill mainmenu again 2013-08-19 15:49:36 +02:00
Kahrl
bfa1eb913f GUIFormSpecMenu focus fixes 2013-08-19 15:49:36 +02:00
Kahrl
ee90d438b8 Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 2013-08-14 21:03:33 +02:00
PilzAdam
4d57aed2af Make freetype usage configureable by a setting 2013-08-04 20:35:14 +02:00
proller
f821824943 Weather backward compatibility 2013-08-02 00:51:36 +04:00
PilzAdam
448530d6b0 Play sounds/main_menu.ogg in menu 2013-07-28 23:29:03 +02:00
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