Commit Graph

179 Commits

Author SHA1 Message Date
Bokros Bálint 5e31be0bdb Added method testOnSequenceOfCommands, which is to be implemented 2016-04-25 23:54:46 +02:00
Bokros Bálint 074b8a90f2 Supressing error instead of fixing it 2016-04-25 23:53:20 +02:00
Bokros Bálint 0d770ace11 Throwing exceptions to caller instead of handling them
Because exception handling is for the weak
2016-04-25 23:52:24 +02:00
ericnerdo 0e5681ef7d Gate.getGateConnected() added 2016-04-25 23:45:03 +02:00
ericnerdo 71248fd666 Wall.onEntry() fixed 2016-04-25 23:38:22 +02:00
ericnerdo 67cbdc7ba7 methods modified in Tester, StarGate.toString() fixed 2016-04-25 23:31:29 +02:00
Bokros Bálint be87c7f18a Added missing semicolon 2016-04-25 23:19:01 +02:00
Bokros Bálint 55d56e41b2 Swapped unnecessary menu with another unnecessary menu 2016-04-25 23:08:53 +02:00
ericnerdo a4e3247aa6 test functions modified 2016-04-25 22:53:27 +02:00
Bokros Bálint 49601774ca Implemented boxDrop in Tester 2016-04-25 22:33:27 +02:00
Bokros Bálint 1653e7b0be Implemented boxLift in Tester 2016-04-25 22:33:12 +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 7549f9e502 Implemented listStargates 2016-04-25 21:53:16 +02:00
Bokros Bálint afbca7b80b Implemented toString in Stargate 2016-04-25 21:53:16 +02:00
Hegedus Fanni 70fd002f47 Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt 2016-04-25 21:48:28 +02:00
Hegedus Fanni 56c58ffcde added testBoxes test in Tester.java 2016-04-25 21:40:22 +02:00
mrtoth 00fba129e4 added getters & setters to Tile.x and Tile.y attributes 2016-04-25 21:33:54 +02:00
ericnerdo 41b132df46 boolean rotationTest() added to Tester 2016-04-25 21:27:10 +02:00
ericnerdo 1dfe318b10 boolean timeUpTest() added to Tester 2016-04-25 21:22:05 +02:00
Hegedus Fanni 19ff22905d Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt 2016-04-25 21:19:39 +02:00
Hegedus Fanni 518fdd0586 fixed typos in testExtraZPMs and testReplicatorPosition in Tester.java 2016-04-25 21:16:05 +02:00
Bokros Bálint 6810ec02bc Implemented rotate 2016-04-25 21:15:24 +02:00
ericnerdo fbdb7ba867 fixed fucked up merge 2016-04-25 21:11:37 +02:00
ericnerdo 934c358da8 Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt
boolean ZPMTest() added to Tester
2016-04-25 21:08:52 +02:00
Hegedus Fanni 806c6ae37c added replicatorPosition test in Tester.java 2016-04-25 21:05:24 +02:00
ericnerdo 0a240e59f9 boolean ZPMTest() added to Tester 2016-04-25 21:02:52 +02:00
Bokros Bálint 1b2c8c8478 Implemented shootONeillsGun 2016-04-25 21:02:30 +02:00
mrtoth 339df6af13 Dungeon.buildDungeon() now properly initializes Gaps & the Replicator 2016-04-25 20:59:28 +02:00
Hegedus Fanni 328107adb8 fixed extraZPMs test in Tester.java 2016-04-25 20:55:28 +02:00
ericnerdo 689e7c6324 Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt 2016-04-25 20:50:42 +02:00
ericnerdo 712f35f245 boolean gapTest() added to Tester 2016-04-25 20:49:01 +02:00
Bokros Bálint cf356806c5 Implemented move in Tester 2016-04-25 20:44:22 +02:00
ericnerdo 9e2a21f967 boolean testScalesAndGates() added to Tester 2016-04-25 20:40:56 +02:00
Hegedus Fanni 68c0dd96e3 added extraZPMs test to Tester.java 2016-04-25 20:32:58 +02:00
ericnerdo 1bf5df9b08 boolean moveTest() modified, boolean testStargates() added to Tester 2016-04-25 20:21:11 +02:00
Bokros Bálint d61be1d967 Players are now properly initialized 2016-04-25 20:02:48 +02:00
ericnerdo 9f5c310e12 boolean moveTest() was added to Test 2016-04-25 19:55:09 +02:00
mrtoth e8bdc59081 implemented Tester.runAllTests() and @Test annotation 2016-04-25 19:35:32 +02:00
Bokros Bálint 43653de8c9 Implemented listPlayers 2016-04-25 19:18:22 +02:00
Bokros Bálint c26b3ae75f Added toString to PlayerBase 2016-04-25 19:14:54 +02:00
Bokros Bálint c577bb1471 Added coords and toString to Tile 2016-04-25 19:14:08 +02:00
Bokros Bálint 7b531fecdd Refactored Player and PlayerBase ctors 2016-04-25 13:56:41 +02:00
Bokros Bálint 1a23abbe47 Added Tester class 2016-04-25 13:02:45 +02:00
mrtoth 82394cdca4 fixed parts of Dungeon.buildDungeon() fucked up by ericnerdo 2016-04-24 23:29:10 +02:00
Bokros Bálint 1ab13398bb reformatted code 2016-04-24 23:01:34 +02:00
mrtoth d0d656452c implemented PlayerBase.pickZPM() (former pickItem()) callback method 2016-04-24 22:50:49 +02:00
ericnerdo 69a2384160 Wall - finished 2016-04-24 22:37:27 +02:00
ericnerdo 1c8566d96c Scale - finished 2016-04-24 22:36:54 +02:00
ericnerdo fd64fd9165 Gate - finished 2016-04-24 22:36:20 +02:00