summaryrefslogtreecommitdiffstats
path: root/src/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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