1450 Commits

Author SHA1 Message Date
Bixilon
ada390bd4d particles: add second mesh to improve transparency 2021-06-16 18:07:41 +02:00
Bixilon
38297daf21 particles: end_rod 2021-06-16 18:07:41 +02:00
Bixilon
cebbf7a019 particles: fix "bugging back" 2021-06-16 18:07:41 +02:00
Bixilon
cf0a6a4927 rendering: fix crashes, remove particle delta ticking 2021-06-16 18:07:41 +02:00
Bixilon
e12f165648 fix crash in entity hit box renderer 2021-06-16 18:07:41 +02:00
Bixilon
6e9db2c208 particles: angry_villager, heart 2021-06-16 18:07:41 +02:00
Bixilon
b2ff0e7a27 wip: improve entity hit box frustum culling 2021-06-16 18:07:41 +02:00
Bixilon
52f750ba9a events: EntityDestroyEvent now holds single entity 2021-06-16 18:07:41 +02:00
Bixilon
119541a2b1 entities: hit box: eye padding 2021-06-16 18:07:40 +02:00
Bixilon
3ecf1ef5bf rendering: wip: frustum cull entity hit box 2021-06-16 18:07:40 +02:00
Bixilon
4ed60ee19e rendering: improve 3d line rendering, render entity hit boxes 2021-06-16 18:07:37 +02:00
Bixilon
0f3c516cd3 rendering: generic 3d line drawing (Voxel Shapes, AABBs, etc) 2021-06-16 18:07:07 +02:00
Bixilon
7967cce609 readme: better english 2021-06-16 18:07:07 +02:00
Bixilon
a5f9a0867d particles: portal, ender_chest particles 2021-06-16 18:07:07 +02:00
Bixilon
a27df8f91e physics: bed bouncing, BrewingStandBlock (particles) 2021-06-16 18:07:07 +02:00
Bixilon
83bc3593d1 physics: slime block bouncing 2021-06-16 18:07:07 +02:00
Bixilon
432253cc18 particles: note 2021-06-16 18:07:07 +02:00
Bixilon
644bdef61f dependencies: bump oshi 2021-06-16 18:07:07 +02:00
Bixilon
8a1f55afaa network: support for 1.17 2021-06-16 18:07:07 +02:00
Bixilon
b99fc06355 particles: fix velocity bug in SuspendParticle 2021-06-16 18:07:07 +02:00
Bixilon
e52ce868b2 particles: crit, damage_indicator, crimson_spore, warped_spore 2021-06-16 18:07:07 +02:00
Bixilon
a7985eb554 network: support for 1.17-rc2 2021-06-16 18:07:06 +02:00
Bixilon
5f026b42cb fix crash, mob spawner: spawn particles 2021-06-16 18:07:06 +02:00
Bixilon
5fb058864b particles: composter, happy_villager, mycelium 2021-06-16 18:07:06 +02:00
Bixilon
80c55e39f8 blocks: TorchBlock, fix bracket mistake in FlameParticle 2021-06-16 18:07:06 +02:00
Bixilon
277d23fff4 fix crash when sprinting above fluids, fix wrong outline/collision boxes for some blocks (stairs, hoppers, etc) 2021-06-16 18:07:03 +02:00
Bixilon
78e6b0017f particles: entity sprinting 2021-06-16 18:06:04 +02:00
Bixilon
26e451c454 physics: improve collisions (remove small margin from aabb) 2021-06-16 18:06:04 +02:00
Bixilon
08099c981d entity object data: item frame rotation, falling block state, projectile owner 2021-06-16 18:06:04 +02:00
Bixilon
5871e553f5 physics: improve levitation 2021-06-16 18:06:04 +02:00
Bixilon
0eb580cf35 bump pixlyzer, physics: jump and velocity multipliers (soul sand, honey), climbing 2021-06-16 18:06:04 +02:00
Bixilon
74b95efe80 fix mixing of headYaw and bodyYaw 2021-06-16 18:06:01 +02:00
Bixilon
29089661ae block entity name data fixer
* This removes a ton of warnings on servers with a old backend (< 1.13?)
2021-06-16 18:05:54 +02:00
Bixilon
beebacfff1 particles: flame, small_flame, soul_fire_flame, cloud, sneeze 2021-06-16 18:05:54 +02:00
Bixilon
0a22ff34e0 physics: use abilities walking speed 2021-06-16 18:05:54 +02:00
Bixilon
1824bbbe5c physics: fix minimal to fast movement, fix fast movement when sneaking 2021-06-16 18:05:54 +02:00
Bixilon
d14b209c3d physics: stepping 2021-06-16 18:05:54 +02:00
Bixilon
079e969863 convert position Vec3 to Vec3d
* This improves physics calculations
* Fixes some bugs in extreme coordinates
* Hopefully fixes the no move bug on hypixel
2021-06-16 18:05:51 +02:00
Bixilon
df3e645ea9 particles: enchant, nautilus, witch, wip stepping
This reduces the warnings in lobbies on hypixel
2021-06-16 18:03:42 +02:00
Bixilon
136702ad8c fix some exceptions when collecting arrows 2021-06-16 18:03:42 +02:00
Bixilon
93db26e250 filter out more packets, NamedSoundEvent, more fixes 2021-06-16 18:03:39 +02:00
Bixilon
b3cd731395 particles: minecraft:enchanted_hit 2021-06-16 18:03:31 +02:00
Bixilon
62fea42a6e networking: answer with vanilla client brand and send settings 2021-06-16 18:03:31 +02:00
Bixilon
f72fe7eecc BlockDustParticle 2021-06-16 18:03:30 +02:00
Bixilon
802472400b network: add support for 1.17-rc1 2021-06-16 18:03:30 +02:00
Bixilon
6b2fefea08 remove some unused stuff, convert EntityEffectAttributesS2CP to kotlin & refactor 2021-06-16 18:03:30 +02:00
Bixilon
c4c69d8e33 convert more stuff to kotlin 2021-06-16 18:03:28 +02:00
Bixilon
bbe5079257 convert more classes to kotlin 2021-06-16 18:02:48 +02:00
Bixilon
d5f77b79f2 convert ChatColors to kotlin and refactor 2021-06-16 18:02:45 +02:00
Bixilon
8ebbb81fcf add some block entity aliases 2021-06-16 18:01:42 +02:00