Clean up and tweak build system
[oweals/minetest.git] / src / main.cpp
2015-03-27 ShadowNinjaClean up and tweak build system 2402/head
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-06 ShadowNinjaDon't start a server for map migration 2395/head
2015-03-06 ShadowNinjaClean up database API and save the local map on an...
2015-02-24 Loic BlotRename --do-unittests to --run-unittests as @Zeno-...
2015-02-21 Loic BlotUnit tests must be done at integration process.
2015-02-17 Loic BlotReplace std::list by std::vector into ServerMap::listAl...
2015-02-12 Loic Blotmain.cpp rework * Move ClientLauncher class to a dedica...
2015-02-12 ngosangSmall changes in the style of controls
2015-02-05 ShadowNinjaReduce gettext wide/narrow and string/char* conversions
2015-02-02 kwolekrCreate minidump on fatal Win32 exceptions
2015-01-18 kwolekrReorganize supported video driver query mechanisms
2015-01-13 onkrotPerformance fixes.
2014-12-29 Christophe PiveteauSkip further loading of client if there was an exit...
2014-12-15 kwolekrSet WM_CLASS window hint for Xorg
2014-12-13 Craig RobbinsFix misleading error when exiting the client from the...
2014-12-13 Craig RobbinsProvide more info if a subgame is not valid/found
2014-11-30 sapierMake hud use fontengine too
2014-11-30 sapierImplement proper font handling
2014-11-29 SmallJokerFix MSVC compiling error (argc/argv not available to...
2014-11-28 Craig RobbinsFix regression with command line --go option
2014-11-26 KodexkyFix Android main menu crash, and user data directory...
2014-11-22 Craig RobbinsFix regression with USE_REDIS (refactor_main)
2014-11-22 Craig Robbinsrefactor main.cpp
2014-11-02 Craig RobbinsRefactor the_game() to make it more understandable...
2014-08-22 sapierAdd video driver selection to settings menu (based... 1495/head
2014-08-22 sapierFix to to too two times
2014-08-22 sapierAdd player name length checks 1572/head
2014-07-12 sfan5Move MapBlock (de)serializing code out of Database...
2014-07-06 sfan5Fix warnings reported by clang
2014-06-29 sapierAdd support for Android 2.3+ 1408/head
2014-06-21 sapierSupport for scalable font and gui elements 1370/head
2014-06-19 sapierAdd support for directly starting a world by name from... 1319/head
2014-06-01 BlockMenCodestyle cleanup (main.cpp) 1349/head
2014-06-01 sapierRevert "Add daemon support for linux like operating...
2014-05-31 sapierAdd daemon support for linux like operating systems 1302/head
2014-05-14 RealBadAngelMap irrlicht log level to minetest. Allow write them...
2014-04-27 sapierAdd support for dpi based HUD scaling 1198/head
2014-04-20 sapierFix chat console not working anymore
2014-04-19 sapierBunch of small fixes (coding style, very unlikely error... 1201/head
2014-04-16 Sfan5Add redis database backend
2014-04-15 Sfan5Fix all warnings reported by clang
2014-04-10 KahrlInfer ipv6_server from bind_address; fix client connect...
2014-03-05 sapierReplace pause and message menu by formspec ones 1164/head
2014-02-07 SelatFix memory leak in database migration
2014-02-05 ShadowNinjaAdd the option to bind to a specific address 1131/head
2014-02-05 kwolekrRevert "Fix settings to honor numeric conversion errors"
2014-02-05 sapierFix settings to honor numeric conversion errors
2013-12-14 BlockMenAdd alpha setting to font shadow
2013-12-13 KahrlDon't call curl_global_init twice
2013-12-13 KahrlImplement httpfetch module and initialize it from main()
2013-12-12 Ilya ZhuravlevAdd configurable font shadow. 1049/head
2013-12-01 sapierCleanup jthread and fix win32 build 1029/head
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous... 977/head
2013-11-28 sapierSplit server/client port setting to avoid port number... 846/head
2013-11-23 KahrlFix invalid escape sequence in database migration code
2013-11-11 sapierFix win32/msvc i18n (quite UGLY version, blame Microsoft)
2013-09-28 KahrlAdd --version option
2013-09-28 KahrlShow git hash in version string at top left corner...
2013-09-17 kwolekrFix some warnings and other minor details
2013-09-10 KahrlHandle --migrate even when compiled without leveldb...
2013-09-10 KahrlFix broken build due to missing mapsector.h include
2013-09-09 Sfan5Make --migrate update world.mt too
2013-09-09 Sfan5Add note about --migrate only working with minetestserv...
2013-09-09 Sfan5Make it compile
2013-09-09 Ilya ZhuravlevAdd dummy and LevelDB database backends
2013-09-08 Ilya ZhuravlevAdd fallback font support for some languages.
2013-08-25 Ilya ZhuravlevAdd a setting for HighPrecisionFPU (fixes #763).
2013-08-19 KahrlAllow SIGINT to kill mainmenu again
2013-08-19 KahrlGUIFormSpecMenu focus fixes
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-04 PilzAdamMake freetype usage configureable by a setting
2013-08-01 prollerWeather backward compatibility
2013-07-28 PilzAdamPlay sounds/main_menu.ogg in menu
2013-07-16 PilzAdamRandomly choose singleplayer port
2013-07-08 sapierfix crash on play/start with empty world list
2013-07-02 sapierReplace C++ mainmenu by formspec powered one
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-20 elaginSave settings after dropping main menu
2013-05-18 PilzAdamOnly create SoundManager in main menu if USE_SOUND...
2013-05-16 PilzAdamDont drop fonts with ENABLE_FREETYPE=0
2013-05-13 WeblateMerge remote-tracking branch 'origin/master'
2013-05-13 PilzAdamOnly use game filter in singleplayer tab; use menu_...
2013-05-11 RealBadAngelAdd code to play main_menu.ogg in main menu
2013-05-10 PilzAdamFix memory leaks: delete font in main and GUIChatConsole
2013-05-10 Zeg9Add clouds to all loading screens and better progress... 713/head
2013-05-09 KahrlAdd --videomodes option to show available video modes
2013-05-09 KahrlDrop IrrlichtDevice when running --speedtests
2013-05-04 Perttu AholaAdd header.png and footer.png support for games, and...
2013-05-02 PilzAdamShow game name instead of game ID of selected game
2013-05-02 Perttu AholaSwitch menu to game selected in world creation dialog
2013-05-02 Perttu AholaGet menu background image from selected game
2013-04-18 WeblateMerge remote branch 'origin/master'
2013-04-08 sapierfix memory leaks introduced by invalid gettext usage
2013-04-08 sapierreplace Server smart pointer with conventional one...
2013-03-31 WeblateMerge remote branch 'origin/master'
2013-03-31 ShadowNinjaAdd a small optimization to the menu splash and remove...
2013-03-31 khonkhortisanDon't load menu textures every frame
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-30 PilzAdamGUI: Make singleplayer default tab, store selected...
next