Commit Graph
18037 Commits
Author SHA1 Message Date
Glenn Maynard 999ec0bd15 change m_sprLineHighlight to AutoActor 2005-10-29 23:47:03 +00:00
Glenn Maynard 21fcc06b7e fix long-standing bug: resize image to fit the dialog for when the default
font size is changed (in Win2k, hidden away in display -> settings -> advanced ->
general)
2005-10-29 21:52:50 +00:00
Glenn Maynard 9b7346e607 oops, fix another crash. I guess the "pass pointer by reference and maybe automatically reallocate" idiom is error-prone. 2005-10-29 21:50:26 +00:00
Glenn Maynard 3bf8373588 fix crash 2005-10-29 21:15:55 +00:00
Glenn Maynard 7c42b794ea cleanup 2005-10-29 21:08:37 +00:00
Glenn Maynard f3d55ef26e allow disabling song backgrounds (without disabling backgrounds entirely
with 0% Brightness, which gives an ugly black background)
2005-10-29 20:59:08 +00:00
Glenn Maynard a7af61d74c simplify with GetTweenTimeLeft() 2005-10-29 20:09:10 +00:00
Glenn Maynard 8c9b57dbae m_BackgroundMode -> m_RandomBackgroundMode 2005-10-29 20:04:57 +00:00
Steve Checkoway abf7399207 Apparently some DWIs use a tab for a separator. 2005-10-29 14:57:04 +00:00
Steve Checkoway ad6191e6d9 If you tell gcc to consider floating point constants as single precision (since that's most of what's used in SM), it warns here. This just shuts it up. 2005-10-29 13:04:07 +00:00
Steve Checkoway 4ce7d47899 Cleanup. 2005-10-29 12:22:43 +00:00
Steve Checkoway 3c0deebeba Actor::DrawPrimitives() does nothing. 2005-10-29 11:38:23 +00:00
Chris Danford ca8e0c5137 work around bad global constructor order in g++ x86 by not using PlayerNumber. Find a better way to handle this? 2005-10-29 05:42:38 +00:00
Chris Danford 9f0efb9cb0 remove unnecessary dependencies 2005-10-29 04:44:47 +00:00
Glenn Maynard 9f210adf3e don't THEME->EvaluateString here; it's unnecessary and actually using it is slow 2005-10-29 03:30:16 +00:00
Glenn Maynard 034c7f4a41 bring back MovieTexture_FFMpeg::RegisterProtocols 2005-10-29 03:25:39 +00:00
Glenn Maynard ac1a1e3817 remove hack 2005-10-29 03:13:48 +00:00
Glenn Maynard 4cee7a4045 This table will be accessed very often, so use the terse name "P", for eg. File="@P.File". 2005-10-29 01:35:53 +00:00
Glenn Maynard 938bfeb7b0 add ActorUtil::SetParamFromStack, ActorUtil::GetParam. Save params to
a table, not as global variables.  Saving and loading from globals is still
around temporarily.
2005-10-29 01:28:29 +00:00
Glenn Maynard fde59d8464 set the loading screen, so actors can use it as an input variable 2005-10-28 22:47:11 +00:00
Glenn Maynard 102f39d7c5 simplify: ThemeManager::LoadThemeRecursive recurses themes, but
there's no reason for it to actually be a recursive function
2005-10-28 19:07:19 +00:00
Chris Danford 1917c30bc1 fix VC6 compile 2005-10-28 17:45:57 +00:00
Glenn Maynard 2d907c34e4 use HOOKS->GetPreferredLanguage to set the default language 2005-10-28 17:25:22 +00:00
Chris Danford 560a70d452 move bug report URLs to ProductInfo.h 2005-10-28 17:24:10 +00:00
Glenn Maynard 2530f0dd5f add GetLanguageNameFromISO639Code
clean up RageUtil.h while I'm here
2005-10-28 17:23:54 +00:00
Glenn Maynard d7fdb1917f cleanup 2005-10-28 16:34:58 +00:00
Glenn Maynard 590381ce25 GetPreferencesSection
assert
2005-10-28 16:33:28 +00:00
Steve Checkoway e41570a8f8 Cleanup and simplify. 2005-10-28 14:21:23 +00:00
Steve Checkoway c4195979f3 Clean up a bit, remove useless code. Some work needs to be done to fix up the menu bar situation. 2005-10-28 08:07:53 +00:00
Steve Checkoway 42f4598f50 Add license. 2005-10-28 08:05:32 +00:00
Steve Checkoway 1726efed12 GetPreferredLanguage. 2005-10-28 08:04:44 +00:00
Glenn Maynard 20efb43a86 add ArchHooks::GetPreferredLanguage 2005-10-28 07:14:53 +00:00
Glenn Maynard d9cd9a1d8c update 2005-10-28 06:09:27 +00:00
Steve Checkoway fd28146428 Fix beeps by just not posting keydown events. 2005-10-28 05:40:37 +00:00
Chris Danford d38ca82ff4 add missing file 2005-10-28 03:19:18 +00:00
Chris Danford 092b5d969d move all URLs into ProductInfo.h 2005-10-28 03:10:48 +00:00
Chris Danford 6e5b3a5ed8 fix PrefsManager::m_sCurrentGame not current, so GamePrefs from Static.ini weren't being used 2005-10-28 01:44:19 +00:00
Glenn Maynard 8c52221570 cleanup 2005-10-27 23:03:21 +00:00
Glenn Maynard d7ce21c03d maybe fix screensaver coming on sometimes 2005-10-27 23:00:17 +00:00
Glenn Maynard 717f58387f remove metrics 2005-10-27 22:12:00 +00:00
Glenn Maynard 30f076e682 remove "StaticBG" 2005-10-27 22:11:06 +00:00
Glenn Maynard 609bd13b76 cleanup 2005-10-27 22:06:21 +00:00
Glenn Maynard d81e4c45c7 fix missing license 2005-10-27 21:57:40 +00:00
Glenn Maynard f36c662d96 ScreenGameplay is getting out of hand--58 #includes. Cleanup. 2005-10-27 21:55:24 +00:00
Glenn Maynard 6b06a89634 cleanup (should probably use spaces for tables like this; this is a mess with
standard 8-space tab stops)
2005-10-27 19:33:29 +00:00
Glenn Maynard 5e9fcddbbc cleanup 2005-10-27 19:29:04 +00:00
Glenn Maynard ce69fcffdf cleanup 2005-10-27 19:25:31 +00:00
Glenn Maynard 099aea8d1c cleanup 2005-10-27 19:24:25 +00:00
Glenn Maynard ac696aebe8 fix up test builds 2005-10-27 18:07:51 +00:00
Glenn Maynard 4c62c63e84 move m_sDefaultLocalProfileID into ProfileManager 2005-10-27 17:47:42 +00:00