Jessica James
b6ea92d776
Added temp players, to cover non-player AI (i.e: survival mode)
5 years ago
Jessica James
6726f7178c
Updated "TeamJoin;" event parsing
5 years ago
Jessica James
8f1c09acf5
Servers will now be pinged to keep connections alive
5 years ago
Jessica James
0dabd4d757
Fixed `RenX_ListenPlugin::OnRehash`
5 years ago
Jessica James
9a969a3465
Committing old leaderboard html files
5 years ago
Jessica James
c2df63fd5c
`RenX::Server::banCheck` now actually uses `ban_from_str`
5 years ago
Jessica James
e0911b7ab1
Added MuteGamecommand
5 years ago
Jessica James
a9416b0037
Added TempChatBan commands, hwid safety check
5 years ago
Jessica James
3571d8e39c
Crash fix
5 years ago
Jessica James
780d3f12bb
Set signal handler for SIGPIPE to ignore
5 years ago
Jessica James
b9d976ef07
Fixed console input
5 years ago
Jessica James
b5be8296d4
Removed HashTable, CString
Added JUPITER_SOCK_EWOULDBLOCK
Code now runs and compiles on linux
5 years ago
Jessica James
33bee43f5e
Missed some files due to .gitignore
5 years ago
Jessica James
a8750accb2
Merge pull request #10 from JAJames/cmake
Cmake
5 years ago
Jessica James
f3c20f5a70
Merge pull request #7 from ShogunKitsune/patch-1
8:56 PM] Agent: make a PR for it
6 years ago
Sho-kun
884c1bed21
8:56 PM] Agent: make a PR for it
8:56 PM] Agent: make a PR for it
6 years ago
Jessica James
3cadca586f
Removed some accidentally committed files; cleanup
6 years ago
Jessica James
e0994f0483
Replaced VS project files with CMake
Resolved GCC compilation issues
6 years ago
Jessica James
4a7a6a2d5e
Fixed DEBUG compilation
6 years ago
Jessica James
751b3e8d2b
Merge pull request #6 from JAJames/sarah
Fixes compilation error & expands playerlist for RenX.ServerList
6 years ago
Sarah Evans
e945134135
Expanded player list output and fixed bug
6 years ago
Sarah Evans
40ed3728e5
Fix compilation error
6 years ago
Jessica James
d03d0c5e64
Fixed Bot.exe not being compiled
6 years ago
Jessica James
494c02d28b
Added "bRanked" and "Game Type" to server JSON blocks
7 years ago
Jessica James
7ab27e363f
Merge pull request #4 from nnyte/patch-1
Fix unicode escape sequence formatting
7 years ago
--nn
2746cc671d
Fix unicode escape sequence formatting
7 years ago
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