Commit Graph

15 Commits

Author SHA1 Message Date
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
Kjistóf d0d656452c implemented PlayerBase.pickZPM() (former pickItem()) callback method 2016-04-24 22:50:49 +02:00
ericnerdo a276a9e6e1 Field - finished 2016-04-24 22:27:30 +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
Kjistóf c19f437c21 fixed infinite recursion in Field.spawnStargate() 2016-04-01 17:59:53 +02:00
Bokros Bálint a06feaa0ca attempt to fix stargate spawning
still gives stackoverflow, as there's no stop condition
2016-04-01 17:59:53 +02:00
Kjistóf ddffc0f655 fixed nullptrexception on ONeill.boxLift() & ONeill.move()
static attribute Field.testfield now initializes properly
2016-04-01 17:59:53 +02:00
Bokros Bálint 59d03d193f added testField as a temporary measure
this field can be set as all adjacentFields in the skeleton
2016-04-01 17:59:53 +02:00
muskenum 0bd209e1f5 fixed echoes in the Field 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