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
|
4e4afd2baf
|
improvement: lazyload sti objects
|
2021-03-23 18:26:05 +01:00 |
|
Kazhnuz
|
fe467119d2
|
fix: add forgotten nullcheck
|
2021-03-23 14:14:03 +01:00 |
|
Kazhnuz
|
538b9bd093
|
chore: remove for the moment mouse support
|
2021-03-23 14:13:11 +01:00 |
|
Kazhnuz
|
025b645cc8
|
fix: remove a stray print
|
2021-03-23 13:37:53 +01:00 |
|
Kazhnuz
|
b691d96c99
|
improvement: refactor the map system
|
2021-03-23 13:32:48 +01:00 |
|
Kazhnuz
|
a5f362ceaa
|
improvement: rework layer drawing code
|
2021-03-23 11:26:15 +01:00 |
|
Kazhnuz
|
9e031c0d7d
|
feat: sounds effects on dialog boxes
|
2021-03-22 20:02:54 +01:00 |
|
Kazhnuz
|
8ba84e03aa
|
feat: add way to get map name
|
2021-03-22 18:58:53 +01:00 |
|
Kazhnuz
|
83d3bfa775
|
feat: add condition system for events
|
2021-03-22 16:12:15 +01:00 |
|
Kazhnuz
|
cb7b087d5f
|
feat(utils): add Table.contain
|
2021-03-22 15:54:37 +01:00 |
|
Kazhnuz
|
d57d5a7c0f
|
feat(utils): add few string utils
|
2021-03-22 15:54:17 +01:00 |
|
Kazhnuz
|
2e47d87abf
|
feat: add dialog boxes powered by talkies
|
2021-03-21 22:00:54 +01:00 |
|
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 |
|