Commit Graph

20 Commits

Author SHA1 Message Date
Siket Melinda Tekla 793761083a Comments added and IllegalStateException removed from Gate.java 2016-05-16 16:27:37 +02:00
ericnerdo 12ac49938d Gates' extraordinal behavior with boxes fixed. 2016-05-14 21:01:17 +02:00
Kjistóf 378f26fdff Closes #13. Boxes are now purrfectly stackable. 2016-05-14 19:47:29 +02:00
Bokros Bálint f8eb39d2fb Added missing override annotations 2016-05-14 13:47:14 +02:00
Bokros Bálint c4ed7807cb Simplified isSteppable in Gate 2016-05-14 13:11:10 +02:00
Bokros Bálint fd18cc72d0 Simplified onEntry in Gate 2016-05-14 13:09:25 +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 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
Bokros Bálint 1ab13398bb reformatted code 2016-04-24 23:01:34 +02:00
ericnerdo fd64fd9165 Gate - finished 2016-04-24 22:36:20 +02:00
Bokros Bálint 794378a919 Removed unneeded 'cicaprojekt.'-s from the project 2016-04-24 20:44:10 +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
ericnerdo d1d6e8b725 Boolean isOpen fixed
"return open" was in the middle of the code, I moved it to the end of it. Methods onEntry, onExit are still unfinished.
2016-04-22 10:38:18 +02:00
muskenum a30cb01cd0 Ready Gate except onEntry and onExit. 2016-04-21 23:39:00 +02:00
muskenum ab02de6e86 Finished Gate class, except onEntry and onExit. 2016-04-21 21:57:45 +02:00
Kjistóf 55cba088f9 fixed the order of echoes is several classes 2016-04-01 17:48:00 +02:00
Kjistóf 2afe3cda15 added echoes to Gate class 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