Geyser/connector/src/main/java/org/geysermc/connector/network
rtm516 99e72f35b3
Add support for manually supplying Bedrock resource packs (#1076)
* send resource packs

A lot of this code is nukkit-credits in the classes

* send resource packs

A lot of this code is nukkit-credits in the classes

* Remove unnecessary code/debugs

* use separately generated hashes

* Updated mappings and added .mcpack support

* "packs" directory auto-create (#484)

* "packs" directory auto-create

* cleaned indentation in ResourcePack.java

* Cleaned ResourcePack.java

* Another cleanup

I hate editor on github.

* Yet another

* Another indentation cleanup

* Fix resource pack loading

(cherry picked from commit f93b07491e)

* Move back to internal sha256 hashing

(cherry picked from commit 812a3d82b2)

* Add resource pack loading back after merge

* Add comments, config option and removed unused files

* Fix packs folder location and cleanup code

* Move to better options for the client

* Fix typos in comments

* Fix pack loading

* Try to make it compile

* Final touches?

* Add Javadoc for MathUtils#constrain

Co-authored-by: EOT3000 <43685885+EOT3000@users.noreply.github.com>
Co-authored-by: Vesek <61123478+Vesek@users.noreply.github.com>
Co-authored-by: Heath123 <heath.mitchell27@gmail.com>
Co-authored-by: Camotoy <20743703+DoctorMacc@users.noreply.github.com>
2020-09-16 20:08:26 -04:00
..
remote Merge branch 'master' into plugin (should fix building) 2020-01-18 16:46:07 -06:00
session Fix inconsistencies with players and the player list (#1298) 2020-09-16 00:18:18 -04:00
translators Fix inconsistencies with players and the player list (#1298) 2020-09-16 00:18:18 -04:00
BedrockProtocol.java Remove Protocol v409 support (#1300) 2020-09-16 00:11:56 -04:00
ConnectorServerEventHandler.java ConnectorServerEventHandler: set default packet handler (#1148) 2020-08-13 09:56:03 -05:00
LoggingPacketHandler.java Bedrock 1.16 updating part 1 2020-06-22 20:11:09 -04:00
QueryPacketHandler.java Add 'passthrough-protocol-name' config option (#1124) 2020-08-17 22:36:15 -05:00
UpstreamPacketHandler.java Add support for manually supplying Bedrock resource packs (#1076) 2020-09-16 20:08:26 -04:00