Jessica James
7afd73339f
Added Jupiter project file to Jupiter Bot solution file
Marked Bot as dependant on Jupiter
8 years ago
Jessica James
f2c45afbbe
RenX.Core:
* Players list is now erased when changing maps using non-seamless travel
* PLAYER "Exit;" event no longer has potential to create a PlayerInfo object
* Added translations for Communications Center
RenX.ServerList: Added levels list to browser.jsp
8 years ago
Jessica James
f9757780ce
IRC.Core:
* Updated Config
* Fixed rehash bug
8 years ago
Jessica James
c236a29ea9
RenX.Core: Added plugin event RenX_OnPlayerCommand for PLAYER "Command;"
RenX.Logging: Added logs for RenX_OnPlayerCommand
8 years ago
Jessica James
ff92356af0
Added support for PLAYER "Command;" log (currently only used by DevBot).
8 years ago
Jessica James
5747df6ef2
RenX.Core: Further RCONv4 adjustments
RenX.Commands: Added safety check
RenX.Ladder: "OnlyPure" config option now has meaning
RenX.ServerList: Added browser.jsp
Updated Config.ini text
8 years ago
Jessica James
4d3b9d5db8
IRC connections are now initialized by IRC.Core
8 years ago
Jessica James
fe5417046d
GenericCommand as IRCCommand instantiation moved to new plugin named IRC.Core
Removed old wrappers
Updated plugins as necessary
Updated Jupiter (bug fix)
8 years ago
Jessica James
e4b4608065
Merged Translations.ini into RenX.Core.ini
8 years ago
Jessica James
24a8f7b426
Revised previous commit
8 years ago
Jessica James
6c2caafa92
General bug fixes/improvements
8 years ago
Jessica James
7d9c96bfff
g_config now gets rehashed
IRC_Bot no longer gets rehashed directly (instead, their access levels and config secitons are reset by ServerManager)
8 years ago
Jessica James
e0cc12e207
Updated Jupiter; adjusted config and Bot as necessary
8 years ago
Jessica James
d8eedce01a
Updated Jupiter; updated plugins as necessary
8 years ago
Jessica James
2ba04558d5
RenX.Core: Game commands can now be disabled by setting a negative access level.
RenXGameCommands.ini: Minor typo correction
RenX.ModSystem: Minor DevBot related tweak
8 years ago
Jessica James
f654031ae3
Various updates and bug fixes regarding RCON v4.
9 years ago
Jessica James
fb7bc0db70
Updated Jupiter; each plugin config is now rehashed with the plugin
Added a few missing 'override' specifiers for explicitness and consistency
9 years ago
Jessica James
8edf0ac485
Updated Jupiter, and adjusted plugins accordingly (each plugin now has its own config)
9 years ago
Jessica James
175aa11d90
RenX::Server: Added 'gameVersionNumber' with appropriate accessor function (RCONv4)
9 years ago
Jessica James
ac78d031ed
Various dev-bot related changes
RenX.ServerList: Added "long" (human readable) version of server list
RenX.Core/RenX_Functions.cpp: Removed a debug line
9 years ago
Jessica James
15130c502e
Finished HWID support
9 years ago
Jessica James
367a00ffd9
Added support for RCON protocol 4
Added event: 'RenX_OnFullyConnected'
Added RenX.ServerList plugin
Updated Jupiter
9 years ago
Jessica James
3df45363a1
Updated Jupiter (bug fix)
RenX.Logging: Fixed erroneous log message
9 years ago
Jessica James
9237750c03
Minor bug fix
9 years ago
Jessica James
f40614718d
RenX.Core:
* total_gdi_game_time and total_nod_game_time should now be calculated correctly
RenX.Logging:
* Added some color to vehicle crate log
9 years ago
Jessica James
c9858d76cc
RenX.Core:
* Added more per-building data; added tags for new data
RenX.Commands:
* Added 'StaffTitle' config option to be able to configure the generic title for staff (default: "Moderator"). Reworded some strings.
RenX.AlwaysRecord:
* Added explicit 'override' keyword to 'RenX_OnMapStart'
9 years ago
Jessica James
91dbfcd100
Minor bug fix in 'RenX::Server::gameoverWhenEmpty'.
9 years ago
Jessica James
27f2adcd4c
Player reverse DNS resolution is now threaded.
Updated Jupiter.
9 years ago
Jessica James
4ee258770d
Fixed some offsets
9 years ago
Jessica James
8d9939750f
RenX.Logging:
* Added OverMine and SpeedHack IRC log outputs
9 years ago
Jessica James
3ba0e4043e
RenX.Core:
* Added handling for "SpeedHack;" PLAYER and "OverMine;" GAME RCON events.
RenX.Commands:
* Color coded "inactive" and "active" keywords in "BanSearch" IRC Command
9 years ago
Jessica James
60b6e50ab3
Removed erroneous 'c' character in command line.
9 years ago
Jessica James
1eae769ffd
DevBot command responses no longer get thrown to default handling.
9 years ago
Jessica James
54e8061cde
Replaced RenX_OnVoteCall event with multiple vote-specific events.
9 years ago
Jessica James
c0665e7c61
Learned how to use a mutex.
Updated Jupiter.
9 years ago
Jessica James
d30c2cf4a2
Fixed team-specific Score/Minute tags.
9 years ago
Jessica James
9a8d1dbf06
Updated some RCON parsing
Updated the "gameover" IRCCommand's help message.
9 years ago
Jessica James
55727d5c00
Added more team-specific data to LadderDatabase::Entry.
Added tags for the above.
Added HeadshotKillRatio tag.
9 years ago
Jessica James
8c4e3dec07
Added parsing for new "Dev;" and "Rank;" PLAYER logs.
9 years ago
Jessica James
24d723997c
Minor correction to formatGUID.
9 years ago
Jessica James
9448925d5b
RenX.Core: 'RenX_LadderDatabase::erase' now sets 'entries' to 0.
9 years ago
Jessica James
140fb9dcc0
All query parameters except for "database" are now added as hidden inputs to the database selector.
Added 'gameoverStop' to RenX::Server (forgot to add file in previous commit)
9 years ago
Jessica James
294f8a6a22
output_times is now database-specific.
9 years ago
Jessica James
1e08f6035e
* Added full support for multiple ladder databases.
* Removed ladder database from RenX.Ladder
* Added ladder databases: All-Time, Yearly, Monthly, Weekly, Daily
* Search/database input objects are now generated in RenX.Ladder.Web
* "gameover" IRC Command now accepts "stop" as a parameter for cancelling delayed gameovers
9 years ago
Jessica James
6d14569478
Added 'erase' function to RenX::LadderDatabase
9 years ago
Jessica James
7df037dd46
Added translation for TiberiumBleed_Blue
9 years ago
Jessica James
47c91851d1
Fixed a couple tags
9 years ago
Jessica James
7bc73621da
General bug fixes
9 years ago
Jessica James
ffbbedb1da
Fixed some bugs
9 years ago
Jessica James
e0d156f97f
Changed several "players.size() != 0" checks to "players.size() != getBotCount()"
9 years ago