Commit graph

466 commits

Author SHA1 Message Date
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
651eaaaa90 improvement(timer): remove unused logs 2019-08-24 21:05:30 +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
Kazhnuz
24b26cc9fc improvement(cbs): use the new skill handling system 2019-08-22 22:04:14 +02:00
Kazhnuz
a439c308d6 feat(game): add an initial skill handling system 2019-08-22 21:33:13 +02:00
Kazhnuz
c3451807ce fix(skills): use the right datas 2019-08-22 21:32:52 +02:00
Kazhnuz
76eb9b1482 feat(core/menusystem): make work the selectAction 2019-08-22 21:31:56 +02:00
Kazhnuz
42837c6fbd feat(sonic): add spinning animations 2019-08-22 17:32:05 +02:00
Kazhnuz
df883dcf32 improvement(cbs): comment out the move voice effect 2019-08-19 20:41:47 +02:00
Kazhnuz
5c7f429fa4 improvement(sonic): improve Sonic attakc speed animation 2019-08-19 16:47:47 +02:00
Kazhnuz
2658a6b54f feat(cbs): add sfx playing to choregraphies 2019-08-19 16:46:30 +02:00
Kazhnuz
851a3d9804 improvement: make sure that the hit gfx appear *when* the attack connect 2019-08-19 16:39:23 +02:00
Kazhnuz
d84001c150 feat(cbs): start adding character voices 2019-08-19 15:34:52 +02:00
Kazhnuz
7a8696726b feat(cbs): add music 2019-08-19 12:00:24 +02:00
Kazhnuz
a60f6ade6c feat(cbs): add condition to choregraphy system 2019-08-19 11:54:06 +02:00
Kazhnuz
56e9af6ac3 feat(cbs): add a skill system, and adapt the basic attack to use it 2019-08-18 19:02:14 +02:00
Kazhnuz
1217ec0d10 feat(hero): wait a bit before use the switchActiveBattler function 2019-08-18 16:46:57 +02:00
Kazhnuz
6c81408126 feat(tweens): add a timer system to the tween manager 2019-08-18 16:46:07 +02:00
Kazhnuz
9633973792 feat(titlescreen): rework the title screen 2019-08-17 15:59:53 +02:00
Kazhnuz
6418b77b39 feat(tweenmanager): add a switch system 2019-08-17 15:51:02 +02:00
Kazhnuz
fcd1288ebf improvement(game): rework internal sorting of skill
It'll make us able to sort them by acquisition level
2019-08-17 00:55:29 +02:00
Kazhnuz
c7e771542b improvement(cbs): add more tweens 2019-08-16 23:04:30 +02:00
Kazhnuz
618c42b3b6 fix(gui): fix bad drawing of ennemies hp bar 2019-08-16 22:58:12 +02:00
Kazhnuz
8048210bac feat(game): initial "battle completed screen 2019-08-16 22:37:43 +02:00
Kazhnuz
7ded36c277 feat(game): add a basic manager for tweeners 2019-08-16 22:37:27 +02:00
Kazhnuz
c9b3175bcd feat(cbs): make player HUD appear only if the battle is currently active 2019-08-16 18:40:00 +02:00
Kazhnuz
92e77e4335 feat(cbs): initial functions to start and finish the battle 2019-08-16 18:33:47 +02:00
Kazhnuz
b3428da090 fix(cbs): make sure that ennemies' destruction don't freeze the game 2019-08-15 19:00:01 +02:00
Kazhnuz
7f214577a4 chore: some improvement to motobug stats 2019-08-15 18:59:42 +02:00
Kazhnuz
01dc81ed0f fix: fix scissoring in 2x screens 2019-08-15 15:09:48 +02:00
Kazhnuz
45c58bcbcd feat(cbs): initial implementation of damage system 2019-08-15 15:06:13 +02:00
Kazhnuz
c7a24a2bf3 improvement(sonic): make Sonic default move to 4 2019-08-15 14:32:09 +02:00
Kazhnuz
608509b536 chore: make the game at 2x resolution by default 2019-08-15 14:31:46 +02:00
Kazhnuz
edb5fb22b6 improvement(gd): add new attacks to characters 2019-08-15 14:31:31 +02:00
Kazhnuz
b58f3d262a fix: ensure that bar width can't be negative 2019-08-15 14:06:20 +02:00
Kazhnuz
8787eb99e6 feat(cbs): initial ennemy implementation 2019-08-15 09:35:37 +02:00
Kazhnuz
04fab227f8 improvement(sonic): add move value to Sonic 2019-08-15 09:16:24 +02:00
Kazhnuz
89568ad3b5 improvement(cbs): add turn counting to battle HUD 2019-08-15 09:13:08 +02:00
Kazhnuz
e2d788e012 improvement(cbs): improve animation speed 2019-08-15 08:57:47 +02:00
Kazhnuz
5b1deadb8a feat(cbs): make HUD use existing datas 2019-08-14 22:47:10 +02:00
Kazhnuz
7eec984344 feat(cbs): add basis for the 3-hit combo 2019-08-14 20:44:20 +02:00
Kazhnuz
721b0ff04d feat(cbs): use the sprite code from baseactor 2019-08-14 20:24:32 +02:00