Commit graph

46 commits

Author SHA1 Message Date
Kazhnuz
5139d9727d fix: add damage number system
Fix #39
2020-08-22 23:53:13 +02:00
Kazhnuz
4ff4c989d4 fix: correctly apply death at start of battle
Fix #28
2020-08-22 23:28:05 +02:00
Kazhnuz
9326a5dc91 fix: change the randomseed before each battle
Fix #42
2020-08-22 23:17:25 +02:00
Kazhnuz
5d90ead710 feat: add basis for item handling 2020-08-22 23:10:22 +02:00
Kazhnuz
04ae4ef657 feat: add cheapEffect
Fix #26
2020-08-07 13:15:04 +02:00
Kazhnuz
58cd72ac45 feat: add basic game over scene 2020-08-07 11:17:10 +02:00
Kazhnuz
697426f4d1 feat: finish victory screen
Fix #11
2020-08-06 19:10:54 +02:00
Kazhnuz
b530a09119 feat: add badnics icon 2020-08-05 11:54:39 +02:00
Kazhnuz
a2d0975cde feat: add damage and ko
Fix #27
2020-08-05 11:40:29 +02:00
Kazhnuz
ed70bb6550 feat: add basic ennemy attack system
Fix #8
2020-08-05 09:25:38 +02:00
Kazhnuz
a686baf089 fix: don't hardcode directions 2020-08-04 22:40:58 +02:00
Kazhnuz
5d34f55b23 feat: improve battle hud spacing
Fix #22
2020-08-04 18:50:36 +02:00
Kazhnuz
58264e2a19 feat: add battle definition files
Fix #9
2020-08-04 17:50:03 +02:00
Kazhnuz
955d8d33d9 chore: make the statusbar independant of the battle system 2020-08-03 09:24:52 +02:00
Kazhnuz
786dc78a13 chore: make simplehpbar and statusbar part of common stuff 2020-08-03 09:11:31 +02:00
Kazhnuz
4bd178112f fix: restore music and voice on battle 2020-08-02 21:00:09 +02:00
Kazhnuz
242e90c803 fix: make emblem and icon character-dependent 2020-08-02 16:43:15 +02:00
Kazhnuz
227b2bbf1e feat: add qte base 2020-07-31 21:00:31 +02:00
Kazhnuz
b95ad72dcb feat: add basic qte framework 2020-07-31 20:06:35 +02:00
Kazhnuz
6cf1df4d5b feat: improve HUD and menus placement 2020-07-25 17:50:44 +02:00
Kazhnuz
f3d44e06d1 feat: add a way to wait for the end of something already started 2020-07-25 17:03:37 +02:00
Kazhnuz
cce03643f6 improvement: revamp the whole motion system 2020-07-25 16:47:29 +02:00
Kazhnuz
7364e5c206 feat: add more coordinate system 2020-07-25 16:46:46 +02:00
Kazhnuz
1acada1b51 fix: re-add victory condition 2020-07-25 12:15:50 +02:00
Kazhnuz
40b362543a fix: only get potential targets for the selection system 2020-07-25 12:09:50 +02:00
Kazhnuz
d40112ba31 improvement: handle better defeated fighter turns 2020-07-25 12:03:14 +02:00
Kazhnuz
4ab2e72231 fix: make nil action and choregraphy when they are finished 2020-07-25 11:38:59 +02:00
Kazhnuz
6e012ba46c fix: replace actor after choregraphy 2020-07-25 10:25:00 +02:00
Kazhnuz
df6e283013 fix: last missing step currently done 2020-07-25 10:24:32 +02:00
Kazhnuz
75914d694d chore: hook up the damage system to the choregraphy system 2020-07-25 08:44:59 +02:00
Kazhnuz
d69255ead0 chore: put the damage handling system inside fighters and not actors 2020-07-25 08:44:03 +02:00
Kazhnuz
eec4ef060b feat(cbs/choregraphy): add some basic steps 2020-07-24 21:54:12 +02:00
Kazhnuz
799a532523 chore: extract voice system from actor 2020-07-24 19:55:11 +02:00
Kazhnuz
bf23dd2056 chore: extract hp management from actor 2020-07-24 19:49:24 +02:00
Kazhnuz
2e38b31dea feat: hook up the choregraphy system to the actions 2020-07-24 19:20:48 +02:00
Kazhnuz
a5ec563480 feat: initial version of the new choregraphy system 2020-07-24 19:16:33 +02:00
Kazhnuz
fcdd10484f feat: add basic skill actions 2020-07-20 12:24:26 +02:00
Kazhnuz
9ece46fbb5 feat: add the basic action selection system 2020-07-19 22:38:59 +02:00
Kazhnuz
eb1113064d fix: faster placeholder waiting time 2020-07-19 21:46:17 +02:00
Kazhnuz
649bb561da feat: simple selection system 2020-07-19 21:41:14 +02:00
Kazhnuz
f3cfaf9ac2 fix: adapt the menu system to the new concept 2020-07-19 18:09:53 +02:00
Kazhnuz
5e1ee752ac fix: readd fighter removal 2020-07-19 16:57:58 +02:00
Kazhnuz
1f3d07c223 improvement(cbs): let the turn controller handle the hud 2020-07-19 16:20:57 +02:00
Kazhnuz
99ce270a48 improvement(cbs): refonte du système de tour 2020-07-19 15:07:35 +02:00
Kazhnuz
fa6e6c2bc4 chore: more code extraction 2020-07-18 09:51:02 +02:00
Kazhnuz
34eb8e5ba5 chore: separate turns from world 2020-05-01 14:50:21 +02:00