Commit graph

155 commits

Author SHA1 Message Date
Kazhnuz
f65edf1924 feat: add a way to remove equipment 2021-04-23 09:23:13 +02:00
Kazhnuz
50981a7823 feat: add a smaller border option for menus 2021-04-23 09:22:58 +02:00
Kazhnuz
6c451e7aee feat : add equip dialogs 2021-04-22 23:41:20 +02:00
Kazhnuz
0d4fe92a90 feat: basic equipements backend
Fixes #80
2021-04-22 20:03:46 +02:00
Kazhnuz
80748476de fix: separate equipment pockets 2021-04-22 19:46:19 +02:00
Kazhnuz
1fe25f2ff1 chore: split AbstractCharacter into smaller mixins 2021-04-22 18:11:11 +02:00
Kazhnuz
855c2a2daf chore: better organisation for characters.lua 2021-04-22 17:44:19 +02:00
Kazhnuz
dd4d212721 feat: add GFX on the overworld
Fixes #91
2021-04-21 21:14:45 +02:00
Kazhnuz
2c2bee9409 feat: add confirmation dialog for item dropping 2021-04-21 19:11:52 +02:00
Kazhnuz
d7b47933b3 feat(events): add direction option to teleporting 2021-04-21 18:46:30 +02:00
Kazhnuz
e7878c1efa feat: add damage system
Fixes: #90
2021-04-19 18:04:29 +02:00
Kazhnuz
36e30be245 feat: handle ko characters on overworld
Preparation for full damage support
2021-04-18 19:59:03 +02:00
Kazhnuz
cd174e3153 feat: greyscale emblem for ko characters 2021-04-18 19:30:57 +02:00
Kazhnuz
706468dad6 feat: add initial difficulty system
Fixes #87
2021-04-18 19:09:01 +02:00
Kazhnuz
a1d81b9170 feat: add a common message queue
Fixes #89
2021-04-18 17:44:00 +02:00
Kazhnuz
9523edb555 feat: add confirmation dialogs
Fixes #86
2021-04-18 16:36:40 +02:00
Kazhnuz
dbf14c59a3 feat: add internal mechanism to delete saves 2021-04-18 15:38:19 +02:00
Kazhnuz
dd841a4435 chore: remove stray print 2021-04-11 15:18:47 +02:00
Kazhnuz
ddcd393d2a fix: add sound to every menus
Fixes #85
2021-04-11 10:32:49 +02:00
Kazhnuz
8f27270c39 feat: add initial action checking system 2021-04-10 17:59:01 +02:00
Kazhnuz
1b0091937f fix: replace deprecated function 2021-04-05 12:07:21 +02:00
Kazhnuz
049c0c22f3 feat: add save selection menu
Fixes #72
2021-04-05 12:05:51 +02:00
Kazhnuz
0c1f18ec64 chore: refactor time functions into an util 2021-04-05 09:48:59 +02:00
Kazhnuz
1fb4c72098 feat: add a save metadata system 2021-04-05 09:33:52 +02:00
Kazhnuz
703d11d8b7 fix: make sure that character/loot data are saved
Fixes #71
2021-04-04 16:33:48 +02:00
Kazhnuz
262a46be82 feat: style main menu 2021-04-04 13:17:12 +02:00
Kazhnuz
ee59bc988b fix: more aggressive memory management 2021-04-03 10:39:34 +02:00
Kazhnuz
63922790e0 feat: add teleportation between maps 2021-04-03 00:04:22 +02:00
Kazhnuz
fbbe20e225 feat: stop hardcoding position in maps 2021-04-02 23:26:22 +02:00
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