cicaprojekt/cicaprojekt
Bokros Bálint e3ce590d1d Fixed remaining errors with teleporting
closes #6
2016-05-13 20:27:05 +02:00
..
AbstractDrawer.java Drawer.getImage() added. AbstractDrawer.java added to contain image for 2016-05-09 16:56:41 +02:00
Application.java added Application.java (main entry point) 2016-05-13 16:55:39 +02:00
ApplicationFrame.java added Control.ioErrorMessage() method (USE THIS TO HANDLE IOExceptions) 2016-05-13 18:22:48 +02:00
Box.java reformatted code 2016-04-24 23:01:34 +02:00
Control.java added Control.ioErrorMessage() method (USE THIS TO HANDLE IOExceptions) 2016-05-13 18:22:48 +02:00
Destroyable.java reformatted code 2016-04-24 23:01:34 +02:00
Direction.java Added invert to Direction 2016-05-13 20:26:02 +02:00
Display.java Display.java now extends JPanel. paintComponent() overridden. 2016-05-09 17:00:39 +02:00
Drawer.java Drawer.getImage() added. AbstractDrawer.java added to contain image for 2016-05-09 16:56:41 +02:00
Dungeon.java fixed a bug where Dungeon.buildDungeon would set map directions upside down 2016-05-13 17:28:29 +02:00
Field.java Refactored spawnStargate, with default implementation in base class 2016-05-13 18:38:56 +02:00
FieldDrawer.java Drawer.getImage() added. AbstractDrawer.java added to contain image for 2016-05-09 16:56:41 +02:00
FlowOfTime.java Refactored Game following the footprints of Socc 2016-05-13 13:58:23 +02:00
Game.java made Game.updateDisplay() actually work. thanks whoever fucked it up! 2016-05-13 18:37:18 +02:00
GameoverCause.java added GameoverCause.java -- enum to indicate cause of Game's ending 2016-05-07 13:40:47 +02:00
Gap.java Refactored spawnStargate, with default implementation in base class 2016-05-13 18:38:56 +02:00
GapDrawer.java Drawer.getImage() added. AbstractDrawer.java added to contain image for 2016-05-09 16:56:41 +02:00
Gate.java Refactored spawnStargate, with default implementation in base class 2016-05-13 18:38:56 +02:00
GateDrawer.java GateDrawer now handles open-close properly 2016-05-13 15:17:39 +02:00
Measurable.java reformatted code 2016-04-24 23:01:34 +02:00
Menu.java Cleaned up Menu 2016-05-07 13:02:35 +02:00
Pickable.java reformatted code 2016-04-24 23:01:34 +02:00
Player.java Added hasBox to Player 2016-05-07 16:51:20 +02:00
PlayerBase.java onExit() is now properly called in PlayerBase.move(). this fixes #5. 2016-05-13 18:43:50 +02:00
PlayerBaseDrawer.java Replicator fixed. 2016-05-13 15:29:15 +02:00
PlayerDrawer.java PlayerDrawer.java fixed. 2016-05-13 15:22:33 +02:00
Scale.java Fixed a bug where an equal Scale treshold wouldn't open Gates. 2016-05-13 18:47:26 +02:00
ScaleDrawer.java ScaleDrawer now handles boxes properly 2016-05-13 15:19:32 +02:00
Stargate.java Fixed remaining errors with teleporting 2016-05-13 20:27:05 +02:00
Tile.java Refactored spawnStargate, with default implementation in base class 2016-05-13 18:38:56 +02:00
Wall.java Fixed remaining errors with teleporting 2016-05-13 20:27:05 +02:00
WallDrawer.java Drawer.getImage() added. AbstractDrawer.java added to contain image for 2016-05-09 16:56:41 +02:00
ZPM.java reformatted code 2016-04-24 23:01:34 +02:00