Justin Aquadro
|
e6d104df68
|
Fixing minor issue in BlockReplace example
|
2012-01-04 19:25:08 -05:00 |
|
Justin Aquadro
|
37739af562
|
Fixed enumeration bug in EntityCollection
|
2012-01-04 19:23:37 -05:00 |
|
Justin Aquadro
|
4d4a14b866
|
Fixed bug in sign tile entity text setters
|
2012-01-02 02:32:40 -05:00 |
|
Justin Aquadro
|
31b739aa59
|
Fixing bug in parsing item enchantments
|
2011-12-17 22:23:33 -05:00 |
|
Justin Aquadro
|
ce3a3537d0
|
Exposing access to the worlds' ChunkCaches.
|
2011-12-17 01:43:41 -05:00 |
|
Justin Aquadro
|
b2981ac04f
|
Adding EntityAnimal base class and Animal-centric properties
|
2011-12-15 23:20:03 -05:00 |
|
Justin Aquadro
|
a9c6ed9de9
|
Fixed EntityMob writing out invalid ActiveEffects dictionary on mobs.
|
2011-12-15 23:03:57 -05:00 |
|
Justin Aquadro
|
e2e558b8be
|
Fixes to data enums
|
2011-12-12 00:22:44 -05:00 |
|
Justin Aquadro
|
b5512934d6
|
Integrated Ionic.Zlib, split into .NET2/.NET4 projects, added MC 1.0.0 features and attributes, namely enchantments
|
2011-12-04 18:55:03 -05:00 |
|
Justin Aquadro
|
af6ac1e9ef
|
Added MC 1.0.0 level and player NBT data
|
2011-12-01 00:58:01 -05:00 |
|
Justin Aquadro
|
e87a8e0bd3
|
Added enumerator to Entity/TileEntity factories
|
2011-11-14 22:04:06 -05:00 |
|
Justin Aquadro
|
432d87ac4f
|
Assembly version
|
2011-11-09 22:12:12 -05:00 |
|
Justin Aquadro
|
ac41b8e8f4
|
Un-obsoleting BlockType and ItemType constants, since I don't actually plan to remove them.
|
2011-11-09 22:03:21 -05:00 |
|
Justin Aquadro
|
d818806411
|
A bunch of entity types needed the new keyword on their static TypeId properties.
|
2011-11-09 22:00:09 -05:00 |
|
Justin Aquadro
|
60f38ca402
|
DataManager.Save should be virtual
|
2011-11-09 21:55:14 -05:00 |
|
Justin Aquadro
|
943b474c95
|
Changing ID references from BlockType to BlockInfo
|
2011-11-09 21:54:22 -05:00 |
|
Justin Aquadro
|
3b781d0a02
|
Data resource management (maps)
|
2011-11-09 21:46:19 -05:00 |
|
Justin Aquadro
|
d9230b0d31
|
versioning
|
2011-11-06 15:34:50 -05:00 |
|
Justin Aquadro
|
752a375aee
|
Fixed tileentity data not being copied with chunks. Updated INbtObject types to roundtrip nonstandard data
|
2011-11-06 15:34:23 -05:00 |
|
Justin Aquadro
|
40ef315b00
|
Introduced MoveBy virtual method to Entity and TileEntity types to handle additional relocation requirements. Fixed relocation of paintings.
|
2011-11-06 12:32:43 -05:00 |
|
Justin Aquadro
|
73ab937783
|
Fixing chunks to update entity, tileentity coordinates along with chunk coordinates
|
2011-11-05 23:33:35 -04:00 |
|
Justin Aquadro
|
08febcf6c4
|
Fixed chunk location bug
|
2011-11-05 19:45:11 -04:00 |
|
Justin Aquadro
|
3ee1bf753a
|
Exposed cache size argument to BetaWorld
|
2011-11-05 15:12:48 -04:00 |
|
Justin Aquadro
|
c10ee4215f
|
Factored TypeId out of TileEntity types, added Piston to TileEntity registry
|
2011-11-05 14:30:59 -04:00 |
|
Justin Aquadro
|
5997c362fd
|
Factored out entity type strings into single TypeId property. Found a couple bugs along the way and should prevent future bugs of this type.
|
2011-11-05 14:17:57 -04:00 |
|
Justin Aquadro
|
401b2c7b68
|
Added protected constructor to entity types
|
2011-11-05 13:36:04 -04:00 |
|
Justin Aquadro
|
d12f8e4dae
|
Added 1.9pre5 items, data, and entities. Fixed a couple entity bugs.
|
2011-11-05 12:55:47 -04:00 |
|
Justin Aquadro
|
e639e7daef
|
Including 1.9p5 block types, block data, and tile entities
|
2011-11-05 00:31:08 -04:00 |
|
Justin Aquadro
|
ee60d217a1
|
Fixing enderman bug
|
2011-11-04 23:49:08 -04:00 |
|
Justin Aquadro
|
b1d4201679
|
Adding CustomBlocks example to demonstrate registering new blocks
|
2011-10-09 16:58:14 -04:00 |
|
Justin Aquadro
|
14657bf4a9
|
Convenience functions to NBT list tag type
|
2011-10-09 00:13:30 -04:00 |
|
Justin Aquadro
|
2ecac106ac
|
Dropping NBToolkit from Repo (it will move to its own)
|
2011-10-08 00:03:54 -04:00 |
|
Justin Aquadro
|
e23ab933ef
|
Restructuring Repo
|
2011-10-08 00:01:51 -04:00 |
|
Justin Aquadro
|
689a939cb9
|
Readme and license for git tree
|
2011-10-05 23:46:46 -04:00 |
|
Justin Aquadro
|
ecda4b8826
|
Adding Sandcastle project file for building help
|
2011-10-05 23:33:02 -04:00 |
|
Justin Aquadro
|
19d4c426ca
|
|
2011-10-01 18:40:34 +00:00 |
|
Justin Aquadro
|
a6b9aed593
|
Fixing EntityXPOrb constructor
|
2011-10-01 05:37:38 +00:00 |
|
Justin Aquadro
|
3ffc24f796
|
Removed NBToolkit from Substrate solution set.
|
2011-09-21 04:46:57 +00:00 |
|
Justin Aquadro
|
77f9519ba2
|
Entity updates, including 1.8 entities and additional fields in some existing entities.
|
2011-09-21 04:38:34 +00:00 |
|
Justin Aquadro
|
a84ed77ce1
|
Updating lighting rules for chests
|
2011-09-18 01:42:39 +00:00 |
|
Justin Aquadro
|
b5e6e8c496
|
Fixed typo in blockinfo (MELON_STEP to MELON_STEM).
|
2011-09-16 22:15:55 +00:00 |
|
Justin Aquadro
|
018a9ae337
|
Updating info to MC 1.8 (except for new entities)
|
2011-09-15 04:24:29 +00:00 |
|
Justin Aquadro
|
e64f93bd7a
|
Adding VB.NET example code, utilizing a built Substrate assembly.
|
2011-08-27 21:13:35 +00:00 |
|
Justin Aquadro
|
fb17d27797
|
Identifier change.
|
2011-08-14 19:34:49 +00:00 |
|
Justin Aquadro
|
7c4ef996d2
|
Fixed cache bug that would lose dirty chunks.
|
2011-08-14 19:32:46 +00:00 |
|
Justin Aquadro
|
fa1052ab16
|
TileEntity crash bugs fixed.
|
2011-08-14 18:22:23 +00:00 |
|
Justin Aquadro
|
fa804da8a6
|
Exposed access to storage timestamp data.
|
2011-08-14 17:11:34 +00:00 |
|
Justin Aquadro
|
ac9c88773c
|
Made PlayerManager enumerable.
|
2011-08-14 16:27:52 +00:00 |
|
Justin Aquadro
|
ca56f70379
|
Updating example code to reflect changes in Substrate API.
|
2011-07-24 20:03:47 +00:00 |
|
Justin Aquadro
|
f19d86a27e
|
Haven't updated nbtoolkit in a while. Updated for latest Substrate usage.
|
2011-07-24 20:03:14 +00:00 |
|