Jessica James
0ae6eb1778
Updated to Visual Studio 2017
Simplified project files by adding property sheets
8 years ago
Jessica James
5ebf36ff97
Replaced all instances of DLList with std::list
Replaced many pointer parameters with reference parameters
Fixed an initialization bug in HTTPServer
Updated Jupiter
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
492a879044
Minor bug fixes
Updated Jupiter
RenX_ModSystem: Adjusted for Jupiter
8 years ago
Jessica James
b4a92b23c2
All projects can now compile as x64 (albeit, with warnings)
Updated Jupiter
8 years ago
Jessica James
361fd47562
Updated Jupiter and refactored as necessary.
8 years ago
Jessica James
dc4f891a99
Commands is now a subsection of server sections
Updated Jupiter; refactored as necessary
Various bug fixes
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
25f6ef95dc
Resolved a null pointer exception (this solution is faster anyways).
8 years ago
Jessica James
016f71d2c5
RenX.Core: RenX_OnPlayerIdentify event
RenX.Logging: Added log for RenX_OnPlayerIdentify; disabled some logs by default.
MakeRelease.bat: Now copies LICENSE and all files in "Configs/"
8 years ago
Jessica James
6901c90279
Added support for new HWID log
Revised nBab's pull request
Removed compiled .lib files
8 years ago
Jessica James
daca1ea9a6
Merge pull request #3 from n-Bab/master
Fort vehicles and structures
8 years ago
nBab
88b1a48195
Fixed a part i was missing in my code :P
8 years ago
nBab
6aedf0d792
Added fort vehicles and structures.
8 years ago
Jessica James
b1d106ebd5
Bot: Console CodePage is now set to UTF-8 on Windows
RenX.ServerList: Fixed a JSON error in servers_long.jsp
8 years ago
Jessica James
b0da2930f7
RenX.Server: Made a temp fix to getBotCount() until I can figure out why bot_count is incorrect
RenX.ServerList: Fixed a Unicode related bug
8 years ago
Jessica James
bbe3ce16e4
Generally improved the layout of the solution file
Excluded Tester.exe from MakeRelease.bat binary builds
8 years ago
Jessica James
7afd73339f
Added Jupiter project file to Jupiter Bot solution file
Marked Bot as dependant on Jupiter
8 years ago
Jessica James
f2c45afbbe
RenX.Core:
* Players list is now erased when changing maps using non-seamless travel
* PLAYER "Exit;" event no longer has potential to create a PlayerInfo object
* Added translations for Communications Center
RenX.ServerList: Added levels list to browser.jsp
8 years ago
Jessica James
f9757780ce
IRC.Core:
* Updated Config
* Fixed rehash bug
8 years ago
Jessica James
c236a29ea9
RenX.Core: Added plugin event RenX_OnPlayerCommand for PLAYER "Command;"
RenX.Logging: Added logs for RenX_OnPlayerCommand
8 years ago
Jessica James
ff92356af0
Added support for PLAYER "Command;" log (currently only used by DevBot).
8 years ago
Jessica James
e28a310b56
Added PlayerList to JSON output; may expand later
8 years ago
Jessica James
f372f5c88f
Fixed minor bug/leak
8 years ago
Jessica James
5747df6ef2
RenX.Core: Further RCONv4 adjustments
RenX.Commands: Added safety check
RenX.Ladder: "OnlyPure" config option now has meaning
RenX.ServerList: Added browser.jsp
Updated Config.ini text
8 years ago
Jessica James
4d3b9d5db8
IRC connections are now initialized by IRC.Core
8 years ago
Jessica James
fe5417046d
GenericCommand as IRCCommand instantiation moved to new plugin named IRC.Core
Removed old wrappers
Updated plugins as necessary
Updated Jupiter (bug fix)
8 years ago
Jessica James
786d711654
Added plain translation for Surrender WinType; updated config
8 years ago
Jessica James
e4b4608065
Merged Translations.ini into RenX.Core.ini
8 years ago
Jessica James
24a8f7b426
Revised previous commit
8 years ago
Jessica James
6c2caafa92
General bug fixes/improvements
8 years ago
Jessica James
7d9c96bfff
g_config now gets rehashed
IRC_Bot no longer gets rehashed directly (instead, their access levels and config secitons are reset by ServerManager)
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
d8eedce01a
Updated Jupiter; updated plugins as necessary
8 years ago
Jessica James
2ba04558d5
RenX.Core: Game commands can now be disabled by setting a negative access level.
RenXGameCommands.ini: Minor typo correction
RenX.ModSystem: Minor DevBot related tweak
8 years ago
Jessica James
f654031ae3
Various updates and bug fixes regarding RCON v4.
9 years ago
Jessica James
f51e7c86e3
Removed "sync" command
9 years ago
Jessica James
a6703a62f7
Merge branch 'master' of https://github.com/JAJames/Jupiter-Bot
9 years ago
Jessica James
2fd25ccfdc
Added *.VC.db to .gitignore
Updated Jupiter
9 years ago
Jessica James
283f493504
Removed Bot.VC.db (intellisense related file; didn't mean to add)
9 years ago
Jessica James
fb7bc0db70
Updated Jupiter; each plugin config is now rehashed with the plugin
Added a few missing 'override' specifiers for explicitness and consistency
9 years ago
Jessica James
8edf0ac485
Updated Jupiter, and adjusted plugins accordingly (each plugin now has its own config)
9 years ago
Jessica James
175aa11d90
RenX::Server: Added 'gameVersionNumber' with appropriate accessor function (RCONv4)
9 years ago
Jessica James
ac78d031ed
Various dev-bot related changes
RenX.ServerList: Added "long" (human readable) version of server list
RenX.Core/RenX_Functions.cpp: Removed a debug line
9 years ago
Jessica James
0ea5cbf259
Fixed a typo
9 years ago
Jessica James
c6f6ad1b1b
Removed erroneous comma from JSON output
9 years ago
Jessica James
15130c502e
Finished HWID support
9 years ago