Commit Graph

202 Commits

Author SHA1 Message Date
Kazhnuz 4adcb37395 scenes/levels: use love 11 color descriptions 2019-03-01 18:08:20 +01:00
Kazhnuz 0354f977da assets/maps: reexport maps 2019-03-01 18:06:15 +01:00
Kazhnuz 6f490512d6 scenes/levels: fix uses of utils 2019-03-01 17:38:08 +01:00
Kazhnuz 0a80e92d9f scenes/level: correctly initialize the level scene 2019-03-01 17:33:36 +01:00
Kazhnuz d5be597a79 scenes/mainmenu: call the level scene with the new level system 2019-03-01 17:32:25 +01:00
Kazhnuz e81e3d9524 scenes/level: don't use CScreen twice 2019-03-01 16:26:18 +01:00
Kazhnuz 2fd94449ad scenes/level: use the new scene system 2019-03-01 16:24:46 +01:00
Kazhnuz 96df0382ad scenes/level: use the new save system 2019-02-28 22:10:33 +01:00
Kazhnuz c59f243dd1 libs: update sti 2019-02-28 22:04:26 +01:00
Kazhnuz abfb76cc78 scenes/mainmenu: fix menu size and position 2019-02-28 21:53:29 +01:00
Kazhnuz 4837de72cc scenes/mainmenu: fix pig addition widget 2019-02-28 21:53:11 +01:00
Kazhnuz b99c84c86f core/menusystem: add back cancel button support 2019-02-28 21:43:47 +01:00
Kazhnuz a2f15bf14e core/menusystem: add a break after the first active menu have got a clic 2019-02-28 21:34:24 +01:00
Kazhnuz 8b436c9bda main: add forgotten love.mousepressed 2019-02-28 21:31:08 +01:00
Kazhnuz 15b6c33654 core/menusystem: fix wrong menu names 2019-02-28 21:19:38 +01:00
Kazhnuz a27906d364 core/menusystem: add function to change menu 2019-02-28 21:10:58 +01:00
Kazhnuz 5cfe597618 core/menusystem: add batch activity and visibility functions 2019-02-28 20:55:54 +01:00
Kazhnuz 6760ec0f47 scenes/mainmenu: set visible widget number to 5 2019-02-28 20:51:40 +01:00
Kazhnuz d7052bc57b scenes/mainmenu: fix a bad object naming 2019-02-28 20:48:10 +01:00
Kazhnuz 4a5f613274 scenes/mainmenu: make description a part of the scene 2019-02-28 20:47:42 +01:00
Kazhnuz f19edf9b72 libs/loveutils: fix inconsistent argument alignment 2019-02-28 20:45:20 +01:00
Kazhnuz 3330e60a20 scenes/mainmenu: remove instance of old asset system 2019-02-28 19:37:06 +01:00
Kazhnuz 1017f0ef0e scenes/mainmenu: use the new save system in widget generations 2019-02-28 19:34:00 +01:00
Kazhnuz 2af253ec4c scenes/mainmenu: add a forgotten "menu" local var 2019-02-28 19:31:15 +01:00
Kazhnuz 1daee3fcab scenes/mainmenu: remove unused call of Bonus menu 2019-02-28 19:29:15 +01:00
Kazhnuz dc5c898851 scenes/mainmenu: use a local variable for level datas 2019-02-28 19:28:47 +01:00
Kazhnuz 6449d0cf29 scenes/mainmenu: use new setCancelWidget name 2019-02-28 19:20:16 +01:00
Kazhnuz a3ec77bc7b scenes/mainmenu: don't forget to call the new function from super 2019-02-28 19:15:18 +01:00
Kazhnuz d07682b83b scenes/mainmenu: remove dead code 2019-02-28 19:14:08 +01:00
Kazhnuz c1102ecdd7 scenes/mainmenu: use the right function to call super 2019-02-28 18:54:24 +01:00
Kazhnuz 19a1e282ce scenes/mainmenu: remove unused functions 2019-02-28 18:54:08 +01:00
Kazhnuz 80132e17ff scenes/mainmenu: use the right folder name for menusystem files 2019-02-28 18:52:26 +01:00
Kazhnuz 9290b29640 scenes/mainmenu: add function to create menus 2019-02-28 18:51:09 +01:00
Kazhnuz 236d07fecb scenes/mainmenu: make first menu visible at start 2019-02-28 18:47:52 +01:00
Kazhnuz 75b93fc19e scenes/mainmenu: create menus as individual menus 2019-02-28 18:44:56 +01:00
Kazhnuz 7af02246a4 scenes/mainmenu: rename menu object files 2019-02-28 18:15:04 +01:00
Kazhnuz 98e5467e35 scene/mainmenu: port menu to new menusystem 2019-02-28 18:12:16 +01:00
Kazhnuz 44d5a8aa59 scenes/mainmenu: put menus and widget at the root of the folder 2019-02-25 20:17:31 +01:00
Kazhnuz 61b667457f scenes/mainmenu: prerender textbox 2019-02-25 20:08:53 +01:00
Kazhnuz fbce0aee91 scenes/mainmenu: use the contained asset manager for small font 2019-02-25 19:16:38 +01:00
Kazhnuz 5c8886df92 scene/mainmenu: prerender banner and borders 2019-02-25 19:12:13 +01:00
Kazhnuz 9fe9865878 scene/mainmenu: make the emblem drawing part of the background generation 2019-02-25 17:33:52 +01:00
Kazhnuz 097ed08270 core/assets: add imagefonts support 2019-02-25 17:25:00 +01:00
Kazhnuz da8386a0f4 scene/mainmenu: use the integrated asset system for music 2019-02-25 17:20:19 +01:00
Kazhnuz ef73ffc0f3 scene/mainmenu: use a canvas for the repeating background 2019-02-25 17:18:11 +01:00
Kazhnuz e6355533a4 game: replace savegame module by a radiant-like game object 2019-02-25 17:11:08 +01:00
Kazhnuz fcde015f54 src: set game resolution to 424/240 2019-02-25 16:57:58 +01:00
Kazhnuz 9c3e279113 scenes/mainmenu: port to the new scene system 2019-02-25 16:22:46 +01:00
Kazhnuz 578e4481e2 core: add and require latest gamecore version
Let's glitch everything for now :D
2019-02-25 16:07:30 +01:00
Kazhnuz 227b16ddda libs: use loveutils 2019-02-25 16:00:52 +01:00