Commit Graph
20606 Commits
Author SHA1 Message Date
Glenn Maynard 640896d1de unused 2006-03-24 18:25:59 +00:00
Glenn Maynard 7ab439ebb2 fix memory leak 2006-03-24 18:20:35 +00:00
Glenn Maynard c7b6b038c5 fix assert if P2 doesn't match any options and P1 is active 2006-03-24 18:16:28 +00:00
Chris Danford 5e6a988c06 add PackageManager project 2006-03-24 17:26:22 +00:00
Glenn Maynard fcab277ec9 keep this around as a reminder; this doesn't matter for normal clocks, but it's not good for CLOCK_MONOTONIC 2006-03-23 21:45:53 +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
Steve Checkoway bb1d5d4c05 Fix iFPS != 0 assertion, at least when a nonzero rate is returned. (Not sure what LCD displays will report.) 2006-03-20 19:59:11 +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
Steve Checkoway 568cc67a5b Allow disabling ffmpeg. 2006-03-20 19:01:19 +00:00
Steve Checkoway 7488850bb4 fix strtof check 2006-03-20 18:42:11 +00:00
Steve Checkoway 003adafdec Something about UB, c++, precompiled prefix headers, and -gfull fails so no strip dead code in universal binaries. 2006-03-20 18:37:58 +00:00
Chris Danford 4852da79c8 add toggle for showing coin data 2006-03-20 09:07:58 +00:00
Steve Checkoway 4ca585dc01 npos. 2006-03-20 08:39:24 +00:00
Steve Checkoway c3e74bbecc Oops. 2006-03-20 08:06:51 +00:00
Steve Checkoway c1f2256399 Update...something. 2006-03-20 07:59:17 +00:00
Steve Checkoway acbfd4224f Use OS X text converter, not iconv (trying to keep the code base the same no matter for which arch it is compiling). 2006-03-20 07:58:42 +00:00
Steve Checkoway 003cb4baa6 OS X text converter. 2006-03-20 07:56:18 +00:00
Chris Danford 2ea9ce4d11 style cleanup 2006-03-20 07:31:01 +00:00
Steve Checkoway b330d744fa Fix warning. 2006-03-20 07:27:46 +00:00
Steve Checkoway 8597aa1bd6 Old commit. 2006-03-20 06:53:17 +00:00
Steve Checkoway bb1b56aed4 BSD 2006-03-20 06:52:06 +00:00
Steve Checkoway f7c28cb43b This seems wrong. The test for TLS should not set HAVE_TLS if it is not supported. 2006-03-20 06:50:37 +00:00
Steve Checkoway 3a304b1a41 BSD stuff. Some of this seems like it should be in its own file... 2006-03-20 06:46:19 +00:00
Steve Checkoway 988e1729f9 Namespace 2006-03-20 06:45:58 +00:00
Steve Checkoway 01ec5db85a Do not rely on gnu coreutils and find. 2006-03-20 06:41:58 +00:00
Steve Checkoway c5b491ab62 Check for BSD. 2006-03-20 06:40:33 +00:00
Steve Checkoway b0a9165a57 NetBSD 2006-03-20 06:38:23 +00:00
Chris Danford 4cd3bb26f6 fix styles in Firefox 1.5 2006-03-20 06:18:42 +00:00
Steve Checkoway 0b81507b2e Use iconv appeared some point after 10.2.8 but with the broken BSD headers. 2006-03-20 06:12:51 +00:00
Steve Checkoway 4861bc0949 Handle broken iconv headers (BSD and derivatives). ICONV_CONST is defined in config.h by the autotools, if HAVE_ICONV is defined, define ICONV_CONST to either const or leave it empty for other OSes. 2006-03-20 06:11:47 +00:00
Steve Checkoway 5d9ab0982b Fix warnings about possibly being used uninitialized. 2006-03-20 06:09:00 +00:00
Steve Checkoway b7b28f2435 Only Linux needs this. Nearly every other OS put it in stdlib.h (or stdlib.h includes alloca.h as needed). My stdlib.h in linux includes it if any of __USE_GNU, __USE_BSD, or __USE_MISC is defined. 2006-03-20 05:25:13 +00:00
Steve Checkoway 26741978ad This is not supposed to be in CVS. 2006-03-20 05:21:59 +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