DimDoors/StevenDimDoors/mod_pocketDim/schematic
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
..
BlockRotator.java Fixed Door Bugs 2013-07-30 17:57:05 -04:00
CompactBoundsOperation.java Improved Schematic Class 2013-07-27 17:29:55 -04:00
CompoundFilter.java Fixed Door Bugs 2013-07-30 17:57:05 -04:00
InvalidSchematicException.java Improved Schematic Class 2013-07-27 17:29:55 -04:00
ReplacementFilter.java Fixed Door Bugs 2013-07-30 17:57:05 -04:00
Schematic.java Improved and Integrated DungeonSchematic 2013-07-30 13:58:14 -04:00
SchematicFilter.java Fixed Door Bugs 2013-07-30 17:57:05 -04:00
WorldCopyOperation.java Improved Schematic Class 2013-07-27 17:29:55 -04:00
WorldOperation.java Improved and Integrated DungeonSchematic 2013-07-30 13:58:14 -04:00