DimDoors/StevenDimDoors/mod_pocketDim/commands
SenseiKiwi 101e9e4ce6 Progress on Implementing Dungeon Packs
Completed enough of the implementation and integration to compile DD.
Some portions of the code are only for testing and will be removed
later. The configuration for default dungeons is hardcoded - we can
parse config files once we're certain that dungeon chains work. At the
moment, dungeons generate but it doesn't seem like the rules we set are
being followed properly.

Renamed OptimizedRule to DungeonChainRule, and renamed the old
DungeonChainRule to DungeonChainRuleDefinition, to match the role of
each class better. Added some hax to DungeonGenerator to get packs
integrated - the implementation will be much cleaner once the new save
format is done.
2013-08-05 09:48:49 -04:00
..
CommandCreateDungeonRift.java Fixed CommandCreateDungeonRift 2013-08-01 00:05:08 -04:00
CommandCreatePocket.java Renamed and Moved Files 2013-07-26 02:09:14 -04:00
CommandDeleteAllLinks.java Changes to dimHelper 2013-07-31 19:34:08 -04:00
CommandDeleteDimensionData.java Changes to dimHelper 2013-07-31 19:34:08 -04:00
CommandDeleteRifts.java Changes to dimHelper 2013-07-31 19:34:08 -04:00
CommandExportDungeon.java Progress on Implementing Dungeon Packs 2013-08-05 09:48:49 -04:00
CommandPrintDimensionData.java Changes to dimHelper 2013-07-31 19:34:08 -04:00
CommandPruneDimensions.java Renamed printAllLinkData and limbo decay 2013-07-11 20:42:57 -04:00
CommandResetDungeons.java Improved and Renamed CommandRegenPocket 2013-06-25 14:28:11 -04:00
CommandTeleportPlayer.java Fixed rift rotation bug & added teleport command 2013-07-30 17:56:59 -04:00
DDCommandBase.java Partial Overhaul of Commands 2013-06-25 13:55:13 -04:00
DDCommandResult.java Improved CommandPruneDimensions 2013-06-25 20:54:58 -04:00