|
4d8d57ca5e
|
Fixed LongTags in tile NBT
|
2017-09-02 18:57:23 +01:00 |
|
|
c3b8be3f60
|
and more typehints
|
2017-07-14 10:56:51 +01:00 |
|
|
2a7b736f18
|
Heap of bugfixes, cleanup and PHP 7 upgrades
|
2017-07-13 19:18:56 +01:00 |
|
|
22d148a59d
|
Fixed TAG_Short being read as unsigned
|
2017-06-24 11:22:32 +01:00 |
|
|
2193adf844
|
Removed auto-generated stub comments
|
2017-06-08 19:22:52 +01:00 |
|
|
890f72dbf2
|
Type-hinted NBT tag constructors, made getValue() and setValue() more strict, fix dozens of assorted related bugs
|
2017-06-08 19:17:52 +01:00 |
|
|
51b0673b4b
|
Bite the bullet and enable strict types on everything
|
2017-06-07 12:53:16 +01:00 |
|
|
6f126ad239
|
Fix outdated preprocessor rules for varints, close #1003
|
2017-06-04 23:27:39 +01:00 |
|
|
840a3883b1
|
Fixed type of empty ListTags and removed some undefined behaviour (#974)
* Fixed fallback type of empty ListTags, close #972
* Less undefined behaviour
|
2017-06-03 11:18:00 +01:00 |
|
|
e4e4ef5f2a
|
Fixed preprocessor issues with signed bytes and floats, close #967
|
2017-06-02 12:50:48 +01:00 |
|
|
3ac51e1095
|
TAG_Byte should always be signed (#962)
|
2017-06-02 11:30:44 +01:00 |
|
|
db3cd1829c
|
Made Binary::readVarInt/VarLong methods less useless
|
2017-05-30 14:19:34 +01:00 |
|
|
a77c1ce13c
|
remove leftover
|
2017-05-20 12:24:10 +01:00 |
|
|
afd90adb1c
|
Refactored JSON-parsing NBT utilities into their own class
|
2017-05-20 12:24:10 +01:00 |
|
|
2e480b5ea1
|
Fixed broken logic for recursive counts of ListTag
|
2017-05-20 12:24:10 +01:00 |
|
|
d4cc7d13cd
|
Fixed setValue() being useless for CompoundTags and ListTags
|
2017-05-20 12:24:10 +01:00 |
|
|
f6c0ba9846
|
Cleaned up some duplicated code in NBT parser
|
2017-05-20 12:24:01 +01:00 |
|
|
a455e25665
|
Merge remote-tracking branch 'jacknoordhuis/patch-2'
|
2017-04-13 13:28:06 +00:00 |
|
|
1c7773c5f1
|
Visibility keyword before final or abstract keyword. (#814)
|
2017-04-13 20:58:53 +08:00 |
|
|
c01e0354bd
|
Address #816
Removes redundant compression argument from NBT::readCompressed() and
NBT:: readNetworkCompressed()
|
2017-04-12 00:42:27 +10:00 |
|
|
868602a559
|
Add __clone to CompoundTag and ListTag, fixed issues with items sharing the same NBT tag objects
|
2017-03-29 13:58:36 +01:00 |
|
|
08ed2cd353
|
Merge branch 'master' into mcpe-1.0
|
2017-01-22 11:36:22 +00:00 |
|
|
06f0534d65
|
Fixed wrong encoding of NBT strings, fixed invisible signs issues
|
2017-01-22 11:24:55 +00:00 |
|
|
9004417456
|
Fixed file headers (#255)
|
2017-01-13 16:57:05 +00:00 |
|
|
1cb96d24ce
|
Some fixes, thanks PhpStorm
|
2017-01-04 11:29:24 +00:00 |
|
|
175dd0efa6
|
PhpStorm inspections
Fixed some minor bugs and dropped some obsolete code
pocketmine\level\generator namespace is ignored in this commit
|
2016-12-14 21:49:35 +00:00 |
|
|
e790573f2e
|
Fix NBT "getArray()" (#163)
|
2016-12-12 16:03:05 +00:00 |
|
|
d6629d6843
|
More ?? (#131)
* More ??
* fix undefined variable
|
2016-11-30 10:07:37 +00:00 |
|
|
e51a2725de
|
Remove circular dependency between Item and NBT modules (#121)
|
2016-11-25 10:17:50 +00:00 |
|
|
4856dbd1c6
|
Add PreProcessor as submodule, and fixed for 0.16. Close #69
|
2016-10-31 13:24:57 +00:00 |
|
|
ff40c0a070
|
NBT updates and tile spawns fixed
|
2016-10-27 10:55:01 +01:00 |
|
|
bb9ab525b6
|
Fix quadruple-quote key parser bug
|
2016-10-26 22:18:06 +01:00 |
|
|
3ddfb97921
|
Support PC item save format with string ID, close #32 (#33)
* Fixed #32
* StringTag check, throw exception for other types
* Short, not int
* Fix misleading exception message
|
2016-10-19 09:41:59 +01:00 |
|
|
8f3b95164a
|
Fix preprocessor issues
Blame @SOF3
|
2016-10-16 19:47:32 +01:00 |
|
|
98ea674d20
|
Ouch
|
2016-10-04 18:48:07 +01:00 |
|
|
58ff381557
|
PhpStorm automated formatting (#11)
* PhpStorm reformatting
* Tuned PhpStorm reformatting
* Improved ItemIds and BlockIds formatting
* Tuned more PhpStorm reformatting
* Improved string concatenation
|
2016-10-03 19:05:48 +08:00 |
|
|
e913b16804
|
Fixed some lines indented with 4 spaces rather than tabs
|
2016-10-03 00:58:34 +08:00 |
|
|
6fc435da0e
|
Imports rearrangement
|
2016-10-03 00:43:46 +08:00 |
|
|
84e15b6b1a
|
Remove derp brackets (#8)
|
2016-10-02 17:22:19 +01:00 |
|
|
cf3d8f449e
|
Added some asserts
|
2015-09-27 19:48:42 +02:00 |
|
|
7f8b39a63c
|
Renamed NBT tags to have Tag in the name
|
2015-08-23 00:25:29 +02:00 |
|
|
31ef7721b1
|
Removed network channels, bumped protocol
|
2015-08-12 14:59:48 +02:00 |
|
|
62848b914d
|
Fixed String values on NBT parsing
|
2015-08-10 15:09:23 +02:00 |
|
|
0ce343d8ca
|
Fixed escaping values in NBT parser
|
2015-08-09 13:52:15 +02:00 |
|
|
a9ead5567b
|
Improved NBT json parsing, attribute base
|
2015-08-08 22:39:43 +02:00 |
|
|
696edfd31f
|
Added custom block data (example, chests), better deep checking of same NBT
|
2015-08-07 17:24:35 +02:00 |
|
|
75b7b03857
|
Added support for more NBT data, renaming inventories, fixed tags not being saved, added support for tags in /give
|
2015-08-07 16:28:27 +02:00 |
|
|
cba9ff393c
|
Fixed properties for NBT, fixed dropping items removing extra data set
|
2015-08-06 21:51:39 +02:00 |
|
|
02cb9d69a9
|
Save items properly on several places, added NBT::getItemHelper() and NBT::putItemHelper()
|
2015-08-06 21:44:00 +02:00 |
|
|
554bfb4855
|
Added methods for adding custom names directly to items
|
2015-08-06 21:09:37 +02:00 |
|