themode
|
f328a9cb2b
|
Added a few constructors to specify the instance directly
|
2020-10-31 01:38:57 +01:00 |
|
themode
|
f91f7abb26
|
Unsafe methods should be called unsafe.
|
2020-10-31 01:02:54 +01:00 |
|
themode
|
a6939b3695
|
Only send chunks if required
|
2020-10-31 00:23:52 +01:00 |
|
themode
|
f334df0028
|
Chunk#UNSAFE_setBlock can have a custom block id sets to 0
|
2020-10-30 22:49:57 +01:00 |
|
themode
|
6d29f955e4
|
More comments for the command API, Arguments methods are NotNull since id should not be decided at runtime
|
2020-10-30 18:43:14 +01:00 |
|
TheMode
|
3b2f17c826
|
Merge pull request #63 from hpfxd/armorstand-fix
Fix Armor Stand Metadata
|
2020-10-30 14:35:02 +01:00 |
|
Nathan M
|
10eba951fd
|
Fix Armor Stand Metadata
|
2020-10-30 03:30:33 -04:00 |
|
themode
|
872dccd7ce
|
Small cleanup
|
2020-10-29 22:52:07 +01:00 |
|
themode
|
c887392a91
|
CommandDispatcher comments for maintenance purpose and fixed all code warnings
|
2020-10-29 19:51:10 +01:00 |
|
themode
|
384df073a8
|
Fixed synchronization issue when adding/removing scheduled tasks
|
2020-10-29 19:20:25 +01:00 |
|
themode
|
c8d1a30486
|
Improved Argument comments
|
2020-10-29 17:27:40 +01:00 |
|
TheMode
|
7352ab8cda
|
Merge pull request #62 from LeoDog896/master
Expose ArgumentWord "restrictions" arg as protected
|
2020-10-28 16:24:36 +01:00 |
|
LeoDog896
|
75f8396d32
|
Expose ArgumentWord restrictions as protected
|
2020-10-28 11:09:40 -04:00 |
|
themode
|
617d3cc89f
|
Removed check for manager getters
|
2020-10-28 13:19:34 +01:00 |
|
themode
|
fb098fe4f9
|
Command arguments can be null
|
2020-10-28 02:42:40 +01:00 |
|
themode
|
907b10604b
|
Fixed arguments values not being forwarded
|
2020-10-28 01:55:44 +01:00 |
|
themode
|
c3cfad22fc
|
dispatcher will find the correct syntax with the most arguments count
|
2020-10-28 01:29:05 +01:00 |
|
themode
|
5092aa637f
|
Fix command with less than 2 arguments
|
2020-10-28 01:24:50 +01:00 |
|
themode
|
57e33c63a0
|
Allowing shared arguments being instanced multiple times
|
2020-10-28 01:14:05 +01:00 |
|
themode
|
d49ddc52b6
|
Nodes in command can now be shared with each other
|
2020-10-28 01:02:12 +01:00 |
|
themode
|
758c132645
|
Make the player display name nullable
|
2020-10-27 12:45:37 +01:00 |
|
themode
|
972da0e5ae
|
Added warning for ConnectionManager#addPlayerInitialization to prevent calling too early code
|
2020-10-27 01:53:56 +01:00 |
|
themode
|
b890c8152a
|
Fixed PURPLE and PINK colors
|
2020-10-27 01:43:31 +01:00 |
|
jglrxavpok
|
7211546d21
|
Merge branch 'codegen-rewrite'
|
2020-10-26 22:56:16 +01:00 |
|
jglrxavpok
|
48670e8c37
|
ItemEnumGenerator converted to Javapoet and re-generation of everything
|
2020-10-26 22:51:12 +01:00 |
|
jglrxavpok
|
6577c6070c
|
BlockEnumGenerator converted to Javapoet
|
2020-10-26 21:50:10 +01:00 |
|
themode
|
a7d23bfa50
|
Added more click types + fix inventory click cancel
|
2020-10-26 20:46:22 +01:00 |
|
themode
|
0337fff50f
|
Fixed shift click ignoring canceled events
|
2020-10-26 19:31:25 +01:00 |
|
themode
|
3fe58b6b20
|
Inventories are now DataContainer
|
2020-10-26 19:14:50 +01:00 |
|
themode
|
bd620a2241
|
Remove unnecessary packet copy + more annotations
|
2020-10-26 16:08:59 +01:00 |
|
jglrxavpok
|
2133e09527
|
Convert basic enum generators to JavaPoet, Block.java generation ported, but not block alternative classes yet
|
2020-10-26 15:50:52 +01:00 |
|
themode
|
113f4fcdb3
|
Annotations for all chat components to prevent client json exception
|
2020-10-26 15:42:45 +01:00 |
|
themode
|
44c912d7ec
|
Prevent retrieving null managers before their initialization and added annotations in ConnectionManager
|
2020-10-26 15:15:56 +01:00 |
|
themode
|
06f2ed6065
|
Use the Contract annotation to prevent useless NPE warnings
|
2020-10-26 13:57:02 +01:00 |
|
themode
|
8b99fb6f09
|
Added Player#playSound for custom sounds identifier (from resourcepack)
|
2020-10-26 11:18:44 +01:00 |
|
themode
|
322acca51e
|
Assigning a data key to null will remove the key
|
2020-10-26 01:47:41 +01:00 |
|
themode
|
91301102d3
|
Added proper exception in SerializableDataImpl if an issue happens with the type
|
2020-10-26 01:38:22 +01:00 |
|
themode
|
e621069cc5
|
More comments for the data API
|
2020-10-26 01:30:32 +01:00 |
|
TheMode
|
6a6e359529
|
Merge pull request #61 from DigitalJokerMan/change-default-stacking-rule
Changed DEFAULT_STACKING_RULE's maxSize from 127 to 64
|
2020-10-25 22:21:26 +01:00 |
|
themode
|
ea80d56bd0
|
Small packet cleanup, removed LevelType, new RawJsonMessage
|
2020-10-25 22:19:27 +01:00 |
|
Alex K
|
6070d002d9
|
Changed DEFAULT_STACKING_RULE's maxSize from 127 to 64
|
2020-10-25 14:44:40 -06:00 |
|
jglrxavpok
|
f4716b7e8c
|
Update Kotlin version to 1.4.10
|
2020-10-25 19:59:11 +01:00 |
|
jglrxavpok
|
31114415cf
|
Start port codegen over to Javapoet
|
2020-10-25 17:54:10 +01:00 |
|
themode
|
8346bb85ed
|
@NotNull for ClientPacket#read
|
2020-10-25 17:02:07 +01:00 |
|
themode
|
1b7613d977
|
Allow for custom chunk/entity view distance and compression threshold without recompiling the server.
|
2020-10-25 16:48:14 +01:00 |
|
themode
|
424e99e2d8
|
Use the server brand name as the motd in case of a legacy ping
|
2020-10-25 15:32:19 +01:00 |
|
themode
|
a8796382b7
|
Clear cache of viewed boss bars and advancement tabs once the player disconnect
|
2020-10-25 12:28:06 +01:00 |
|
jglrxavpok
|
aac18a19f9
|
Test to avoid regression errors on '.' and '/' in NamespaceID paths
|
2020-10-25 11:32:15 +01:00 |
|
themode
|
0c96de75ef
|
Fix namespace regex for path
|
2020-10-25 00:00:32 +02:00 |
|
themode
|
df28d25685
|
Allow for JsonMessage in packets
|
2020-10-24 23:28:43 +02:00 |
|