Commit Graph
20561 Commits
Author SHA1 Message Date
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
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
Steve Checkoway 8166dbcc2d Unused. 2006-03-19 06:19:55 +00:00
Chris Danford 7446a213dc add special coloring for unlock songs/courses 2006-03-19 05:59:24 +00:00
Glenn Maynard efe1c3b57f simplify 2006-03-19 04:27:03 +00:00
Glenn Maynard ae3deb9a71 unused 2006-03-19 04:22:32 +00:00
Glenn Maynard 9157bff3aa remove m_sprAnswerBox 2006-03-19 04:20:58 +00:00
Chris Danford 5903dba293 remove unused sync strings 2006-03-19 04:12:18 +00:00
Glenn Maynard 07ddb97215 fix Update 2006-03-19 02:32:51 +00:00
Glenn Maynard 4c1e9ed6bb split out ScreenTestInput components 2006-03-19 02:06:31 +00:00
Steve Checkoway 40b44ee6b8 Fix attacks not working properly with random songs in the editor. 2006-03-19 01:59:42 +00:00
Steve Checkoway 77a8b6ab61 Use EditMode_CourseMods and remove hack from ScreenEdit. 2006-03-19 01:20:42 +00:00
Steve Checkoway bd58e1661e Add return type. 2006-03-19 00:58:26 +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
Steve Checkoway c4835e0adb Revert. Reloading is a hack and shouldn't be part of the API. 2006-03-18 13:26:01 +00:00
Steve Checkoway dd3206c4fc Play invalid sound. 2006-03-18 13:24:31 +00:00
Steve Checkoway f648efa84e Add string. 2006-03-18 13:23:38 +00:00
Steve Checkoway 80fdf6d8eb group/persist/etc 2006-03-18 13:23:18 +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
Steve Checkoway a79329daa3 Only rebuild the option rows when they've actually changed. 2006-03-18 11:28:41 +00:00
Steve Checkoway 1d45c8a0fd For non-fixed songs find the longest non-tutorial song and use that for picking mods. Something isn't quite right with ScreenEdit though (it doesn't display existing attacks so you can add attacks but you cannot remove them, global mods can be modified normally). 2006-03-18 11:13:22 +00:00
Steve Checkoway 95c756f9e5 ReloadScreen(). 2006-03-18 11:02:56 +00:00
Steve Checkoway 2dcdea5467 Add ReloadScreen(). 2006-03-18 11:02:20 +00:00
Steve Checkoway 1b0c19d442 Copy code from RageThreads.cpp. 2006-03-18 09:22:56 +00:00
Steve Checkoway cd45684d48 Warn on bad backgrounds. 2006-03-18 09:17:20 +00:00
Steve Checkoway 678c74e7c1 Fix warning. 2006-03-18 08:43:15 +00:00
Chris Danford 9b71410b14 easier grade in merciful beginner 2006-03-17 03:44:11 +00:00
Glenn Maynard adae68f5f3 Coordinates are floats, but our maximum resolutions should always be
integers.

In 640x480 (4:3), with a 16:10 display, we were getting a 767.999939 width,
instead of 768, which truncated to 767.  Round the value consistently, so
we always get 768x480.
2006-03-17 02:52:00 +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
Glenn Maynard 1fd4b7f05f Use bFailed , not bFailedEarlier. That way, you can't get a Failed grade
in FailOff (that's what FailOff means: you can't fail).  This also means you won't
get an F if you bottom out in TwoPlayerRecovery; that's OK.
2006-03-17 01:50:28 +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
Josh Allen 3fbf89bc0a Remove ScreenEditCourseMods 2006-03-16 15:51:24 +00:00