Commit graph

73 commits

Author SHA1 Message Date
Justin Aquadro
719a969310 Fixed bug where empty chunks below the heightmap were not written. 2012-11-10 12:11:43 -05:00
Justin Aquadro
baa01d6813 Fixing filename case in csproj files 2012-11-05 00:05:40 -05:00
Justin Aquadro
700266615f Merge branch 'master' of github.com:jaquadro/Substrate 2012-11-04 21:08:57 -05:00
Justin Aquadro
9f3312d790 Exposing raw NBT Source property to several INbtObjects 2012-11-04 21:05:28 -05:00
Justin Aquadro
4a24f40d82 Fixed bug in NBT layer discarding root node name on read 2012-10-16 19:00:45 -04:00
timeDev
0109e90475 Added Minecraft 1.3 Monster Spawner Functionality
Signed-off-by: timeDev <timeDev@timecraftor.com>
2012-09-22 17:43:07 +02:00
timeDev
2b8c40f9c3 Fixed the same issue again, just for TileEntityControl
*Fixed TileEntityControl.Copy() returning a TileEntityMusic
2012-09-22 17:03:52 +02:00
timeDev
40478ea46f Fixes Copy returning wrong type 2012-09-16 13:00:07 +02:00
Justin Aquadro
d4651bfdf6 Added info for 1.4 block types 2012-09-09 16:01:30 -04:00
Justin Aquadro
81920ef73d Fixed index calculation bug in Anvil composite arrays. 2012-09-09 14:36:38 -04:00
Justin Aquadro
aed388dd80 RegionFile API additions to support extensions of varying sector size 2012-09-02 23:39:31 -04:00
Justin Aquadro
613fc34df7 Fixed unicode handling bug in NBT Strings, which could result in an inconsistent NBT binary. 2012-08-24 00:14:53 -04:00
Justin Aquadro
f062f736ef Fixed bug in player loading introduced in 1.3.2 2012-07-31 20:33:50 -04:00
Justin Aquadro
fcfe3bc2d0 Setting version 1.3.2 2012-07-22 00:23:45 -04:00
Justin Aquadro
3fa526fcc9 Added more 1.3 block, item, and player data. 2012-07-22 00:20:46 -04:00
Justin Aquadro
6bb81f187f Fixed bug in LavaReset that could turn lava into water. 2012-07-22 00:20:02 -04:00
Justin Aquadro
489e3c03d0 Fixed chunk relocation bug 2012-07-22 00:19:26 -04:00
Justin Aquadro
0ca56beb76 Split BlockManager into AlphaBlockManager and AnvilBlockManager 2012-05-25 21:48:19 -04:00
Justin Aquadro
e9fe001656 Fixed bug in chunk creation aliasing Z coordinate to X 2012-05-13 14:53:40 -04:00
Justin Aquadro
b7c53caa5e Example updates 2012-04-28 20:35:57 -04:00
Justin Aquadro
2b6dec51bf A bunch of bugfixes 2012-04-28 20:34:22 -04:00
Justin Aquadro
09d51e6f16 MC 1.2 data, more organizational 2012-04-28 16:53:24 -04:00
Justin Aquadro
66dfc9da95 Organizational 2012-04-28 16:22:23 -04:00
Justin Aquadro
63e0bc1876 Anvil/Beta/Alpha support unification 2012-04-28 15:52:40 -04:00
Justin Aquadro
f65238abde If biome data is absent, default data will be created instead of failing. 2012-03-25 14:35:58 -04:00
Justin Aquadro
1b7858d3e3 Fixed bug in building AnvilSection tree 2012-03-24 12:41:10 -04:00
Justin Aquadro
ac82c122dc Staged for Anvil branch release. 2012-03-13 21:05:48 -04:00
Justin Aquadro
e3192f7a64 Fixed some bugs, Anvil support kinda works okay now? 2012-03-12 23:40:38 -04:00
Justin Aquadro
c2956a7d2a Bunch of fixes to Anvil, still completely broken. 2012-03-12 02:10:41 -04:00
Justin Aquadro
f82ea3e946 Creating interrum branch that replaces Alpha and Beta support with Anvil support. 2012-03-12 00:09:49 -04:00
Justin Aquadro
d9832544ce Small bit of Anvil support. 2012-02-21 00:57:19 -05:00
Justin Aquadro
33e8cf2174 Fixed region object bug when deleting last chunk in region 2012-02-20 16:30:54 -05:00
Justin Aquadro
02691712f9 NBT support updated for Anvil. 2012-02-19 16:50:20 -05:00
Justin Aquadro
50b59bea25 bugfix in blocktileticks for setTickValue 2012-02-06 02:02:08 -05:00
Justin Aquadro
037673fd02 Bugfix in color index calculation in mapconverter 2012-02-06 02:01:41 -05:00
Justin Aquadro
0a99a45290 Forgot AutoTileTick property on BlockManager 2012-01-28 01:58:28 -05:00
Justin Aquadro
6473402fab Added TileTick infrastructure 2012-01-28 01:42:08 -05:00
Justin Aquadro
1400ef1d55 Version 2012-01-15 20:56:18 -05:00
Justin Aquadro
3c7ab4d035 Fixed cache resolution bug when deleting chunks 2012-01-15 20:52:23 -05:00
Justin Aquadro
5a764a0e3a Fixed bug where player.ClearSpawn() would not clear the spawn data. 2012-01-11 23:02:47 -05:00
Justin Aquadro
1a7e157d9d Version 2012-01-04 19:27:32 -05:00
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