JustinAJ
|
68464d947f
|
Removed const_cast instances; no longer necessary (see previous commit a4607f0b ).
|
10 years ago |
JustinAJ
|
a4607f0b2b
|
RenX::PlayerInfo::varData is now mutable.
|
10 years ago |
JustinAJ
|
57a2a8c4d2
|
Changed help info from <Player Name> to <Player> (more accurate, since player IDs can be used).
|
10 years ago |
JustinAJ
|
c723b13449
|
Updated to Jupiter 0.11.
|
10 years ago |
JustinAJ
|
8fbdfcdd73
|
Added RenX.Greetings plugin
|
10 years ago |
JustinAJ
|
8f8736aa0f
|
Made input player for sendMessage const.
|
10 years ago |
JustinAJ
|
a7a1fda51e
|
Corrected copyright notice.
|
10 years ago |
JustinAJ
|
bdaa8a4eba
|
Minor optimization
|
10 years ago |
JustinAJ
|
bd31da4871
|
Added "NeverSay" configurable option
|
10 years ago |
JustinAJ
|
0909d4c106
|
Changed steam profile link to SSL.
|
10 years ago |
JustinAJ
|
6c4e3692b3
|
Removed local firstGame variable in favor of server-specific firstGame variable.
|
10 years ago |
JustinAJ
|
291b5cd947
|
Added isFirstGame(), isFirstKill(), and isFirstDeath(). Join spam after map change is now filtered.
|
10 years ago |
JustinAJ
|
d82f438ea4
|
Replaced RenX_OnPart() with RenX_OnPlayerDelete(); Moved recs/noobs retrieval to RenX_OnPlayerCreate().
|
10 years ago |
JustinAJ
|
1f5e05e3b7
|
Moved resolution to OnPlayerCreate().
|
10 years ago |
JustinAJ
|
6e2722777b
|
Added RenX_OnPlayerCreate() and RenX_OnPlayerDelete() events.
|
10 years ago |
JustinAJ
|
777242952c
|
steamFormat is now unsigned; SteamID 2 format added; SteamID 3 format added; pidbug and mustSanitize ServerProfile fields utilized.
|
10 years ago |
JustinAJ
|
62af38d3fc
|
Added steam profile link to !steam command.
|
10 years ago |
JustinAJ
|
b9120a0e6b
|
Added pidbug and mustSanitize fields to ServerProfile.
|
10 years ago |
JustinAJ
|
a0aedfda25
|
Improved/safer reconnect routine
|
10 years ago |
JustinAJ
|
92bb5f185e
|
Added "SteamFormat" config option; added formatSteamID() to RenX::Server; adjusted usage of steamids in strings appropriately.
|
10 years ago |
JustinAJ
|
a59b3a7561
|
Added warning message for open beta 3.
|
10 years ago |
JustinAJ
|
b36567d32b
|
Added ServerProfile structure; player part event is now silenced for open beta 3.
|
10 years ago |
JustinAJ
|
9e4a4c1b3f
|
Fixed grammar.
|
10 years ago |
JustinAJ
|
21011df5ee
|
Added "showjoin" game command
|
10 years ago |
JustinAJ
|
a9fec4673e
|
Changed some messages to private messages
|
10 years ago |
JustinAJ
|
a811889ac2
|
Added parsing for EVAPrivateSay.
|
10 years ago |
JustinAJ
|
ac3a341cf2
|
"help" is now a private message; "modrequest" now responds to players.
|
10 years ago |
JustinAJ
|
7414617f58
|
getPlayerByName() now properly accepts IDs as input.
|
10 years ago |
JustinAJ
|
1f78f3ef3c
|
"Info" command is slightly more verbose.
|
10 years ago |
JustinAJ
|
0564220080
|
Added PMsg command
|
10 years ago |
JustinAJ
|
4264e1cbad
|
Added proper private message functionality.
|
10 years ago |
JustinAJ
|
d2e442a12d
|
Fixed "steam" IRC command
|
10 years ago |
JustinAJ
|
5cb22abcb4
|
Updated Jupiter version
|
10 years ago |
JustinAJ
|
6fa103896e
|
Fixed logic error
|
10 years ago |
JustinAJ
|
24d3e8069c
|
Added missing translations
|
10 years ago |
JustinAJ
|
3d488e9140
|
Added missing newline ('\n').
|
10 years ago |
JustinAJ
|
bc60e9c70f
|
Added administrative exemption
|
10 years ago |
JustinAJ
|
6ae66384bd
|
Updated Jupiter to most recent version.
|
10 years ago |
JustinAJ
|
be7ed6dfc0
|
Made RenX.Medals actually useful.
|
10 years ago |
JustinAJ
|
0910dd0f59
|
Removed unnecessary additions to master game command list.
|
10 years ago |
JustinAJ
|
e7bfe5bb82
|
getPlayerByPartNameFast() is now case insensitive.
|
10 years ago |
JustinAJ
|
aa8d8a688a
|
Finished removing SteamID usage in favor of UUID.
|
10 years ago |
JustinAJ
|
80be0e0105
|
Updated RenX.Setjoin to use UUID
|
10 years ago |
JustinAJ
|
e48f6d6af2
|
Changed asUnsignedInt calls to asUnsignedLongLong. Changed steamid output format to capitalized hex to better match previous output.
|
10 years ago |
JustinAJ
|
179e1eee5b
|
Updated to newer Jupiter version
|
10 years ago |
JustinAJ
|
619dbffbfa
|
Corrected precision to 16 digits instead of 8.
|
10 years ago |
JustinAJ
|
bee33ed226
|
Adjusted format specifiers for steamid.
|
10 years ago |
JustinAJ
|
243effd323
|
Added "plugins" and "plugin" triggers to ListPluginIRCCommand.
|
10 years ago |
JustinAJ
|
6e9e233fe8
|
Added OnRehash() to RenX.DNS.
|
10 years ago |
JustinAJ
|
87b6310642
|
Changed internal steamid representation to uint64_t. Added UUID parameter to PlayerInfo.
|
10 years ago |