Commit Graph

38 Commits

Author SHA1 Message Date
Hersi 9dc6f598ae 0.3.0 release 2023-11-09 08:45:01 +01:00
Hersi 028a1e9f74 fix crash on invalid idol animation 2022-11-12 12:53:55 +01:00
Katoski 6d342c883f / crashes on chalresult & / diffrects having wrong difficulty displayed 2022-06-25 23:20:38 +02:00
domdoc 614dcfe9b7 Fixed scaling for setUpTransforms 2022-05-31 21:30:52 +02:00
Hersi 5598431951 Merge branch 'master' into titlescreen-refactor 2022-04-27 02:40:38 +02:00
Hersi 9937f56a4d new() doesn't need to be a class method 2022-04-27 02:40:22 +02:00
Local Atticus 20a7100521 Refactor based on feedback and fix bugs 2022-04-26 20:03:42 -04:00
Hersi 3ea1429eab refactor class.lua (because Local is a bulli) 2022-04-27 00:06:42 +02:00
Hersi 0b809dc798 add logging to titlescreen and filereader 2022-04-24 01:29:17 +02:00
Hersi a3ae25cfad why tf is there no game.LOGGER_DEBUG? 2022-04-24 01:18:05 +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 868d5b9798 use generics in class creation functions' docstrings 2022-04-14 23:14:13 +02:00
Hersi a7594d9ec2 fix nil values getting into matches in FindPatterns() 2022-04-11 19:37:51 +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 b62dc2764a added game file reader utilities
added more fields to VersionInfoPage
2022-04-05 06:36:11 +02:00
Hersi aa2ba01550 added VersionInfoPage service page
added a way to update USC from the skin
added game configuration reader helper functions
added version string getters to version.lua
2022-04-04 01:58:10 +02:00
Hersi b08c1fb580 added ColorCheckPage and ColorGradientField
fixed ServicePage references in functions
added lerp function to util.lua
2022-04-03 23:24:17 +02:00
Hersi 297cd161bd Added class creation helper functions
Added a refreshFields function in Page
Fixed typo from selectedIndex/selectedIdx to self.selectedIndex
Added custom input handling to InputCheckPage
2022-04-03 19:47:09 +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 408feed832 got rid of the reference shenanigans from dimensions 2022-03-26 00:38:30 +01:00
Hersi edcb7b8407 auto-formatting 2022-03-12 15:18:41 +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 98ab8bfb62 Removed log spam
renamed function to be more appropriate
2022-03-03 04:01:54 +01:00
Hersi b586a217a3 Implemented splash screen 2022-03-03 03:55:46 +01:00
Hersi 2f01f9f96c Added "wallpaper" component
Added common dimensions script
2022-03-03 03:55:19 +01:00
FajsiEx b43223b636 Merge https://git.hersi.changeip.net/hersi/ExperimentalGear
Merge stuff
2022-02-17 18:12:51 +01:00
FajsiEx 535eaac269 ^ 0.2.2 & - debug text & * activate debug info with skin setting 2022-02-17 18:06:25 +01:00
Hersi 9d60fe06ee re-fix the easing.lua fix with default values 2021-12-25 02:51:26 +01:00
Hersi 2005399156 move easing lib to common/
remove redundant easings.lua
2021-12-23 03:52:12 +01:00
FajsiEx a95d9df912 ^ 0.2.1 2021-12-18 22:29:16 +01:00
Hersi d171a99149 Added particle clearState masks for track_end.lua
Added track crash assets to track_end.lua
Added by-clearState foreground rendering to track_end.lua
WIP: gameplay/track_end/track_crash.png placeholder
2021-12-11 19:18:36 +01:00
Hersi 21125dcf68 Added percent sign and percentage bar
Moved implementation of splitString into common.common
Removed redundant function definitions in challengeresult.lua
Added a new parameter to the draw_number function in common.numbers
2021-12-10 03:41:44 +01:00
FajsiEx 1889fd3e3b ^ 0.2.0 2021-11-27 18:42:27 +01:00
Hersi c224aa928b implemented chalwheel stats 2021-11-20 23:51:53 +01:00
FajsiEx 85cad9562c + better way of stopping the results music 2021-11-20 22:43:11 +01:00
FajsiEx 32f201784d + entry easing to filterwheel 2021-08-12 16:55:10 +02:00
FajsiEx f25ab51cef + scrolling transition to song wheel 2021-07-30 21:34:36 +02:00
FajsiEx 45f32eefa4 + start of results screen 2021-07-27 21:18:13 +02:00