Commit graph

51 commits

Author SHA1 Message Date
Kazhnuz
36e30be245 feat: handle ko characters on overworld
Preparation for full damage support
2021-04-18 19:59:03 +02:00
Kazhnuz
2bce318b96 feat: show health on overworld 2021-04-18 18:23:52 +02:00
Kazhnuz
32c72c18e9 feat: initial terrain collision system
Fixes #79
2021-04-18 12:34:30 +02:00
Kazhnuz
b16665a2b0 feat: scissor player when under the ground height 2021-04-18 11:03:34 +02:00
Kazhnuz
15973e491a feat: initial terrain data loading 2021-04-18 10:53:35 +02:00
Kazhnuz
45fc9005b5 feat: make ground level configurable 2021-04-18 10:09:17 +02:00
Kazhnuz
dd841a4435 chore: remove stray print 2021-04-11 15:18:47 +02:00
Kazhnuz
f700eaa8f8 fix: add sound to punch and dash 2021-04-11 11:08:59 +02:00
Kazhnuz
34e2bbead7 fix(actor): remove a wrong arg to drawStanding
Fixes #84
2021-04-11 09:58:21 +02:00
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
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
70029ba7bd feat: Finish PNJ system
Fixes #4
2021-04-05 16:29:51 +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
63922790e0 feat: add teleportation between maps 2021-04-03 00:04:22 +02:00
Kazhnuz
001ae44eec feat(overworld): add transition to the cbs 2021-04-02 22:46:37 +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
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
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
a890e42352 feat: add event loading 2021-03-21 22:02:13 +01:00
Kazhnuz
ec04a8c86c feat: add charset attribution to gizmo 2021-03-21 19:21:51 +01:00
Kazhnuz
91c7a03dc2 chore: simplify gizmo collision check 2021-03-21 16:32:29 +01:00
Kazhnuz
bceda94970 improvement: add charDir check on gizmo collision 2021-03-21 16:30:46 +01:00
Kazhnuz
78784c27b3 fix(overworld): refactor the actor drawing system 2021-03-21 16:19:28 +01:00
Kazhnuz
0f08296cf3 feat: use lazy loading with charset 2021-03-21 15:56:35 +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
3ede8e6654 feat:add depth based on y position 2021-03-20 16:35:38 +01:00
Kazhnuz
3ab7771352 feat: add support for tile collision and overlay 2021-03-14 18:21:44 +01:00
Kazhnuz
e221a36e74 feat: first try of a start menu 2020-08-20 15:39:02 +02:00
Kazhnuz
751951f734 feat: add the heroes style of switching characters
Fix #20
2020-08-03 10:28:18 +02:00
Kazhnuz
4bb4c14198 feat: add leader change to overworld
Fix #18
2020-08-03 08:59:04 +02:00
Kazhnuz
e05b04357d feat: add rings
Fix #13
2020-08-02 15:56:36 +02:00
Kazhnuz
3a9ac247fc feat: add basic charset handling 2020-08-01 18:54:12 +02:00