aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup jthread and fix win32 buildsapier2013-12-011-2/+1
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-291-51/+60
* Split server/client port setting to avoid port number clashes in mainmenusapier2013-11-281-2/+0
* Fix invalid escape sequence in database migration codeKahrl2013-11-231-1/+1
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-111-26/+3
* Add --version optionKahrl2013-09-281-0/+14
* Show git hash in version string at top left corner of windowKahrl2013-09-281-1/+2
* Fix some warnings and other minor detailskwolekr2013-09-161-3/+3
* Handle --migrate even when compiled without leveldb supportKahrl2013-09-101-5/+3
* Fix broken build due to missing mapsector.h includeKahrl2013-09-101-0/+1
* Make --migrate update world.mt tooSfan52013-09-091-1/+5
* Add note about --migrate only working with minetestserver or --serverSfan52013-09-091-1/+1
* Make it compileSfan52013-09-091-4/+4
* Add dummy and LevelDB database backendsIlya Zhuravlev2013-09-091-0/+65
* Add fallback font support for some languages.Ilya Zhuravlev2013-09-081-2/+18
* Add a setting for HighPrecisionFPU (fixes #763).Ilya Zhuravlev2013-08-251-0/+2
* Allow SIGINT to kill mainmenu againKahrl2013-08-191-4/+1
* GUIFormSpecMenu focus fixesKahrl2013-08-191-1/+1
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-10/+18
* Make freetype usage configureable by a settingPilzAdam2013-08-041-5/+12
* Weather backward compatibilityproller2013-08-021-1/+1
* Play sounds/main_menu.ogg in menuPilzAdam2013-07-281-46/+1
* Randomly choose singleplayer portPilzAdam2013-07-161-1/+1
* fix crash on play/start with empty world listsapier2013-07-081-1/+2
* Replace C++ mainmenu by formspec powered onesapier2013-07-021-416/+45
* Save settings after dropping main menuelagin2013-05-201-0/+3
* Only create SoundManager in main menu if USE_SOUND is truePilzAdam2013-05-181-0/+2
* Dont drop fonts with ENABLE_FREETYPE=0PilzAdam2013-05-161-1/+3
* Only use game filter in singleplayer tab; use menu_{background, overlay, head...PilzAdam2013-05-131-20/+43
* Add code to play main_menu.ogg in main menuRealBadAngel2013-05-111-1/+60
* Fix memory leaks: delete font in main and GUIChatConsolePilzAdam2013-05-101-0/+2
* Add clouds to all loading screens and better progress handlingZeg92013-05-101-18/+26
* Add --videomodes option to show available video modesKahrl2013-05-091-2/+57
* Drop IrrlichtDevice when running --speedtestsKahrl2013-05-091-0/+1
* Add header.png and footer.png support for games, and support texture packs vi...Perttu Ahola2013-05-041-21/+120
* Show game name instead of game ID of selected gamePilzAdam2013-05-021-1/+3
* Switch menu to game selected in world creation dialogPerttu Ahola2013-05-021-0/+1
* Get menu background image from selected gamePerttu Ahola2013-05-021-126/+89
* fix memory leaks introduced by invalid gettext usagesapier2013-04-071-1/+3
* replace Server smart pointer with conventional one to gain control over dtor ...sapier2013-04-071-10/+0
* Add a small optimization to the menu splash and remove a old commentShadowNinja2013-03-301-5/+3
* Don't load menu textures every framekhonkhortisan2013-03-301-4/+4
* GUI: Make singleplayer default tab, store selected serverlist, show title of ...PilzAdam2013-03-301-0/+3
* Add varying levels of precision to TimeTakerkwolekr2013-03-291-10/+25
* Random guest name and finite liquid checkboxproller2013-03-231-0/+4
* Add FPS limit to menu cloudsShadowNinja2013-03-171-2/+22
* build with ogles2 driverproller2013-03-161-0/+8
* Add cloud menu background by Krisi, configurable with the menu_clouds option.ShadowNinja2013-03-131-45/+162
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-111-52/+52
* Update Copyright YearsSfan52013-02-241-1/+1