Commit graph

241 commits

Author SHA1 Message Date
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
Kazhnuz
7d182bd3a1 chore(cbs): refactor parent a bit 2019-08-14 20:11:35 +02:00
Kazhnuz
d1070b36cc chore(cbs): hero's refactor 2019-08-14 17:32:33 +02:00
Kazhnuz
eec6214305 improvement(cbs): translate battle system menu 2019-08-14 17:07:42 +02:00
Kazhnuz
02c81c29f6 debug: make Sonic level 50 as a test 2019-08-14 16:46:59 +02:00
Kazhnuz
72c33b46d6 improvement: use a circle move position instead of a square 2019-08-14 16:27:45 +02:00
Kazhnuz
3a51758483 chore(cbs): refactor entirely the code to be more gamecore-like 2019-08-14 16:26:23 +02:00
Kazhnuz
becd4aace5 fix(core): finally fix key flushing correctly 2019-08-14 16:22:43 +02:00
Kazhnuz
da647237a7 chore: simplify hud handling 2019-08-14 13:56:25 +02:00
Kazhnuz
a8bd55a2c2 improvement(cbs): improve debugging 2019-08-13 22:28:05 +02:00
Kazhnuz
3a037e827d improvement(cbs): move menu to a better position 2019-08-13 21:25:18 +02:00
Kazhnuz
3b63516d3a chore: remove old unused controller object 2019-08-13 21:11:49 +02:00
Kazhnuz
84bd3fa277 improvement: use gamecore integrated asset system as much as possible 2019-08-13 21:08:37 +02:00
Kazhnuz
b95f899c75 chore: remove unused stuff 2019-08-13 19:20:10 +02:00
Kazhnuz
83e8a68d03 improvement: adapt oldcbs to new shadow shoot style 2019-08-13 19:13:17 +02:00
Kazhnuz
6c91fbe9ef fix: fix crashed in old cbs system 2019-08-12 12:37:00 +02:00
Kazhnuz
6fa7180d7a chore: some style fixes 2019-08-10 15:59:32 +02:00
Kazhnuz
b35c394ff2 feat(lore): add Lug and Belissama 2019-08-10 15:58:54 +02:00
Kazhnuz
cf838fa161 feat(lore): add Gabriel Seraph new description 2019-08-10 15:34:57 +02:00
Kazhnuz
8999955fc8 feat: adapt young characters to the new version 2019-08-07 12:19:24 +02:00
Kazhnuz
14dd4f4f71 feat: add new zones names 2019-08-05 16:20:18 +02:00
Kazhnuz
7e8c4e373e chore: prepare new character architecture 2019-08-04 18:00:01 +02:00
Kazhnuz
17aba29df7 feat: draft some zones 2019-08-04 17:56:50 +02:00
Kazhnuz
8b8d4e2782 feat: add first lore documents to Monado Prime concept 2019-08-04 17:54:09 +02:00
Kazhnuz
ceb375706a feat: add alternative story proposition 2019-08-04 17:31:46 +02:00
Kazhnuz
6e6504d674 meta: update credits 2019-08-04 10:57:41 +02:00