Commit Graph

115 Commits

Author SHA1 Message Date
Hersi 7768ae2175 initial radar implementation 2023-11-13 01:41:52 +01:00
Hersi 52f948508c fix empty username fallback 2023-11-10 11:13:32 +01:00
Hersi a04890dab9 better handling of highscore username in songwheel 2023-11-10 11:09:34 +01:00
Hersi f1e75e07b1 Add usernames on local highscores when available
Update songwheel skin api docs
2023-11-10 02:42:08 +01:00
Hersi 590662c9a9 implement handling xcd difficulty 2023-08-18 21:48:48 +02:00
Hersi 47372bf14f fix exceed difficulty code missing 2022-05-30 02:51:24 +02:00
Local Atticus 20a7100521 Refactor based on feedback and fix bugs 2022-04-26 20:03:42 -04:00
Local Atticus 5268ac47a5 Get basic ht anims working 2022-04-26 18:12:14 -04:00
Hersi e1c726265c add dimensions module to songwheel, filterwheel 2022-03-30 17:40:39 +02:00
Hersi f75859f7ce Merge branch 'master' into feat/titlescreem-redo 2022-03-30 16:51:25 +02:00
Kyle Humphrey cc73423b6a fix edge case where songwheel would break if there is no song in index 2022-03-23 17:52:06 -05:00
Kyle Humphrey a3fa6350c1 add letter on scrollbar in SongWheel 2022-03-16 02:24:02 -05:00
Kyle Humphrey 841fb1fa35 reimplement scrollbar for songSelect and folderSelect 2022-03-15 23:51:53 -05:00
Kyle Humphrey 4cabc5990f implement skin config for search controls window 2022-03-10 19:02:48 -06:00
Kyle Humphrey 59cf769508 update search info textures 2022-03-10 17:43:19 -06:00
Kyle Humphrey 20e4cb4150 add searchbar transition, darken bg, and search info 2022-03-09 02:24:21 -06: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
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 2005399156 move easing lib to common/
remove redundant easings.lua
2021-12-23 03:52:12 +01:00
FajsiEx f822fa3826 / fix search in songwheel 2021-12-18 21:39:47 +01:00
FajsiEx 1be9861c36 - crown from ir leaderboard 2021-12-16 22:13:53 +01:00
FajsiEx 4384640c68 / nil being written to leaderboard cache 2021-12-16 21:31:06 +01:00
FajsiEx 7e3e2badc2 * sort ir scores in lb by score & + some debug logs 2021-12-16 20:49:11 +01:00
FajsiEx 72c8b21cf4 * don't try to request or draw the IR leaderboard if IR is not active 2021-12-16 18:29:04 +01:00
FajsiEx c737f23b13 * bust lb cache when exiting gameplay 2021-12-16 18:17:48 +01:00
FajsiEx bd0a3c1005 + chart leaderboard caching 2021-12-16 18:01:33 +01:00
FajsiEx d6dbee6316 > refactor ir leaderboard requests to only use one var for tracking the request state 2021-12-16 17:31:38 +01:00
FajsiEx 6421323b14 + status messages to ir leaderboard 2021-12-16 16:52:03 +01:00
FajsiEx 3bdeb8711f / fix ir leaderboard requests sometimes running twice 2021-12-16 16:28:47 +01:00
FajsiEx 0ad3016738 / finally hopefully fix sorting regardless of ranking value 2021-12-14 22:22:38 +01:00
FajsiEx 86af520c92 / ir scores on leaderboard being out of order in some cases 2021-12-14 20:23:45 +01:00
FajsiEx d9f8944e89 * rate limit the IR requests on songwheel further 2021-12-14 20:02:25 +01:00
FajsiEx 899af3170e + ir leaderboard to songwheel 2021-12-14 19:08:46 +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 543bf7b447 + letterboxing to songwheel, filterwheel and sortwheel 2021-11-22 22:25:38 +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
FajsiEx 85cad9562c + better way of stopping the results music 2021-11-20 22:43:11 +01:00
FajsiEx 6fed5cf86e - hide debug texts 2021-11-20 19:36:19 +01:00
FajsiEx a03852ce9b > cleanup 2021-11-20 19:36:00 +01:00
FajsiEx 716223a629 * start afterscroll transition only after songs actually show up after leaving filterwheel 2021-11-20 19:34:15 +01:00
FajsiEx de58e98563 + remaining things to complete the transition 2021-11-20 19:27:28 +01:00
FajsiEx bdfa9dfcb0 + match the songwheel/filterwheel transitions to be AC-like 2021-11-20 19:12:12 +01:00
RealFD 29cd2e3aa2 + minor song and chal wheel change 2021-10-29 16:36:35 +02:00
FajsiEx 7ee93e3ada * dash 2021-10-25 21:59:29 +02:00
FajsiEx 4f82c6c5aa * rewrite the scoreboard 2021-10-25 21:06:06 +02:00
RealFD 9aaf35ffe3 +added songwheel left list / idols moved to nav 2021-10-24 21:51:41 +02:00
RealFD a9c146d31f + result almost done and transitions 2021-10-23 23:20:57 +02:00
FajsiEx 610edd3d10 - debug text from songwheel and filterwheel for now 2021-09-10 19:15:04 +02:00