DimDoors/StevenDimDoors/mod_pocketDim
SenseiKiwi 4086e75ead More Progress on Rewrite
Fixed the code in DDTeleporter and made minor changes to other classes
that depended on those fixes. Ensured that PocketManager's load, save,
and unload methods are called appropriately and rewrote some of their
code. Made various changes in other classes (e.g. EventHookContainer,
PlayerRespawnTracker) to pass them references to DDProperties through
their constructors instead of having them rely on
DDProperties.instance() - this is a better programming practice in the
long run.

Renamed initialization methods in mod_pocketDim to make it clear that
they're called on events. Commented out command registration in
mod_pocketDim so that we can test DD as soon as PacketHandler is fixed,
without worrying about fixing the command classes.
2013-09-01 09:21:27 -04:00
..
blocks More Progress on Rewrite 2013-09-01 09:21:27 -04:00
commands More Progress on Rewrite 2013-09-01 09:21:27 -04:00
core More Progress on Rewrite 2013-09-01 09:21:27 -04:00
dungeon Fixed PocketBuilder and More 2013-08-30 16:27:27 -04:00
helpers More Progress on Rewrite 2013-08-31 16:00:18 -04:00
items Renamed ItemLinkSignature to ItemRiftSignature 2013-08-31 20:46:20 -04:00
schematic Reorganized and Renamed Classes 2013-08-31 16:43:18 -04:00
ticking More Progress on Rewrite 2013-09-01 09:21:27 -04:00
tileentities Removed DimRail Files 2013-08-31 16:46:40 -04:00
util Fixed PocketBuilder and More 2013-08-30 16:27:27 -04:00
world More Progress on Rewrite 2013-09-01 09:21:27 -04:00
BlankTeleporter.java More Progress on Rewrite 2013-08-31 07:39:52 -04:00
CloudRenderBlank.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
CommonProxy.java finished mob (I think) 2013-05-30 02:30:17 -04:00
ConnectionHandler.java More Progress on Rewrite 2013-08-31 12:58:35 -04:00
DDLoot.java Improved Dungeon Loot and Selection 2013-08-24 07:52:35 -04:00
DDProperties.java More Progress on Rewrite 2013-09-01 09:21:27 -04:00
DDTeleporter.java More Progress on Rewrite 2013-09-01 09:21:27 -04:00
DimUpdatePacket.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
EventHookContainer.java More Progress on Rewrite 2013-09-01 09:21:27 -04:00
mod_pocketDim.java More Progress on Rewrite 2013-09-01 09:21:27 -04:00
ObjectSaveInputStream.java Signed-off-by: StevenRS11 <stevenrs11@aol.com> 2013-02-17 21:46:16 -05:00
PacketHandler.java More Progress on Rewrite 2013-09-01 09:21:27 -04:00
PlayerRespawnTracker.java More Progress on Rewrite 2013-09-01 09:21:27 -04:00
Point3D.java Made Rifts Destroy Blocks in Layers 2013-08-03 13:56:48 -04:00
ServerPacketHandler.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
Spells.java finished mob (I think) 2013-05-30 02:30:17 -04:00