1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment] More... almost 17 years ago
[no comment] More... almost 17 years ago
Added command line options to read banned files, this means you can specify a filename for either usernames, truck filenames, or IP addresses. When a user tries to log on using one of the expressions they receive a banned message and can not join the server.
Aperion
as aperion
More... almost 17 years ago
Initial implementation of the banning system, depends on boost::regex as a test to block all users define BANNING_TEST when compiling and all connecting users will be blocked
Aperion
as aperion
More... about 17 years ago
fixed compilation issue for linux. apparently unix version != windows version More... about 17 years ago
- this cast: (unsigned int) pthread_t is not working under windows, replaced with (unsigned int) &thread.p); - removed zlib header More... about 17 years ago
stability patch
Aperion
as aperion
More... about 17 years ago
-improved bus mission -made crashed because of access to non existing vector elements more unlikely. This is not a fix to the problem! -fixed bug with long nicknames More... about 17 years ago
- MP-missions working !!! :) More... about 17 years ago
- added private messages More... about 17 years ago
added proposal for new stream functions More... about 17 years ago
fixed gamebot double Connect added server remote console added basic, not yet working mission More... about 17 years ago
- fixed bug with double deletion of clients - added svn keywords More... about 17 years ago
- gamebot improvements - serversay improved - added ! server command. It will be forwarded to authed clients only - fixed on delete message More... about 17 years ago
-added motd functionality -fixed server say More... about 17 years ago
-fixed major bug #2 (TEST BEFORE COMMIT!) -readded my commits, thanks for removing my code More... about 17 years ago
un-bricked the server :| Please test your software before you commit next time. More... about 17 years ago
fixed windows version fixed warnings More... about 17 years ago
changes the try/catch statements for getposfromuid to changing the return value.
Aperion
as aperion
More... about 17 years ago
added svn:keywords More... about 17 years ago
added svn:eol-style=native and fixed mixed line endings More... about 17 years ago
This commit makes a large change to the way the server configuration is handled. all the configuration (Servername, terrain, max clients, etc) are stored in a singleton Config class. The reason for this is to allow one central location where the configuration resides, thus making changes to he configuration easy to perform.
Aperion
as aperion
More... about 17 years ago
fixed two compiler warnings More... about 17 years ago
fixed typo More... about 17 years ago
proper handeling of the NOTIMEOUT and NOSTACKLOG defines in the premake file
Aperion
as aperion
More... about 17 years ago
stupid little mistake, forgot an "
Aperion
as aperion
More... about 17 years ago
added extra defines to eleminate timeouts and eliminate the stacklog in the Release config
Aperion
as aperion
More... about 17 years ago
fixed compiling errors from bad merge
Aperion
as aperion
More... about 17 years ago
1) Large update in sequencer and the Killer thread, see below 2) Made STACKLOG a macro that can be turned off to increase performance by reducing the number of calls to the logger, this was the most called function in the server. 3) Minor code cleanups
Aperion
as aperion
More... about 17 years ago
- changed source from unsigned to signed, since source -1 means the message is from the server - added some rcon commands to allow the bot to steer the server - added gamebot and its overlay - added admin list which contains the Bot's token for the start More... about 17 years ago