-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add file server to networking module (#423)
* Add version table builder class * Add version tables to Cache * Slightly better but still not perfect dialogue converter * Add cache sector loading * Add file provider to get and store cache sectors * Add better version table support to Cache * Add file server support to Network.kt * Convert protocol to use an array * Tidy up Main.kt * Move remaining network processing into LoginServer class * Tidy up network module packages * Rename Network to GameServer * Update cache builder * Close trade on x-log, add trade messages * Picking failed message * Fix statement line wrap width * Make file server usage optional * Disable removing bzip2 for now, writing doesn't seem to work * Reuse PrefetchKeyGeneration * Make VersionTableBuilder thread safe by using ByteArray instead of BufferWriter * Update prefetch keys
- Loading branch information
Showing
96 changed files
with
1,804 additions
and
579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.