cicaprojekt/cicaprojekt
2016-05-09 16:32:06 +02:00
..
ApplicationFrame.java added Game reference to ApplicationFrame 2016-05-07 17:47:31 +02:00
Box.java reformatted code 2016-04-24 23:01:34 +02:00
Control.java Added keyboard input support for shooting stargates 2016-05-07 17:45:06 +02:00
Destroyable.java reformatted code 2016-04-24 23:01:34 +02:00
Direction.java reformatted code 2016-04-24 23:01:34 +02:00
Display.java Display.drawVisuals() now throws IOException. 2016-05-07 15:10:42 +02:00
Drawer.java Drawers fixed from Babylonian errors (JComponent also has getX, getY). 2016-05-07 20:21:36 +02:00
Dungeon.java fixed a bug, where Gates would not initialize (Dungeon.buildDungeon()) 2016-05-07 19:17:14 +02:00
Field.java reformatted code 2016-04-24 23:01:34 +02:00
FieldDrawer.java Drawers fixed from Babylonian errors (JComponent also has getX, getY). 2016-05-07 20:21:36 +02:00
FlowOfTime.java added GameoverCause.TIMEOUT to FlowOfTime's timeout call 2016-05-07 13:52:09 +02:00
Game.java Dungeon.buildDungeon() now correctly sets Display up 2016-05-07 19:15:19 +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 reformatted code 2016-04-24 23:01:34 +02:00
GapDrawer.java Drawers fixed from Babylonian errors (JComponent also has getX, getY). 2016-05-07 20:21:36 +02:00
Gate.java reformatted code 2016-04-24 23:01:34 +02:00
GateDrawer.java Drawers fixed from Babylonian errors (JComponent also has getX, getY). 2016-05-07 20:21:36 +02:00
ImagePanel.java Revert "Drawers refactored. Imageloading is now in the Drawers instead of" 2016-05-07 20:12:49 +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 attribute boolean destroyed and its getter added to PlayerBase 2016-04-26 00:44:47 +02:00
PlayerBaseDrawer.java EAST and WEST dirs implemented in PlayerDrawerBase 2016-05-09 16:32:06 +02:00
PlayerDrawer.java PlayerDrawer.java added. 2016-05-07 22:19:55 +02:00
Scale.java Gate.getGateConnected() added 2016-04-25 23:45:03 +02:00
ScaleDrawer.java Drawers fixed from Babylonian errors (JComponent also has getX, getY). 2016-05-07 20:21:36 +02:00
Stargate.java Added a map to Stargate 2016-05-07 17:45:06 +02:00
Tile.java Tile.hasBox() fixed. 2016-05-07 15:23:47 +02:00
Wall.java Stargate getStargate() added to Wall.java. 2016-05-07 14:51:20 +02:00
WallDrawer.java WallDrawer.java fixed. Looks like asking a null reference's name is not a 2016-05-07 23:24:51 +02:00
ZPM.java reformatted code 2016-04-24 23:01:34 +02:00