Commit Graph

114 Commits

Author SHA1 Message Date
Steven Smith 280b2a93a3
Merge pull request #10 from sgdc3/master
Pom cleanup
2018-01-30 15:08:11 -08:00
sgdc3 b6bcb81a3c Pom cleanup 2018-01-30 18:31:22 +01:00
Steveice10 1164dab716 Format code. 2017-09-01 12:52:20 -07:00
Steveice10 e1e28c8809 Update license year. 2017-03-02 00:01:49 -08:00
Steveice10 8f122b7b18 Bump version for development. 2017-03-01 16:14:16 -08:00
Steveice10 659bda0f7c Migrate away from spacehq.org 2017-03-01 16:09:25 -08:00
Steven Smith b8da95d576 Merge pull request #8 from MylesIsCool/patch-1
Bump version to 1.1
2016-12-24 08:44:44 -08:00
Myles 094989419c Bump version to 1.1 2016-12-24 15:07:33 +00:00
Steveice10 cee66db745 Use DataInput/DataOutput for I/O, add little endian support. 2016-12-15 18:15:04 -08:00
Steveice10 894d52ebe5 Do not require data streams for readTag and writeTag. 2016-12-15 17:13:59 -08:00
Vladislavs Golubs efc086aa6b Improved string read/write. 2016-12-15 16:59:39 -08:00
Steveice10 c9852292d3 Generate source and javadoc jars. 2016-12-15 16:52:22 -08:00
Steven Smith 32efcec2f3 Update line spacing. 2015-07-21 18:21:25 -07: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 835829105e Ignore invalid list tag type if the ID is 0; this is written when the list is empty. 2014-04-24 16:43:05 -07:00
Steveice10 a2c24ac40f Update build server URL 2014-04-03 16:31:00 -07:00
Steveice10 1c005ad1ec 1.4: Refactor packages, remove generics from ListTag, add value<->tag conversion system, merge NBTFileIO and NBTIO 2014-03-25 20:16:23 -07:00
Steveice10 ff376a4c76 Add utility methods to convert CompoundTags to Maps with non-tag values and ListTags to Lists with non-tag values. 2014-03-25 18:02:01 -07:00
Steveice10 c2bdc677fc Add generics to CompoundTag get/put/remove methods 2014-03-25 16:49:37 -07:00
Steveice10 3df755b8da Remove unnecessary resource inclusion, use getUnsigned methods for tag IDs and name lengths 2014-03-21 23:26:39 -07:00
Steveice10 f7319079e5 Correct behavior and javadocs in TagRegistry 2014-03-14 18:04:23 -07:00
Steveice10 eefc19d843 Cleanup code, move tag IDs to TagRegistry 2014-03-14 18:00:54 -07:00
Steveice10 0f8c9e0a59 Add extra utilities to CompoundTag and ListTag 2014-03-12 21:19:46 -07:00
Steveice10 7f7acc4193 Refactored ch.spacebase to org.spacehq, reformatted code and line endings. 2014-03-01 16:46:32 -08:00
Steveice10 d7f2398e00 Minor cleanup 2014-02-22 12:45:53 -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 778c4f65b7 Fix cases where default NBT tags might not be registered when they are needed 2013-12-13 19:00:11 -08:00
Steveice10 76a3abd496 Updated README 2013-11-21 21:37:10 -08:00
Steveice10 0353d28c60 Rewrote library to be a bit more flexible 2013-11-21 21:06:55 -08:00
Steveice10 2e7ecec145 Updated maven URLs again 2013-11-17 20:51:18 -08:00
Steveice10 7f5d8375a2 Updated maven URLs 2013-11-17 15:08:20 -08:00
Steveice10 643639c051 Fixed ListTag 2012-12-03 16:08:14 -08:00
Steveice10 dd7a7522ff Spacebase maven repo 2012-06-30 16:05:21 -07:00
Steveice10 13ee7511fd Updates 2012-06-14 12:51:08 -07:00
Steveice10 fe23c55d9f More Compound/List Tag methods 2012-05-05 16:28:17 -07: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 c410b4e2b6 Removed UnknownTag from old location 2012-03-25 15:35:48 -07:00
Steveice10 0abd56a624 Added multiple custom tags 2012-03-25 15:35:11 -07:00
Steveice10 bf5b435d2a More headers. 2012-03-25 12:18:40 -07:00
Steveice10 4432ee4ea4 Headers! 2012-03-25 12:17:32 -07:00
Steveice10 7dff4997a8 Handling of unknown tag types. 2012-03-25 12:13:37 -07:00
Steveice10 7e49f8e800 1.1 2012-03-25 10:29:00 -07:00
Steveice10 7e55606c48 Changed writeListTagPayload to iterate over list tag 2012-03-25 10:03:12 -07:00
Steveice10 e9a259edd9 Added get, size, values, keyset, iterator, etc methods to ListTag and CompoundTag. 2012-03-25 10:01:34 -07:00
Steveice10 e426b3d8e1 Refactored for new domain 2012-03-24 21:42:22 -07:00