Commit Graph
100 Commits
Author SHA1 Message Date
Chris Danford d3bbde5f05 loop playback and record 2006-04-04 21:58:20 +00:00
Chris Danford fd5fc24083 fix broken basic usage 2006-04-04 21:55:46 +00:00
Chris Danford 0183226c72 allow disabling of autoplay in normal gameplay but enabling in edit gameplay 2006-04-04 21:55:06 +00:00
Chris Danford 27c7482556 hide songs loaded from AdditionalSongFolders 2006-04-04 21:52:54 +00:00
Chris Danford be3e197485 fix assert when row code not set 2006-04-04 21:50:35 +00:00
Chris Danford fe14635d12 fix sync overlay help sticks around between stages 2006-04-04 21:48:17 +00:00
Chris Danford 16ecd09b9b 400ms between NotesWillCross messages 2006-04-04 21:45:10 +00:00
Chris Danford 955ccd8699 Write radar values for edits. If the program loading them doesn't trust the values, then it can ignore the values 2006-04-04 21:42:21 +00:00
Chris Danford e3bd1698d3 fix wheel item colors still look locked if Roulette then back out from SPlayerOptions 2006-04-04 21:39:03 +00:00
Chris Danford 8511eb2155 fix record aborts immediately 2006-03-30 04:46:01 +00:00
Chris Danford 1e368d63a3 Arrow color -> Arrow commands 2006-03-30 04:05:15 +00:00
Chris Danford 77e1f83a8c cleanup for debugging 2006-03-30 04:04:01 +00:00
Chris Danford 02d27d345d add "Dark" background brightness option 2006-03-30 02:48:40 +00:00
Chris Danford 99805145f2 add name entry by typing on the keyboard 2006-03-29 23:11:07 +00:00
Chris Danford b31d994fe0 updated strings 2006-03-29 18:43:06 +00:00
Chris Danford 5e37c8e779 better sync (hopefully) 2006-03-29 18:24:53 +00:00
Chris Danford a1270f74c7 add mappings for older Afterburners 2006-03-29 17:58:35 +00:00
Chris Danford 9c4dc961dd add spacing for easier merging 2006-03-29 02:53:43 +00:00
Chris Danford b1fdcabde7 debug logging 2006-03-29 02:53:01 +00:00
Chris Danford f261bdcaf7 fix "can hold roll without stepping on head", leading to weird graphics 2006-03-29 01:27:04 +00:00
Chris Danford 6b0f8879d8 fix crash in EditMode >= home 2006-03-29 01:26:21 +00:00
Chris Danford 691a0daae5 add description for Ignition/Afterburner 2006-03-28 22:32:54 +00:00
Chris Danford 865dcb072b remove unnecessary CLAMP in RandomGen 2006-03-28 21:52:10 +00:00
Chris Danford cb39a7d093 fix assert b/c rowCode not set when navigating mini menu with P2 2006-03-28 21:29:32 +00:00
Chris Danford 7a87b1f7ef fix noteskin not set on playback 2006-03-28 21:28:56 +00:00
Chris Danford efbb6cfe52 allow control from P2, fix P2 input doesn't work after exiting the screen 2006-03-28 20:44:27 +00:00
Chris Danford f9d50da5e1 cleanup for easier debugging 2006-03-28 19:15:44 +00:00
Chris Danford b3c4c6d86d remove assert. It's a little risky without more testing 2006-03-28 04:36:49 +00:00
Chris Danford 5a89e2e5e7 fix GCC compile 2006-03-28 04:02:36 +00:00
Chris Danford 367da968f6 theme backslash to fix ugly slashes in edit help text 2006-03-27 22:54:47 +00:00
Chris Danford 6c54c66234 fix crash in EditMode > Practice 2006-03-27 22:38:54 +00:00
Chris Danford 4a1c9776ee ScreenServiceAction mem card strings cleanup 2006-03-27 22:30:39 +00:00
Chris Danford 6d865d4762 fix RandomGen off by 1. Was retruning.[0,max), not [0,max]. (Caused random courseEntries to never pick the last song in the list) 2006-03-27 21:55:34 +00:00
Chris Danford ab84dffa0f disallow locked steps in random courses 2006-03-27 21:53:33 +00:00
Chris Danford 6efb162723 test whether the song required for an edit is present before copying it. Fixes "game said it copied N edits, but none of them are showing". 2006-03-27 20:17:05 +00:00
Chris Danford 9bee8d3b4a copy edits from import dirs too 2006-03-27 19:28:10 +00:00
Chris Danford 59aaab0375 assert( l < h ) in CLAMP 2006-03-27 10:59:13 +00:00
Chris Danford 08ade0ee80 add ranking manual scroll sound
fix weird scrolling if num songs < num lines shown
2006-03-27 10:58:37 +00:00
Chris Danford bde1988a30 fix difficulties jump around when switching StepsType 2006-03-27 07:51:52 +00:00
Chris Danford 6d115f5b55 add EqualsNoCase for better clarity than "!string.CompareNoCase()" 2006-03-26 19:19:39 +00:00
Chris Danford b280e160c3 add EqualsNoCase for better clarity than "!string.CompareNoCase()" 2006-03-26 17:50:11 +00:00
Chris Danford ee8329cee6 don't DQ because of forced mods 2006-03-26 17:48:39 +00:00
Chris Danford fc3312f9be broadcast on screen changed 2006-03-26 08:10:53 +00:00
Chris Danford 5e6a988c06 add PackageManager project 2006-03-24 17:26:22 +00:00
Chris Danford 96d75f8cee fix timeout value passed to pthread_cond_timedwait 2006-03-23 17:36:51 +00:00
Chris Danford e052ff7829 add FadingBanner to ScreenUnlockBrowse 2006-03-23 00:16:18 +00:00
Chris Danford e7b39e381a cleanup 2006-03-23 00:15:13 +00:00
Chris Danford 25cb9d5e1b add missing SGameplaySyncInfo metrics 2006-03-22 23:04:40 +00:00
Chris Danford 91c1834097 add Lua bindings for ControllerStateDisplay 2006-03-22 23:01:57 +00:00
Chris Danford 09b88acb0d remove brightness quad. Add SSystemLayer overlay for doing hacks like that. 2006-03-22 23:00:58 +00:00
Chris Danford c0dfb2453d Don't always poll DI for joystick changes in the main thread. Instead, poll the HID registry value, then poll DI for 15 seconds to catch the joystick change. 2006-03-22 22:39:35 +00:00
Chris Danford 4a998771eb change calibrate sync to 8th notes 2006-03-22 17:40:19 +00:00
Chris Danford 2b1e480496 AllAreLocked -> AnyRequirementsAreMet 2006-03-22 17:11:15 +00:00
Chris Danford c9842df053 require one sample for every note on SGSyncMachine. There's no reason why the player should miss now that there's a 4 beat lead-in. 2006-03-22 05:07:21 +00:00
Chris Danford ab2184b45e better FillProfile for debugging 2006-03-21 03:57:56 +00:00
Chris Danford 9bf317e1e1 tab cleanup 2006-03-21 03:55:10 +00:00
Chris Danford 0164eb272a add AutoLockChallengeSteps 2006-03-20 22:48:33 +00:00
Chris Danford 527b863f1a add AutoLockChallengeSteps 2006-03-20 22:41:41 +00:00
Chris Danford a38f90d085 bracket style cleanup 2006-03-20 19:39:50 +00:00
Chris Danford 837af903e8 merciful is a bool, not a float 2006-03-20 19:38:47 +00:00
Chris Danford 4852da79c8 add toggle for showing coin data 2006-03-20 09:07:58 +00:00
Chris Danford 2ea9ce4d11 style cleanup 2006-03-20 07:31:01 +00:00
Chris Danford 4cd3bb26f6 fix styles in Firefox 1.5 2006-03-20 06:18:42 +00:00
Chris Danford 1bb78b396c don't write values to Preferences.ini that are in Static.ini 2006-03-20 04:57:15 +00:00
Chris Danford fd22fbf721 fix pre-link commands 2006-03-20 03:55:12 +00:00
Chris Danford ee39715667 populate SORT_PREFERRED from a txt file 2006-03-20 01:09:36 +00:00
Chris Danford 64ea81fac1 Best -> Popular
populate SORT_PREFERRED from a txt file
2006-03-20 01:04:46 +00:00
Chris Danford 020d3faaba tab cleanup 2006-03-19 21:50:21 +00:00
Chris Danford 702e5401d5 save Cache to My Documents. The Application Data dir is a pain to get to. 2006-03-19 20:50:09 +00:00
Chris Danford 7446a213dc add special coloring for unlock songs/courses 2006-03-19 05:59:24 +00:00
Chris Danford 5903dba293 remove unused sync strings 2006-03-19 04:12:18 +00:00
Chris Danford 00a08603a9 consolidate sync change strings and logic 2006-03-18 23:53:13 +00:00
Chris Danford 116c8cd1b0 localize sync overlay help 2006-03-18 23:18:34 +00:00
Chris Danford 036935282e remove global Lua function in GameState.cpp 2006-03-18 22:15:26 +00:00
Chris Danford a01e0998d7 cleanup minimenu row spacing 2006-03-18 22:15:11 +00:00
Chris Danford 2fba5ff7e6 don't show step counts in Steps Information - they're already shown on the main edit screen 2006-03-18 19:49:33 +00:00
Chris Danford 48a6f0f963 Don't add up actual scores for Courses that aren't installed or aren't shown. 2006-03-18 12:05:15 +00:00
Chris Danford def70f62a1 fix clear machine stats 2006-03-18 11:59:41 +00:00
Chris Danford 9b71410b14 easier grade in merciful beginner 2006-03-17 03:44:11 +00:00
Chris Danford 2002bf820b easier beginner life 2006-03-17 02:24:15 +00:00
Chris Danford dc05d4b0c8 remove funky beginner hacks to judgment window 2006-03-17 02:23:45 +00:00
Chris Danford 345a588e2d move DevicesChanged polling into separate thread because the DInput calls block. Only supported if ThreadedInput=1. 2006-03-17 00:29:10 +00:00
Chris Danford 4dd5728ee0 style cleanup 2006-03-17 00:15:35 +00:00
Chris Danford de4b978da3 lower sample count because of 4 beats lead-in 2006-03-16 21:56:03 +00:00
Chris Danford 94b0e34aee tab cleanup 2006-03-16 21:09:36 +00:00
Chris Danford 1023ad79a3 localize DeviceButton names
populate editor help based on mappings
2006-03-16 21:02:57 +00:00
Chris Danford 5e60bab5ce populate editor help based on mappings 2006-03-16 20:59:15 +00:00
Chris Danford c2946d8342 localize DeviceButton names 2006-03-16 20:57:10 +00:00
Chris Danford 46969bf4b6 consistent editor strings capitalization 2006-03-15 22:18:25 +00:00
Chris Danford b6cfe36364 consistent capitalization 2006-03-15 22:17:32 +00:00
Chris Danford 3b2ec6e8e8 add GotoURL 2006-03-15 18:12:46 +00:00
Chris Danford b7ae21b11a skip over Steps row in EditMenu_Home 2006-03-15 06:23:38 +00:00
Chris Danford d95b9f4a6f remove deleted SEnding metrics
remove combo on SGSyncMachine
2006-03-15 03:48:35 +00:00
Chris Danford 1b2a728e25 4 beats lead-in 2006-03-15 03:45:50 +00:00
Chris Danford bb534317e2 give a title 2006-03-15 03:28:10 +00:00
Chris Danford da5982a29d comments cleanup 2006-03-15 02:19:47 +00:00
Chris Danford 0df6972287 remove stats text - use Lua instead 2006-03-15 01:31:55 +00:00
Chris Danford e3dfa5695c remove ScreenEditCourseMods 2006-03-14 22:25:48 +00:00
Chris Danford 34b9aa17e9 use the same Play key mappings for all EditModes
If selection start is set, have "play" start at the selection, not at the current beat
2006-03-14 22:07:56 +00:00
Chris Danford 042b119dea fix reversed DialogsEnabled() 2006-03-14 20:48:43 +00:00