Commit graph

317 commits

Author SHA1 Message Date
Kazhnuz
cd0190f065 feat: add a basic "punch" action
Fixes #78
2021-04-10 20:47:34 +02:00
Kazhnuz
84af3076f2 feat: add dash/run 2021-04-10 19:32:41 +02:00
Kazhnuz
34b409f423 feat: add flight 2021-04-10 18:28:52 +02:00
Kazhnuz
8f27270c39 feat: add initial action checking system 2021-04-10 17:59:01 +02:00
Kazhnuz
16fa9f49eb improvement: make char switch instant 2021-04-10 17:43:10 +02:00
Kazhnuz
91c885e1fb chore: prepare action system 2021-04-10 17:41:53 +02:00
Kazhnuz
1281bb30c4 chore: refactor into mixins the player actor 2021-04-10 17:14:41 +02:00
Kazhnuz
4bf6a9b78a chore: separate actors in folders 2021-04-10 15:58:53 +02:00
Kazhnuz
afc15fa0e3 feat: use direct import package 2021-04-10 14:43:30 +02:00
Kazhnuz
6d1900d5a5 feat(overworld): add jump 2021-04-10 14:28:20 +02:00
Kazhnuz
09e14eae86 fix: add large anim support to actors 2021-04-10 14:26:38 +02:00
Kazhnuz
cb50b7f256 fix: fix mirroring 2021-04-10 14:26:10 +02:00
Kazhnuz
6569cb0dd7 feat(charset): add mirroring and 'large anim' 2021-04-10 13:04:45 +02:00
Kazhnuz
2ede81dc8d improvement: refactor charset manager 2021-04-10 12:24:56 +02:00
Kazhnuz
fc1eaa0460 feat: make the fast system accessible easily 2021-04-10 12:01:47 +02:00
Kazhnuz
582008da7d feat: add a fast frame system for characterset 2021-04-10 11:59:32 +02:00
Kazhnuz
7b5ec06509 fix: fix a crash in TiledMultiMap 2021-04-10 11:23:04 +02:00
Kazhnuz
7b97b1d82a fix: work around a crash in debug mode 2021-04-05 21:10:18 +02:00
Kazhnuz
9c4efa3512 feat: implement fake y-sorting for tiles 2021-04-05 21:07:40 +02:00
Kazhnuz
70029ba7bd feat: Finish PNJ system
Fixes #4
2021-04-05 16:29:51 +02:00
Kazhnuz
fccc4a5d8e improvement: add main menu transitions
Fixes #73
2021-04-05 14:20:25 +02:00
Kazhnuz
f538ffa94a feat: add transitions between title and menu 2021-04-05 12:29:45 +02:00
Kazhnuz
207d37eddc improvement: new titlescreen 2021-04-05 12:06:02 +02:00
Kazhnuz
049c0c22f3 feat: add save selection menu
Fixes #72
2021-04-05 12:05:51 +02:00
Kazhnuz
1fb4c72098 feat: add a save metadata system 2021-04-05 09:33:52 +02:00
Kazhnuz
e2df082d92 improvement: use same border size everywhere 2021-04-04 13:17:27 +02:00
Kazhnuz
262a46be82 feat: style main menu 2021-04-04 13:17:12 +02:00
Kazhnuz
801e332b69 feat: add a better menu structure outside debug 2021-04-03 20:03:55 +02:00
Kazhnuz
02dc4e0d2e fix: use the forever destroy mode on boxes
Fixes #82
2021-04-03 19:25:34 +02:00
Kazhnuz
8c871d3444 fix: reset music when starting a battle 2021-04-03 10:56:35 +02:00
Kazhnuz
be54412284 improvement: only change current music when new
It'll avoid having the music resetting every time you enter a new map with the same music
(entering in a house for instance)
2021-04-03 10:52:00 +02:00
Kazhnuz
fcafa9aa0f improvement: do not reset scene when teleporting 2021-04-03 10:50:59 +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
001ae44eec feat(overworld): add transition to the cbs 2021-04-02 22:46:37 +02:00
Kazhnuz
0cd282027c improvement: use the cbs functions to unload cbs 2021-04-02 22:25:26 +02:00
Kazhnuz
e08e689586 feat: add transition system 2021-04-02 19:33:56 +02:00
Kazhnuz
8a34c4f012 fix: improved tile collision
Fixes #75
Fixes #70
2021-03-24 11:57:42 +01:00
Kazhnuz
3335671a65 feat: add multimap support 2021-03-23 21:59:33 +01:00
Kazhnuz
4fb874dea7 fix: fix cursor transitions 2021-03-23 14:07:58 +01:00
Kazhnuz
b691d96c99 improvement: refactor the map system 2021-03-23 13:32:48 +01:00
Kazhnuz
62d9684944 feat: rings and boxes 2021-03-22 21:15:33 +01:00
Kazhnuz
52243c7d8c fix: add turning handling in parent file 2021-03-22 21:14:40 +01:00
Kazhnuz
2cf4559a81 feat: add turning animation 2021-03-22 21:04:55 +01:00
Kazhnuz
11fc63b402 feat: add test music 2021-03-22 20:03:26 +01:00
Kazhnuz
50eb613a53 feat: make charDir customizable 2021-03-22 19:21:27 +01:00
Kazhnuz
ddc1933b40 feat: add way to destroy gizmos 2021-03-22 19:01:18 +01:00
Kazhnuz
ce5f56c556 feat: add a shadow on the overworld 2021-03-22 17:08:03 +01:00
Kazhnuz
89b0eb0b44 fix: delay menu unpausing 2021-03-22 16:43:34 +01:00
Kazhnuz
d4fd401ee4 fix: block pause during events 2021-03-22 16:14:07 +01:00