Commit Graph

22 Commits

Author SHA1 Message Date
Siket Melinda Tekla 8e4ed87c9a Comments added to Scale.java 2016-05-16 18:00:09 +02:00
ericnerdo b92f164948 ZPM generation fixed. 2016-05-14 23:19:11 +02:00
Bokros Bálint 57543ff23c Removed unnecessary method from Scale 2016-05-14 13:19:24 +02:00
Bokros Bálint 4aed0db284 Simplified if statement in isSteppable in Scale 2016-05-14 13:19:24 +02:00
Bokros Bálint 43686db0b0 Replaced explicit type argument with diamond expression 2016-05-14 13:19:24 +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
Kjistóf 2fdb311315 Fixed a bug where an equal Scale treshold wouldn't open Gates. 2016-05-13 18:47:26 +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 0e5681ef7d Gate.getGateConnected() added 2016-04-25 23:45:03 +02:00
Bokros Bálint 1ab13398bb reformatted code 2016-04-24 23:01:34 +02:00
ericnerdo 1c8566d96c Scale - finished 2016-04-24 22:36:54 +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 9d5be2a0db changed ident to 4spaces instead of tabs in Scale, also made cosmetic changes 2016-04-23 13:28:38 +02:00
Kjistóf 1f2903272e removed terrible abusion of underscore paradigm in Scale ctor. 2016-04-23 13:24:26 +02:00
Bokros Bálint b8b79db028 Added threshold initialization to ctor 2016-04-19 11:46:59 +02:00
Bokros Bálint db54dcdd1d Implemented stack in Scale
Implemented a stack of items on the Scale, instead of one item, change was needed due to the modified specification
2016-04-19 11:31:56 +02:00
muskenum 562015b7ab added Scale constructor 2016-04-01 17:51:58 +02:00
Kjistóf 55cba088f9 fixed the order of echoes is several classes 2016-04-01 17:48:00 +02:00
Kjistóf a8ff7df705 added echoes to the Scale class 2016-04-01 17:48:00 +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