368 Commits

Author SHA1 Message Date
ce5d34232c Wall now is steppable only if the stargate is open 2016-05-14 23:23:21 +02:00
b92f164948 ZPM generation fixed. 2016-05-14 23:19:11 +02:00
74a34e61ad fixed a bug where a Player would win the game twice 2016-05-14 22:46:04 +02:00
68253e7a5b A ZPM is generated after every 2 picked up ZPMs. 2016-05-14 22:39:07 +02:00
5af0bcfd76 implemented end of games properly 2016-05-14 21:32:08 +02:00
5acae3c527 fixed a bug where AbstractDrawer would load images several times 2016-05-14 21:04:13 +02:00
12ac49938d Gates' extraordinal behavior with boxes fixed. 2016-05-14 21:01:17 +02:00
47b894f99e rewritten AbstractDrawer to use ImageStorage 2016-05-14 20:48:48 +02:00
a7a530a9aa added ImageStorage to precache images to remove IO bottleneck 2016-05-14 20:48:48 +02:00
743686aa8e Open Gates now handle boxes visually. 2016-05-14 20:33:36 +02:00
378f26fdff Closes #13. Boxes are now purrfectly stackable. 2016-05-14 19:47:29 +02:00
230f36d856 removed unnecessary throw statement. we'll miss you.
throw new IllegalStateException("Hiba! Te hogy kerültél a falba?")
best exception evör.
2016-05-14 19:00:47 +02:00
da5640592d Removed unnecessary, but compile-breaking import by Kjizstov 2016-05-14 18:46:59 +02:00
f16571390d now Display's visuals are in order 2016-05-14 18:46:59 +02:00
759322c6e1 added setters to Tiles in Gate&ScaleDrawer classes 2016-05-14 18:46:59 +02:00
9e81e7cb3d fixed bug where non square shaped maps wouldn't load 2016-05-14 18:46:59 +02:00
23271cc086 fixed bug where Tiles would be replaced with Fields on PlayerBase.destroy() 2016-05-14 18:46:59 +02:00
55cae38f5f Jaffa, O'Neill and Replicator now inicialized as null.
Bypassing purrpurr errors, the default value of these attributes is null.
2016-05-14 14:13:27 +02:00
2b81b8ae03 Removed redundant initialization 2016-05-14 13:48:19 +02:00
f8eb39d2fb Added missing override annotations 2016-05-14 13:47:14 +02:00
b02a5756a5 Removed unnecessary semicolon from GameoverCause enum 2016-05-14 13:44:45 +02:00
aa22ef49f0 Removed unnecessary modifier in Pickable interface 2016-05-14 13:43:57 +02:00
eb7ac569b8 Refactored dimension int local variable 2016-05-14 13:33:09 +02:00
aef1c12b22 Made filelist a local variable in AF 2016-05-14 13:29:24 +02:00
657aff15f9 Made enclosed model objects private in all drawers 2016-05-14 13:27:34 +02:00
27fa81c601 Simplified onEntry in Wall 2016-05-14 13:25:04 +02:00
c2053fae96 Simplified isSteppable in Wall 2016-05-14 13:23:59 +02:00
92f894c5a5 Removed unnecessary return from spawnStargate 2016-05-14 13:23:20 +02:00
cb26b8e97d Simplified hasZPM in Tile 2016-05-14 13:22:22 +02:00
830899d0b9 Replaced explicit type argument with diamond expression 2016-05-14 13:21:40 +02:00
5a617ed04f Fixed too many args in Stargate.toString 2016-05-14 13:20:38 +02:00
2aeb5b4503 Simplified if statement in setCurrentWall in Stargate 2016-05-14 13:19:24 +02:00
57543ff23c Removed unnecessary method from Scale 2016-05-14 13:19:24 +02:00
4aed0db284 Simplified if statement in isSteppable in Scale 2016-05-14 13:19:24 +02:00
43686db0b0 Replaced explicit type argument with diamond expression 2016-05-14 13:19:24 +02:00
1bf4903b40 removed never used code from FlowOfTime 2016-05-14 13:19:07 +02:00
1856974cc7 Removed redundant cast 2016-05-14 13:13:44 +02:00
2564aca663 Removed Menu as it is replaced by the GUI 2016-05-14 13:12:44 +02:00
bb6c46827f Removed unnecessary modifier from MEasurable interface 2016-05-14 13:11:48 +02:00
c4ed7807cb Simplified isSteppable in Gate 2016-05-14 13:11:10 +02:00
fd18cc72d0 Simplified onEntry in Gate 2016-05-14 13:09:25 +02:00
73f01495f2 Removed unnecessary proxy method 2016-05-14 13:07:27 +02:00
f04b62ec78 Removed unnecessary return from noop onExit method 2016-05-14 13:04:16 +02:00
367c313af3 Simplified isSteppable in Field 2016-05-14 13:03:16 +02:00
a0c2c24328 Removed unnecessary errors from Field 2016-05-14 13:02:43 +02:00
6904ba4c89 Removed unnecessíry modifiers from Drawer interface 2016-05-14 13:01:18 +02:00
7b15bb29d2 Removed unnecessary method from display 2016-05-14 13:00:43 +02:00
7f1c6c480d Removed unnecessary modifier 2016-05-14 12:58:33 +02:00
bb1ef28f71 Removed unnecessary imports, which also made the package unbuildable 2016-05-14 12:54:37 +02:00
872ea1170d made Dungeoun.buildDungeon() avoid exceptions when parsing bad files 2016-05-14 12:45:59 +02:00