Justin Aquadro
|
51511529ba
|
Fixed bug in region loader that incorrectly tries to pad out non-multiple-of-4KB files.
|
2013-03-09 12:05:10 -05:00 |
|
Justin Aquadro
|
afae126fb0
|
Initializing Source property for created INbtObjects
|
2013-01-30 21:24:47 -05:00 |
|
Justin Aquadro
|
ac02a672ac
|
Fixed casing error in playerGameType property of Player class
|
2013-01-27 19:32:25 -05:00 |
|
Justin Aquadro
|
9efe5092ac
|
Fixed TagNodeString being given a null value
|
2013-01-13 20:18:29 -05:00 |
|
Justin Aquadro
|
1bd952a9e1
|
Fix item enchantments not resetting on tree load
|
2012-12-01 12:54:36 -05:00 |
|
Justin Aquadro
|
4827bb6f51
|
Fixed wrong tag name for addition block ids
|
2012-11-28 23:23:11 -05:00 |
|
Fredrik Blom
|
258eff946b
|
Made sure that all access to sectorFree is moved to inside the protected area as well.
|
2012-11-15 16:02:36 +01:00 |
|
Fredrik Blom
|
6326bdac82
|
Added file locks to allow parallel access to chunks.
This allows a multi-threaded reading of chunks.
|
2012-11-15 10:11:23 +01:00 |
|
Justin Aquadro
|
a002336603
|
Fixed handling of MobSpawnerTileEntities
|
2012-11-13 23:38:43 -05:00 |
|
Justin Aquadro
|
8fc7e46afc
|
Shifting by wrong data width in FusedDataArray
|
2012-11-13 23:13:18 -05:00 |
|
Justin Aquadro
|
0dd73dceba
|
Anvil worlds should now be compatible with block IDs >255
|
2012-11-12 23:28:49 -05:00 |
|
Justin Aquadro
|
8c771f3308
|
Merge branch 'master' of github.com:jaquadro/Substrate
|
2012-11-10 12:12:09 -05:00 |
|
Justin Aquadro
|
719a969310
|
Fixed bug where empty chunks below the heightmap were not written.
|
2012-11-10 12:11:43 -05:00 |
|
sukasa
|
46eb7c3244
|
Undid previous changes. Added CreateGeneric() function to TileEntityFactory that returns a TileEntity class if no registered class exists for a given NBT tree. Changed GetTileEntity to in BlockTileEntities to use the new function.
|
2012-11-05 21:35:57 -08:00 |
|
sukasa
|
9fb96750d6
|
Modification to allow force-returning of TileEntity objects via additional param. Useful for dealing with mod-installed TileEntities not natively supported by Substrate
|
2012-11-04 19:33:06 -08: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
|
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
|
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
|
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 |
|