Commit Graph

168 Commits

Author SHA1 Message Date
ericnerdo
c425fb7fe8 Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt 2016-05-07 14:07:01 +02:00
ericnerdo
098f0cba62 Clients now can call getX and getY for objects which implement Drawer.
GapDrawer.java added
2016-05-07 14:04:05 +02:00
27de97aaad added GameoverCause.TIMEOUT to FlowOfTime's timeout call 2016-05-07 13:52:09 +02:00
ericnerdo
3ef7bdd411 Display.java added to store visual elements 2016-05-07 13:46:03 +02:00
7c3cbee3cc added GameoverCause to function sigtanures in Game 2016-05-07 13:43:26 +02:00
e3d720f611 added Test.java to .gitignore -- use this for quick&dirty local tests 2016-05-07 13:40:47 +02:00
e4e7367a82 added GameoverCause.java -- enum to indicate cause of Game's ending 2016-05-07 13:40:47 +02:00
446b2b57f3 implemented all the good stuff in FlowOfTime.java 2016-05-07 13:40:47 +02:00
ericnerdo
f728bd4667 Drawer interface added 2016-05-07 13:34:26 +02:00
ericnerdo
d228415e41 ImagePanel.java added to display images 2016-05-07 13:28:42 +02:00
Bokros Bálint
85ed728124 Cleaned up dungeons, which weren't properly verificated and validated 2016-05-07 13:03:01 +02:00
Bokros Bálint
412c37c1da Cleaned up Menu
Code Your Own Game
2016-05-07 13:02:35 +02:00
2d03e81f49 a glorious day for all mankind: Tester.java deleted for good 2016-05-07 12:47:50 +02:00
5b71d8847d added shitton of methods to graphics class diagram 2016-05-01 22:43:16 +02:00
71e9fcca9a Revert "made Game<->Control association oriented in graphics class diagram"
This reverts commit b7c26527b0.
2016-05-01 19:34:47 +02:00
b7c26527b0 made Game<->Control association oriented in graphics class diagram 2016-05-01 19:09:20 +02:00
25b35d7592 added GapDrawer to graphics class diagram 2016-05-01 16:45:14 +02:00
f6c43498bd added class diagram for graphics related stuff 2016-05-01 14:26:04 +02:00
1920b879a5 removed sysouts from tests, so that not working code seems working 2016-04-26 11:51:56 +02:00
Bokros Bálint
20dff9e8c6 Added error handling in Menu babylon stylez 2016-04-26 02:12:13 +02:00
Bokros Bálint
55940e42ae Added print to box methods in Menu 2016-04-26 02:08:26 +02:00
491924bdb4 implemeted runAllTests command in Menu 2016-04-26 01:41:46 +02:00
eb752eddbb fixed a bug where boxDrop J would call oneills method 2016-04-26 01:31:55 +02:00
d75a05f998 fixed moveTest 2016-04-26 01:26:23 +02:00
Bokros Bálint
f6bef6fdde Implemented Stargate spawning correctly
Or at least attemted to
2016-04-26 01:09:49 +02:00
Bokros Bálint
90a2b58c37 Fixed list methods in Menu 2016-04-26 01:09:49 +02:00
Bokros Bálint
e97d8c4c6d Fixed default Tile coordinates 2016-04-26 01:09:49 +02:00
ericnerdo
88f2c3103f Tester.java fixed 2016-04-26 01:02:01 +02:00
ericnerdo
651069d762 Merge branch 'cica'
Tester methods modified
2016-04-26 00:57:22 +02:00
ericnerdo
848350394f Tester methods modified 2016-04-26 00:46:09 +02:00
ericnerdo
b37606b86f attribute boolean destroyed and its getter added to PlayerBase 2016-04-26 00:44:47 +02:00
ericnerdo
e9303c68e4 getZPMCount() added to Player 2016-04-26 00:43:58 +02:00
Bokros Bálint
732d00bb23 Fixed NPE in Tile 2016-04-26 00:35:03 +02:00
Bokros Bálint
9436508c60 Fixed Menu 2016-04-26 00:34:46 +02:00
Hegedus Fanni
7c7c1ce9f9 added all test maps 2016-04-26 00:28:57 +02:00
ericnerdo
0b170e99e9 Tester.rotate() modified 2016-04-26 00:22:27 +02:00
1d2171b713 reimplemented most of buildDungeon: terrible code is now less terrible 2016-04-26 00:08:27 +02:00
ericnerdo
df953dc6fc Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt
Tester.testExtraZPMs() fixed
2016-04-26 00:01:18 +02:00
ericnerdo
1cbaec4d46 Tester.testExtraZPMs() fixed 2016-04-25 23:58:33 +02:00
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