Commit Graph

22 Commits

Author SHA1 Message Date
Nassim Jahnke b15b783c2f
Make Tag an interface, move packages 2024-05-11 14:39:01 +02:00
Nassim Jahnke 1d5b6e43f2
4.0.0: Refactor NBTIO, replace clone with copy 2023-12-31 13:30:15 +01:00
Nassim Jahnke 4f5060b5fa 3.2.0 Release
Override getValue in NumberTag
2023-10-16 15:31:17 +10:00
Nassim Jahnke f243f76d6f 3.1.0 Release
Add NumberTag#asBoolean
2023-10-16 15:25:43 +10:00
Nassim Jahnke 63c109efde 3.0.0 Release
- More general refactoring
- Add SNBT serializer
- Rebrand to ViaNBT, as the project has shifted greatly from the original

Package rename will follow at a (much) later date when ViaVersion is ready for another major version bump
2023-10-08 18:35:19 +10:00
KennyTV 104486c6e1
Various optimizations and improvements
* Most notably, move the tag name out the of tags themselves
  * Always read/write CompoundTags in NBTIO
* Don't wrap values given in Tag#setValue / Tag constructors
* Abstract NumberTag class for easier (and primitive) number handling
* Don't use reflection when creating tag instances
* Directly use value in Tag#clone() for number tags
* Implement tag specific equals() methods
* Update to Java 8
* Replace links using http with https in maven pom
* Remove custom nbt types
* Proper checks for non-null values
2021-03-14 18:21:42 +01:00
Steveice10 659bda0f7c Migrate away from spacehq.org 2017-03-01 16:09:25 -08:00
Steven Smith ea50eeda4c Update URLs. 2015-07-21 15:58:18 -07:00
Steven Smith cf0c40b895 General cleanup, fixes, and re-versioning. 2015-07-20 11:13:51 -07:00
Steven Smith c3130b99a4 Update download URLs 2014-06-28 16:17:47 -07:00
Steveice10 a2c24ac40f Update build server URL 2014-04-03 16:31:00 -07:00
Steveice10 7f7acc4193 Refactored ch.spacebase to org.spacehq, reformatted code and line endings. 2014-03-01 16:46:32 -08:00
Steveice10 3da0240695 Updated version to 1.3-SNAPSHOT, changed license and pom.xml data for rewrite 2013-12-19 17:16:33 -08:00
Steveice10 76a3abd496 Updated README 2013-11-21 21:37:10 -08:00
Steveice10 d9f698416d No more travis, updated README. 2012-03-26 20:57:57 -07:00
Steveice10 1805829039 Jenkins ping 2012-03-25 18:05:11 -07:00
Steveice10 0b018d6207 Reverted "Small readme update" 2012-03-25 18:03:20 -07:00
Steveice10 365dd2c4e6 Small readme update 2012-03-25 17:52:34 -07:00
Steveice10 d05d5717b8 pom.xml update 2012-03-22 20:09:31 -07:00
Steveice10 688638b1f2 Updated README.md 2012-03-14 16:03:07 -07:00
Steveice10 69c18f5f25 Refactored and mavenized 2012-03-11 21:29:54 -07:00
Steveice10 8748664953 Initial commit 2012-03-03 09:45:23 -08:00