Justin Aquadro
|
382399c141
|
Split out generic NBTFile loader, added support for player IO and a PlayerManager.
|
2011-04-07 07:03:54 +00:00 |
|
Justin Aquadro
|
0860bae2bc
|
Added hidden base type UntypedEntity above Entity, added Player entity as UntypedEntity. Added options field to NBT Schema.
|
2011-04-07 02:44:17 +00:00 |
|
Justin Aquadro
|
428c576925
|
Added entity access points into Chunks (as IEntityContainer interface). Added predicate-based find/remove capability to NBT Lists.
|
2011-04-06 23:54:41 +00:00 |
|
Justin Aquadro
|
50375d326d
|
Added remaining entities. Fixed a few remaining namespace inconsistencies.
|
2011-04-06 22:01:22 +00:00 |
|
Justin Aquadro
|
2ac3252702
|
Removed unnecessary nested namespace.
|
2011-04-06 21:20:35 +00:00 |
|
Justin Aquadro
|
334ce12773
|
Additional entities. Additional compound schema constructor.
|
2011-04-06 21:18:48 +00:00 |
|
Justin Aquadro
|
7d114a2214
|
Split out individual Entities / TileEntities.
|
2011-04-06 19:41:57 +00:00 |
|
Justin Aquadro
|
7364a1cf5f
|
Mob entities all added, entity factory created.
|
2011-04-06 18:57:05 +00:00 |
|
Justin Aquadro
|
722c27c873
|
Implemented Entity's INBTObject properties.
|
2011-04-06 08:48:50 +00:00 |
|
Justin Aquadro
|
97116bd195
|
Changing namespace to new project
|
2011-04-06 07:40:38 +00:00 |
|
Justin Aquadro
|
7127355349
|
Removing old projects that should not have been imported.
|
2011-04-06 05:38:21 +00:00 |
|
Justin Aquadro
|
204c8fadfe
|
Add license
|
2011-04-06 04:59:25 +00:00 |
|
Justin Aquadro
|
9735e27ba5
|
Renaming project files
|
2011-04-06 04:57:32 +00:00 |
|
Justin Aquadro
|
406f72c0ac
|
Cleaning up new workspace
|
2011-04-06 04:56:04 +00:00 |
|
Justin Aquadro
|
99e986b338
|
Forking Substrate to separate source tree
|
2011-04-06 04:43:54 +00:00 |
|
Justin Aquadro
|
496cd18b07
|
|
2011-04-06 04:43:15 +00:00 |
|
Justin Aquadro
|
7aa510c373
|
|
2011-04-06 04:42:26 +00:00 |
|
Justin Aquadro
|
bcfec27f8d
|
forked wrong path
|
2011-04-06 04:42:06 +00:00 |
|
Justin Aquadro
|
4ac6602df4
|
Forking Substrate to separate branch
|
2011-04-06 04:40:27 +00:00 |
|
Justin Aquadro
|
e1136da8f4
|
forked wrong path
|
2011-04-06 04:40:00 +00:00 |
|
Justin Aquadro
|
bfb96a5a10
|
Forking project to separate Substrate branch
|
2011-04-06 04:39:11 +00:00 |
|
Justin Aquadro
|
25fa319c5c
|
NBT validation threaded through NBT "backing objects", which includes chunks, tile entities, and items.
|
2011-04-06 04:38:23 +00:00 |
|
Justin Aquadro
|
f60a1f3f77
|
Entity / TileEntity work
|
2011-04-05 01:34:21 +00:00 |
|
Justin Aquadro
|
4d87a5cc04
|
Updated dump utility
|
2011-04-03 22:17:06 +00:00 |
|
Justin Aquadro
|
d89a892623
|
Properly handling Tile Entity consistency for block modification. Added building default trees from NBT schema, JSON Serializer for trees, start of a dumping command for nbtoolkit, and untested Chunk File support for Alpha maps.
|
2011-04-03 20:59:21 +00:00 |
|
Justin Aquadro
|
895178d5d3
|
Chunk caching moved into regions, region is now the primary chunk container of chunkrefs. Caching seems to have degraded with the transition, may need to implement explicit caching.
|
2011-04-03 08:40:27 +00:00 |
|
Justin Aquadro
|
25f429f0cf
|
More major interface untangling. Introduction of generic IxContainer interfaces.
|
2011-04-03 05:22:12 +00:00 |
|
Justin Aquadro
|
3afb2238ef
|
More huge refactoring. Chunk split out of ChunkRef, both backed by IChunk interface. TileEntity integration added.
|
2011-04-02 08:37:20 +00:00 |
|
Justin Aquadro
|
24774776a2
|
Missed updates
|
2011-04-02 00:44:17 +00:00 |
|
Justin Aquadro
|
3c2b29e9f0
|
Major refacotoring and updates to API.
|
2011-04-02 00:42:15 +00:00 |
|
Justin Aquadro
|
e003835975
|
NBT cleanup / refactoring
|
2011-03-28 08:47:21 +00:00 |
|
Justin Aquadro
|
fb25567713
|
Enumerator bugfix, added BlockRef, interface improvements.
|
2011-03-28 02:28:25 +00:00 |
|
Justin Aquadro
|
77f0764013
|
Added purge command to delete chunks
|
2011-03-13 09:57:45 +00:00 |
|
Justin Aquadro
|
45839d2416
|
Fixed crashing bugs on edge chunks with TP flag set. Made FixedMath mode default for oregen.
|
2011-03-13 07:26:54 +00:00 |
|
Justin Aquadro
|
d58ed4f372
|
Bugfix, case-insensitive options and ore generator saves all modified chunks
|
2011-03-12 21:38:14 +00:00 |
|
Justin Aquadro
|
b6c4c0655f
|
Region command updated, ready for test release
|
2011-03-12 09:27:04 +00:00 |
|
Justin Aquadro
|
64f3f5e4a9
|
OreGen command completely refactored and tested. Temporarily only supporting native algorithm.
|
2011-03-12 08:35:20 +00:00 |
|
Justin Aquadro
|
951e912a57
|
Major restructuring in block/chunk/region handling. Abstracted block and chunk interfaces.
|
2011-03-11 02:36:00 +00:00 |
|
Justin Aquadro
|
d094a3cb47
|
Retarget to .NET 3.0
|
2011-02-26 09:55:38 +00:00 |
|
Justin Aquadro
|
84e12ce4df
|
linux stuffs
|
2011-02-26 09:48:27 +00:00 |
|
Justin Aquadro
|
b3b165b499
|
Port to C#
|
2011-02-26 09:33:06 +00:00 |
|
Justin Aquadro
|
9e87d81e58
|
fixes to printed usage
|
2011-02-09 06:14:48 +00:00 |
|
Justin Aquadro
|
0ef9409f99
|
Added replace tool, added new oregen options
|
2011-02-09 05:34:03 +00:00 |
|
Justin Aquadro
|
d022fa0abe
|
usage
|
2011-02-08 10:01:36 +00:00 |
|
Justin Aquadro
|
94909d605e
|
Landing OreGen / NBToolkit
|
2011-02-08 07:35:33 +00:00 |
|