TheMode
|
58f0f3ec89
|
Light cleanup
|
2021-08-04 14:47:19 +02:00 |
|
TheMode
|
7320d83175
|
Reduce exception spam
|
2021-08-04 12:52:49 +02:00 |
|
TheMode
|
174ef14303
|
Reuse grouped buffers
|
2021-08-04 12:41:15 +02:00 |
|
TheMode
|
0d91f9efc6
|
Close the main selector
|
2021-08-04 05:19:11 +02:00 |
|
TheMode
|
8895e49a52
|
Improve socket shutdown
|
2021-08-04 05:15:40 +02:00 |
|
TheMode
|
557d34c378
|
Reduce allocation count
|
2021-08-04 04:00:42 +02:00 |
|
TheMode
|
9bb50430d4
|
Fix memory leak, decrease socket size
|
2021-08-04 03:53:01 +02:00 |
|
TheMode
|
5adeed392b
|
Flush packet sync
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-08-04 00:48:35 +02:00 |
|
TheMode
|
66b567597a
|
Fix connection crash
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-08-04 00:37:17 +02:00 |
|
TheMode
|
548cee55e0
|
Fix compression
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-08-03 21:16:24 +02:00 |
|
TheMode
|
65df72fa82
|
Remove write branching
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-08-03 20:18:38 +02:00 |
|
TheMode
|
6db55ce91f
|
Always flip
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-08-03 20:02:27 +02:00 |
|
TheMode
|
9f1efb0932
|
Fix writer to array conversion
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-08-03 19:54:32 +02:00 |
|
TheMode
|
fbf6479135
|
Fix item meta writing
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-08-03 19:44:10 +02:00 |
|
TheMode
|
e4a3a3dbae
|
Removed unused buffer + deflater
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-08-03 17:05:21 +02:00 |
|
TheMode
|
b35954c05d
|
Fix ping
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-08-03 13:09:03 +02:00 |
|
TheMode
|
1c3bb5b0ff
|
First NIO attempt
Signed-off-by: TheMode <themode@outlook.fr>
|
2021-08-03 12:57:13 +02:00 |
|
TheMode
|
e0cfd4c33c
|
Improve registry data load
|
2021-08-01 15:39:11 +02:00 |
|
TheMode
|
515b5358da
|
Simplify forDifferencesBetweenArray
|
2021-08-01 14:10:47 +02:00 |
|
TheMode
|
9a74051cdb
|
Use jdk method for array comparison
|
2021-08-01 14:00:57 +02:00 |
|
TheMode
|
db9906d0ae
|
Override Block#toString
|
2021-08-01 13:01:56 +02:00 |
|
TheMode
|
bf48154aee
|
Cache registry collections
|
2021-08-01 12:05:10 +02:00 |
|
TheMode
|
aa1fc186f0
|
Use cursor item in windows packet (thanks mojang)
|
2021-07-31 18:16:19 +02:00 |
|
TheMode
|
e150a6542a
|
More specific Registry annotation/doc
|
2021-07-31 17:57:46 +02:00 |
|
TheMode
|
d61174235b
|
Use intrinsics math floor
|
2021-07-30 18:33:37 +02:00 |
|
TheMode
|
b178a6adac
|
Create velocityTick method
|
2021-07-30 18:10:35 +02:00 |
|
TheMode
|
d0ace7f10e
|
Simplify BlockImpl
|
2021-07-30 17:34:39 +02:00 |
|
TheMode
|
0bf275afb2
|
Use getSafe
|
2021-07-30 17:17:37 +02:00 |
|
TheMode
|
53dea325f9
|
Move BlockLoader into impl class
|
2021-07-30 17:16:52 +02:00 |
|
TheMode
|
f865a7b9dd
|
Reduce registry boilerplate
|
2021-07-30 15:29:05 +02:00 |
|
TheMode
|
c9f234cb1d
|
Use #getSafe
|
2021-07-30 15:09:18 +02:00 |
|
TheMode
|
3dd35c1605
|
Use a single registry-impl class per type
|
2021-07-30 15:08:06 +02:00 |
|
TheMode
|
1baf4a5068
|
Remove unused method
|
2021-07-30 11:01:43 +02:00 |
|
TheMode
|
31093cf3f0
|
Fix fluid tags
|
2021-07-29 15:51:51 +02:00 |
|
TheMode
|
3d2f61fd23
|
Merge pull request #384 from Minestom/remove-resource-gatherer
Remove resource gatherer
|
2021-07-29 15:01:37 +02:00 |
|
TheMode
|
34c5f5133e
|
Remove loot table api
|
2021-07-29 13:24:29 +02:00 |
|
TheMode
|
24e4b8765e
|
Remove resource gatherer, retrieve tags from our own data generator
|
2021-07-29 12:54:16 +02:00 |
|
TheMode
|
a5c00dbc9b
|
Change code generator data
|
2021-07-29 10:32:20 +02:00 |
|
TheMode
|
c3296b59f3
|
Try a different data version
|
2021-07-29 10:24:34 +02:00 |
|
TheMode
|
fd0021507d
|
Update data generator
|
2021-07-29 10:13:45 +02:00 |
|
TheMode
|
16e4b61eb7
|
Fix unused imports
|
2021-07-29 00:02:43 +02:00 |
|
TheMode
|
5fe72d4e2b
|
Double lock fix
|
2021-07-29 00:00:08 +02:00 |
|
TheMode
|
d6dd81b35f
|
Change dimension command to teleport to any different instance
|
2021-07-28 20:30:45 +02:00 |
|
TheMode
|
16fbc5ea2c
|
Simplify Player#setInstance
|
2021-07-28 17:28:36 +02:00 |
|
TheMode
|
5ff7667691
|
Add maxDamage for Material registry
|
2021-07-28 17:00:16 +02:00 |
|
TheMode
|
6a86e92999
|
Unload all chunks when changing instance
|
2021-07-28 16:36:21 +02:00 |
|
TheMode
|
de944edf42
|
Fix item stack argument
|
2021-07-28 14:35:07 +02:00 |
|
TheMode
|
13b7039721
|
Replace most enums
|
2021-07-28 14:29:28 +02:00 |
|
TheMode
|
fa8bab8191
|
Revert "Remove Fluid enum"
This reverts commit 3c10d93d9c .
|
2021-07-28 13:48:24 +02:00 |
|
TheMode
|
3c10d93d9c
|
Remove Fluid enum
|
2021-07-28 13:46:04 +02:00 |
|