Commit Graph

28 Commits

Author SHA1 Message Date
Siket Melinda Tekla 31691cee37 Comments added to Wall.java 2016-05-16 18:00:09 +02:00
Bokros Bálint ce5d34232c Wall now is steppable only if the stargate is open 2016-05-14 23:23:21 +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 f8eb39d2fb Added missing override annotations 2016-05-14 13:47:14 +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
Kjistóf 89a1da497f now "flying" Stargates destroy Replicators, and belonging bugfix
Game.playerBaseDestroyed() is not called everythime a PlayerBase is
destroyed.
2016-05-13 23:52:10 +02:00
Bokros Bálint 6700c33b8d Player is now floating between dimensions if the exit of the other stargate is blocked
also fixes #7
2016-05-13 20:48:48 +02:00
Bokros Bálint e3ce590d1d Fixed remaining errors with teleporting
closes #6
2016-05-13 20:27:05 +02:00
Bokros Bálint 595d5d6048 Stargates are now finally spawned correctly
Fixes #3
2016-05-13 19:15:53 +02:00
Bokros Bálint 314428b273 Refactored spawnStargate, with default implementation in base class 2016-05-13 18:38:56 +02:00
Kjistóf 06f4e32942 added method Tile.isSteppable() for obvious reasons... 2016-05-13 17:59:14 +02:00
ericnerdo cd5b407fb3 Stargate getStargate() added to Wall.java. 2016-05-07 14:51:20 +02:00
Bokros Bálint f6bef6fdde Implemented Stargate spawning correctly
Or at least attemted to
2016-04-26 01:09:49 +02:00
ericnerdo 71248fd666 Wall.onEntry() fixed 2016-04-25 23:38:22 +02:00
Bokros Bálint 1ab13398bb reformatted code 2016-04-24 23:01:34 +02:00
ericnerdo 69a2384160 Wall - finished 2016-04-24 22:37:27 +02:00
ericnerdo 64e6aec176 Implemented onExit in Wall 2016-04-24 18:38:39 +02:00
muskenum 13a8adec82 Deleted echoes from all classes 2016-04-24 18:21:01 +02:00
Kjistóf e041576547 made cosmetic changes to most of the files: unified coding style 2016-04-23 17:15:19 +02:00
Kjistóf 98d888b696 fixed the order of output identing in Wall.spawnStargate() 2016-04-23 13:35:53 +02:00
muskenum cfb630ff18 Little changing in the echoes of Wall
Megcseréltem a két részt, mert a metódus törzse az echo után jött csak.
2016-04-03 23:14:59 +02:00
hegedusfanni 120c459df9 added echo to Wall.clearStargate() method 2016-04-01 17:49:14 +02:00
Kjistóf 3262a0fa36 fixed echos in ZPM and Wall classes 2016-04-01 17:47:59 +02:00
Kjistóf bc314d466a added echos for methods in ZPM and Wall classes 2016-04-01 17:47:59 +02:00
ericnerdo 88b594b666 Initial commit
Base files for the project were added.

Update ONeill.java

Update Box.java

fixed everything, code now compiles correctly
2016-04-01 17:47:22 +02:00