65 Commits (94d272b94fa1afe74f0004d50ec6e551e35ea20a)

Author SHA1 Message Date
JustinAJ d7f0f5137b Updated to Visual Studio 2015 RC 9 years ago
JustinAJ 96913fce67 Removed "server" parameter from uuid_func. 10 years ago
JustinAJ 25fb5c62a1 Moved default_uuid_func to RenX_Functions as RenX::default_uuid_func. 10 years ago
JustinAJ 2ea4f81e37 Added RenX_OnServerCreate event to RenX::Plugin. 10 years ago
JustinAJ ca101466cb UUID revamp 10 years ago
JustinAJ 1003d9e96b Players are now rechecked for ban matches on an ID change. 10 years ago
JustinAJ 5712b65d0f adminType is now set to an empty string if the type is "None" is returned in the client list. 10 years ago
JustinAJ 6a86cedd1a Added parsing for "map" command response; "map" command is now sent before the initial client list. 10 years ago
JustinAJ 43fad78bf9 Added Server::fetchClientList() function; Server::updateClientList() now only requests a partial client list; updateClientList() is now called on a configurable interval (default: 2500 milliseconds) 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 073955e899 IRCPrefix is now prepended to all IRC output messages, if one is defined; Added RenX_OnIDChange() event 10 years ago
JustinAJ aa830819bd Removed all Beta 1/2/3 code; removed all eXtendedRCON code; Added Server::Kill(). 10 years ago
JustinAJ b58bab920c Fixed kick/ban bug 10 years ago
JustinAJ e050c90a2f Removed debug line 10 years ago
JustinAJ 4ed9acf6ec * Removed redundant RenX::Core::send() 10 years ago
JustinAJ ba002c8b5e Finished player data tracking for RCONv3. 10 years ago
JustinAJ 6f2ecfe992 Added remaining events; fixed RenX_OnKill() killer-victim order. 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
JustinAJ 2c373c2ebb Fixed eXtended RCON client list and ping/score/credit list parsing; Added changeTeam() and setTeam() functions. 10 years ago
JustinAJ e9260f3d82 Added team-change command response parsing. 10 years ago
JustinAJ bc5ade4ccb Changed ping format due to ping being interpreted as newline 10 years ago
JustinAJ c7c105ff6f added giveCredits() functions 10 years ago
JustinAJ ca0ad35be4 Added explicit static_cast to disable warning. 10 years ago
JustinAJ 61cd2f6570 Now auto-subscribes to Player/Ping/Score/Credits list 10 years ago
JustinAJ b2695908bb Changed ping from float to unsigned short. 10 years ago
JustinAJ 3beb213299 Added tags system; updated Jupiter 10 years ago
JustinAJ 21af13bd31 Fixed team not being assigned. 10 years ago
JustinAJ 23f9b1744f added parsePlayerData() lambda function; Added PARSE_PLAYER_DATA_P macro. 10 years ago
JustinAJ 717b6ed015 Fixed bans being prematurely deactivated. 10 years ago
JustinAJ 1a04237de4 Added checks for blank entry fields; active status is now updated in the config. 10 years ago
JustinAJ 5e63a045fa Added tieFormat to ServerProfile; GDI's score is now correctly parsed during a tie. 10 years ago
JustinAJ f2a85a8271 Added RenX::BanDatabase; added ip32 to RenX::PlayerInfo; added RenX_OnBan even to RenX::Plugin; Server::banPlayer() now has an optional length parameter; Updated Jupiter version; Config options added: RCONBan, LocalSteamBan, LocalIPBan, LocalNameBan. 10 years ago
JustinAJ b3f9e42a11 Removed RenX::DelimS; Usage for RenX::DelimC adjusted accordingly; updated Jupiter version (bug fix). 10 years ago
JustinAJ 21a5c3687e Server::formatSteamID() now returns an empty string for id 0. 10 years ago
JustinAJ 687e1fe2ff Fixed bug involving access overrides and aliases not being set; moved access override and alias loading to addCommand(). 10 years ago
JustinAJ 8efaa27e74 Updated Jupiter version; adjusted accordingly. 10 years ago
JustinAJ ab4462e97a Added formatNamePrefix field to RenX::PlayerInfo. 10 years ago
JustinAJ 3cec93c76f Moved IP assignment within getPlayerOrAdd(); fixed bug where steamid was not being assigned. 10 years ago
JustinAJ e196688a30 Added access filter to RenX::Server::triggerCommand(); RenX::GameCommand::access now defaults to 0. 10 years ago
JustinAJ c20e9fed7f Server now rehashes settings; added commandsFile to core; added access levels to PlayerInfo and GameCommand; aliases and access overrides are now read from the commandsFile; Jupiter version updated. 10 years ago
JustinAJ 761da4c2b5 Added RenX_OnAdminGrant event. 10 years ago
JustinAJ 82fe29ebaa RCON Username is now tracked. 10 years ago
JustinAJ dbb5df91f1 Fixed bug where silenceJoins gets stuck on true after reconnecting. 10 years ago
JustinAJ a04667ee5f Added RenX_OnTeamChange event; formatSteamID is now const; ReadableString non-format versions of sendPubChan() sendAdmChan() and sendLogChan() added. 10 years ago
JustinAJ d86b401322 Removed getPlayerOrAdd() call from PARSE_PLAYER_DATA macro; gerPlayerOrAdd() is now a lambda within Server::processLine(); added steamid parameter to getPlayerOrAdd(); UUID is now assigned within getPlayerOrAdd(), prior to the OnPlayerCreate event. 10 years ago
JustinAJ 8f8736aa0f Made input player for sendMessage const. 10 years ago
JustinAJ bdaa8a4eba Minor optimization 10 years ago
JustinAJ bd31da4871 Added "NeverSay" configurable option 10 years ago
JustinAJ 291b5cd947 Added isFirstGame(), isFirstKill(), and isFirstDeath(). Join spam after map change is now filtered. 10 years ago
JustinAJ 6e2722777b Added RenX_OnPlayerCreate() and RenX_OnPlayerDelete() events. 10 years ago