DimDoors/StevenDimDoors/mod_pocketDim
SenseiKiwi 766336a259 Fixed Door Bugs
Fixed the bugs that caused doors not to appear right in dungeons. First
there was a bug with filters that caused them not to replace blocks
properly. I made some changes to SchematicFilter and its derived classes
so that the implementations are a little more intuitive. That should
prevent those bugs in any future derived classes. Then doors wouldn't
rotate properly. DD was never designed to rotate dimensional doors. I
added code to BlockRotator for that and shifted some code from
DungeonHelper to BlockRotator. More coherence, less coupling!
2013-07-30 17:57:05 -04:00
..
blocks Finished Renaming Classes 2013-07-26 05:31:59 -04:00
commands Fixed Door Bugs 2013-07-30 17:57:05 -04:00
dungeon Fixed Door Bugs 2013-07-30 17:57:05 -04:00
helpers Fixed Door Bugs 2013-07-30 17:57:05 -04:00
items Renamed and Moved Files 2013-07-26 02:09:14 -04:00
schematic Fixed Door Bugs 2013-07-30 17:57:05 -04:00
ticking Fixed NPE in RiftRegenerator 2013-07-26 22:50:05 -04:00
util Overhauled Tick Sending by CommonTickHandler 2013-07-26 05:15:44 -04:00
world Finished Renaming Classes 2013-07-26 05:31:59 -04:00
BlankTeleporter.java a few last tweaks 2013-06-16 03:40:46 -04:00
CloudRenderBlank.java
CommonProxy.java finished mob (I think) 2013-05-30 02:30:17 -04:00
ConnectionHandler.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
DDLoot.java Replaced Hashtable with HashMap 2013-06-16 11:06:08 -04:00
DDProperties.java Overhauled Tick Sending by CommonTickHandler 2013-07-26 05:15:44 -04:00
DimData.java Renamed printAllLinkData and limbo decay 2013-07-11 20:42:57 -04:00
DimUpdatePacket.java
DungeonGenerator.java fixed save killing change, awaiting further fix 2013-06-24 00:11:14 -04:00
EventHookContainer.java Removed Limbo Decay 2013-07-25 00:12:13 -04:00
LimboDecay.java Overhauled Tick Sending by CommonTickHandler 2013-07-26 05:15:44 -04:00
LinkData.java Partial Overhaul of Commands 2013-06-25 13:55:13 -04:00
mod_pocketDim.java Improved and Integrated DungeonSchematic 2013-07-30 13:58:14 -04:00
ObjectSaveInputStream.java
PacketHandler.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
PlayerRespawnTracker.java Overhauled configuration properties 2013-06-13 19:01:54 -04:00
pocketTeleporter.java finished update, starting testing builds 2013-06-10 17:03:52 -04:00
Point3D.java Fixed Door Bugs 2013-07-30 17:57:05 -04:00
RiftGenerator.java Finished Renaming Classes 2013-07-26 05:31:59 -04:00
SchematicLoader.java Improved and Integrated DungeonSchematic 2013-07-30 13:58:14 -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
TileEntityDimDoor.java
TileEntityDimRail.java
TileEntityRift.java Renamed Classes 2013-07-26 05:30:59 -04:00
TransientDoor.java Fixed rift doors not going away. 2013-06-24 20:08:08 -04:00