Bokros Bálint
|
a7d6c604d8
|
Implemented Stargate shooting in Game
|
2016-05-07 17:45:06 +02:00 |
|
Bokros Bálint
|
070d3ef3f4
|
Added a map to Stargate
|
2016-05-07 17:45:06 +02:00 |
|
ericnerdo
|
ed45c604a4
|
PNG files for GUI added.
|
2016-05-07 17:43:55 +02:00 |
|
ericnerdo
|
316e6e60ea
|
ScaleDrawer.draw() modified.
|
2016-05-07 17:35:11 +02:00 |
|
ericnerdo
|
46d43ae4ed
|
WallDrawer.draw() fixed.
|
2016-05-07 17:21:46 +02:00 |
|
|
22553d657f
|
added proof of concept mouse listener to JList in ApplicationFrame
|
2016-05-07 17:08:35 +02:00 |
|
ericnerdo
|
04afbf83a4
|
GateDrawer.draw() modified
|
2016-05-07 17:05:40 +02:00 |
|
Bokros Bálint
|
d61b6af8ed
|
Implemented box operations
|
2016-05-07 16:51:20 +02:00 |
|
Bokros Bálint
|
f760ded0e4
|
Added hasBox to Player
|
2016-05-07 16:51:20 +02:00 |
|
ericnerdo
|
6edcffc586
|
ScaleDrawer.java added.
|
2016-05-07 16:47:57 +02:00 |
|
ericnerdo
|
96c3adba83
|
GateDrawer.java added.
|
2016-05-07 16:12:03 +02:00 |
|
|
5c32997f8b
|
ApplicationFrame now correctly displays menu with maps on run()
|
2016-05-07 16:10:56 +02:00 |
|
ericnerdo
|
46ced04536
|
FieldDrawer.draw() modified.
|
2016-05-07 15:47:43 +02:00 |
|
ericnerdo
|
c91a1d051c
|
Tile.hasBox() fixed.
|
2016-05-07 15:23:47 +02:00 |
|
ericnerdo
|
f11adc2fab
|
boolean hasZPM() and hasBox() added to Tile.java.
|
2016-05-07 15:22:42 +02:00 |
|
Bokros Bálint
|
645028bc94
|
Added keyboard input support for moving players and box operations
|
2016-05-07 15:20:20 +02:00 |
|
|
536081b015
|
started implementing ApplicationFrame.init() -- further work needed
|
2016-05-07 15:16:18 +02:00 |
|
ericnerdo
|
c157981253
|
Display.drawVisuals() now throws IOException.
|
2016-05-07 15:10:42 +02:00 |
|
ericnerdo
|
f4f118a9ba
|
draw() modified, Wall now shows stargates.
|
2016-05-07 15:08:13 +02:00 |
|
ericnerdo
|
39a082c2aa
|
Drawer.draw() now throws IOException.
|
2016-05-07 15:07:23 +02:00 |
|
ericnerdo
|
9e37f114d0
|
String getName() added to Stargate.java
|
2016-05-07 15:06:25 +02:00 |
|
ericnerdo
|
cd5b407fb3
|
Stargate getStargate() added to Wall.java.
|
2016-05-07 14:51:20 +02:00 |
|
ericnerdo
|
1c847c06ae
|
void changeImage(String path) added to ImagePanel.
|
2016-05-07 14:45:58 +02:00 |
|
ericnerdo
|
573518d14b
|
Heirs of ImagePanel now throw IOException.
|
2016-05-07 14:40:52 +02:00 |
|
ericnerdo
|
17d7f46d78
|
WallDrawer.java added
|
2016-05-07 14:29:36 +02:00 |
|
ericnerdo
|
cc5f21ab78
|
Display display added to Game.java
|
2016-05-07 14:24:23 +02:00 |
|
Bokros Bálint
|
6fb3f4fb17
|
Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt
|
2016-05-07 14:21:37 +02:00 |
|
ericnerdo
|
0b5ef542df
|
FieldDrawer.java added
|
2016-05-07 14:19:56 +02:00 |
|
Bokros Bálint
|
a458aba4dd
|
Added delay parameter to start of flowoftime
|
2016-05-07 14:19:53 +02:00 |
|
Bokros Bálint
|
bf191678a6
|
Merge branch 'master' into game
|
2016-05-07 14:18:43 +02:00 |
|
|
9e93cf8928
|
added ApplicationFrame.java -- to be implemented
|
2016-05-07 14:09:59 +02:00 |
|
ericnerdo
|
c425fb7fe8
|
Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt
|
2016-05-07 14:07:01 +02:00 |
|
Bokros Bálint
|
e98abbecac
|
Added FlowOfTime init in Game
|
2016-05-07 14:06:09 +02:00 |
|
Bokros Bálint
|
e1c6612356
|
Added lots'a init stuff in Game
|
2016-05-07 14:04:55 +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
|
96e53324e1
|
Removed main from Game.java
It gon' be called from Application anyway
|
2016-05-07 13:15:55 +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 |
|
muskenum
|
6f8eaf8c8b
|
Merge branch 'master' of https://github.com/bokrosbalint/cicaprojekt
|
2016-05-01 22:44:26 +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 |
|