Commit Graph

26 Commits

Author SHA1 Message Date
Siket Melinda Tekla 57c636d6a0 Comments added to Stargate.java 2016-05-16 20:49:08 +02:00
Bokros Bálint 5a617ed04f Fixed too many args in Stargate.toString 2016-05-14 13:20:38 +02:00
Bokros Bálint 2aeb5b4503 Simplified if statement in setCurrentWall in Stargate 2016-05-14 13:19:24 +02:00
Kjistóf 9d551ad376 fixed a bug where Stargate.teleport() wouldn't call Tile.onEntry() 2016-05-14 00:03:47 +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 d1a20ff5dc Added isSpawned method to Stargate 2016-05-13 19:15:28 +02:00
Kjistóf a1f5c55f41 removed unnecessary TODOs from code 2016-05-13 17:13:26 +02:00
Bokros Bálint 070d3ef3f4 Added a map to Stargate 2016-05-07 17:45:06 +02:00
ericnerdo 9e37f114d0 String getName() added to Stargate.java 2016-05-07 15:06:25 +02:00
Bokros Bálint f6bef6fdde Implemented Stargate spawning correctly
Or at least attemted to
2016-04-26 01:09:49 +02:00
ericnerdo 67cbdc7ba7 methods modified in Tester, StarGate.toString() fixed 2016-04-25 23:31:29 +02:00
Bokros Bálint 9013bd44d7 Implemented teleport in Stargate 2016-04-25 22:16:18 +02:00
Bokros Bálint 2f5f93dd86 Fixed isOpen in Stargate 2016-04-25 22:15:56 +02:00
Bokros Bálint afbca7b80b Implemented toString in Stargate 2016-04-25 21:53:16 +02:00
Bokros Bálint 1ab13398bb reformatted code 2016-04-24 23:01:34 +02:00
Bokros Bálint b32fec8c52 Stargate's isSpawned attribute is now properly initialized 2016-04-24 20:10:31 +02:00
Bokros Bálint c6a0b984eb Added red and green Stargates 2016-04-24 20:09:53 +02:00
Bokros Bálint 708ad09c5e Cosmetic fixes in Stargate 2016-04-24 20:09:02 +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
Bokros Bálint 5ece8b8f27 Stargate isn't initialized with nullpointers now 2016-04-01 17:59:53 +02:00
Kjistóf 65436b2ed4 setCurrentWall now doesn't use nonexistent methods 2016-04-01 17:59:42 +02:00
hegedusfanni 50456d092a added echoes to the Stargate 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