]> git.lizzy.rs Git - dragonfireclient.git/history - src/main.cpp
Document zoom_fov in settingtypes.txt and minetest.conf.example
[dragonfireclient.git] / src / main.cpp
2016-05-17 Loic BlotDB::loadBlock copy removal & DB backend cleanup
2016-05-11 Craig RobbinsFix typo in the info printed by --version
2016-05-11 Craig RobbinsAdd platform name to --version information
2015-12-07 ShadowNinjaAdd seperate cache path
2015-11-09 kwolekrAbort compile when attempting to build client with...
2015-11-06 est31Add server side ncurses terminal
2015-11-01 Perttu AholaPrint direct command line responses to standard output...
2015-10-31 ShadowNinjaFix server crashing on Lua errors
2015-10-26 est31Remove some abort() calls
2015-10-24 kwolekrFix compilation under MSVC and remove unnecessary condi...
2015-10-19 Jun Zhanginit_log_streams: check if log_filename is empty.
2015-10-14 ShadowNinjaAlways use errorstream for DEBUG_EXCEPTION_HANDLER
2015-10-14 ShadowNinjaRefactor logging
2015-09-06 ShadowNinjaUse CUSTOM_LOCALEDIR if specified
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading
2015-07-21 Loic BlotRemove profiler.h include where it's not needed. Remove...
2015-04-27 sfan5Revert the upper-case PROJECT_NAME nonsense that was...
2015-04-26 kwolekrTests: Modularize unit testing
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-27 ShadowNinjaClean up and tweak build system
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
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...
2014-08-22 sapierFix to to too two times
2014-08-22 sapierAdd player name length checks
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+
2014-06-21 sapierSupport for scalable font and gui elements
2014-06-19 sapierAdd support for directly starting a world by name from...
2014-06-01 BlockMenCodestyle cleanup (main.cpp)
2014-06-01 sapierRevert "Add daemon support for linux like operating...
2014-05-31 sapierAdd daemon support for linux like operating systems
2014-05-14 RealBadAngelMap irrlicht log level to minetest. Allow write them...
2014-04-27 sapierAdd support for dpi based HUD scaling
2014-04-20 sapierFix chat console not working anymore
2014-04-19 sapierBunch of small fixes (coding style, very unlikely error...
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
2014-02-07 SelatFix memory leak in database migration
2014-02-05 ShadowNinjaAdd the option to bind to a specific address
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.
2013-12-01 sapierCleanup jthread and fix win32 build
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous...
2013-11-28 sapierSplit server/client port setting to avoid port number...
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...
next