]> git.lizzy.rs Git - dragonfireclient.git/history - src/main.cpp
Don't include client/game.h on server build
[dragonfireclient.git] / src / main.cpp
2022-05-18 Elias FleckensteinDon't include client/game.h on server build
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-06 paradust7Add benchmarks for json string serialize/deserialize...
2022-05-04 paradust7Make logging cost free when there is no output target...
2022-02-08 sfan5Remove awful Mingw32 workarounds
2022-01-07 Jude Melton-HoughtonUse a database for mod storage (#11763)
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-09-19 sfan5Add preprocessor check for weird (incorrect) build...
2021-09-01 lhofhanslSwitch MapBlock compression to zstd (#10788)
2021-08-30 Elias FleckensteinMerge pull request #35 from arydevy/patch-1
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-06-23 sfan5Rework Settings to support arbitrary hierarchies (...
2021-06-16 sfan5Drop --videomodes, fullscreen_bpp and high_precision_fp...
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-05-03 Loic Blotrefacto: RenderingEngine is now better hidden
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-29 SmallJokerSettings: Purge getDefault, clean FontEngine
2021-01-29 SmallJokerSettings: Proper priority hierarchy
2021-01-20 sfan5Improve --version output to include Lua(JIT) version
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-07-14 SmallJokerCleanup ClientLauncher structure (#10160)
2020-05-07 Loïc BlotServer class code cleanups (#9769)
2020-04-17 WuzzyRename "subgame" to "game" in 2 error messages (#9680)
2020-04-16 Loïc BlotAdd an option to disable unittest build, & disable...
2020-04-15 MaksimAndroid: add Android Studio support, completely redone...
2020-04-08 sfan5Overall improvements to log messages (#9598)
2019-10-23 Dmitry MarakasovFix build issue due to conflicting s64 type definitions...
2019-09-29 ANANDMove Quicktune code to util/ (#8871)
2019-09-07 HybridDogMove debug.txt after it grows too big (#8904)
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
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...
next