Commit Graph

5377 Commits

Author SHA1 Message Date
mworzala
0665f17c33 fix: add new display entity metadata for position/rotation interpolation 2024-01-16 10:43:26 -05:00
mworzala
300a09f0b6 chore: increase publish timeout to 1h 2024-01-16 10:43:26 -05:00
mworzala
b6b0295961 chore: update data values to 1.20.2 2024-01-16 10:43:26 -05:00
mworzala
9c1781b722 fix: assume viewable storage is only used for play packets 2024-01-16 10:43:26 -05:00
mworzala
daf3e68cc8 fix: remove apiNote javadoc tags 2024-01-16 10:43:26 -05:00
mworzala
8a75e9e986 feat: cleanup, remove ConnectionManager#getOnlinePlayers 2024-01-16 10:43:26 -05:00
mworzala
50b868229a feat: player spawning fixes 2024-01-16 10:43:26 -05:00
mworzala
3ad490356a feat: working (scuffed) reentry after reconfiguration 2024-01-16 10:43:26 -05:00
mworzala
e702c09f06 feat: start reentry of config phase 2024-01-16 10:43:26 -05:00
mworzala
f73d8faf9e fix: publish to minestom-snapshots 2024-01-16 10:43:26 -05:00
mworzala
fd82eaed82 chore: javadoc updates 2024-01-16 10:43:26 -05:00
mworzala
390579f3ba chore: experiment with publishing snapshots from PR branches 2024-01-16 10:43:26 -05:00
mworzala
b04fca8e7f chore: remove some unnecessary logging 2024-01-16 10:43:26 -05:00
mworzala
1161fbf1b1 feat: add AsyncPlayerConfigurationEvent, remove PlayerLoginEvent 2024-01-16 10:43:26 -05:00
mworzala
266040cfa7 chore: other melonhell pr changes 2024-01-16 10:43:26 -05:00
mworzala
9eab3d4f8b chore: port DamageType cleanup change from MelonHell 1.19.4 PR 2024-01-16 10:43:26 -05:00
mworzala
d502a4fa62 feat: use nextState on packet write to change states to ensure proper synchronization 2024-01-16 10:43:26 -05:00
mworzala
47042abf12 first join 2024-01-16 10:43:26 -05:00
mworzala
13edf5f863 finish configuration phase, ish 2024-01-16 10:43:26 -05:00
mworzala
465af0e051 stable configuration state join 2024-01-16 10:43:26 -05:00
Tyreece Rozycki
78cb62fa72
fixes recipes for 1.20.1 (and probably 1.20.4) (#95)
* fixes recipes for 1.20.1 (and probably 1.20.4)

* add support for smithing trims and transforms
2023-12-26 20:24:48 -05:00
Xylight
8a9029c80c
Add required repository to installation instructions (#86)
* Add required repository

* Fix invalid groovy
2023-12-16 07:09:33 +00:00
MrBretzel
8edc9981d0
Add more method to Entity for PotionEffect (#85) 2023-12-14 19:50:05 +02:00
mworzala
2f3eeb5c2d
fix(hack): disable scaffolding from bounding box checks in player pose updates 2023-12-08 23:39:47 +02:00
mworzala
1554487748
fix: allow placing at min y level 2023-12-08 22:19:44 +02:00
mworzala
a22d769740
fix: ack block use when interacting but not placing. 2023-12-02 13:20:55 +02:00
mworzala
0c5a177281
fix: ensure block placements can only happen inside the world border 2023-12-02 11:39:19 +02:00
mworzala
d217e4d5b1
fix: re-fix the shape parsing issue 2023-12-01 23:50:27 +02:00
mworzala
219f52bd58
fix: correctly handle clientside single block replacement 2023-12-01 22:51:48 +02:00
mworzala
666bb98957
fix: bad collision shape parsing 2023-12-01 21:59:50 +02:00
mworzala
d8ef618d08
feat: add experimental player pose update logic 2023-12-01 17:33:38 +02:00
mworzala
8715f4305d
fix: update snapshot-deploy ci job 2023-11-23 16:31:54 +00:00
Steamworks
5893a0b7c0
Update build.gradle.kts
(cherry picked from commit b99722f266209adf5db5d7a4d4bdabd53326205b)
2023-11-23 16:22:23 +00:00
hapily04
2c4fbf4964
Entity Position Sync fix (#72) 2023-11-23 16:19:16 +00:00
mworzala
8a9439643c
chore: PR deploy step 2023-11-23 10:52:41 +00:00
hapily04
9e2a200243
Proper sound seeding (#74)
Co-authored-by: iam <iam4722202468@users.noreply.github.com>
2023-11-19 12:06:50 -05:00
hapily04
eaf3d5311c
Concurrent Modification Fix (#73)
Co-authored-by: iam <iam4722202468@users.noreply.github.com>
2023-11-19 11:52:06 -05:00
mworzala
e146a9393e
fix: update RespawnPacket to use dataToKeep bitset 2023-11-18 17:11:28 +02:00
mworzala
5bcc72b911
fix: send empty NBT tag on items without NBT data (fixes #66) 2023-10-17 01:09:48 -04:00
GoldenStack
517b195b5e
hollow-cube/remove-default-damage-behaviour (#64)
* Remove automatic void damage

* Remove automatic fire damage
2023-10-07 14:49:16 -04:00
Samuel
30699ec3fd
hollow-cube/editentitymeta_function (#62)
* Add editEntityMeta

* Log entityType instead

* finally
2023-09-26 09:40:52 -04:00
Samuel
9e27053b15
hollow-cube/entity-despawn-hooks (#63)
* Add Entity::despawn

* Clarify that despawn() is not at risk of being ignored

* Make despawn() protected
2023-09-26 09:28:39 -04:00
iam
010fe985bb
hollow-cube/lighting-join-patch (#56) 2023-09-04 13:34:13 -04:00
Spanner
e2efdbb427
Fix empty command chain causing NullPointerException (#1931)
* Fix empty command chain causing NullPointerException

* Add test for empty command input

(cherry picked from commit 3645d4311d)
2023-09-02 02:24:36 -04:00
Matt Worzala
e9d0098418
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>
2023-08-30 23:04:11 +00:00
Trickfilm400
0e8151150a
hollow-cube/fix-changelog-link (#50) 2023-08-27 14:15:59 +00:00
Matt Worzala
5ba3d92d83
hollow-cube/update-hephaistos (#49)
Fixes #25
2023-08-21 14:07:37 +00:00
David Mayr
34558e75ee
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
2023-08-06 21:32:39 -04:00
mworzala
1f87f26b4f
hollow-cube/1_20-advancement-packet-fix 2023-08-05 14:07:38 -04:00
Matt Worzala
8da8a70342
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>
2023-08-05 17:10:37 +00:00