Commit Graph
11392 Commits
Author SHA1 Message Date
Glenn Maynard da3361ec23 fix exception backtraces not always resolving 2004-08-25 04:08:43 +00:00
Glenn Maynard e1e3f5ef40 fix bitmasks 2004-08-25 04:02:40 +00:00
Glenn Maynard a76b3ad8ad update 2004-08-25 01:49:20 +00:00
Glenn Maynard 7ffe8eaf9c update 2004-08-25 00:20:32 +00:00
Glenn Maynard 1d6a9296e3 Move m_sprExplanation below m_sprBannerFrame. This should be
possible to do with draw order metrics, but we don't actually run OnCommand
in here ...
2004-08-25 00:18:51 +00:00
Glenn Maynard af69d4ddb7 update 2004-08-24 23:53:35 +00:00
Glenn Maynard 8fb41ed93c clamp "lesser position" output 2004-08-24 23:51:43 +00:00
Glenn Maynard d6751ceae0 add missing "Yuujou" (oops, forgot to commit) 2004-08-24 23:41:08 +00:00
Glenn Maynard 6091b87526 cleanup 2004-08-24 22:44:06 +00:00
Glenn Maynard fb425bcc8f don't duplicate the whole comment in the header; just include a synopsis unless you're documenting an API class, etc 2004-08-24 22:31:18 +00:00
Glenn Maynard 536da0dcf7 cleanup 2004-08-24 22:29:47 +00:00
Glenn Maynard 4ce71a6aef fix copyright notices; let's keep our names in there instead of duplicating them elsewhere 2004-08-24 22:27:53 +00:00
Glenn Maynard 9d4ccdafbf comment 2004-08-24 22:24:06 +00:00
Geoff Benson 84588db385 Minor bugfix - 8-panel Rave is now selectable again 2004-08-24 13:11:26 +00:00
Steve Checkoway ba036ba015 Add missing ffmpeg header 2004-08-24 00:44:17 +00:00
Steve Checkoway 1ce9d77242 Fix 14 or so warnings keeping c-style casts. 2004-08-22 23:02:15 +00:00
Steve Checkoway 60983ee8cc Fix warning. 2004-08-22 22:57:29 +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
Charles Lohr 7f5644fc8d Added Sending Options info to server on start. 2004-08-22 08:03:19 +00:00
Charles Lohr 7f93ed3efe Added behind-the scenes metrics for Network Options, they do not appear on any options lists. 2004-08-22 07:42:04 +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
Glenn Maynard d176c8af17 avoid pthread_mutex_timedlock in valgrind 2004-08-22 01:31:12 +00:00
Glenn Maynard 0f7572ad8c work around gettid warning spam in valgrind 2004-08-22 01:16:00 +00:00
Glenn Maynard a68dec18aa fix uninitialized values used by MEMCARDMAN calls before GameState::Reset 2004-08-22 01:11:17 +00:00
Hugo Hromic M d4edd2d95f added support for Linux Parallel port controlled Lights. To use set LightsDriver=LinuxParallel 2004-08-21 17:42:28 +00:00
Hugo Hromic M 0e86e11acb added support for Linux Parallel port controlled Lights. To use set LightsDriver=LinuxParallel 2004-08-21 17:36:37 +00:00
Hugo Hromic M 792af31c7a fix not loading correctly the Common Sounds in ScreenManager. now loads and reloads fine 2004-08-21 17:20:30 +00:00
Chris Danford 56e930e1b6 don't show machine scores for edits in PaneDisplay 2004-08-21 15:51:33 +00:00
Glenn Maynard fb72702e80 don't interleave reads 2004-08-21 07:19:54 +00:00
Glenn Maynard 6312cfce58 bigger fake "mixing buffer" for null sound 2004-08-21 07:06:27 +00:00
Glenn Maynard 29c1393a7d bigger buffer for streaming sounds 2004-08-21 07:05:32 +00:00
Glenn Maynard ed2939b205 IsStreamingFromDisk 2004-08-21 07:01:54 +00:00
Glenn Maynard 00bf5e9639 implement decode buffer fill rate clamping 2004-08-21 06:53:26 +00:00
Glenn Maynard 1804939916 always preload change sounds 2004-08-21 06:50:49 +00:00
Chris Danford d320767912 fix eval stats off by 1 2004-08-21 06:46:49 +00:00
Steve Checkoway a9d0169058 Don't show/hide the cursor unless the video mode change was successful. 2004-08-21 06:27:31 +00:00
Chris Danford 4f41bacd91 fix "PaneDisplay shows bogus values for edits" 2004-08-21 06:21:12 +00:00