Commit graph

57 commits

Author SHA1 Message Date
Kazhnuz
e22a293f03 feat:make actor able to load sti properties 2021-03-20 16:08:10 +01:00
Kazhnuz
3ab7771352 feat: add support for tile collision and overlay 2021-03-14 18:21:44 +01:00
Kazhnuz
5c0f4dd48a feat: add a way to colorize widgets 2021-03-13 17:26:36 +01:00
Kazhnuz
68da70f7bf feat(menu): add update function when selected
It allow the engine to add an action that'll done each step on selected
widget
2020-10-03 14:32:41 +02:00
Kazhnuz
ea4f3a926c fix: various fix for zSortItem 2020-09-13 16:58:42 +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
0114927ac0 fix(utils): add the method arguments to setSize 2020-09-13 13:29:12 +02:00
Kazhnuz
bc45f866c2 fix: fix the actor in rect query
* use x2/y2 as secondary limit comparison
* return the query and not an non-initilized variable
2020-09-13 13:28:41 +02:00
Kazhnuz
722c69d733 feat: add switching from main/character menu
Fix #53
2020-08-23 10:40:06 +02:00
Kazhnuz
508b044669 fix: lock inputs between scenes 2020-08-20 10:34:39 +02:00
Kazhnuz
b5dc4daaf5 fix: make shadow font filter works 2020-08-19 19:43:10 +02:00
Kazhnuz
9492e2f7ea feat: new battlesystem choice boxe
Fix #35
2020-08-18 23:46:11 +02:00
Kazhnuz
a686baf089 fix: don't hardcode directions 2020-08-04 22:40:58 +02:00
Kazhnuz
751951f734 feat: add the heroes style of switching characters
Fix #20
2020-08-03 10:28:18 +02:00
Kazhnuz
a3cf5bef63 fix: make widget item colorable 2020-08-01 09:29:13 +02:00
Kazhnuz
b9816706e5 fix: don't print input
It's not really useless for debut for now
2020-07-25 11:22:41 +02:00
Kazhnuz
651eaaaa90 improvement(timer): remove unused logs 2019-08-24 21:05:30 +02:00
Kazhnuz
76eb9b1482 feat(core/menusystem): make work the selectAction 2019-08-22 21:31:56 +02:00
Kazhnuz
6c81408126 feat(tweens): add a timer system to the tween manager 2019-08-18 16:46:07 +02:00
Kazhnuz
01dc81ed0f fix: fix scissoring in 2x screens 2019-08-15 15:09:48 +02:00
Kazhnuz
608509b536 chore: make the game at 2x resolution by default 2019-08-15 14:31:46 +02:00
Kazhnuz
becd4aace5 fix(core): finally fix key flushing correctly 2019-08-14 16:22:43 +02:00
Kazhnuz
6c91fbe9ef fix: fix crashed in old cbs system 2019-08-12 12:37:00 +02:00
Kazhnuz
5968f82d52 feat(camera): add a way to lock the camera position 2019-08-02 13:52:50 +02:00
Kazhnuz
ca3bf9ea7e chore(gfx): port gfx actors to the new system 2019-07-29 09:02:30 +02:00
Kazhnuz
791bf8754e feat(actors): add animation callback 2019-07-29 09:02:00 +02:00
Kazhnuz
88e4d2c36a fix: make sure that pauseAtEnd works as intended 2019-07-29 08:57:04 +02:00
Kazhnuz
e91e52cafe fix(modules/textured): use the right texture name 2019-07-27 15:10:05 +02:00
Kazhnuz
e6e29cf443 feat(actors): add a floor collision 2019-07-27 14:53:07 +02:00
Kazhnuz
029ede636b fix(world): propagate map type 2019-07-27 12:39:09 +02:00
Kazhnuz
2f7720d3bb fix(world3D): use the right variable name for creationID 2019-07-27 11:33:21 +02:00
Kazhnuz
3bde0e22ac chore(core): bump to latest snapshot 2019-07-26 16:46:43 +02:00
Kazhnuz
70d0e304c9 core/scene: fix an oops 2019-04-01 08:26:54 +02:00
Kazhnuz
d2588cba74 core: use newest version 2019-04-01 08:25:51 +02:00
Kazhnuz
e2d206ff44 core/utils/math: fix an oops 2019-03-31 11:47:31 +02:00
Kazhnuz
3cbec9a3df core: use latest gamecore 2019-03-23 12:02:01 +01:00
Kazhnuz
f10ad01c15 core: update core to latest version from imperium-porcorum 2019-03-10 12:55:16 +01:00
Kazhnuz
eb6fffb571 src/scenemanager: update the scene's assets before the scene 2019-01-28 14:01:08 +01:00
Kazhnuz
2efe98b407 src/core: add comments to the assets manager sources 2019-01-28 14:00:00 +01:00
Kazhnuz
6a28069680 src/core: improve style in the assets module 2019-01-28 10:00:36 +01:00
Kazhnuz
21659cedb7 src/core: add an asset manager to the scene object 2019-01-28 09:58:42 +01:00
Kazhnuz
a14d31f527 src/core: add Assets module from Imperium Porcorum 2019-01-28 09:58:12 +01:00
Kazhnuz
fd566ab26a src/core: send keys input to scenes 2019-01-28 09:48:19 +01:00
Kazhnuz
706565eb5d src/core: add mouse support to scenes 2019-01-28 09:44:07 +01:00
Kazhnuz
4bf78e9c01 src/core: fix a bug in windows size 2019-01-28 09:22:23 +01:00
Kazhnuz
586409bf5b src: add a basic scene system 2019-01-28 09:15:42 +01:00
Kazhnuz
a822f0c2a3 src/core: another fix for langs 2019-01-28 08:01:15 +01:00
Kazhnuz
9101a5ce4f src/core: remove unused var in lang 2019-01-28 08:00:56 +01:00
Kazhnuz
bb752e6b3f src/core: use new naming convention for available_langs 2019-01-28 07:59:55 +01:00