Xylight
ffb33526f1
Add required repository to installation instructions ( #86 )
...
* Add required repository
* Fix invalid groovy
(cherry picked from commit 8a9029c80c
)
2024-02-09 14:27:43 -05:00
MrBretzel
0920b90195
Add more method to Entity for PotionEffect ( #85 )
...
(cherry picked from commit 8edc9981d0
)
2024-02-09 14:27:43 -05:00
mworzala
6a246d2ce4
fix(hack): disable scaffolding from bounding box checks in player pose updates
...
(cherry picked from commit 2f3eeb5c2d
)
2024-02-09 14:27:43 -05:00
mworzala
1c141e34c1
fix: allow placing at min y level
...
(cherry picked from commit 1554487748
)
2024-02-09 14:27:43 -05:00
mworzala
6d229a0601
fix: ack block use when interacting but not placing.
...
(cherry picked from commit a22d769740
)
2024-02-09 14:27:43 -05:00
mworzala
58c03cc8d2
fix: ensure block placements can only happen inside the world border
...
(cherry picked from commit 0c5a177281
)
2024-02-09 14:27:43 -05:00
mworzala
9b794c2077
fix: re-fix the shape parsing issue
...
(cherry picked from commit d217e4d5b1
)
2024-02-09 14:27:43 -05:00
mworzala
271e3f4e91
fix: correctly handle clientside single block replacement
...
(cherry picked from commit 219f52bd58
)
2024-02-09 14:27:43 -05:00
mworzala
f4a123192b
fix: bad collision shape parsing
...
(cherry picked from commit 666bb98957
)
2024-02-09 14:27:43 -05:00
mworzala
cb7014b2eb
feat: add experimental player pose update logic
...
(cherry picked from commit d8ef618d08
)
2024-02-09 14:27:43 -05:00
mworzala
40a8f9a2da
fix: update snapshot-deploy ci job
...
(cherry picked from commit 8715f4305d
)
2024-02-09 14:27:43 -05:00
Steamworks
c65a921332
Update build.gradle.kts
...
(cherry picked from commit b99722f266209adf5db5d7a4d4bdabd53326205b)
(cherry picked from commit 5893a0b7c0
)
2024-02-09 14:27:43 -05:00
hapily04
ddcfccd7dd
Entity Position Sync fix ( #72 )
...
(cherry picked from commit 2c4fbf4964
)
2024-02-09 14:27:43 -05:00
mworzala
11a7f02854
chore: PR deploy step
...
(cherry picked from commit 8a9439643c
)
2024-02-09 14:27:43 -05:00
hapily04
8d117164f6
Proper sound seeding ( #74 )
...
Co-authored-by: iam <iam4722202468@users.noreply.github.com>
(cherry picked from commit 9e2a200243
)
2024-02-09 14:27:43 -05:00
hapily04
066eeda6dd
Concurrent Modification Fix ( #73 )
...
Co-authored-by: iam <iam4722202468@users.noreply.github.com>
(cherry picked from commit eaf3d5311c
)
2024-02-09 14:27:43 -05:00
mworzala
b7e3b40147
fix: update RespawnPacket to use dataToKeep bitset
...
(cherry picked from commit e146a9393e
)
2024-02-09 14:27:43 -05:00
mworzala
941390fb87
fix: send empty NBT tag on items without NBT data ( fixes #66 )
...
(cherry picked from commit 5bcc72b911
)
2024-02-09 14:27:43 -05:00
GoldenStack
061c2c98f1
hollow-cube/remove-default-damage-behaviour ( #64 )
...
* Remove automatic void damage
* Remove automatic fire damage
(cherry picked from commit 517b195b5e
)
2024-02-09 14:27:43 -05:00
Samuel
7174ce2b21
hollow-cube/editentitymeta_function ( #62 )
...
* Add editEntityMeta
* Log entityType instead
* finally
(cherry picked from commit 30699ec3fd
)
2024-02-09 14:27:43 -05:00
Samuel
b1b33b9df8
hollow-cube/entity-despawn-hooks ( #63 )
...
* Add Entity::despawn
* Clarify that despawn() is not at risk of being ignored
* Make despawn() protected
(cherry picked from commit 9e27053b15
)
2024-02-09 14:27:43 -05:00
iam
926871c86e
hollow-cube/lighting-join-patch ( #56 )
...
(cherry picked from commit 010fe985bb
)
2024-02-09 14:27:43 -05:00
Spanner
2be361448f
Fix empty command chain causing NullPointerException ( #1931 )
...
* Fix empty command chain causing NullPointerException
* Add test for empty command input
(cherry picked from commit 3645d4311d
)
(cherry picked from commit e2efdbb427
)
2024-02-09 14:27:43 -05:00
Matt Worzala
6805c903f3
hollow-cube/command-parser-fixes ( #54 )
...
* Rewrite CommandParserImpl recursively (fix #1327 )
* Fix for tests: CommandManagerTest, CommandParseTest
* Make attributes final inside Chain
* fix #1295 with argument type priority
* Don't include command name in list of arguments
* Add test for #1327
* Add test for #1295
* Fix suggestions with bad syntax
* Fix #1916
* Add test for #1916
* add failing test
* mess with arg order
* Fix `GraphImpl` causing syntax order issues
---------
Co-authored-by: Spanner <spanner77@protonmail.com>
(cherry picked from commit e9d0098418
)
2024-02-09 14:27:43 -05:00
mworzala
0c328a4e7b
rename artifact ID
2024-02-09 14:27:43 -05:00
mworzala
5d00aa5f28
rename main back to master, minor cleanup
2024-02-09 14:27:43 -05:00
mworzala
351d2197b1
collect all server options in ServerFlag file, other minor changes
2024-02-09 14:27:43 -05:00
mworzala
7e2eb9c67b
revert javadoc publishing behavior
2024-02-09 14:27:43 -05:00
mworzala
5929b811ec
return terminal
2024-02-09 14:27:43 -05:00
mworzala
1cd68e0c3f
hollow-cube/minestom-ce -> minestom/minestom
2024-02-09 14:27:43 -05:00
Matt Worzala
cccef17e27
hollow-cube/update-hephaistos ( #49 )
...
Fixes #25
(cherry picked from commit 5ba3d92d83
)
2024-02-09 14:27:43 -05:00
David Mayr
9bb412c34f
hollow-cube/entity-metadata-patches ( #35 )
...
* feat: add more boat types
* feat: goat horn api
* feat: pillager crossbow meta
* feat: use boat metadata for chestboat
* feat: add warden meta
* fix: incorrect dolphin meta
* feat: allow to set null values for tounge target
* feat: nullable tounge target
* fix: update max offset in goat
(cherry picked from commit 34558e75ee
)
2024-02-09 14:27:43 -05:00
mworzala
4ece2aa378
hollow-cube/1_20-advancement-packet-fix
...
(cherry picked from commit 1f87f26b4f
)
2024-02-09 14:27:43 -05:00
Matt Worzala
c657be553f
hollow-cube/prevent-block-placement-outside-world ( #42 )
...
* Prevent block place above 320
(cherry picked from commit d226c3994a
)
* Move position of check
(cherry picked from commit ff7c4c108f
)
* Add unit test
(cherry picked from commit 68500bf0d0
)
* Add min y check
(cherry picked from commit 0ce77673a9
)
---------
Co-authored-by: nucker <nuckermail@gmail.com>
(cherry picked from commit 8da8a70342
)
2024-02-09 14:27:43 -05:00
Matt Worzala
ccb7a81dc9
hollow-cube/fix-riptide-animation ( #44 )
...
Co-authored-by: TogAr2 <59421074+TogAr2@users.noreply.github.com>
(cherry picked from commit d901eaaed1
)
2024-02-09 14:27:43 -05:00
Matt Worzala
edf7b870c7
hollow-cube/add-gamemodechangeevent-and-fix-game-profile ( #43 )
...
* Resolve some todos and add connection.setProfile to EncryptionResponsePacket
* Add PlayerGameModeChangeEvent
(cherry picked from commit 1514d8ac1f
)
* Add unit tests
(cherry picked from commit 9685e74f3b
)
---------
Co-authored-by: GreatWyrm <alecmusante@gmail.com>
Co-authored-by: NxDs <7994264+NxDs@users.noreply.github.com>
(cherry picked from commit 2c567696ac
)
2024-02-09 14:27:43 -05:00
mworzala
6d3690a660
hollow-cube/javadocs-clear-only-target
...
(cherry picked from commit 28983ef364
)
2024-02-09 14:27:43 -05:00
mworzala
66ef08f01b
hollow-cube/javadocs-to-javadoc-repo
...
(cherry picked from commit c3ec996ff7
)
2024-02-09 14:27:43 -05:00
Matt Worzala
1267f09ea9
hollow-cube/javadocs ( #41 )
...
(cherry picked from commit a99fdee831
)
2024-02-09 14:27:43 -05:00
Matt Worzala
9899f480b6
hollow-cube/display-name-and-team-fixes ( #40 )
...
* Update Player.java
* Remove useless team creation packets
* Send display names to new players
* Oops
* Add display name test
* Change to act
* Do not send display name if they do not have one
---------
Co-authored-by: emortaldev <me@emortal.dev>
(cherry picked from commit ab35ab0587
)
2024-02-09 14:27:43 -05:00
Matt Worzala
802f72aa0d
hollow-cube/biome-manager-concurrency ( #39 )
...
Co-authored-by: tahmid-23 <60953955+tahmid-23@users.noreply.github.com>
See https://github.com/Minestom/Minestom/pull/1917
(cherry picked from commit ef37e40cd8
)
2024-02-09 14:27:43 -05:00
iam
c616b3498a
hollow-cube/lighting-memory-reduction
...
Lighting reduce memory + Fix lighting not sending + Performance (#31 )
* Reduce memory
* Clone
* Executor pool + cleanup
* Cleanup
* Don't batch, it's slower
* Parallel chunk loading for test
* Check below chunk 6. Sky light data doesn't appear to be saved above the highest point in the chunk height map.
* Fix weird locking
* ඞ
* Fix test
* Fix indentation
* Use short instead of int
* Use short instead of int
* Start removing borders
* Borders gone
* Cleanup
* Cleanup
* Remove borders fully - Still needs cleanup
* Cleanup 1
* Cleanup 2
* Cleanup 3
* Cleanup 4
* Cache
* Performance
* Performance
* Cleanup
* Cleanup
* Refactor
* Cleanup from self-review
(cherry picked from commit 12aa1e6b7b
)
2024-02-09 14:27:43 -05:00
David Mayr
91a902afb3
hollow-cube/missing-pose-sitting
...
(cherry picked from commit 65254e919d
)
2024-02-09 14:27:43 -05:00
mworzala
0208ce8193
hollow-cube/entity-teleport-head-fix
...
(cherry picked from commit 4da527c25a
)
2024-02-09 14:27:43 -05:00
mworzala
ef075bec3f
hollow-cube/block-update-changes
...
(cherry picked from commit 74ca1041f3
)
2024-02-09 14:27:43 -05:00
mworzala
bb6a93da89
hollow-cube/prevent-block-updates
...
(cherry picked from commit 55a1349049
)
2024-02-09 14:27:43 -05:00
mworzala
7a374a5079
hollow-cube/fix-entity-metadata-translation
...
(cherry picked from commit d47db72421
)
2024-02-09 14:27:43 -05:00
mworzala
f6c91085b6
hollow-cube/dimension-names-part-2
...
(cherry picked from commit 3dbf364340
)
2024-02-09 14:27:43 -05:00
mworzala
c733016d9e
hollow-cube/dimension-change-part-2
...
(cherry picked from commit b9ce08a509
)
2024-02-09 14:27:43 -05:00
mworzala
b4c41adb7d
hollow-cube/dimension-names
...
(cherry picked from commit 7493b640b7
)
2024-02-09 14:27:43 -05:00