Jessica James
15130c502e
Finished HWID support
9 years ago
Jessica James
af53d25ed7
Minor updat to project file
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
e4b8eeb1ac
Moved RenX SetJoins to serparate INI file.
9 years ago
Jessica James
49917b6bcc
Added format flags to determine header/footer inclusion
9 years ago
Jessica James
db27ff7373
Bug fix
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
976643ebd4
RenX.Logging: Changed OverMine log format
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
366692e2e6
Added some safety checks for when no default database is specified.
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
4defe7cbe3
Added next/previous buttons to profiles.
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
4070810224
Database name is now parsed into table rows by using the OBJECT tag.
9 years ago
Jessica James
6b14cee64a
RenX.Ladder.Web: Made more progress.
RenX.Commands: flags are now passed to banDatabase when adding ban entries in "addban"
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
Jessica James
7e9b92907d
RenX.Core:
* Added 'gameoverWhenEmpty' and 'gameover(std::chrono::seconds)' functions to RenX::Server
RenX.Commands 'GameOverIRCCommand':
* Added parsing of parameters for the strings "empty", and "now"
* Added parsing of parameters as time in seconds, when above not matches
* Changed default (no-args) behavior to 10 second delay
9 years ago
Jessica James
d0bdc387b5
Moved 'RenX_LadderDatabase' from 'RenX.Ladder' to 'RenX::LadderDatabase' in 'RenX.Core'
Added HTTPServer plugin
Added RenX.Ladder.Web plugin
Adder tag parsing for Ladder entries
Updated Jupiter
9 years ago
Jessica James
5442838f6f
Added config option "BanFromStr", to replace "the server" constant string in ban messages.
9 years ago
Jessica James
d7b546243f
Fixed parsing of IP parameter in "AddBan" and "AddExemption" IRC commands.
9 years ago
Jessica James
f49b4fcb68
RenX.Core:
* Removed unnecessary banCheck() calls in Server
* Removed old debug line
FunCommands:
* Added a few extra 8ball possibilities. :p
9 years ago
Jessica James
7cf9707687
Updated Jupiter for release.
9 years ago
Jessica James
f66ffb8257
General code improvements
RenX.Core:
* Added Ban/Kick Exemptions
9 years ago
Jessica James
f194955299
Removed RenX.DNS (was supposed to be removed some time ago, but apparently Git didn't remove it).
9 years ago
Jessica James
bcbe9a56e1
RenX.Core:
* Added safety check in Server::banCheck().
RenX.Commands:
* Added confirmation message for "addban" command
* Fixed in-game "ban" command not taking reason parameters (wrong variable was being used)
9 years ago
Jessica James
fef17f0c16
RenX.Core:
* Added various DevBot checks
RenX.Logging:
* Added 'devBotExecuteFmt' for DevBot command execution logs (default: empty/disabled).
Updated Jupiter
General cleanup and adjustments
9 years ago
JustinAJ
12b5de838c
Added translations for Blue Tiberium Auto Rifle and DevNuke
9 years ago