160 Commits (49917b6bcc60962986499d24a4678bbb7d149956)

Author SHA1 Message Date
JustinAJ df26363a4a Fixed a small bug 9 years ago
JustinAJ 39ee232476 General code improvements. 9 years ago
JustinAJ ef4c733d35 RenX::Server: 9 years ago
JustinAJ ad29b0eba5 Changed how RCON gets parsed/tokenized. All parts of all RCON strings are now translated to UTF-8. 9 years ago
JustinAJ e30caeb947 RenX.Core: 9 years ago
JustinAJ fef7c1e30f RenX.Core: 9 years ago
JustinAJ 99e8d4674d RenX.Core: 9 years ago
JustinAJ 7bee8d4bf0 Added OnRadioChat event 9 years ago
JustinAJ c00f8eaa9e OnPlayerDelete() is now called in wipeData(). 9 years ago
JustinAJ b649a24f35 Added TS_ translations 9 years ago
JustinAJ d0c2235646 Severs aren't disconnected on rehash if they didn't have a configured port or hostname (listen servers). 9 years ago
JustinAJ 3fb51512e9 Added RenX::DisconnectReason enum 9 years ago
JustinAJ 4fc735db9a RenX.Core: 9 years ago
JustinAJ 548c7980cc Added server pinging/timeouts. 9 years ago
JustinAJ b8aa2303f5 BanDatabase: 9 years ago
JustinAJ 262c79d778 Added BuildingInfo tags. 9 years ago
JustinAJ c63580dbb8 Added RenX::BuildingInfo struct, and all appropriate functions and config settings. 9 years ago
JustinAJ d29448fa79 Added ServerPrefix (Default: {SERVERPREFIX}) tag. 9 years ago
JustinAJ 50e96e6ebe Added reasons to kicks and bans. 9 years ago
JustinAJ 07231aafc4 Added events: 9 years ago
JustinAJ 5f38e3fa11 RenX::Server: 9 years ago
JustinAJ 1649b768fa IRCPrefix is now parsed for tags 9 years ago
JustinAJ 290d961dd7 * Added getSocketHostname() 9 years ago
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 c3986f1db4 Fixed name buffer not getting flushed before use. 10 years ago
JustinAJ a8d430942b Fixed bad parsing in BanDatabase. 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 6a91bb5148 Added getUniqueInternalTag() function 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 b4f2f91c70 TagDefinitions moved to RenX section; TagDefinitions defaults to RenX.Tags. 10 years ago
JustinAJ a13fccd313 Changed default section for tag definitions to TagDefinitions 10 years ago
JustinAJ c7c105ff6f added giveCredits() functions 10 years ago