1454 Commits

Author SHA1 Message Date
Bixilon
cac7d44bb0
particles: bubble 2021-06-16 18:13:00 +02:00
Bixilon
0ad64f9913
remove freenode chat note 2021-06-15 18:27:19 +02:00
Bixilon
c0a121eab5
honey collisions 2021-06-14 23:19:44 +02:00
Bixilon
60078b4e91
readme: update target version 2021-06-14 22:20:59 +02:00
Bixilon
e9a6f63f85
block pushing 2021-06-13 19:35:41 +02:00
Bixilon
5d926aa623
collisions: remove current block if stuck in block 2021-06-13 18:32:17 +02:00
Bixilon
301d3da729
chunk border renderer 2021-06-13 15:53:02 +02:00
Bixilon
1a249f0fcd
shader: vendor defines 2021-06-13 13:47:40 +02:00
Bixilon
b6c1e56c3a
!: rename mappings package to registries 2021-06-12 22:50:18 +02:00
Bixilon
a946b0b6b0
particles: RedstoneTorchBlock 2021-06-12 15:13:01 +02:00
Bixilon
b9d5fc01cb
fix some portal particle bugs 2021-06-11 19:33:00 +02:00
Bixilon
9547be5b31
nether portal particles 2021-06-11 16:33:38 +02:00
Bixilon
42e9e50ce5
particles: add second mesh to improve transparency 2021-06-10 21:49:41 +02:00
Bixilon
ba981e34b0
particles: end_rod 2021-06-10 21:32:24 +02:00
Bixilon
65b57d81f6
particles: fix "bugging back" 2021-06-10 19:17:52 +02:00
Bixilon
d0e41919d8
rendering: fix crashes, remove particle delta ticking 2021-06-10 19:09:39 +02:00
Bixilon
2c4d5439a5
fix crash in entity hit box renderer 2021-06-10 18:43:05 +02:00
Bixilon
5c236bb530
particles: angry_villager, heart 2021-06-10 18:17:51 +02:00
Bixilon
ef500dfddf wip: improve entity hit box frustum culling 2021-06-10 12:53:59 +02:00
Bixilon
ed3de79bc8 events: EntityDestroyEvent now holds single entity 2021-06-10 12:40:14 +02:00
Bixilon
a01d49016f entities: hit box: eye padding 2021-06-10 12:37:28 +02:00
Bixilon
0e97609ecc
rendering: wip: frustum cull entity hit box 2021-06-09 22:42:53 +02:00
Bixilon
5b680ae066
rendering: improve 3d line rendering, render entity hit boxes 2021-06-09 22:37:55 +02:00
Bixilon
da739cad79
rendering: generic 3d line drawing (Voxel Shapes, AABBs, etc) 2021-06-09 20:37:56 +02:00
Bixilon
48b761a772
readme: better english 2021-06-09 19:53:54 +02:00
Bixilon
1b8fa6ea23
particles: portal, ender_chest particles 2021-06-09 19:21:00 +02:00
Bixilon
aaac1cbc54
physics: bed bouncing, BrewingStandBlock (particles) 2021-06-09 19:03:13 +02:00
Bixilon
7acca43662
physics: slime block bouncing 2021-06-09 00:22:24 +02:00
Bixilon
4be7ede5de
particles: note 2021-06-08 21:59:59 +02:00
Bixilon
3c13b52135
dependencies: bump oshi 2021-06-08 19:31:08 +02:00
Bixilon
1c3ebd274d
network: support for 1.17 2021-06-08 17:55:05 +02:00
Bixilon
a180ba33cb
particles: fix velocity bug in SuspendParticle 2021-06-08 00:15:33 +02:00
Bixilon
5e9a821d00
particles: crit, damage_indicator, crimson_spore, warped_spore 2021-06-08 00:03:45 +02:00
Bixilon
a81bdc34cf
network: support for 1.17-rc2 2021-06-07 21:29:58 +02:00
Bixilon
37aca9d342
fix crash, mob spawner: spawn particles 2021-06-07 20:50:06 +02:00
Bixilon
1226b71e08
particles: composter, happy_villager, mycelium 2021-06-07 18:50:53 +02:00
Bixilon
c81c7d7fd3
blocks: TorchBlock, fix bracket mistake in FlameParticle 2021-06-07 18:08:24 +02:00
Bixilon
1bae0eec54
fix crash when sprinting above fluids, fix wrong outline/collision boxes for some blocks (stairs, hoppers, etc) 2021-06-07 17:43:36 +02:00
Bixilon
f2f393c729
particles: entity sprinting 2021-06-07 00:25:53 +02:00
Bixilon
6a8f4daba1
physics: improve collisions (remove small margin from aabb) 2021-06-07 00:05:43 +02:00
Bixilon
91fca30d7e
entity object data: item frame rotation, falling block state, projectile owner 2021-06-06 23:40:17 +02:00
Bixilon
889c9b9a4f
physics: improve levitation 2021-06-06 21:55:28 +02:00
Bixilon
864c1f50f0
bump pixlyzer, physics: jump and velocity multipliers (soul sand, honey), climbing 2021-06-06 21:31:58 +02:00
Bixilon
fb1f9ec6c9
fix mixing of headYaw and bodyYaw 2021-06-06 17:32:15 +02:00
Bixilon
398a97ef6a
block entity name data fixer
* This removes a ton of warnings on servers with a old backend (< 1.13?)
2021-06-06 17:19:52 +02:00
Bixilon
a95eb1b705
particles: flame, small_flame, soul_fire_flame, cloud, sneeze 2021-06-06 17:10:03 +02:00
Bixilon
2c852e5670
physics: use abilities walking speed 2021-06-06 16:10:12 +02:00
Bixilon
f211df3675
physics: fix minimal to fast movement, fix fast movement when sneaking 2021-06-06 15:03:29 +02:00
Bixilon
db14a11d17
physics: stepping 2021-06-06 14:53:59 +02:00
Bixilon
e3dbaab0e3
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-06 13:53:02 +02:00