.. |
AbstractDrawer.java
|
Drawer.getImage() added. AbstractDrawer.java added to contain image for
|
2016-05-09 16:56:41 +02:00 |
Application.java
|
Complete overhaul of Application & ApplicationFrame so that game can end
|
2016-05-13 20:31:28 +02:00 |
ApplicationFrame.java
|
Made filelist a local variable in AF
|
2016-05-14 13:29:24 +02:00 |
Box.java
|
Added missing override annotations
|
2016-05-14 13:47:14 +02:00 |
Control.java
|
added Control.ioErrorMessage() method (USE THIS TO HANDLE IOExceptions)
|
2016-05-13 18:22:48 +02:00 |
Destroyable.java
|
Removed unnecessary modifier
|
2016-05-14 12:58:33 +02:00 |
Direction.java
|
refactored Game.getRandomDirection() to Direction.getRandom()
|
2016-05-13 22:00:06 +02:00 |
Display.java
|
Refactored dimension int local variable
|
2016-05-14 13:33:09 +02:00 |
Drawer.java
|
Removed unnecessíry modifiers from Drawer interface
|
2016-05-14 13:01:18 +02:00 |
Dungeon.java
|
Removed unnecessary, but compile-breaking import by Kjizstov
|
2016-05-14 18:46:59 +02:00 |
Field.java
|
Added missing override annotations
|
2016-05-14 13:47:14 +02:00 |
FieldDrawer.java
|
Made enclosed model objects private in all drawers
|
2016-05-14 13:27:34 +02:00 |
FlowOfTime.java
|
removed never used code from FlowOfTime
|
2016-05-14 13:19:07 +02:00 |
Game.java
|
fixed bug where Tiles would be replaced with Fields on PlayerBase.destroy()
|
2016-05-14 18:46:59 +02:00 |
GameoverCause.java
|
Removed unnecessary semicolon from GameoverCause enum
|
2016-05-14 13:44:45 +02:00 |
Gap.java
|
fixed bug where Tiles would be replaced with Fields on PlayerBase.destroy()
|
2016-05-14 18:46:59 +02:00 |
GapDrawer.java
|
Drawer.getImage() added. AbstractDrawer.java added to contain image for
|
2016-05-09 16:56:41 +02:00 |
Gate.java
|
Closes #13. Boxes are now purrfectly stackable.
|
2016-05-14 19:47:29 +02:00 |
GateDrawer.java
|
added setters to Tiles in Gate&ScaleDrawer classes
|
2016-05-14 18:46:59 +02:00 |
Measurable.java
|
Removed unnecessary modifier from MEasurable interface
|
2016-05-14 13:11:48 +02:00 |
Pickable.java
|
Removed unnecessary modifier in Pickable interface
|
2016-05-14 13:43:57 +02:00 |
Player.java
|
Closes #13. Boxes are now purrfectly stackable.
|
2016-05-14 19:47:29 +02:00 |
PlayerBase.java
|
Added missing override annotations
|
2016-05-14 13:47:14 +02:00 |
PlayerBaseDrawer.java
|
Made enclosed model objects private in all drawers
|
2016-05-14 13:27:34 +02:00 |
PlayerDrawer.java
|
Made enclosed model objects private in all drawers
|
2016-05-14 13:27:34 +02:00 |
Scale.java
|
Removed unnecessary method from Scale
|
2016-05-14 13:19:24 +02:00 |
ScaleDrawer.java
|
added setters to Tiles in Gate&ScaleDrawer classes
|
2016-05-14 18:46:59 +02:00 |
Stargate.java
|
Fixed too many args in Stargate.toString
|
2016-05-14 13:20:38 +02:00 |
Tile.java
|
Closes #13. Boxes are now purrfectly stackable.
|
2016-05-14 19:47:29 +02:00 |
Wall.java
|
Closes #13. Boxes are now purrfectly stackable.
|
2016-05-14 19:47:29 +02:00 |
WallDrawer.java
|
Made enclosed model objects private in all drawers
|
2016-05-14 13:27:34 +02:00 |
ZPM.java
|
Added missing override annotations
|
2016-05-14 13:47:14 +02:00 |