remove_detached_inventory: Fix segfault during mod load
[oweals/minetest.git] / src / main.cpp
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...
2013-03-29 kwolekrAdd varying levels of precision to TimeTaker
2013-03-23 prollerMerge pull request #563 from proller/guest
2013-03-23 prollerRandom guest name and finite liquid checkbox 563/head
2013-03-17 ShadowNinjaAdd FPS limit to menu clouds
2013-03-17 prollerbuild with ogles2 driver
2013-03-14 ShadowNinjaAdd cloud menu background by Krisi, configurable with...
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-23 kwolekrMerge pull request #503 from RealBadAngel/master
2013-02-23 PilzAdamRead server_announce from minetest.conf for GUI
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-22 kwolekrAdded debug log level setting
2013-02-21 prollernew auto masterserver
2013-02-16 kwolekrMerge pull request #465 from doserj/mod_selection_empty...
2013-02-14 Ilya ZhuravlevAdd Freetype support
2013-01-26 kwolekrMerge pull request #447 from sapier/add_lua_log_paramet...
2013-01-21 JeijaAdd a list of servers to the "Multiplayer" tab
2013-01-14 JeijaAdd particles 427/head
2012-12-06 Perttu AholaSet proper field background colors in Irrlicht 1.8
2012-12-01 obneqAdd checkboxes for shaders and on-demand item visual...
2012-11-22 xyzzMerge pull request #268 from khonkhortisan/image_button
2012-11-12 xyzzMerge pull request #284 from RealBadAngel/master
2012-11-09 Vanessa EzekowitzAdded video settings filter options via config file...
2012-07-23 Perttu AholaImprove build configuration options
2012-06-17 Perttu AholaOptimize headers
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/
2012-06-16 Perttu AholaFix build error due to DEBUGFILE
2012-06-16 Perttu AholaClean up constants.h a bit
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-06-04 Perttu AholaUse gettext for more basic user interface strings
2012-05-20 Perttu AholaAdd better trace peudo-loglevel support
2012-05-20 Perttu AholaAllow using --worldname for local game too
2012-05-20 Perttu Ahola--world list
2012-04-08 Perttu AholaSupport placing a minetest game inside $world/game...
2012-04-07 q66Fullscreen, vsync, fullscreen_bpp and fsaa options...
2012-03-26 Perttu AholaNew world removal GUI code
2012-03-25 Perttu AholaMake server world selection not brain dead and use...
2012-03-22 Perttu AholaAdd output levels --info and --trace (--verbose is...
2012-03-19 Perttu AholaFlatten share/ and user/ in the source and for the...
2012-03-19 Perttu AholaRework directory structure
2012-03-15 Perttu AholaCreate main menu tab "Settings" for client settings
2012-03-15 Perttu AholaAdd "simple singleplayer mode"; Fix a number of GUI...
2012-03-15 Perttu AholaSave selected tab
2012-03-12 Perttu AholaAdd [new] to world name when supplying a non-existent...
2012-03-12 Perttu AholaAllow directly supplying world as a parameter, includin...
2012-03-12 Perttu AholaAdd confirmation menu and make world deletion possible...
2012-03-12 Perttu AholaWorld creation button and dialog and functionality
2012-03-12 Perttu AholaRemember selected world by path
2012-03-12 Perttu AholaMake finish quicktune and leave it unused (as intended)
2012-03-11 Perttu AholaHandle certain errors properly when using --go
2012-03-11 Perttu AholaUse default_game when making a new world using --world...
2012-03-11 Perttu AholaWorld selection box in main menu (and random fixing)
next