openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Rigs-of-Rods
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
1 day
ago.
Sep 09, 2024 — Sep 09, 2025
Showing page 241 of 248
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[no comment]
rorthomas
More...
almost 17 years ago
[no comment]
rorthomas
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
rorthomas
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
rorthomas
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
rorthomas
More...
about 17 years ago
- MP-missions working !!! :)
rorthomas
More...
about 17 years ago
- added private messages
rorthomas
More...
about 17 years ago
added proposal for new stream functions
rorthomas
More...
about 17 years ago
fixed gamebot double Connect added server remote console added basic, not yet working mission
rorthomas
More...
about 17 years ago
- fixed bug with double deletion of clients - added svn keywords
rorthomas
More...
about 17 years ago
- gamebot improvements - serversay improved - added ! server command. It will be forwarded to authed clients only - fixed on delete message
rorthomas
More...
about 17 years ago
-added motd functionality -fixed server say
rorthomas
More...
about 17 years ago
-fixed major bug #2 (TEST BEFORE COMMIT!) -readded my commits, thanks for removing my code
rorthomas
More...
about 17 years ago
un-bricked the server :| Please test your software before you commit next time.
rorthomas
More...
about 17 years ago
fixed windows version fixed warnings
rorthomas
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
rorthomas
More...
about 17 years ago
added svn:eol-style=native and fixed mixed line endings
rorthomas
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
rorthomas
More...
about 17 years ago
fixed typo
rorthomas
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
rorthomas
More...
about 17 years ago
←
1
2
…
237
238
239
240
241
242
243
244
245
246
247
248
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree