Commit Graph

  • e63a62893e PlayerBaseDrawer.java added. ericnerdo 2016-05-07 22:27:16 +0200
  • 25fd8189d2 PlayerDrawer.java added. ericnerdo 2016-05-07 22:19:55 +0200
  • c854a1ed37 Drawers fixed from Babylonian errors (JComponent also has getX, getY). ericnerdo 2016-05-07 20:15:08 +0200
  • 0d31d8c79b Revert "Drawers refactored. Imageloading is now in the Drawers instead of" ericnerdo 2016-05-07 20:12:49 +0200
  • 3268268dc2 Drawers refactored. Imageloading is now in the Drawers instead of inheriting from ImagePanel. ImagePanel.java deleted. ericnerdo 2016-05-07 19:41:57 +0200
  • 3a9c615b48 fixed a bug, where Gates would not initialize (Dungeon.buildDungeon()) Kjistóf 2016-05-07 19:17:14 +0200
  • 3d81dc6c65 Dungeon.buildDungeon() now correctly sets Display up Kjistóf 2016-05-07 19:15:19 +0200
  • 1f02ffc892 added Game reference to ApplicationFrame Kjistóf 2016-05-07 17:46:43 +0200
  • 1c4488d710 Added keyboard input support for shooting stargates Bokros Bálint 2016-05-07 17:44:20 +0200
  • a7d6c604d8 Implemented Stargate shooting in Game Bokros Bálint 2016-05-07 17:41:25 +0200
  • 070d3ef3f4 Added a map to Stargate Bokros Bálint 2016-05-07 17:40:30 +0200
  • ed45c604a4 PNG files for GUI added. ericnerdo 2016-05-07 17:43:55 +0200
  • 316e6e60ea ScaleDrawer.draw() modified. ericnerdo 2016-05-07 17:35:11 +0200
  • 46d43ae4ed WallDrawer.draw() fixed. ericnerdo 2016-05-07 17:21:46 +0200
  • 22553d657f added proof of concept mouse listener to JList in ApplicationFrame Kjistóf 2016-05-07 17:07:27 +0200
  • 04afbf83a4 GateDrawer.draw() modified ericnerdo 2016-05-07 17:05:40 +0200
  • d61b6af8ed Implemented box operations Bokros Bálint 2016-05-07 16:22:59 +0200
  • f760ded0e4 Added hasBox to Player Bokros Bálint 2016-05-07 16:19:57 +0200
  • 6edcffc586 ScaleDrawer.java added. ericnerdo 2016-05-07 16:47:57 +0200
  • 96c3adba83 GateDrawer.java added. ericnerdo 2016-05-07 16:08:25 +0200
  • 5c32997f8b ApplicationFrame now correctly displays menu with maps on run() Kjistóf 2016-05-07 16:10:00 +0200
  • 46ced04536 FieldDrawer.draw() modified. ericnerdo 2016-05-07 15:47:43 +0200
  • c91a1d051c Tile.hasBox() fixed. ericnerdo 2016-05-07 15:23:47 +0200
  • f11adc2fab boolean hasZPM() and hasBox() added to Tile.java. ericnerdo 2016-05-07 15:22:42 +0200
  • 645028bc94 Added keyboard input support for moving players and box operations Bokros Bálint 2016-05-07 15:19:58 +0200
  • 536081b015 started implementing ApplicationFrame.init() -- further work needed Kjistóf 2016-05-07 15:15:44 +0200
  • c157981253 Display.drawVisuals() now throws IOException. ericnerdo 2016-05-07 15:10:42 +0200
  • f4f118a9ba draw() modified, Wall now shows stargates. ericnerdo 2016-05-07 15:08:13 +0200
  • 39a082c2aa Drawer.draw() now throws IOException. ericnerdo 2016-05-07 15:07:23 +0200
  • 9e37f114d0 String getName() added to Stargate.java ericnerdo 2016-05-07 15:06:25 +0200
  • cd5b407fb3 Stargate getStargate() added to Wall.java. ericnerdo 2016-05-07 14:51:20 +0200
  • 1c847c06ae void changeImage(String path) added to ImagePanel. ericnerdo 2016-05-07 14:45:58 +0200
  • 573518d14b Heirs of ImagePanel now throw IOException. ericnerdo 2016-05-07 14:40:52 +0200
  • 17d7f46d78 WallDrawer.java added ericnerdo 2016-05-07 14:29:36 +0200
  • cc5f21ab78 Display display added to Game.java ericnerdo 2016-05-07 14:24:23 +0200
  • 6fb3f4fb17 Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt Bokros Bálint 2016-05-07 14:21:37 +0200
  • 0b5ef542df FieldDrawer.java added ericnerdo 2016-05-07 14:19:56 +0200
  • a458aba4dd Added delay parameter to start of flowoftime Bokros Bálint 2016-05-07 14:19:53 +0200
  • bf191678a6 Merge branch 'master' into game Bokros Bálint 2016-05-07 14:18:43 +0200
  • 9e93cf8928 added ApplicationFrame.java -- to be implemented Kjistóf 2016-05-07 14:09:39 +0200
  • c425fb7fe8 Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt ericnerdo 2016-05-07 14:07:01 +0200
  • e98abbecac Added FlowOfTime init in Game Bokros Bálint 2016-05-07 14:06:09 +0200
  • e1c6612356 Added lots'a init stuff in Game Bokros Bálint 2016-05-07 14:04:42 +0200
  • 098f0cba62 Clients now can call getX and getY for objects which implement Drawer. GapDrawer.java added ericnerdo 2016-05-07 14:04:05 +0200
  • 27de97aaad added GameoverCause.TIMEOUT to FlowOfTime's timeout call Kjistóf 2016-05-07 13:51:05 +0200
  • 3ef7bdd411 Display.java added to store visual elements ericnerdo 2016-05-07 13:46:03 +0200
  • 7c3cbee3cc added GameoverCause to function sigtanures in Game Kjistóf 2016-05-07 13:43:26 +0200
  • e3d720f611 added Test.java to .gitignore -- use this for quick&dirty local tests Kjistóf 2016-05-07 13:38:34 +0200
  • e4e7367a82 added GameoverCause.java -- enum to indicate cause of Game's ending Kjistóf 2016-05-07 13:36:38 +0200
  • 446b2b57f3 implemented all the good stuff in FlowOfTime.java Kjistóf 2016-05-07 13:35:20 +0200
  • f728bd4667 Drawer interface added ericnerdo 2016-05-07 13:34:26 +0200
  • d228415e41 ImagePanel.java added to display images ericnerdo 2016-05-07 13:28:42 +0200
  • 96e53324e1 Removed main from Game.java Bokros Bálint 2016-05-07 13:15:55 +0200
  • 85ed728124 Cleaned up dungeons, which weren't properly verificated and validated Bokros Bálint 2016-05-07 12:55:49 +0200
  • 412c37c1da Cleaned up Menu Bokros Bálint 2016-05-07 12:53:01 +0200
  • 2d03e81f49 a glorious day for all mankind: Tester.java deleted for good Kjistóf 2016-05-07 12:46:34 +0200
  • 6f8eaf8c8b Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt muskenum 2016-05-01 22:44:26 +0200
  • 5b71d8847d added shitton of methods to graphics class diagram Kjistóf 2016-05-01 22:43:16 +0200
  • 71e9fcca9a Revert "made Game<->Control association oriented in graphics class diagram" Kjistóf 2016-05-01 19:34:47 +0200
  • 1ef2a0f898 Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt muskenum 2016-05-01 19:11:06 +0200
  • b7c26527b0 made Game<->Control association oriented in graphics class diagram Kjistóf 2016-05-01 19:09:20 +0200
  • d6343895a0 Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt muskenum 2016-05-01 17:22:23 +0200
  • 25b35d7592 added GapDrawer to graphics class diagram Kjistóf 2016-05-01 16:45:14 +0200
  • 296fa45c54 Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt muskenum 2016-05-01 14:56:24 +0200
  • f6c43498bd added class diagram for graphics related stuff Kjistóf 2016-05-01 14:13:40 +0200
  • 1920b879a5 removed sysouts from tests, so that not working code seems working Kjistóf 2016-04-26 11:51:56 +0200
  • 20dff9e8c6 Added error handling in Menu babylon stylez Bokros Bálint 2016-04-26 02:12:13 +0200
  • 55940e42ae Added print to box methods in Menu Bokros Bálint 2016-04-26 02:08:26 +0200
  • 491924bdb4 implemeted runAllTests command in Menu Kjistóf 2016-04-26 01:41:46 +0200
  • eb752eddbb fixed a bug where boxDrop J would call oneills method Kjistóf 2016-04-26 01:31:55 +0200
  • d75a05f998 fixed moveTest Kjistóf 2016-04-26 01:26:23 +0200
  • f6bef6fdde Implemented Stargate spawning correctly Bokros Bálint 2016-04-26 01:08:37 +0200
  • 90a2b58c37 Fixed list methods in Menu Bokros Bálint 2016-04-26 01:07:40 +0200
  • e97d8c4c6d Fixed default Tile coordinates Bokros Bálint 2016-04-26 01:06:29 +0200
  • 88f2c3103f Tester.java fixed ericnerdo 2016-04-26 01:02:01 +0200
  • 651069d762 Merge branch 'cica' ericnerdo 2016-04-26 00:57:22 +0200
  • 848350394f Tester methods modified ericnerdo 2016-04-26 00:46:09 +0200
  • b37606b86f attribute boolean destroyed and its getter added to PlayerBase ericnerdo 2016-04-26 00:44:47 +0200
  • e9303c68e4 getZPMCount() added to Player ericnerdo 2016-04-26 00:43:58 +0200
  • 732d00bb23 Fixed NPE in Tile Bokros Bálint 2016-04-26 00:35:03 +0200
  • 9436508c60 Fixed Menu Bokros Bálint 2016-04-26 00:34:46 +0200
  • 7c7c1ce9f9 added all test maps Hegedus Fanni 2016-04-26 00:28:57 +0200
  • 0b170e99e9 Tester.rotate() modified ericnerdo 2016-04-26 00:22:27 +0200
  • 1d2171b713 reimplemented most of buildDungeon: terrible code is now less terrible Kjistóf 2016-04-26 00:07:05 +0200
  • df953dc6fc Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt ericnerdo 2016-04-26 00:01:18 +0200
  • 1cbaec4d46 Tester.testExtraZPMs() fixed ericnerdo 2016-04-25 23:58:33 +0200
  • 5e31be0bdb Added method testOnSequenceOfCommands, which is to be implemented Bokros Bálint 2016-04-25 23:54:15 +0200
  • 074b8a90f2 Supressing error instead of fixing it Bokros Bálint 2016-04-25 23:53:20 +0200
  • 0d770ace11 Throwing exceptions to caller instead of handling them Bokros Bálint 2016-04-25 23:52:16 +0200
  • 0e5681ef7d Gate.getGateConnected() added ericnerdo 2016-04-25 23:45:03 +0200
  • 71248fd666 Wall.onEntry() fixed ericnerdo 2016-04-25 23:38:22 +0200
  • 67cbdc7ba7 methods modified in Tester, StarGate.toString() fixed ericnerdo 2016-04-25 23:29:54 +0200
  • be87c7f18a Added missing semicolon Bokros Bálint 2016-04-25 23:19:01 +0200
  • 55d56e41b2 Swapped unnecessary menu with another unnecessary menu Bokros Bálint 2016-04-25 23:07:49 +0200
  • a4e3247aa6 test functions modified ericnerdo 2016-04-25 22:52:27 +0200
  • 49601774ca Implemented boxDrop in Tester Bokros Bálint 2016-04-25 22:33:27 +0200
  • 1653e7b0be Implemented boxLift in Tester Bokros Bálint 2016-04-25 22:33:12 +0200
  • 9013bd44d7 Implemented teleport in Stargate Bokros Bálint 2016-04-25 22:16:18 +0200
  • 2f5f93dd86 Fixed isOpen in Stargate Bokros Bálint 2016-04-25 22:15:56 +0200
  • 7549f9e502 Implemented listStargates Bokros Bálint 2016-04-25 21:52:55 +0200