Commit graph

186 commits

Author SHA1 Message Date
Kazhnuz
fb98ada7eb feat(game/world): add invisible walls around map 2019-07-27 11:42:37 +02:00
Kazhnuz
4bb7c3e94f fix(test_scene): use the world dimension to add the floor 2019-07-27 11:35:20 +02:00
Kazhnuz
cc6056cce8 fix(wall): make sure that wall aren't updated
It'll avoid them moving because of a collision.
2019-07-27 11:34:23 +02:00
Kazhnuz
87ca89364d feat(actors): add an invisible wall object 2019-07-27 11:33:52 +02:00
Kazhnuz
2f7720d3bb fix(world3D): use the right variable name for creationID 2019-07-27 11:33:21 +02:00
Kazhnuz
3fbaad2b2b improvement(gameutils): improve map type validation 2019-07-27 11:05:54 +02:00
Kazhnuz
fb2600c363 chore:refactor RedianceWorld out of the test scene 2019-07-26 20:22:18 +02:00
Kazhnuz
dc1d5b2f04 chore: activate by default debug mode 2019-07-26 19:57:08 +02:00
Kazhnuz
7135204c9a feat: add base test scene 2019-07-26 19:39:32 +02:00
Kazhnuz
27cf265287 feat: add some map utils 2019-07-26 17:36:25 +02:00
Kazhnuz
37036760a3 feat: add bases to handle emerald beach map 2019-07-26 17:36:07 +02:00
Kazhnuz
fb7d5a2018 fix(datas): use new language format 2019-07-26 17:23:20 +02:00
Kazhnuz
5c93186c69 fix(game): use new binser lib path 2019-07-26 17:17:53 +02:00
Kazhnuz
3bde0e22ac chore(core): bump to latest snapshot 2019-07-26 16:46:43 +02:00
Kazhnuz
fd26548df6 overworld: add scene template 2019-04-01 09:08:53 +02:00
Kazhnuz
641e344663 battlesystem: initial draft of a statusbar system 2019-04-01 08:55:59 +02:00
Kazhnuz
d7136cdb6a battlesystem/menu: remove unused functions 2019-04-01 08:30:08 +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
cf38b3c326 battlesystem: flush keys when exiting menu 2019-04-01 08:20:29 +02:00
Kazhnuz
b25a1e380c battlesystem: add special back button to get back in cursor mode 2019-03-31 17:35:55 +02:00
Kazhnuz
4b2a59b413 battlesystem: add the objectmenu structure 2019-03-31 17:21:27 +02:00
Kazhnuz
085701efc0 battlesystem: make skillmenu navigable 2019-03-31 17:15:27 +02:00
Kazhnuz
a45a109c8d battlesystem: build skill menu 2019-03-31 17:12:48 +02:00
Kazhnuz
a23e38fe31 battlesystem: stop using a list to generate the main menu 2019-03-31 17:11:32 +02:00
Kazhnuz
6b57d4ccce battlesystem: fix SubMenuWidget not being initalized 2019-03-31 17:08:02 +02:00
Kazhnuz
5ab143e5f4 battlesystem: create builder for skill menu 2019-03-31 17:07:45 +02:00
Kazhnuz
d77dc0057c battlesystem: kill entirely old menu system 2019-03-31 17:02:02 +02:00
Kazhnuz
5aa8b2da36 battlesystem: initial signal sending use in widgets 2019-03-31 16:57:57 +02:00
Kazhnuz
67ef04bcc8 battlesystem: font name doesn't need to be modifiable in menu system 2019-03-31 16:53:21 +02:00
Kazhnuz
99feaf2be5 battlesystem: add relative cursor to new menu object 2019-03-31 16:51:58 +02:00
Kazhnuz
8f10c0dce8 battlesystem: create objet for handling menus and widgets 2019-03-31 16:43:04 +02:00
Kazhnuz
eb033c319f battlesystem: rename menu constructor 2019-03-31 12:05:17 +02:00
Kazhnuz
8a09110ac8 battlesystem: add mask system 2019-03-31 11:52:04 +02:00
Kazhnuz
e2d206ff44 core/utils/math: fix an oops 2019-03-31 11:47:31 +02:00
Kazhnuz
f155414c9d battlesystem: rework UI 2019-03-31 10:15:27 +02:00
Kazhnuz
b86be58481 battlesystem: remove old unused background file 2019-03-31 09:49:54 +02:00
Kazhnuz
2bff01ab8a battlesystem: fix asset being updated twice 2019-03-31 09:46:34 +02:00
Kazhnuz
c41cdfdacc game: use the gamecore version of binser 2019-03-23 12:02:51 +01:00
Kazhnuz
9310a47e6b libs: remove libs that are already in gamecore 2019-03-23 12:02:18 +01:00
Kazhnuz
3cbec9a3df core: use latest gamecore 2019-03-23 12:02:01 +01:00
Kazhnuz
b14e62dabc scenes/battlesystem: don't overwrite the scene menusystem 2019-03-23 11:51:47 +01:00
Kazhnuz
2b074943ec scenes/battlesystem: use right name for a loveutils 2019-03-23 11:45:47 +01:00
Kazhnuz
173efc2bab scenes/battlesystem: get inputs from right source 2019-03-23 11:45:20 +01:00
Kazhnuz
f486d73409 assets: add needed assets for the battle system (2) 2019-03-10 13:56:49 +01:00
Kazhnuz
9a828197e5 game: load at start character module 2019-03-10 13:41:37 +01:00
Kazhnuz
824fcb866b assets: add needed assets for the battle system 2019-03-10 13:35:35 +01:00
Kazhnuz
f43f4e81b5 scenes/battlesystem: correctly register the scene 2019-03-10 13:33:38 +01:00
Kazhnuz
1751b5e886 src: fix a wrong mention of mousemoved 2019-03-10 13:27:27 +01:00
Kazhnuz
b3bbde1232 scenes/battlesystem: merge battlesystem controller with scene object 2019-03-10 13:26:20 +01:00
Kazhnuz
cb92a8fb3b scenes: add battlesystem from previous code version 2019-03-10 13:11:26 +01:00
Kazhnuz
f10ad01c15 core: update core to latest version from imperium-porcorum 2019-03-10 12:55:16 +01:00
Kazhnuz
195e4d2110 core: add character handling files from older version 2019-02-03 11:04:25 +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
cc0f5973ce src/scene: add an initial titlescreen scene to test assets 2019-01-28 13:46:57 +01:00
Kazhnuz
7df5f0bdf6 src/game: add a gui module with a border generator 2019-01-28 13:13:17 +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
ecf32133e8 src/scenes: fix a potential crash 2019-01-28 09:43:42 +01:00
Kazhnuz
4bf78e9c01 src/core: fix a bug in windows size 2019-01-28 09:22:23 +01:00
Kazhnuz
6fb2f92f49 src/conf.lua: correct the name of the game 2019-01-28 09:20:12 +01:00
Kazhnuz
73e748fc82 src: add conf.lua 2019-01-28 09:19:45 +01:00
Kazhnuz
586409bf5b src: add a basic scene system 2019-01-28 09:15:42 +01:00
Kazhnuz
e45cfca2bb src/game: add basic save system 2019-01-28 08:35:10 +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
Kazhnuz
caf067c8bb src/lang: fix a crash 2019-01-28 07:57:58 +01:00
Kazhnuz
01e114ddf5 src/core: fix typo in the option file 2019-01-28 07:40:39 +01:00
Kazhnuz
dbaf2614bd src/core: add initial lang system 2019-01-27 21:59:33 +01:00
Kazhnuz
2fb7c4252d src/core: add screen system as a cscreen wrapper 2019-01-27 21:45:57 +01:00
Kazhnuz
99ad6704c2 src/core: add the input system 2019-01-27 21:41:08 +01:00
Kazhnuz
48cde0d947 src/core: add an option system with core options that'll be used 2019-01-27 21:37:42 +01:00
Kazhnuz
f1031ec363 src: update core on love update 2019-01-27 21:32:12 +01:00
Kazhnuz
9ae207647f src: fix a glitch in loveutils 2019-01-27 21:31:01 +01:00
Kazhnuz
9585cb4893 src: load core system at startup 2019-01-27 21:29:33 +01:00
Kazhnuz
134651e730 src/core: add the core with a basic debug system 2019-01-27 21:28:00 +01:00
Kazhnuz
1b284cd4f7 src: load classic at startup 2019-01-27 20:32:31 +01:00
Kazhnuz
89b94d6a96 src: add classic as a library 2019-01-27 20:32:02 +01:00
Kazhnuz
dba0bbcbae switch to MIT licence 2019-01-27 20:30:31 +01:00
Kazhnuz
479ffe94ea src: add loveutils as a lib 2019-01-27 20:27:47 +01:00
Kazhnuz
90c4c94916 add basic main.lua file 2019-01-27 20:21:06 +01:00