Release v1.16-b36
·
692 commits
to bleeding
since this release
NOTE: This is an unofficial build and includes bleeding edge features for testing.
Since Last Release:
- a6e8ce1 (HEAD, tag: v1.16-b36, origin/bleeding) Fixes for Move Fixes from Circuit [bundabrg]
- d123c7f Merge remote-tracking branch 'heath/move-fixes' into t/movement [bundabrg]
|\
| * 616d512 Delete more Gradle files [Heath123]
| * 5c81d6d Reorganise code [Heath123]
| * d4fa420 Delete more Gradle files [Heath123]
| * b49b98a Remove duplicate config option [circuit10]
| * 18825cc Delete Gradle files [Heath123]
| * 175874e Enable chunk caching by default [circuit10]
| * 4b99653 Checnge comments to JavDoc [Heath123]
| * 9af34ad Declare BlockCollision variables on their own line [Heath123]
| * ae50d5b Remove debug code [Heath123]
| * bf06df9 Fix spacing [Heath123]
| * 7f45fcc Put some imports back or something [Heath123]
| * 0af5e66 Remove some usused imports [Heath123]
| * d5190a1 Move static variable to top [Heath123]
| * 213f1aa Cleanup used Passable fix code [Heath123]
| * 76e8dbc More cleanups [Heath123]
| * 65aaa24 Remove gradle folder [Heath123]
| * 03d4094 Delete file that shouldn't be there' [Heath123]
| * 07e42ba More cleanups etc. [Heath123]
| * 4c5039d Passable fix cleanup [Heath123]
| * 63ec800 Use file collison for beds [Heath123]
| * 9795edc Remove some things that shouldn't be there [Heath123]
| * d919021 Remove debug code and hopefully fix submodules [Heath123]
| * 4aef471 Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| |\
| * | 63fbaa6 Small cleanup [Heath123]
| * | e605cc8 Use files for collison and cleanup [Heath123]
| * | 79e4461 Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| |\ \
| * | | 685edea Move some code to GeyserSession and fix a bug [Heath123]
| * | | be2ab85 Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| |\ \ \
| * | | | 06801f3 Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| * | | | 6683acf Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| * | | | 5daa321 Fix bed collision [Heath123]
| * | | | a333030 Fix .gitignore [Heath123]
| * | | | 823da5c Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| * | | | ba34261 Implement enchanting table collision [RednedEpic]
| * | | | abbb95e Implement skull collision [RednedEpic]
| * | | | ac4ec3e Flower pot collision and other minor tweaks [RednedEpic]
| * | | | bd7513f Cleanups [RednedEpic]
| * | | | 3f1e870 Remove files that should not be here [RednedEpic]
| * | | | a52a188 Merge branch 'master' into move-fixes [RednedEpic]
| * | | | 70f5fe3 Push temporary fix with duplicated code [Heath123]
| * | | | 700d239 Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| * | | | caad532 Fix it [Heath123]
| * | | | 5bf8b28 Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| * | | | b849745 Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| * | | | aedc993 Update submodules [Heath123]
| * | | | a739219 Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| * | | | 52be34b Undo changing item frame code [Heath123]
| * | | | 87ea4a3 Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| * | | | 36048bb Check if entity is main player when updating bounding box [Heath123]
| * | | | a9b874d Finally fix NCP Passable! (I hope) [Heath123]
| * | | | b8e4326 Respond to review [Heath123]
| * | | | 48cf90c Improve NoCheatPlus slightly [Heath123]
| * | | | 1fab01a Fix pom.xml [Heath123]
| * | | | 3bc5f71 Try to fix NCP or something [Heath123]
| * | | | 949604b Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| * | | | 461716e Start working on -40 barrier [Heath123]
| * | | | 0b5caf4 Rework it a bit and start on solid collision checking [Heath123]
| * | | | 20abd77 Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| * | | | 7ed2832 Fix teleports [Heath123]
| * | | | 0db937f Work on move fixes more [Heath123]
| * | | | 1bef628 Fix teleport confirmations [Heath123]
| * | | | 775c238 Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| * | | | aac2ee8 Merge branch 'master' of https://github.com/GeyserMC/Geyser into move-fixes [Heath123]
| * | | | 6cc9b68 Don't ignore correction packets [Heath123]
| * | | | 14f8f52 Move fixes v2 [Heath123]
| / / / - | | | 010932c Merge branch 'feature/plugins' into bleeding [bundabrg]
- | | | aac5c1f (origin/feature/plugins) Merge branch 'master' into feature/plugins [bundabrg]
- | | | 3650321 Update README.md (GeyserMC#1349) [EasyClifton]
- | | | 7c49391 Fix gamemodes not fully applying on server switch (GeyserMC#1348) [rtm516]
| |_|/
|/| | - | | d9b05f5 Update the CI link in the README (GeyserMC#1339) [Luke]
- | | beae39e Prevent Bedrock from changing gamemode client-side (GeyserMC#1337) [Camotoy]
- | | fa0864b Fix picking up liquids with buckets (GeyserMC#1311) [Camotoy]
| |/
|/| - | 1ec768d Fix interaction spam bug (GeyserMC#1324) [Camotoy]
|/ - 0cd4381 Use SERVER_READY in BedrockRespawnTranslator to fix respawn bug [Redned]
- b4c7682 Implement experience sounds (GeyserMC#1320) [Camotoy]
- 2dc7dc1 Remove warning about slot 50 (GeyserMC#1325) [Camotoy]