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