Aikar
1b8cee45a0
Add more information to Entity.toString
2018-07-21 14:46:56 -04:00
NickAcPT
9526c76438
Fixed more stuff
2018-07-21 18:17:54 +01:00
Aikar
d291411d94
change LAST_EDIT to PAPER_LAST_EDIT for edit commands
...
LAST_EDIT is way too generic considering it pollutes the users global environment....
2018-07-21 12:07:33 -04:00
NickAcPT
8672424ca1
Remove unsed method
2018-07-21 16:54:52 +01:00
NickAcPT
a7f45fb1b4
Extend player profile API to support skin changes
...
Added code that refreshes the player's skin by sending packets with a special order, telling the client to respawn the player and re-apply the game profile
2018-07-21 16:22:10 +01:00
Aikar
f8af5faa43
Add more information to Entity.toString()
2018-07-21 10:29:37 -04:00
Aikar
19cec88852
Add Debug Entities option to debug dupe uuid issues
...
Add -Ddebug.entities=true to your JVM flags to enable more logging
2018-07-21 10:29:14 -04:00
Aikar
33cf273156
Guard the Entity.SHARED_RANDOM from seed changes
...
I don't clearly see any, but as a protection for future changes.
2018-07-21 09:03:10 -04:00
Brokkonaut
df8c42d4ad
1.13: Resend bed on cancelled interaction ( #1245 )
...
Minecraft 1.13 requires resending the block for both parts of the bed
2018-07-21 14:47:22 +02:00
Aikar
185b6b4c59
Create a symlink on not-windows to current minecraft decompile dir
...
This is useful for project developers switching back and forth between
1.12.2 and 1.13 so we can have our IDE automatically use the
current version we are working on for included mc-dev files.
2018-07-21 08:09:40 -04:00
NickAcPT
4cccd48a4c
Extend player profile API to support skin changes
...
Added code that refreshes the player's skin by sending packets with a special order, telling the client to respawn the player and re-apply the game profile
2018-07-21 12:58:48 +01:00
BillyGalbreath
1cff982021
PlayerElytraBoostEvent
2018-07-21 02:00:31 -05:00
BillyGalbreath
9362271fc3
AnvilDamageEvent
2018-07-20 23:37:40 -05:00
Shane Freeder
7dd591d1a6
update B/CB/S
2018-07-20 20:57:43 +01:00
Zach Brown
f899206b89
Merge branch 'master' into pre/1.13
2018-07-20 14:15:12 -05:00
Minecrell
4e5ac2a052
Rebuild patch numbers
2018-07-20 14:06:39 -05:00
Minecrell
593e81812a
Update to TerminalConsoleAppender 1.1.1 ( #1240 )
...
See https://github.com/Minecrell/TerminalConsoleAppender/releases/tag/1.1.1
2018-07-20 21:04:11 +02:00
Zach Brown
1bac6d6d0b
Use 1.13 branch and builds for versioning
2018-07-19 17:33:29 -05:00
Zach Brown
77f54129b4
Move decomp fix from last up to fixes patch
2018-07-19 16:55:27 -05:00
Zach Brown
c17484979e
Fix crash in RegionLimitedWorldAccess
2018-07-19 16:51:32 -05:00
Zach Brown
55aca74394
Update paperclip for new Mojang download URLs
2018-07-19 15:51:04 -05:00
Zach Brown
ef420aa25f
Add an asterisk to plugins onEnable and in command
...
Easy visual indicator for server admins to tell which plugins are
operating under the legacy compat mode, and which have been updated.
2018-07-19 15:08:07 -05:00
Shane Freeder
62511066e1
Merge branch 'master' into pre/1.13
2018-07-19 20:23:18 +01:00
Shane Freeder
d8f0bdc3d9
Update CB
2018-07-19 19:43:08 +01:00
Minecrell
391324437a
Avoid adding NetworkManager twice
...
The removal of `ServerConnection.this.h.add(networkmanager);` got
lost in the 1.13 update, causing network managers to be registered
twice.
Fixes "handleDisconnection() called twice" warning spam in console.
2018-07-19 20:14:27 +02:00
Minecrell
9a1643dab4
Fix decompile/deobfuscation error in BlockPosition iterator
...
Some of the fields in the anonymous class are named the same as the
surrounding method's parameters, which caused the fields to be
initialized incorrectly.
That way it keeps returning the same block position, resulting
in an infinite loop during chunk generation.
2018-07-19 19:50:34 +02:00
Hugo Manrique
b90705d2ad
Avoid item merge if stack size above max stack size ( #1217 )
2018-07-19 17:51:55 +02:00
Aikar
c3a05c5ba0
Update master patches just merged to 1.13
2018-07-19 01:51:01 -04:00
Aikar
be3fe3da6d
Merge branch 'master' into pre/1.13
...
* master:
Don't process despawn if entity is in a chunk scheduled for unload
Fix Squids corrupting the entire servers entity randomness....
Fix placement of chunk tracking - Fixes #1199
2018-07-19 01:46:11 -04:00
Aikar
bc063a06e8
Don't process despawn if entity is in a chunk scheduled for unload
...
This won't happen anyways if the user has
"skip ticking for entities in chunks scheduled for unload" turned on,
but if they don't, protect from this instant killing the entity to
keep it vanilla in behavior
a player may teleport away, and trigger instant despawn
2018-07-19 01:25:18 -04:00
Aikar
5353f8878e
Fix Squids corrupting the entire servers entity randomness....
...
Really hope this solves #1223
Also re-add vanilla debug messages back and add uuid to toString
2018-07-19 01:13:53 -04:00
Shane Freeder
bd34c3623b
NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen...
2018-07-19 05:42:43 +01:00
Shane Freeder
aea45cba34
NF! 1.13 - more fixes
2018-07-19 00:31:45 +01:00
Shane Freeder
20e3b69061
NOT FINISHED! 1.13 pre-7
...
I need more creative commit messages.
2018-07-19 00:16:19 +01:00
Shane Freeder
37f7038e10
NOT FINISHED! 1.13 pre-7 - Holy moley, more patches!
...
Really, don't touch! may harm your cat!
2018-07-18 19:55:52 +01:00
Aikar
96f62ca759
fix a patch catboy asked me to
2018-07-18 01:08:17 -04:00
Aikar
9ce19f0321
NOT FINISHED: Current progress, updated upstream
2018-07-18 00:52:33 -04:00
Aikar
0af7fd4996
build minecraft commit before applying CraftBukkit
...
allows us to see what craft bukkit changed
2018-07-18 00:45:27 -04:00
Shane Freeder
68f8952459
NOT FINISHED! restore dropped patches, fix one more!
2018-07-18 01:37:30 +01:00
Shane Freeder
3cb169aa7c
NOT FINISHED! 1.13-pre7 - even more patches!
...
Patches, patches everywhere!
2018-07-18 01:08:13 +01:00
Shane Freeder
c8d8659ad3
NOT WORKING! Even even more patches!
2018-07-17 21:32:05 +01:00
Shane Freeder
828dea48de
NOT FINISHED! Fixed a few decomp issues
2018-07-17 16:14:23 +01:00
Minecrell
2db50592b9
Use asynchronous Log4j 2 loggers
2018-07-17 16:44:32 +02:00
Minecrell
9cfd6ff449
Update TerminalConsoleAppender to 1.1.0
...
Fixes a race condition when using TerminalConsoleAppender that may
result in IllegalStateExceptions or duplicate input prompts.
2018-07-17 14:48:52 +02:00
Shane Freeder
e7cf7c9168
NOT FINISHED! even more 1.13-pre patches!
2018-07-16 21:08:09 +01:00
Shane Freeder
93a7205ba8
NOT FINISHED!!! More progress on 1.13-pre7
...
This work is unfinished, keep your paws off this branch!
2018-07-16 16:34:55 +01:00
Aikar
bac47163e8
Delete some dupe patches (should be fixed going forward)
2018-07-16 00:32:35 -04:00
Mark Vainomaa
55d5aef00c
Add TNTPrimeEvent
2018-07-16 00:06:26 +03:00
Aikar
9a22d2fdec
Fix placement of chunk tracking - Fixes #1199
...
Spigot had code that returned early in chunk add/remove methods.
This was causing our code added to set current chunks and counts to
be skipped over if the entity was default not persistent but made persistent.
This was the source of many issues
Fixes #1208
2018-07-15 02:44:37 -04:00
Aikar
6d1a918378
NOT FINISHED!!! Current Progress on 1.13-pre7 update
...
This work is 100% unfinished. I am pushing it up so that we as a team
can work on this update.
Do not try to use this branch. You will fail.
2018-07-14 21:53:17 -04:00