mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #519] [MERGED] Merge The File&Game Servers Into One Module #586
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/2006-Scape/2006Scape/pull/519
Author: @Dark98
Created: 11/12/2021
Status: ✅ Merged
Merged: 11/23/2021
Merged by: @Dark98
Base:
master← Head:fs_merge📝 Commits (10+)
45874d3Merge The File&Game Servers Into One Module862bc66Make SettingsLoader A GameConstants ConfigLoader2a3adc2Update ConfigLoader89b2b84Bundle FileServer with Server (docker)497d601Remove /udp and http port504f2caUpdate .gitignore37ce5eeMove FileServer fromorg.apollo.jagcached→org/apollo/jagcachedcd31654Tidy GameConstants & Add More Vars To ConfigLoaderc2fb4c0Fix A Derp Caused By Lazinesse425e0fAdd -c/-config arg to README.md📊 Changes
59 files changed (+213 additions, -236 deletions)
View changed files
📝
.gitignore(+3 -0)➕
2006Scape Server/ServerConfig.Sample.json(+20 -0)📝
2006Scape Server/data/cache/.scape-settings.dat(+0 -0)📝
2006Scape Server/data/cache/main_file_cache.dat(+0 -0)📝
2006Scape Server/data/cache/main_file_cache.idx0(+0 -0)📝
2006Scape Server/data/cache/main_file_cache.idx1(+0 -0)📝
2006Scape Server/data/cache/main_file_cache.idx2(+0 -0)📝
2006Scape Server/data/cache/main_file_cache.idx3(+0 -0)📝
2006Scape Server/data/cache/main_file_cache.idx4(+0 -0)📝
2006Scape Server/pom.xml(+6 -0)➕
2006Scape Server/src/main/java/com/rs2/ConfigLoader.java(+97 -0)📝
2006Scape Server/src/main/java/com/rs2/GameConstants.java(+39 -30)📝
2006Scape Server/src/main/java/com/rs2/GameEngine.java(+33 -3)📝
2006Scape Server/src/main/java/com/rs2/integrations/PlayersOnlineWebsite.java(+1 -1)📝
2006Scape Server/src/main/java/com/rs2/integrations/RegisteredAccsWebsite.java(+1 -1)➖
2006Scape Server/src/main/java/com/rs2/integrations/SettingsLoader.java(+0 -45)📝
2006Scape Server/src/main/java/org/apollo/jagcached/Constants.java(+1 -1)📝
2006Scape Server/src/main/java/org/apollo/jagcached/FileServer.java(+5 -4)📝
2006Scape Server/src/main/java/org/apollo/jagcached/dispatch/ChannelRequest.java(+0 -0)📝
2006Scape Server/src/main/java/org/apollo/jagcached/dispatch/HttpRequestWorker.java(+0 -0)...and 39 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.