.. |
ApplicationFrame.java
|
added proof of concept mouse listener to JList in ApplicationFrame
|
2016-05-07 17:08:35 +02:00 |
Box.java
|
reformatted code
|
2016-04-24 23:01:34 +02:00 |
Control.java
|
Added keyboard input support for moving players and box operations
|
2016-05-07 15:20:20 +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
|
Drawer.draw() now throws IOException.
|
2016-05-07 15:07:23 +02:00 |
Dungeon.java
|
Fixed default Tile coordinates
|
2016-04-26 01:09:49 +02:00 |
Field.java
|
reformatted code
|
2016-04-24 23:01:34 +02:00 |
FieldDrawer.java
|
FieldDrawer.draw() modified.
|
2016-05-07 15:47:43 +02:00 |
FlowOfTime.java
|
added GameoverCause.TIMEOUT to FlowOfTime's timeout call
|
2016-05-07 13:52:09 +02:00 |
Game.java
|
Implemented box operations
|
2016-05-07 16:51:20 +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
|
Heirs of ImagePanel now throw IOException.
|
2016-05-07 14:40:52 +02:00 |
Gate.java
|
reformatted code
|
2016-04-24 23:01:34 +02:00 |
GateDrawer.java
|
GateDrawer.draw() modified
|
2016-05-07 17:05:40 +02:00 |
ImagePanel.java
|
void changeImage(String path) added to ImagePanel.
|
2016-05-07 14:45:58 +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 |
Scale.java
|
Gate.getGateConnected() added
|
2016-04-25 23:45:03 +02:00 |
ScaleDrawer.java
|
ScaleDrawer.java added.
|
2016-05-07 16:47:57 +02:00 |
Stargate.java
|
String getName() added to Stargate.java
|
2016-05-07 15:06:25 +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.draw() fixed.
|
2016-05-07 17:21:46 +02:00 |
ZPM.java
|
reformatted code
|
2016-04-24 23:01:34 +02:00 |