81 Commits (e9451341359819407d86d16d6306908fe4149297)

Author SHA1 Message Date
Sarah Evans 40ed3728e5 Fix compilation error 6 years ago
Jessica James 0ae6eb1778 Updated to Visual Studio 2017 8 years ago
Jessica James 5ebf36ff97 Replaced all instances of DLList with std::list 8 years ago
Jessica James 16b6ae2772 Updated Jupiter and adjusted as necessary 8 years ago
Jessica James 334f545406 Removed a couple unused variables 8 years ago
Jessica James b4a92b23c2 All projects can now compile as x64 (albeit, with warnings) 8 years ago
Jessica James 361fd47562 Updated Jupiter and refactored as necessary. 8 years ago
Jessica James 3f22f2646b Updated Jupiter and refactored code as necessary. Will improve config file formats over time to use proper subsections. 8 years ago
Jessica James 164f00f8a4 Updated Jupiter; adjusted project files to compile 8 years ago
Jessica James 5747df6ef2 RenX.Core: Further RCONv4 adjustments 8 years ago
Jessica James e0cc12e207 Updated Jupiter; adjusted config and Bot as necessary 8 years ago
Jessica James 3262c79f3d Corrected a minor typo in "rrcon" help message 8 years ago
Jessica James fb7bc0db70 Updated Jupiter; each plugin config is now rehashed with the plugin 8 years ago
Jessica James 8edf0ac485 Updated Jupiter, and adjusted plugins accordingly (each plugin now has its own config) 8 years ago
Jessica James 15130c502e Finished HWID support 8 years ago
Jessica James db27ff7373 Bug fix 9 years ago
Jessica James c9858d76cc RenX.Core: 9 years ago
Jessica James 3ba0e4043e RenX.Core: 9 years ago
Jessica James 54e8061cde Replaced RenX_OnVoteCall event with multiple vote-specific events. 9 years ago
Jessica James 9a8d1dbf06 Updated some RCON parsing 9 years ago
Jessica James 6b14cee64a RenX.Ladder.Web: Made more progress. 9 years ago
Jessica James 1e08f6035e * Added full support for multiple ladder databases. 9 years ago
Jessica James e0d156f97f Changed several "players.size() != 0" checks to "players.size() != getBotCount()" 9 years ago
Jessica James 7e9b92907d RenX.Core: 9 years ago
Jessica James d7b546243f Fixed parsing of IP parameter in "AddBan" and "AddExemption" IRC commands. 9 years ago
Jessica James f66ffb8257 General code improvements 9 years ago
Jessica James bcbe9a56e1 RenX.Core: 9 years ago
Jessica James fef17f0c16 RenX.Core: 9 years ago
JustinAJ 5d46100d6d Added "gameinfo" IRC command 9 years ago
JustinAJ 8e5d3f0a5e Added support for map GUIDs (will appear in next RenX patch) 9 years ago
JustinAJ c724eea309 Bot: 9 years ago
JustinAJ c1f6d549df Changed ban flag type from uint8_t to uint16_t 9 years ago
JustinAJ 0694c5146c Revamped ban system internals: 9 years ago
JustinAJ 2d53adc948 RenX.Core: 9 years ago
JustinAJ f6dfaef422 RenX.Core: 9 years ago
JustinAJ 8fd790c58b Updated name in copyright notices. 9 years ago
JustinAJ dd4800c881 Licensing change; now using ISC license. 9 years ago
JustinAJ e30caeb947 RenX.Core: 9 years ago
JustinAJ fef7c1e30f RenX.Core: 9 years ago
JustinAJ 3fb51512e9 Added RenX::DisconnectReason enum 9 years ago
JustinAJ 1cd1c6b062 Added BuildingInfoIRCCommand. 9 years ago
JustinAJ 37c7ba9cdb Consistency: 9 years ago
JustinAJ 50e96e6ebe Added reasons to kicks and bans. 9 years ago
JustinAJ d7f0f5137b Updated to Visual Studio 2015 RC 9 years ago
JustinAJ 7137b4c65f Updated Jupiter 10 years ago
JustinAJ 624aae9917 Fixed a minor bug in the "mods" game command; minor cleanups 10 years ago
JustinAJ 39743dc063 Added "Kill", "Disarm", "DisarmC4", and "DisarmBeacon" game commands 10 years ago
JustinAJ 2fa480854e Added disarm(), disarmC4(), and disarmBeacon() functions to RenX::Server; Added "Kill", "Disarm", "DisarmC4", and "DisarmBeacon" IRC commands. 10 years ago
JustinAJ 4ed9acf6ec * Removed redundant RenX::Core::send() 10 years ago
JustinAJ 1887317e97 Updated to support most of RCONv3; updated Jupiter; Map now tracked; Tags added for: RCON User, Server Name, Map; Internal tags are now generated at runtime, and guaranteed to be unique for up to 65k tags; Added events to RenX::Plugin: OnExecute (player), OnPlayer, OnHostChat, OnHostPage, OnOtherChat, OnDisarm, OnCapture, OnNeutralize, OnSteal, OnUnsubscribe, OnVoteCall, OnVoteOver, OnVoteCancel, OnVote, OnMapChange, OnMapLoad, OnMap, OnDemoRecord, OnDemo; various optimizations 10 years ago