Commit graph

138 commits

Author SHA1 Message Date
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
4f024dbb39 chore: remove old choregraphy system from heroes' actors 2020-07-25 08:43:15 +02:00
Kazhnuz
eec4ef060b feat(cbs/choregraphy): add some basic steps 2020-07-24 21:54:12 +02:00
Kazhnuz
bb3d823404 chore(cbs/heroactor): first round of dead code cleanup 2020-07-24 20:04: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
6bca41d794 chore: first round of actor cleanup
There is still a lot of work though
2020-07-19 17:06:17 +02:00
Kazhnuz
a41aabbd7d chore: drop the grid/cursor system 2020-07-19 17:02:00 +02:00
Kazhnuz
5e1ee752ac fix: readd fighter removal 2020-07-19 16:57:58 +02:00
Kazhnuz
8512ab3c26 chore: adapt the world to the new turnSystem 2020-07-19 16:57:38 +02:00
Kazhnuz
d8dafdfe48 improvement(cbs): precalculate the map 2020-07-19 16:49:14 +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
b413946368 chore: completely extract the choregraphy system from actor 2020-05-02 13:01:43 +02:00
Kazhnuz
08ff743754 chore: separate statusbar handling from heroes 2020-05-01 17:04:17 +02:00
Kazhnuz
84cab7c92a fix: adapt HUD to new turn system 2020-05-01 16:15:39 +02:00
Kazhnuz
34eb8e5ba5 chore: separate turns from world 2020-05-01 14:50:21 +02:00
Kazhnuz
873cf12140 chore: separate HUD from world logic 2020-05-01 14:19:00 +02:00
Kazhnuz
9ed44ecabe chore(cbs): add another motobug for test purpose 2019-08-31 21:28:34 +02:00
Kazhnuz
4abfe43a50 feat(game/gui): prepare adding textbox support 2019-08-31 21:03:17 +02:00
Kazhnuz
d097552298 improvement(cbs): handle better when the character haven't moved 2019-08-31 17:39:22 +02:00
Kazhnuz
daac217c6c improvement(cbs): make cleaner jumps 2019-08-31 17:30:56 +02:00
Kazhnuz
ae47502dbf improvement(cbs): moar sfx 2019-08-31 15:44:34 +02:00
Kazhnuz
2d462dc7f7 improvement(cbs): make skills' name fit into the list 2019-08-31 15:04:44 +02:00
Kazhnuz
d39440fa29 chore(cbs/menu): refactor the menu system to make adding widget simpler 2019-08-31 14:09:48 +02:00
Kazhnuz
7927146864 fix(cbs/cursor): only accept input when cursor stand still 2019-08-31 11:25:26 +02:00
Kazhnuz
b38d478d5a fix(hero): round position at turn start 2019-08-31 11:18:56 +02:00
Kazhnuz
da3ab42f32 fix(cbs): fix an hiccup 2019-08-25 16:01:09 +02:00
Kazhnuz
737d0e5a69 fix(cbs): add a minimal duration to moving 2019-08-25 16:00:21 +02:00
Kazhnuz
86b5ad1cae improvement(cbs): rework the choregraphy system 2019-08-25 15:54:26 +02:00
Kazhnuz
325964a47b feat(cbs): add targeting support to skills 2019-08-25 10:38:06 +02:00
Kazhnuz
be4504ff2b feat(cbs): new damage functions for choregraphies 2019-08-24 22:21:07 +02:00
Kazhnuz
163e122b97 fix(cbs): fix a crash when the character try to go to its position 2019-08-24 21:49:16 +02:00
Kazhnuz
3d269dca4a feat(cbs): add jumpBack and dashForward choregraphy actions 2019-08-24 21:46:59 +02:00
Kazhnuz
04817f1e51 improvement(cbs): rework effect grid 2019-08-24 21:10:41 +02:00
Kazhnuz
27876928ab improvement(cbs): improve character moving functions 2019-08-24 21:06:05 +02:00
Kazhnuz
a2b24e3963 feat(cbs): add a jump system 2019-08-24 16:13:22 +02:00
Kazhnuz
c78aa214ae chore:refactor the hero system to remove currentAction function 2019-08-24 15:44:07 +02:00
Kazhnuz
3ab6a0e6e2 improvement(cbs): rework the grid system 2019-08-22 22:40:31 +02:00
Kazhnuz
9c91c0a946 fix(cbs): fix effectGrid drawing 2019-08-22 22:16:00 +02:00
Kazhnuz
a1d0cd0225 feat(cbs/utils): add a way to automatically get a map from a mask 2019-08-22 22:04:38 +02:00