Commit Graph

420 Commits

Author SHA1 Message Date
Bokros Bálint 893294b227 Replaced local copy of background music with a remotely stored one 2016-05-15 20:19:44 +02:00
muskenum 99e22292fe Added bonus multi map to repo
én=beteg
2016-05-15 19:58:03 +02:00
muskenum b44a14523d Revert "Fixed ZPM spawn on Fields with Boxes"
This reverts commit 7cbb201451.
2016-05-15 18:44:20 +02:00
muskenum 7cbb201451 Fixed ZPM spawn on Fields with Boxes
Olyan mezőre is rakott ZPM-et, ahol doboz volt, így nem lehetett látni, hogy van-e ott ZPM.
2016-05-15 16:41:44 +02:00
muskenum a048de80a8 Changed map name MapM3
Az egységes elnevezési konvenciók miatt.
2016-05-15 16:15:14 +02:00
muskenum 6b485dcfc0 Changed map name
Az egységes elnevezési konvenciók miatt.
2016-05-15 16:14:21 +02:00
muskenum 9001fae775 Changed map name
Az egységes elnevezési konvenciók miatt
2016-05-15 16:13:29 +02:00
muskenum da4f2fc296 Wrong Tiletype fixed in MapM4
El volt írva az egyik mező
2016-05-15 16:10:28 +02:00
muskenum 627a5b3e01 Wonderful new multiplayer map
Volt régen a bombás játék, az ihletett...
2016-05-15 16:08:15 +02:00
ericnerdo e16aa6824a GenerateZPM fixed, now it doesn't reach infinite purrs. 2016-05-15 13:11:18 +02:00
Kjistóf 4054d4a728 fixed everything related to the end of the game 2016-05-15 00:04:42 +02:00
muskenum 15d964468c Added new multiplayer map
a dándzsönök dándzsönje
2016-05-15 00:04:31 +02:00
Kjistóf 0f15ee6e89 now generated ZPMs count into game win requirements 2016-05-14 23:27:11 +02:00
Bokros Bálint ce5d34232c Wall now is steppable only if the stargate is open 2016-05-14 23:23:21 +02:00
ericnerdo b92f164948 ZPM generation fixed. 2016-05-14 23:19:11 +02:00
Kjistóf 74a34e61ad fixed a bug where a Player would win the game twice 2016-05-14 22:46:04 +02:00
ericnerdo 68253e7a5b A ZPM is generated after every 2 picked up ZPMs. 2016-05-14 22:39:07 +02:00
Hegedus Fanni 97622f7298 modified MapS1.dungeon 2016-05-14 21:48:52 +02:00
Kjistóf 5af0bcfd76 implemented end of games properly 2016-05-14 21:32:08 +02:00
Kjistóf 5acae3c527 fixed a bug where AbstractDrawer would load images several times 2016-05-14 21:04:13 +02:00
ericnerdo 12ac49938d Gates' extraordinal behavior with boxes fixed. 2016-05-14 21:01:17 +02:00
Kjistóf 47b894f99e rewritten AbstractDrawer to use ImageStorage 2016-05-14 20:48:48 +02:00
Kjistóf a7a530a9aa added ImageStorage to precache images to remove IO bottleneck 2016-05-14 20:48:48 +02:00
Hegedus Fanni 8c40c924d3 added MapS2.dungeon 2016-05-14 20:46:43 +02:00
Hegedus Fanni 9e4140fa88 modified MapS1.dungeon 2016-05-14 20:35:39 +02:00
ericnerdo 743686aa8e Open Gates now handle boxes visually. 2016-05-14 20:33:36 +02:00
Hegedus Fanni 1aa6d3b837 added MapS1.dungeon 2016-05-14 20:33:01 +02:00
muskenum c7ae57688a 3 multiplayer maps added
Cooperation, Live to Win, Race
2016-05-14 20:16:28 +02:00
Hegedus Fanni 9113c20ca9 added OpenGate_Box.png to the root 2016-05-14 20:06:06 +02:00
Kjistóf 378f26fdff Closes #13. Boxes are now purrfectly stackable. 2016-05-14 19:47:29 +02:00
Kjistóf 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
Bokros Bálint da5640592d Removed unnecessary, but compile-breaking import by Kjizstov 2016-05-14 18:46:59 +02:00
Kjistóf f16571390d now Display's visuals are in order 2016-05-14 18:46:59 +02:00
Kjistóf 759322c6e1 added setters to Tiles in Gate&ScaleDrawer classes 2016-05-14 18:46:59 +02:00
Hegedus Fanni ed96c6c640 added MapF2.dungeon 2016-05-14 18:46:59 +02:00
Hegedus Fanni 5b0d134f0f added MapF1.dungeon 2016-05-14 18:46:59 +02:00
Kjistóf 9e81e7cb3d fixed bug where non square shaped maps wouldn't load 2016-05-14 18:46:59 +02:00
Kjistóf 23271cc086 fixed bug where Tiles would be replaced with Fields on PlayerBase.destroy() 2016-05-14 18:46:59 +02:00
ericnerdo 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
Bokros Bálint 2b81b8ae03 Removed redundant initialization 2016-05-14 13:48:19 +02:00
Bokros Bálint f8eb39d2fb Added missing override annotations 2016-05-14 13:47:14 +02:00
Bokros Bálint b02a5756a5 Removed unnecessary semicolon from GameoverCause enum 2016-05-14 13:44:45 +02:00
Bokros Bálint aa22ef49f0 Removed unnecessary modifier in Pickable interface 2016-05-14 13:43:57 +02:00
Bokros Bálint eb7ac569b8 Refactored dimension int local variable 2016-05-14 13:33:09 +02:00
Bokros Bálint aef1c12b22 Made filelist a local variable in AF 2016-05-14 13:29:24 +02:00
Bokros Bálint 657aff15f9 Made enclosed model objects private in all drawers 2016-05-14 13:27:34 +02:00
Bokros Bálint 27fa81c601 Simplified onEntry in Wall 2016-05-14 13:25:04 +02:00
Bokros Bálint c2053fae96 Simplified isSteppable in Wall 2016-05-14 13:23:59 +02:00
Bokros Bálint 92f894c5a5 Removed unnecessary return from spawnStargate 2016-05-14 13:23:20 +02:00
Bokros Bálint cb26b8e97d Simplified hasZPM in Tile 2016-05-14 13:22:22 +02:00