remove_detached_inventory: Fix segfault during mod load
[oweals/minetest.git] / src / main.cpp
2019-06-21 Markus MattesFix handling of --color and --worldlist command line...
2019-03-05 HybridDogFix --color command line parameter ignorance (#7173)
2018-12-18 Kevin AbramsAdd command line option to load password from file...
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-08-15 pauloueSave debug.txt to build dir for RUN_IN_PLACE build...
2018-08-05 Ben DeutschReplace auth.txt with SQLite auth database (#7279)
2018-06-13 Loïc BlotServer: move shutdown parts to a specific shutdown...
2018-03-04 youFix missing warningstream (or similar problem) (#7034)
2018-03-04 BrianAllow for getting world name and path separately on...
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-09-28 Loïc BlotServer: affect bind_addr on constructor instead of...
2017-09-07 Loic Blotmain.cpp: server-only builds should not include client...
2017-09-03 youAdd build date to minetest --version and increase reada...
2017-08-30 Loïc BlotRemove DSTACK support (#6346)
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-18 Loïc BlotModernize various files (src/m*) (#6267)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-04-28 ShadowNinjaClean up getTime helpers
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-07 adridoWindows: Skip cmd for release builds (#5416)
2017-03-18 ShadowNinjaServer list cleanup
2016-10-25 adridoWindows: dont link to libraries that are already linked...
2016-05-17 Loic BlotDB::loadBlock copy removal & DB backend cleanup 4125/head
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 3111/head
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 2613/head
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 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
next