summaryrefslogtreecommitdiffstats
path: root/src/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make Windows go brrrr, not tick. tick. tick. (#5201)Tiger Wang2021-04-211-145/+58
* Fix debug macro situation (#5114)Tiger Wang2021-01-261-1/+1
* Warnings improvementsTiger Wang2020-12-181-11/+10
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-13/+7
* Reformat messages in NonCtrlHandlerTiger Wang2020-09-051-12/+16
* Streamline startup sequenceTiger Wang2020-09-051-416/+174
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-3/+3
* Android build cleanup (#4734)Mat2020-05-101-14/+0
* Update fmt to 6.2.0 (#4718)peterbell102020-05-051-1/+1
* main: Terminate if an exception is thrown.Mattes D2020-01-071-4/+7
* Add the fmt library (#4065)peterbell102018-01-031-1/+5
* Fix Travis build (#4101)peterbell102017-12-221-4/+6
* Fixed Clang 5.0 compile errors (#4085)bibo382017-12-211-0/+10
* Removed the LeakFinder for Windows. (#3777)Mattes D2017-06-191-30/+0
* Add command line argument for disabling the logfileworktycho2017-06-031-0/+5
* Add support for alternate config file locations (#3578)Gareth Nelson2017-02-221-0/+8
* Use CMake's Android generators to crosscompileTiger Wang2016-12-121-4/+14
* Fixed port command line argument. (#3287)Alexander Harkness2016-07-301-5/+1
* Revert "Issue3136"LogicParrot2016-04-141-2/+6
* Fixed port override code.Alexander Harkness2016-04-121-6/+2
* Bulk clearing of whitespaceLogicParrot2016-02-051-7/+7
* Fix running as a service.Anthony Birkett2016-01-211-0/+3
* Fixed Clang warnings.Mattes D2016-01-061-14/+25
* Added the _UNICODE flag on WindowsTiger Wang2015-09-261-8/+8
* Maked it compileable for clang-3.7Lukas Pioch2015-09-251-2/+2
* Namechange to CuberiteMattes D2015-09-251-6/+6
* Ignore Sigpipetycho2015-09-191-0/+4
* Increase robustness of the logging subsystemtycho2015-09-151-0/+1
* Fixed and improved restartingTiger Wang2015-08-201-33/+32
* Checked LeakFinder in MSVC2015, enabled support for it.Mattes D2015-08-101-3/+4
* Daemon support on Linux.Anthony Birkett2015-06-051-12/+34
* Added cmdline params for crashdump detailness.Mattes D2015-06-021-94/+77
* Use the new style command line parameters for Windows Service support.Anthony Birkett2015-06-011-10/+9
* Moved no buffering command line argument to tclaptycho2015-05-201-5/+8
* Move commlog arguments over to TCLAPtycho2015-05-201-25/+18
* Add support for setting ports through command linetycho2015-05-181-1/+12
* Fix max slots logic to only override if acctually present.tycho2015-05-181-4/+9
* Fix service Mainworktycho2015-05-161-1/+1
* Move make_unique into a namespace to avoid ADL issuestycho2015-05-161-1/+1
* Initial implementation of IniFile overloadingtycho2015-05-161-7/+35
* Print Build info as part of the crash informationworktycho2015-05-041-0/+9
* Fixed MSVC warnings, improved comments.Mattes D2015-04-061-5/+5
* Fixed crash on exit introduced with Windows Service capability.Mattes D2015-04-051-7/+14
* Working as a Windows service. Starts and stops correctly.Anthony Birkett2015-04-011-33/+191
* Added cNetwork initialization to program start.Mattes D2015-03-181-0/+4
* Added network termination called at app exit.Mattes D2015-01-271-2/+9
* Merged branch 'origin/master' into c++11.Mattes D2014-12-041-1/+6
|\
| * Removed unneeded include.Mattes D2014-11-291-1/+0
| * Added a basic stacktracing for assert and signal failures.Mattes D2014-11-291-0/+6
| * Windows: Fixed builds with LeakFinder enabled.Mattes D2014-11-261-1/+1
| * En masse NULL -> nullptr replaceTiger Wang2014-10-231-4/+4
* | Windows close handlers handles more closesTiger Wang2014-10-211-5/+2
* | En masse NULL -> nullptr replaceTiger Wang2014-10-201-4/+4
* | Migrated cSleep and cTimer to std::chronoTiger Wang2014-10-201-1/+4
|/
* Renamed LoggersTycho2014-08-121-1/+1
* First Implementatation of new Loggin frameworkTycho2014-08-101-0/+2
* Normalized spaces after "catch".madmaxoft2014-07-211-2/+2
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-5/+5
* main.cpp: field style fixesarchshift2014-07-201-7/+7
* main.cpp: Fixed warnings with g_TERMINATE_EVENT_RAISED and g_SERVER_TERMINATEDarchshift2014-07-191-4/+4
* Normalized comments.madmaxoft2014-07-171-2/+2
* Fixed spaces around single-line comments.madmaxoft2014-07-171-9/+9
* Fixed basic whitespace problems.madmaxoft2014-07-171-2/+2
* abort does not take a parameter.worktycho2014-06-011-2/+2
* Use abort in SIGSEGV and SIGABRT handlersworktycho2014-06-011-2/+2
* Fixed a few unneeded breaksTycho2014-03-141-1/+0
* Added a "nooutbuf" cmdline param.madmaxoft2014-02-271-11/+16
* Disabled the leak finder.madmaxoft2014-02-201-1/+3
* SIGABRT exits with failure.Tiger Wang2014-01-271-0/+1
* Fixed client packet parsing.madmaxoft2014-01-261-3/+23
* Added SIGABRT to catchers listTiger Wang2014-01-261-1/+6
* Comm logging is available in both Debug and Release modes.madmaxoft2014-01-251-4/+0
* Fixed *nix compilation for previous commit.madmaxoft2014-01-241-2/+2
* Added per-connection comm logging in debug mode.madmaxoft2014-01-241-1/+24
* Fixed SIGABRT_COMPAT on other architectures.madmaxoft2014-01-171-0/+2
* Changed newline character because of issuesTiger Wang2014-01-161-1/+10
* Graceful shutdown on SIGTERMTiger Wang2014-01-071-0/+5
* Fixed comments in main.cpp and Player.cppTiger Wang2013-12-241-1/+1
* Added some comments in main.cppTiger Wang2013-12-231-1/+1
* Added many event catchersTiger Wang2013-12-221-11/+53
* Moved source to srcAlexander Harkness2013-11-241-0/+197