issues Search Results · repo:pmmp/NBT language:PHP
Filter by
31 results
(65 ms)31 results
inpmmp/NBT (press backspace or delete to remove)One of the annoying properties of NBT is that the entire thing has to be parsed in order to know how long it is, because
a length prefix usually isn t included where it s used.
It s also very annoying ...
Type: Enhancement
dktapps
- Opened on Jan 9
- #127
User code rarely interacts with the likes of IntTag directly. It s also horribly inefficient to box integers this way.
In addition, extra objects means extra work for the GC.
All simple tags (byte, short, ...
Type: Enhancement
dktapps
- 1
- Opened on Jan 9
- #126
It may be desirable to keep an encoded binary cache of an NBT tree, to be able to do fast bytewise comparison (such
comparisons are vectorizable, and as such, considerably faster than making many thousands ...
dktapps
- Opened on May 1, 2023
- #120
During deserialization of complex NBT, we re likely to encounter NBT with many repeated values which could be cached.
For example, when deserializing a block palette file, the following types of tags ...
Type: Enhancement
dktapps
- 3
- Opened on Jul 8, 2022
- #110
There s no sensible use case for this that can t be filled by simply doing new ListTag.
dktapps
- Opened on Dec 6, 2021
- #102
Currently, a duplicate key appearing anywhere in some NBT data tree will cause the entire tree to be undecodable using
this library. This is severely problematic for legacy PM worlds, because the entire ...
dktapps
- 1
- Opened on Nov 27, 2021
- #101
This was originally added as protected when the new toString() format was implemented. However, it would be useful for
third party implementations (in PM it would be mainly useful for error reporting). ...
dktapps
- Opened on Nov 23, 2021
- #100
Stack trace:
[19:02:11] [Server thread/CRITICAL]: RuntimeException: Cannot access dynamic field Pos : Dynamic field access on pocketmine\nbt\tag\CompoundTag is no longer supported (EXCEPTION) in vendor/pocketmine/nbt/src/tag/NoDynamicFieldsTrait ...
fuyutsuki
- 6
- Opened on Mar 23, 2020
- #58
If recursive references appear in NBT trees, the encoder will loop until either it segfaults or the process runs out of
memory. Recursive references should be detected to prevent this problem.
Type: Bug
dktapps
- Opened on Feb 28, 2020
- #57
Due to the wonderful nature of PHP arrays, numerical CompoundTag keys are converted to ints when set as array key,
resulting in a crash when writing the key to a stream.
Creating a compound tag and setting ...
Resolution: Fixed
Type: Bug
Sandertv
- Opened on Feb 24, 2020
- #56

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.