Commit graph

126 commits

Author SHA1 Message Date
Kazhnuz
f0b696117b feat: add a way to load / unload the battlesystem 2021-04-02 22:23:39 +02:00
Kazhnuz
d6995ecbba feat: add a special menu background 2021-03-23 23:20:15 +01:00
Kazhnuz
8bce75aad9 feat: new events 2021-03-22 21:15:20 +01:00
Kazhnuz
9e031c0d7d feat: sounds effects on dialog boxes 2021-03-22 20:02:54 +01:00
Kazhnuz
ddc1933b40 feat: add way to destroy gizmos 2021-03-22 19:01:18 +01:00
Kazhnuz
50838c3982 feat: add variables, flags and destroyed gizmoz 2021-03-22 19:00:54 +01:00
Kazhnuz
83d3bfa775 feat: add condition system for events 2021-03-22 16:12:15 +01:00
Kazhnuz
d8c9a652ae feat: add options dialog
Fix #5
2021-03-22 14:57:21 +01:00
Kazhnuz
2e47d87abf feat: add dialog boxes powered by talkies 2021-03-21 22:00:54 +01:00
Kazhnuz
16d1f68805 feat: add the event system 2021-03-20 21:08:54 +01:00
Kazhnuz
91fee0a856 feat: add the gizmo system 2021-03-20 17:23:14 +01:00
Kazhnuz
5c0f4dd48a feat: add a way to colorize widgets 2021-03-13 17:26:36 +01:00
Kazhnuz
9d85fb2827 feat: add a way to get pocket id 2021-03-13 13:51:43 +01:00
Kazhnuz
f72c416f57 feat: add healing and setStatut effect support 2021-03-12 21:51:10 +01:00
Kazhnuz
99c4090698 feat: add duration support 2021-03-12 21:50:45 +01:00
Kazhnuz
c6b04006da feat: add the wiring to handle item usage in battle
Fixes #44
Fixes #45
2021-03-12 21:14:17 +01:00
Kazhnuz
7b375bfed2 feat: add item removal functions 2021-03-12 20:54:45 +01:00
Kazhnuz
69d296b2f7 feat: initial statuse system 2021-03-12 18:51:35 +01:00
Kazhnuz
ef788afd70 feat: add boss hp bar
Fixes #25
2021-03-11 23:47:32 +01:00
Kazhnuz
a0c3dcea76 fix(menus): better cursor and widgets positionning 2020-10-04 09:34:37 +02:00
Kazhnuz
d38d149e36 feat: add hp/pp bar everywhere
* Add a ComplexHPBar widget
* Use it on the CBS
* Add it on the character page
* Add it on the character widget

Fix #46
2020-10-04 09:26:49 +02:00
Kazhnuz
cf396e9464 feat: add effect description
Fix #58
2020-09-19 11:10:20 +02:00
Kazhnuz
250d75ee77 fix: mark as local some forgotten local variables 2020-09-13 16:57:06 +02:00
Kazhnuz
877de98f67 fix: remove some call to non-existing variables 2020-09-13 16:49:50 +02:00
Kazhnuz
ef4bf26ba6 feat: initial effect manager system 2020-09-13 13:25:44 +02:00
Kazhnuz
3f265c0b5d fix: don't forget to return the Pocket class 2020-09-13 13:15:12 +02:00
Kazhnuz
a8ae9ca5ba chore: refactor a bit items 2020-09-13 10:03:43 +02:00
Kazhnuz
b28d9bf624 feat: basic item menu
Fix #48
2020-08-29 11:36:59 +02:00
Kazhnuz
6f19e8dddd improvement: improve spacing management 2020-08-28 00:26:12 +02:00
Kazhnuz
5d90ead710 feat: add basis for item handling 2020-08-22 23:10:22 +02:00
Kazhnuz
b82900b3b9 fix: import gui in ListMenu 2020-08-22 10:55:02 +02:00
Kazhnuz
38a1d4b07d feat: port battle menu to new menusystem
Fix #38
2020-08-20 15:33:28 +02:00
Kazhnuz
e962396ee1 improvement: port the pause menus to the new menu system 2020-08-20 10:17:46 +02:00
Kazhnuz
cb626bfa4a improvement: port the options to the new system 2020-08-19 23:25:36 +02:00
Kazhnuz
625123813c feat: initial work on a common menu framework 2020-08-19 20:44:08 +02:00
Kazhnuz
9492e2f7ea feat: new battlesystem choice boxe
Fix #35
2020-08-18 23:46:11 +02:00
Kazhnuz
e8e5ba9a76 fix: don't jump at minigame start 2020-08-16 11:03:06 +02:00
Kazhnuz
70ed18202d feat: backport code from bluestreak
It'll give us the following features
- Support for autorun in shoot-style maps
- Pause menu in subgames
- Chunk in shoot maps
- Rings
2020-08-16 10:52:00 +02:00
Kazhnuz
abc415c7f3 feat: initial work on inventory system 2020-08-15 22:43:46 +02:00
Kazhnuz
a016a2fb31 fix: copy instead of just require dataset 2020-08-07 13:26:29 +02:00
Kazhnuz
053c9ca641 fix: floor hp and pp 2020-08-07 07:32:16 +02:00
Kazhnuz
697426f4d1 feat: finish victory screen
Fix #11
2020-08-06 19:10:54 +02:00
Kazhnuz
a2d0975cde feat: add damage and ko
Fix #27
2020-08-05 11:40:29 +02:00
Kazhnuz
b1a7bdc2af feat: make ennemies able to be choregraphied 2020-08-04 23:21:45 +02:00
Kazhnuz
d6b62a41e2 fix: improve bevel
Fix #23
2020-08-04 19:53:11 +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
1935659378 feat: add a data utils 2020-08-04 16:55:09 +02:00
Kazhnuz
69d67b97d8 chore: make character utils part of game utils 2020-08-04 13:38:45 +02:00
Kazhnuz
216a047d3a fix: add subfolder for ennemies 2020-08-04 13:32:23 +02:00