Commit Graph

39 Commits

Author SHA1 Message Date
Hersi 0b809dc798 add logging to titlescreen and filereader 2022-04-24 01:29:17 +02:00
Hersi f44ba3743b tldr; bootpage initial implementation, fixes for page management code
added supporting functions for BootPage
removed init() from classes, it was stupid to begin with
handleButtonInput() and handleKnobInput no longer optional
added callback member to SelfTestField
placement position value fixes
use gfx.Translate instead of explicitly setting off-origin x,y values
added MARGIN and PADDING calculations to fields
removed unnecessary gfx.BeginPath() calls
2022-04-15 04:54:47 +02:00
Hersi 556bb9048d help me, god, why have you forsaken me
renamed linkfield to servicelinkdfield to differentiate between the two
modified Inherit() to accept multiple base classes
applied code format (oh god, oh f*ck, all the changed lines)
handleScreenResponse now doesn't crash when nil is passed
added boot screen module to titlescreen.lua
added a utility function to cycle indexes
added a containerfield (biggest brain addition)
refactored how class construction is implemented (declare it a class at the end of the constructor, this way the default values are correctly imparted)
added init() to the Field class
added a getParentPage() to the Field class, for easy nav handling
added offsets and bounding box size variables to the Field class
the Field class will now scissor itself into it's bounding box
LinkField now has clearer logs
added init() to the Page class
added skeleton field classes for boot page
2022-04-11 18:47:26 +02:00
Hersi 2f034c99c1 add page getter to PageView
removed unnecessary comments from service.lua
2022-04-05 23:55:50 +02:00
Hersi 83c3504e7d make file and folder names consistent 2022-04-05 17:32:55 +02:00
Hersi b1649fa80f BEEEG "reimplementation" of service screen
new pager/page management library
2022-04-03 01:35:41 +02:00
Hersi f227df0dee implemented mouse controls for titlescreen mode_select
added supporting functions to util and dimensions
2022-03-27 03:54:02 +02:00
Hersi 9add99e777 titlescreen documentation and restructure 2022-03-12 15:17:20 +01:00
Hersi af71838493 added skipIntro skin setting
moved json.lua into common
renamed common.lua to util.lua
moved stopMusic() into common/sound.lua
moved numbers.lua into components
removed unused shared directory
removed unused settingswheel.lua
2022-03-04 04:06:19 +01:00
Hersi b586a217a3 Implemented splash screen 2022-03-03 03:55:46 +01:00
FajsiEx ae7b9d8824 + title screen to titlescreen (fuck) 2021-12-21 19:39:34 +01:00
FajsiEx bd967aeef1 + service menu 2021-12-20 00:39:38 +01:00
FajsiEx e2c8403a92 + begining of titlescreen redo 2021-12-19 23:16:19 +01:00
Hersi 8e9c9d38fc gameplay, transition, and track end screen improvements
these screens are not broken in landscape mode anymore

also replaced some duplicated code to require 'common.numbers'
2021-12-02 03:41:12 +01:00
FajsiEx 2260528bf5 + letterboxing to titlescreen and songwheel 2021-11-22 20:23:34 +01:00
FajsiEx d96cd0a013 * draw footer, header, and scrollbar from filterwheel only if in songwheel 2021-11-22 19:57:16 +01:00
RealFD bddae01ce4 +stuff 2021-10-25 19:43:11 +02:00
gskbladez 9791ed2ff7 crew move and some new textures 2021-10-25 03:53:50 -04:00
RealFD 89396abb23 +more changes 2021-10-22 19:36:22 +02:00
RealFD 9fee5c1b06 +change again 2021-10-22 19:34:39 +02:00
RealFD 75ce0e6a5e + result changes, language and sub text 2021-10-22 18:11:51 +02:00
gskbladez 49daad5524 idol tsumabuki and minor patches 2021-10-09 13:05:29 -04:00
FajsiEx 2a0f6b84f6 * make idol anims 60fps 2021-10-03 11:00:21 +02:00
FajsiEx 89295029a7 / font bug on title screen & * replace debug text with scroll 2021-08-26 20:17:17 +02:00
gskbladez 2c3be8e60b new files :) 2021-08-25 04:13:39 -04:00
FajsiEx ff0e21ff2b * further changes to bg 2021-08-22 19:15:18 +02:00
FajsiEx ae90c2e86e + basics of background component 2021-08-21 13:49:51 +02:00
FajsiEx 7fc93dc3be + some basic things to challengeresult & * reorganize stuff 2021-08-18 17:29:54 +02:00
FajsiEx de3d9584ed + mode select label to titlescreen header 2021-08-16 17:20:28 +02:00
FajsiEx e3561a8785 + footer and basic header without text to titlescreen 2021-08-15 23:07:40 +02:00
FajsiEx f1199e60ef * compress idol animations 2021-08-15 19:56:46 +02:00
FajsiEx 9e8563d2ef / titlescreen transitions 2021-08-14 21:28:42 +02:00
FajsiEx 09caae767e / titlescreen not beginning paths 2021-08-14 21:26:12 +02:00
FajsiEx 73cdc89eac * lower the results panels so they are more accurate to EG & / titlescreen crash 2021-08-09 20:28:34 +02:00
FajsiEx 829bc1896b * replace the selector arrows on titlescreen with nicer texture 2021-07-29 15:22:22 +02:00
FajsiEx e830467ff6 * scale titlescreen 2021-07-28 19:34:34 +02:00
FajsiEx fd2080941f * lower titlescreen selector bar by 128 px 2021-07-25 20:52:55 +02:00
FajsiEx 535ec4f369 / fix stutters in transition animations & + add fade in transition after the idol animation is loaded 2021-07-25 20:49:53 +02:00
FajsiEx d013c76a96 + init 2021-07-25 20:10:06 +02:00