3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-17 01:23:43 +02:00
Commit graph

4038 Commits

Autor SHA1 Nachricht Datum
Hugo Kerstens
f5f4876182 Add check for isPorted because server can be using 1.9 2016-03-27 18:05:04 +01:00
Hugo Kerstens
293c1229ff Update BossBar API to use protocol version and add protocol version by uuid API method 2016-03-27 17:58:31 +01:00
Myles
ba60f10744 Match the source for SPIGOT-1.8 2016-03-27 16:37:42 +01:00
Myles
c0493de4df Does not fix armour issue completely but improves right click armour items (it's still bugged, working on it) 2016-03-27 14:57:13 +01:00
Myles
46b2f69b01 Fix healing potion :) 2016-03-27 14:06:55 +01:00
Myles
f926113c66 Improve paper patch to allow for latency in towering up. 2016-03-27 13:56:06 +01:00
Myles
0e4df51613 Better placement detection 2016-03-26 23:29:09 +00:00
Myles
c5f72dc728 Wrong way oops 2016-03-26 22:22:19 +00:00
Myles
cee5b1ee42 Improve the patch to check the pipe and to handle above head placement. 2016-03-26 15:55:13 +00:00
Myles
f1b9cd2e56 Add PaperSpigot patch to fix block placement (Applies to all protocols for now, until someone finds an issue with this) 2016-03-26 15:28:42 +00:00
Myles
7807e6d9c4 Merge pull request #275 from HugoDaBosss/apiv2
Fix for block place sounds
2016-03-26 14:51:55 +00:00
Hugo Kerstens
4b354f806d Check if user is indeed using 1.9 to 1.8 protocol conversion 2016-03-26 15:38:15 +01:00
Hugo Kerstens
41707ca867 Not needed 2016-03-26 15:22:23 +01:00
Hugo Kerstens
5bca3a97ec Merge remote-tracking branch 'origin/apiv2' into apiv2 2016-03-26 15:18:39 +01:00
Hugo Kerstens
3679aa618f Fix for block place sounds 2016-03-26 15:17:00 +01:00
Myles
e9d96f2daf Fix hologram offset. 2016-03-26 14:08:23 +00:00
Myles
f371419396 Fix shields not being for the right entity >.> and also print out value for metadata 2016-03-26 13:07:06 +00:00
Myles
f32d3211ed Fix issue with Bukkit materials which aren't found by ID 2016-03-26 12:33:22 +00:00
Hugo Kerstens
45f99d4c31 Small fixes and formatting 2016-03-25 23:34:02 +01:00
Myles
71a9c90fe9 Fix team packet 2016-03-25 22:02:25 +00:00
Myles
406500b0bd Fix type conversion not being instant, (causes issue when reading later on)
Introduce packet ID counting (so we can mark something for the next packet etc)
Move USE Item
Add patch to handle placement properly and not break items yay. (Requires a list of special items >.>)
(And lastplaceblock packet index)
2016-03-24 15:45:16 +00:00
Myles
9257298e17 Handle not found metadata properly, and register the player as a type.
Fixes #270
2016-03-23 17:56:02 +00:00
Myles
0376602894 Update TODO list, add pipeline cache 2016-03-23 14:00:48 +00:00
Myles
95ceabb495 Merge fix for duplicated events for placement 2016-03-23 13:41:11 +00:00
Myles
6c8ccb1b1e Don't send place block twice (1.9 will use use_item to handle items), fixes #244 (may fix more) 2016-03-23 13:37:45 +00:00
Myles
f351dd03e7 Merge pull request #269 from Matsv/effectapiv2
Reimplementing the effect indicator
2016-03-23 12:43:20 +00:00
Myles
c1e77a49b6 Merge branch 'master' into apiv2 2016-03-23 12:40:08 +00:00
Myles
9adf6040fa Optimise ViaIdleThread, use 1 object for all packets. (Quite a big speed up) 2016-03-23 12:35:38 +00:00
Mats
3e320618f9 Merge branch 'apiv2' of https://github.com/MylesIsCool/ViaVersion into apiv2 2016-03-23 13:13:33 +01:00
Myles
6c1de57d32 Merge pull request #268 from Matsv/apiv2
Fix small teampacket bug
2016-03-23 12:12:19 +00:00
Mats
7694d311d1 Reimplement effect indicator 2016-03-23 12:42:03 +01:00
Mats
eee1fd941e Fix small teampacket bug 2016-03-23 11:34:13 +01:00
Hugo Kerstens
9c5c181389 Small fixes and formatting 2016-03-23 00:26:38 +01:00
Myles
b4b85b1602 Merge pull request #266 from HugoDaBosss/apiv2
Implement new Config API at some more places
2016-03-22 23:23:50 +00:00
Hugo Kerstens
f6bb1b48f5 Implement new Config API at some more places 2016-03-22 23:35:01 +01:00
Myles
4ce846a899 Make more errors informative :) 2016-03-22 19:37:15 +00:00
Myles
ef08117f34 oops ;) better read the tin better 2016-03-22 19:28:37 +00:00
Myles
4b582a7279 Make PacketWrapper exceptions more informative :) 2016-03-22 19:27:27 +00:00
Myles
ad53c1ed7f Merge pull request #265 from HugoDaBosss/apiv2
Optimise SoundEffect searching
2016-03-22 19:25:33 +00:00
Hugo Kerstens
6e46d018a4 Removed import? 2016-03-22 20:18:07 +01:00
Myles
6beacf9804 Merge pull request #264 from HugoDaBosss/apiv2
Removed some debug code
2016-03-22 19:17:28 +00:00
Hugo Kerstens
e15c8d7257 Optimise sound searching 2016-03-22 20:16:39 +01:00
Hugo Kerstens
3518804cbf Remove some debug code 2016-03-22 20:11:24 +01:00
Myles
101f86c8cd Merge pull request #263 from HugoDaBosss/apiv2
Fixed spawn experience orb packet
2016-03-22 18:32:42 +00:00
Hugo Kerstens
22c2435656 Fixed spawn experience orb packet 2016-03-22 19:30:24 +01:00
Myles
af53275ab9 JavaDoc for quite a lot of the API classes... yay 2016-03-22 18:02:46 +00:00
Myles
eccbb567e8 Clean up some code in Base and MetaIndex 2016-03-22 16:56:36 +00:00
Myles
bae3599388 Update DEBUG to work in APIv2, also fix a few usages to the config API (may need more) 2016-03-22 16:53:07 +00:00
Myles
88ab4e53a7 Merge pull request #261 from HugoDaBosss/apiv2
Add config option to suppress 'Unable to get entity for ID' errors (apiv2)
2016-03-22 16:48:13 +00:00
Hugo Kerstens
25fa2eabbb Small update for descriptions 2016-03-22 17:22:49 +01:00