.. |
AbstractDrawer.java
|
fixed a bug where AbstractDrawer would load images several times
|
2016-05-14 21:04:13 +02:00 |
Application.java
|
Comments modified in Application.java
|
2016-05-16 14:30:24 +02:00 |
ApplicationFrame.java
|
Comments modified in ApplicationFrame.java
|
2016-05-16 15:21:52 +02:00 |
Box.java
|
Comments added to Box.java
|
2016-05-16 15:21:52 +02:00 |
Control.java
|
Comments added to Control.java
|
2016-05-16 15:21:52 +02:00 |
Destroyable.java
|
Comments added to Destroyable.java
|
2016-05-16 15:21:52 +02:00 |
Direction.java
|
refactored Game.getRandomDirection() to Direction.getRandom()
|
2016-05-13 22:00:06 +02:00 |
Display.java
|
added error handling to remote resource in Display
|
2016-05-15 23:20:53 +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
|
Comments added to Field.java
|
2016-05-16 16:26:10 +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
|
ZPM generating patched. If it won't work this time, imma look for the
|
2016-05-15 22:59:06 +02:00 |
GameoverCause.java
|
fixed everything related to the end of the game
|
2016-05-15 00:04:42 +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
|
Gates' extraordinal behavior with boxes fixed.
|
2016-05-14 21:01:17 +02:00 |
GateDrawer.java
|
Gates' extraordinal behavior with boxes fixed.
|
2016-05-14 21:01:17 +02:00 |
ImageStorage.java
|
added ImageStorage to precache images to remove IO bottleneck
|
2016-05-14 20:48:48 +02:00 |
Measurable.java
|
Comments added to Measurable.java
|
2016-05-16 15:21:52 +02:00 |
Pickable.java
|
Comments added to Pickable.java
|
2016-05-16 15:21:52 +02:00 |
Player.java
|
fixed everything related to the end of the game
|
2016-05-15 00:04:42 +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
|
ZPM generation fixed.
|
2016-05-14 23:19:11 +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
|
A ZPM is generated after every 2 picked up ZPMs.
|
2016-05-14 22:39:07 +02:00 |
Wall.java
|
Wall now is steppable only if the stargate is open
|
2016-05-14 23:23:21 +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 |