Commit graph

666 commits

Author SHA1 Message Date
Kazhnuz
33427077a0 chore: refactor the actor system 2021-05-06 16:08:08 +02:00
Kazhnuz
6c546e1e0e fix: fix function getActorsInRect 2021-05-06 11:21:01 +02:00
Kazhnuz
06f50c5e59 improvement: manage music via core.music 2021-05-05 14:49:14 +02:00
Kazhnuz
b00f73c37f feat: update utils to current birb 2021-05-05 14:36:34 +02:00
Kazhnuz
4054bbe443 improvement(debug): better logs 2021-05-05 13:15:50 +02:00
Kazhnuz
4d3687f627 feat: add enums 2021-05-05 13:15:12 +02:00
Kazhnuz
30a16b4e3f improvement: put all default config in conf.lua 2021-05-05 12:09:30 +02:00
Kazhnuz
61a3206a95 chore: put tweenmanager into the class folder 2021-05-05 11:41:25 +02:00
Kazhnuz
d165fc4181 feat: backport new shape classes 2021-05-05 09:07:07 +02:00
Kazhnuz
84f483f6b4 chore: separate birbcore in its own subfolder 2021-05-05 08:53:54 +02:00
Kazhnuz
76969e7686 chore: put asset types into a subfolder 2021-05-05 08:39:52 +02:00
Kazhnuz
8eb28383ab chore:put more libs in birb.libs 2021-05-05 08:37:41 +02:00
Kazhnuz
91c214ac15 fix: rename core to "birb" 2021-05-05 08:30:32 +02:00
Kazhnuz
929acff81e improvement: remove gamedesign folder
It'll be in the wiki now
2021-05-05 08:24:07 +02:00
Kazhnuz
9ea2e659d3 fix: fixes menus sounds
Fixes #96
Fixes #95
2021-04-23 11:10:52 +02:00
Kazhnuz
8abd42b020 feat: add sfx when entering/leaving menu 2021-04-23 11:00:09 +02:00
Kazhnuz
29eb2b5eb1 fix(debug): mention debug mode
Fixes #97
2021-04-23 10:58:04 +02:00
Kazhnuz
cd07a4e167 fix : always start on title screen 2021-04-23 10:49:31 +02:00
Kazhnuz
e172285410 fix: place correctly rings sparkles
Fixes #94
2021-04-23 10:26:03 +02:00
Kazhnuz
e5d8a7f874 feat: add the char page structure
Fixes #61
Fixes #62
2021-04-23 10:21:54 +02:00
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
4ba49a5534 feat: add basic items 2021-04-22 19:45:31 +02:00
Kazhnuz
19432b3663 fix: more steep stats 2021-04-22 18:57:03 +02:00
Kazhnuz
2eddeefa1e improvement: use the inventory data file for equip
It'll allow us to do a simpler equipement system
2021-04-22 18:55:52 +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
040f67d32c fix: use the origin for ysorting tiles 2021-04-21 21:17:34 +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
3b28c5b776 feat: add teleportation from leaving the map 2021-04-21 19:06:38 +02:00
Kazhnuz
d7b47933b3 feat(events): add direction option to teleporting 2021-04-21 18:46:30 +02:00
Kazhnuz
e50c9f6e54 feat: add interaction prompts
Fixes : #92
2021-04-21 18:36:20 +02:00
Kazhnuz
15bc5ae874 fix: dont walk when sliding 2021-04-21 17:20:09 +02:00
Kazhnuz
28ca276bf5 fix: better sfx 2021-04-21 17:12:56 +02:00
Kazhnuz
b3dd97a272 fix: adapt menus to new sfx code 2021-04-21 17:12:47 +02:00
Kazhnuz
85e687276f fix: only stop the music when it change 2021-04-21 17:12:20 +02:00
Kazhnuz
9a9615b120 improvement: improve the run/dash action 2021-04-21 16:54:42 +02:00
Kazhnuz
38c197a9fb feat: add sfx for terrains 2021-04-21 16:46:41 +02:00
Kazhnuz
021a2b08b2 chore: add a wrapper for sfx 2021-04-21 16:30:52 +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
8e277d0505 fix: make text shadow follow its opacity 2021-04-18 18:29:20 +02:00
Kazhnuz
2bce318b96 feat: show health on overworld 2021-04-18 18:23:52 +02:00
Kazhnuz
a1d81b9170 feat: add a common message queue
Fixes #89
2021-04-18 17:44:00 +02:00