cicaprojekt/cicaprojekt
Kjistóf 7eeeefa3e2 finished implementing map parser (Dungeon.buildDungeon())
the parser now sets up references between adjecent Tiles, however a team
consultation is needed regarding the Gates/Scales on the map. note that
the part of the parser that sets the references up is still untested.
2016-04-23 17:08:32 +02:00
..
Box.java minor refactor regarding Box.weight(), weight is now also an attribute 2016-04-23 13:15:30 +02:00
Destroyable.java Initial commit 2016-04-01 17:47:22 +02:00
Direction.java Initial commit 2016-04-01 17:47:22 +02:00
Dungeon.java finished implementing map parser (Dungeon.buildDungeon()) 2016-04-23 17:08:32 +02:00
Field.java fixed infinite recursion in Field.spawnStargate() 2016-04-01 17:59:53 +02:00
FlowOfTime.java fixed echoes in the FlowOfTime class 2016-04-01 17:48:38 +02:00
Game.java Refactored ONeill into PlayerBase and Player 2016-04-19 11:46:06 +02:00
Gap.java removed unnecessary import from gap 2016-04-01 17:48:00 +02:00
Gate.java Boolean isOpen fixed 2016-04-22 10:38:18 +02:00
Measurable.java Created Measurable interface 2016-04-19 11:01:09 +02:00
Menu.java Refactored ONeill into PlayerBase and Player 2016-04-19 11:46:06 +02:00
Pickable.java Pickable now extends Measurable 2016-04-19 11:01:26 +02:00
Player.java Player class: changed ident to glorious 4spaces instead of tab, fixed order in methods 2016-04-23 13:19:55 +02:00
PlayerBase.java Refactored ONeill into PlayerBase and Player 2016-04-19 11:46:06 +02:00
Scale.java changed ident to 4spaces instead of tabs in Scale, also made cosmetic changes 2016-04-23 13:28:38 +02:00
Stargate.java Stargate isn't initialized with nullpointers now 2016-04-01 17:59:53 +02:00
Tile.java fixed Tile.removeItemFromTile() nullptr exception 2016-04-01 17:59:53 +02:00
Wall.java fixed the order of output identing in Wall.spawnStargate() 2016-04-23 13:35:53 +02:00
ZPM.java Measurable interface implemented 2016-04-22 10:43:45 +02:00