Commit graph

53 commits

Author SHA1 Message Date
Kazhnuz
0c3f4a10f0 core/menusystem: make the grid system use free widget placement
It'll make it way more easy to use and maintain compared to the old 
"parent/children" system, and will be more flexible.
2019-02-14 18:32:52 +01:00
Kazhnuz
1b805ff4b9 scenes/test: test grid parents 2019-02-13 22:13:43 +01:00
Kazhnuz
6bd30bf71c scenes/test: add a grid test 2019-02-13 18:48:58 +01:00
Kazhnuz
d352987aca scenes/test: test menu overflow 2019-02-13 17:13:54 +01:00
Kazhnuz
902dfa0d95 scenes/test: test a second menu 2019-02-12 18:05:50 +01:00
Kazhnuz
a8965a8945 scenes/test: floor the second counter 2019-02-11 22:41:19 +01:00
Kazhnuz
96e095759b scenes/test: use a more neutral and readable color for background 2019-02-11 22:40:44 +01:00
Kazhnuz
7bdc31450b scenes/test: test the menu system 2019-02-11 22:36:04 +01:00
Kazhnuz
c8c0304849 scenes/boost: basic update of the pause menu to the new menusystem 2019-02-11 20:34:25 +01:00
Kazhnuz
648ede5874 scene/boost: reactivate the pause menu 2019-02-10 20:00:37 +01:00
Kazhnuz
90538d5a01 scenes/boost: some styling fix 2019-02-06 07:51:20 +01:00
Kazhnuz
f7582fbe16 scenes/boost: rework entirely the relative position system 2019-02-05 22:37:10 +01:00
Kazhnuz
1506701559 scenes/boost: better dashCam timer 2019-02-04 23:23:49 +01:00
Kazhnuz
0172f131de scenes/boost: add a jump dash 2019-02-04 23:19:13 +01:00
Kazhnuz
b8f0d57a8a scenes/boost: add a relative camera system 2019-02-04 21:35:34 +01:00
Kazhnuz
def74457a4 scenes/boost: reset colors before drawing shadows 2019-02-04 09:40:55 +01:00
Kazhnuz
cf64040dce scene/boost: use the included input manager 2019-02-04 09:38:16 +01:00
Kazhnuz
4ac18039a9 scenes/boost: use the included asset handler 2019-02-04 09:36:18 +01:00
Kazhnuz
d199c73f64 scenes/boost: kill off the scene controller object
It's not needed with the new scene system
2019-02-04 09:35:12 +01:00
Kazhnuz
ca22b918b0 scenes/boost: add controller uniques functions to the scene object 2019-02-04 09:30:03 +01:00
Kazhnuz
62d45d9e4a scenes/boost: clean up a bit the scene object 2019-02-04 09:19:56 +01:00
Kazhnuz
b163cca8ae scenes/boost: improve HUD 2019-02-04 09:17:47 +01:00
Kazhnuz
421e92f80a src: replace all mention of "utils.draw" by "utils.graphics" 2019-02-04 08:50:54 +01:00
Kazhnuz
49a8700400 scenes/boost: inputs are in core
Compared to the old Boost engine, core and game have been separated, so 
make sure that input are read in core
2019-02-04 08:47:07 +01:00
Kazhnuz
526d0fb494 scenes/boost: don't load game update functions from scene 2019-02-04 08:44:12 +01:00
Kazhnuz
b50ce4ad20 scenes/boost: register the scene as the currentScene 2019-02-04 08:43:48 +01:00
Kazhnuz
bc6b822a7e scenes/boost: style fix 2019-02-04 08:40:41 +01:00
Kazhnuz
f613cd4e2a scenes/boost: register correctly the scene 2019-02-04 08:40:06 +01:00
Kazhnuz
8cb038eddf game: add a sonicboost handler 2019-02-04 08:36:29 +01:00
Kazhnuz
639da2abd2 assets: add Sonic sprite 2019-02-04 08:20:06 +01:00
Kazhnuz
9bb8455ce6 datas: add boost chunk datas 2019-02-04 08:13:46 +01:00
Kazhnuz
adc0b40c3c scenes/boost: fix a crash-causing typo in the background controller 2019-02-04 08:09:27 +01:00
Kazhnuz
8fde4545fa scenes/boost: use the new location of the hud ring sprite 2019-02-04 08:05:04 +01:00
Kazhnuz
4498c6991c scenes/boost: use the border generator 2019-02-04 08:04:40 +01:00
Kazhnuz
8078aba520 assets: add hud elements 2019-02-04 08:01:23 +01:00
Kazhnuz
d308e42560 scenes/boost: add level assets 2019-02-04 07:47:42 +01:00
Kazhnuz
c700be6488 scenes/boost: load the level data from the right file 2019-02-03 20:36:36 +01:00
Kazhnuz
74a29fca3b scenes/boost: fix last crash 2019-02-03 20:33:44 +01:00
Kazhnuz
cab44798b8 scenes/boost: another location renaming 2019-02-03 20:30:58 +01:00
Kazhnuz
bcdd88b24b scenes/boost: comment out pause controller
For now, we don't support the old menu system. It'll be restored, but 
for now it simply wouldn't work.
2019-02-03 20:30:16 +01:00
Kazhnuz
a2dfd35944 scenes/boost: use the new location for the datafile 2019-02-03 20:27:15 +01:00
Kazhnuz
c2fa55f746 scenes/boost: fix another crash-causing typo 2019-02-03 20:25:42 +01:00
Kazhnuz
3e6244e473 src: use the new locations from libs used by the world manager 2019-02-03 20:23:53 +01:00
Kazhnuz
ce082ea8cd scene/boost: fix a typo 2019-02-03 20:20:01 +01:00
Kazhnuz
3e9ebc15cc scenes/boost: use the asset system from core
It's only temporary as the controller will be removed (it was a 
workaround from before the new scene system)
2019-02-03 20:18:47 +01:00
Kazhnuz
c7413809e9 scenes/boost: comment out the old gui system
as it's not here anymore, let's not use it for the moment
2019-02-03 20:17:49 +01:00
Kazhnuz
e4a6f64ae6 scenes/boost: use the new scene location 2019-02-03 20:10:35 +01:00
Kazhnuz
ab09778f3a scenes/boost: use the new scene system 2019-02-03 20:00:08 +01:00
Kazhnuz
aa8247cc82 scenes/boost: rename the class to "BoostLevel" 2019-02-03 19:58:13 +01:00
Kazhnuz
783e00b7f7 scene: make sonic-boost levelsystem loadable 2019-02-03 19:55:04 +01:00