Commit Graph
100 Commits
Author SHA1 Message Date
Chris Danford eb5e274128 fix Xbox compile 2004-09-08 05:48:48 +00:00
Chris Danford 26b6c80b91 remove VISE uninstall check 2004-09-08 05:34:46 +00:00
Chris Danford 1f6ed69612 remove old installer 2004-09-08 05:13:16 +00:00
Chris Danford b1cdc58893 update FAQ 2004-09-07 06:08:52 +00:00
Chris Danford cc59f8b157 for back, change KP0 to NUM_LOCK (KP0 is too easy to press accidentally) 2004-09-07 01:46:02 +00:00
Chris Danford d6c1561dbc fix "can't enter codes on ScreenTitleMenu if UseDedicatedMenuButtons is on" 2004-09-01 08:15:41 +00:00
Chris Danford b893ccc271 fix linux compile 2004-09-01 07:59:13 +00:00
Chris Danford d193e7f1e2 fix divide by 0 in calories table 2004-08-31 08:52:32 +00:00
Chris Danford 1875b36c02 fix "use edits to get 100% chance of a locked song when choosing Random" 2004-08-31 08:37:47 +00:00
Chris Danford ec8813aedd fix confusing day and hour formatting 2004-08-31 08:29:34 +00:00
Chris Danford 01c0bf35d4 update comment 2004-08-31 08:28:59 +00:00
Chris Danford c50f72182c fix "FILEMAN->CreateDirectory leaves temp file hanging around" 2004-08-31 06:44:16 +00:00
Chris Danford e78197cd2e differentiate between Songs and Courses % Complete 2004-08-31 04:29:20 +00:00
Chris Danford 1e326dcdd6 fix "Course Completeness doesn't show percent scores in grid" 2004-08-31 04:27:56 +00:00
Chris Danford b2415f5c37 fix "frames still decode when m_Rate == 0" 2004-08-31 03:52:00 +00:00
Chris Danford 1bf9c5e6b3 fix string position mismatch 2004-08-30 22:43:30 +00:00
Chris Danford 7756e03067 fix compile error 2004-08-30 06:45:43 +00:00
Chris Danford 8668075291 fix warnings 2004-08-30 06:41:56 +00:00
Chris Danford f14d917560 format seconds in H:MM:SS 2004-08-30 06:36:59 +00:00
Chris Danford 3fec094b26 fix misleading name: NumSongs -> NumStages 2004-08-30 06:07:14 +00:00
Chris Danford f65af6bf6d Song.h -> song.h 2004-08-30 05:08:08 +00:00
Chris Danford cf9b4af6cb convert ints and casts to use PlayerNumber and macros 2004-08-30 04:35:14 +00:00
Chris Danford 081c1e24b5 fix incorrect song counts for courses
cleanup: make StageStats hold a list of Songs and Steps that were played during the stage
2004-08-30 04:09:23 +00:00
Chris Danford abe10501f7 change Twister to "max 3 holds at once"
add Floored, "max 2 holds at once"
2004-08-29 21:26:52 +00:00
Chris Danford d59247c03e tweak transform apply order 2004-08-29 21:14:26 +00:00
Chris Danford f72b8b15d4 fix "current combo on ScreenEnding shows the previous saved value, not the current value" 2004-08-29 19:10:25 +00:00
Chris Danford ab44cf28fe fix "all song shown as unplayed"
fix "overall completeness percentage is always 0"
2004-08-29 18:15:20 +00:00
Chris Danford 16e94572e3 fix comment typo 2004-08-29 10:44:51 +00:00
Chris Danford 8dcd4d93bb only persist a subset of options that players would want to use for every song. When players turn on tricky options for the last song, they often forget to turn all of the tricky stuff off again in the next game. 2004-08-29 09:19:11 +00:00
Chris Danford 87579e8a57 fix "memory card name shows for both sides in style = double" 2004-08-29 07:21:36 +00:00
Chris Danford 5430ecb232 rename: Converge -> Centered 2004-08-29 07:12:37 +00:00
Chris Danford c11c9283cd fix popping in converge + boomerang 2004-08-29 05:56:51 +00:00
Chris Danford 1be5b1072d fix "ActiveAttackList doesn't show course entry mods until the first timed mod takes effect" 2004-08-29 05:43:07 +00:00
Chris Danford eeda7f2c8c fix inconsistent options item capitalization 2004-08-29 05:27:29 +00:00
Chris Danford 14a9203efa move item end X position to metric 2004-08-29 05:19:45 +00:00
Chris Danford 237705ea57 cap length of Steps m_sDescription to a reasonable value 2004-08-29 05:01:46 +00:00
Chris Danford 2126aa8420 blink on button presses during menus so that players can find bad sensors 2004-08-29 04:58:09 +00:00
Chris Danford 3c91fd94a5 jump to CHAR_BACK when try to enter another letter and name is full 2004-08-29 04:51:24 +00:00
Chris Danford cd1fb281c2 put HoldNoteScore values in ascending value of goodness, like TapNoteScore values 2004-08-28 22:29:53 +00:00
Chris Danford 73b99e583a optimize Stats.xml size: Allow theme to turn off writing off certain RadarValues 2004-08-28 22:10:06 +00:00
Chris Danford 685a43af5e reduce number of tables: merge Tap and Hold counts tables 2004-08-28 21:44:06 +00:00
Chris Danford f10efc414a reduce Stats.xml file size: don't write tab indent characters 2004-08-28 21:37:57 +00:00
Chris Danford d3fb44c32d optimize Stats.xml file size: don't save "none" count 2004-08-28 21:26:31 +00:00
Chris Danford 160e8bfbd1 for -> FOREACH 2004-08-28 21:14:39 +00:00
Chris Danford d2fb69ea49 fix wrong calorie stat displayed 2004-08-28 20:16:25 +00:00
Chris Danford dbd03f84ed increase max edit size 2004-08-28 18:53:41 +00:00
Chris Danford 9a9f8d9cfe add comment 2004-08-27 17:28:48 +00:00
Chris Danford c51c661fdd fix cases where prefs aren't persisted in case of power loss 2004-08-22 21:42:28 +00:00
Chris Danford e03e33f728 flush after writing machine stats 2004-08-22 18:28:44 +00:00
Chris Danford ac6f4d2df4 read Static.ini too on ResetToDefaults 2004-08-22 18:08:06 +00:00
Chris Danford 097efbb08b show "N/A", not "?", for Player Best if no Profile present 2004-08-22 17:35:22 +00:00
Chris Danford c4febdcf62 fix "Trail RadarValues off by -1" 2004-08-22 17:23:08 +00:00
Chris Danford 3022f850f4 make header text consistent 2004-08-22 16:28:19 +00:00
Chris Danford 7902e9e122 don't reset Guid when clearing machine stats 2004-08-22 16:05:28 +00:00
Chris Danford f75c44bd02 add Defaults.ini as an underlay for StepMania.ini 2004-08-22 15:55:23 +00:00
Chris Danford 9d011d3489 increase number of retries to avoid timeout while debugging 2004-08-22 15:03:05 +00:00
Chris Danford 8471f5c7bc fix "SaveMachineStats fails because cards not mounted" 2004-08-22 07:19:38 +00:00
Chris Danford 02893160ce fix bookkeeping alignment 2004-08-22 05:37:12 +00:00
Chris Danford 0cea1362b0 fix bookkeeping bugs 2004-08-22 05:30:37 +00:00
Chris Danford 436224a74e update memory card URLs 2004-08-22 04:16:04 +00:00
Chris Danford f5d3b27450 name cleanup: Gaining -> Gain, Losing->Lose 2004-08-22 02:16:31 +00:00
Chris Danford f0d22bd7ea add GainFocus and LoseFocus commands to give movies Actors an opportunity to pause and play 2004-08-22 02:13:17 +00:00
Chris Danford 56e930e1b6 don't show machine scores for edits in PaneDisplay 2004-08-21 15:51:33 +00:00
Chris Danford d320767912 fix eval stats off by 1 2004-08-21 06:46:49 +00:00
Chris Danford 4f41bacd91 fix "PaneDisplay shows bogus values for edits" 2004-08-21 06:21:12 +00:00
Chris Danford f595f5701f don't load unreasonably large .edit files 2004-08-21 04:21:33 +00:00
Chris Danford 0215714561 add LifeDifficulty text to ScreenTitleMenu 2004-08-21 03:39:28 +00:00
Chris Danford 335df6b048 fix guid display 2004-08-21 00:28:54 +00:00
Chris Danford cc1135e18f if editing an existing BGChange and the selected row isn't one of the 6 file rows, leave sName unchanged instead of removing the BGChange
remove rates < 0%
2004-08-20 08:36:17 +00:00
Chris Danford 2ee9876696 update enlistment instructions 2004-08-20 06:35:58 +00:00
Chris Danford 3e4d941514 move dupe code into Common.xsl 2004-08-20 05:40:42 +00:00
Chris Danford 37f6c81862 add XSL for Catalog.xml
fold CSS into XML
2004-08-20 05:22:46 +00:00
Chris Danford 2d1f89bfad change edit file extension: .sm -> .edit 2004-08-19 04:45:02 +00:00
Chris Danford 962714a978 don't show Training in Catalog.xml 2004-08-19 04:37:47 +00:00
Chris Danford 80191a95cc fix "Steps in Catalog.xml aren't ordered by StepsType/Difficulty" 2004-08-19 04:19:48 +00:00
Chris Danford 51feb824a6 hide some StepsTypes from catalog.xml 2004-08-18 06:38:22 +00:00
Chris Danford 941a77964b increase MAX_METER 2004-08-18 02:58:53 +00:00
Chris Danford bac085dc6d simplify 2004-08-17 06:35:42 +00:00
Chris Danford 925c349d26 clean up formatting 2004-08-17 06:16:49 +00:00
Chris Danford be7b0bf85a clean up formatting 2004-08-17 06:07:27 +00:00
Chris Danford d36da56b27 fix "card considered too late if inserted during attract" 2004-08-17 06:05:08 +00:00
Chris Danford f43fc93985 fix windows compile 2004-08-17 05:59:41 +00:00
Chris Danford 11a8029493 memory card cleanup 2004-08-17 05:50:51 +00:00
Chris Danford 8f1f39a675 show overall PercentComplete on ScreenEnding 2004-08-15 01:36:33 +00:00
Chris Danford 65caee25a2 fix uninitialized member 2004-08-14 22:58:57 +00:00
Chris Danford ae319bd14e refactor common unmount code 2004-08-14 19:38:37 +00:00
Chris Danford ee9fbb99e1 fix "memory card not mounted if initially plugged in while cards are locked"
do the final memory card mount on PlayersFinalized
2004-08-14 19:18:56 +00:00
Chris Danford ae04b6a7cd store preferredSong and preferredCourse as IDs, not pointers 2004-08-14 06:41:24 +00:00
Chris Danford 407de63957 make sound on insert/delete beat 2004-08-14 06:40:17 +00:00
Chris Danford 47e9ab702c don't beep if snap mode didn't change 2004-08-13 02:41:19 +00:00
Chris Danford 008f402939 don't force Songs that specified BGAnimations to switch to the static background on the last note beat 2004-08-12 06:34:17 +00:00
Chris Danford 763283e8cf remove magnify alignment hack (for now) 2004-08-12 05:54:29 +00:00
Chris Danford 873c148f0e fix crash on exiting editor
clean up invalidation of Song and Courses
2004-08-12 04:49:15 +00:00
Chris Danford 13dd1a9bda fix crash on exit editor
move management of Song resources out of Song and into SongManager
2004-08-11 08:23:14 +00:00
Chris Danford 09d8807927 populate mini menu with values of the current BGChange. 2004-08-11 07:30:41 +00:00
Chris Danford d7953ded5c fix "style icon shows P1 even if P2 is the only player" 2004-08-11 03:58:25 +00:00
Chris Danford bdb15e07a7 allow a Theme to specify a parent 2004-08-10 04:33:36 +00:00
Chris Danford 9edce13765 don't play attract sounds one whole time through when pref is set to Never 2004-08-09 08:09:20 +00:00
Chris Danford 2951dec4c1 special case 0.5 since the change was causing artifacts at other zoom factors 2004-08-09 08:08:37 +00:00
Chris Danford 6d811066ee update comment 2004-08-09 07:36:43 +00:00