Commit Graph
19627 Commits
Author SHA1 Message Date
Chris Danford 15423adaf5 implement with ThemeMetric to remove dupe logic 2006-01-08 05:30:04 +00:00
Chris Danford 32223b6912 adding ssprintf overload for easier use with LocalizedString 2006-01-08 00:40:28 +00:00
Steve Checkoway bc5582d639 Fix memory leak. 2006-01-08 00:28:17 +00:00
Steve Checkoway 3608694a18 Do memory card stuff (more) correctly. 2006-01-08 00:23:33 +00:00
Steve Checkoway f842f51a22 Add the line correctly. 2006-01-07 22:23:33 +00:00
Steve Checkoway e603adfe89 Revert, again. This time non-ASCII characters (and the BOM) were destroyed. 2006-01-07 22:21:57 +00:00
Jason Felds 5ea5888dd4 Survival Mode, round 2 (somehow a previous commit had ALL of the lines modified. That shouldn't happen now. 2006-01-07 21:35:39 +00:00
Steve Checkoway 032db7ae56 Revert. 2006-01-07 20:58:11 +00:00
Jason Felds 58daf71259 Squash SM warning; there should always be a fallback. 2006-01-07 18:56:35 +00:00
Jason Felds 3d64d61f00 Survival Mode 2006-01-07 18:55:55 +00:00
AJ Kelly 2695094971 Blaster font (used for Roulette, TitleMenu, among others) + DifficultyMeter font redir 2006-01-07 09:23:00 +00:00
AJ Kelly 76a347b315 ScreenSelectMusic additions/changes and such 2006-01-07 09:21:45 +00:00
Steve Checkoway ab718fdd6e Fix warning. Should NUM_PLAYERS go away? 2006-01-07 08:19:13 +00:00
AJ Kelly fb3cdf198a New difficulty meter graphics 2006-01-07 07:20:34 +00:00
Chris Danford 178e45d380 don't show strings before we've set up ThemeManager to be able to show something localized 2006-01-07 06:50:10 +00:00
Chris Danford 3a523f9c3e assert if we try to use a non-loaded string 2006-01-07 06:48:42 +00:00
Chris Danford 4d49c60bff localizable 2006-01-07 06:47:24 +00:00
AJ Kelly 850decc091 Most of the ScreenStage overlays (nonstop and oni soon) 2006-01-07 06:36:46 +00:00
Glenn Maynard 8d6a2c54dd fix loading JOY_BUTTON mappings from disk 2006-01-07 06:28:56 +00:00
Chris Danford ec424ec51e fix conflicting globals during link 2006-01-07 06:02:47 +00:00
Chris Danford 706655a282 UTF8 2006-01-07 06:01:45 +00:00
Chris Danford b96fa184ee spacing cleanup 2006-01-07 05:43:38 +00:00
Chris Danford 168a98773e fix LocalizedString::Load doesn't fill the value
Localize loading messages
2006-01-07 05:43:25 +00:00
AJ Kelly 7db7a5fb80 *** empty log message *** 2006-01-07 05:42:54 +00:00
Chris Danford 44225ad379 XToThemedString -> XToLocalizedString 2006-01-07 04:11:29 +00:00
Chris Danford b2c86171d1 install para noteskin by default. It's small. 2006-01-07 01:03:02 +00:00
Chris Danford b70eb0e509 add pseudolocalize 2006-01-06 23:34:41 +00:00
Chris Danford 210f36a243 localize 2006-01-06 23:34:33 +00:00
Chris Danford 452844c7c9 fix compile 2006-01-06 23:33:45 +00:00
Chris Danford 8b0c7ac36e SubscriptionHandler -> SubscriptionManager 2006-01-06 20:19:30 +00:00
Chris Danford d55ae24611 add PseudoLocalize
phase out SubscriptionManager for SubscriptionHandler to fix ThemeManager assert
2006-01-06 20:18:15 +00:00
Chris Danford f8379c8db7 cleanup newline handling in languages
remove View Statistics button (moved to command line)
2006-01-06 17:57:26 +00:00
Chris Danford 9ef306201c CString -> RString 2006-01-06 17:57:03 +00:00
Chris Danford f6f253b545 localize text in all dialogs 2006-01-06 07:48:26 +00:00
Chris Danford 9dfc40ba9c remove baked text in header graphics, replace with static text 2006-01-06 07:45:38 +00:00
Chris Danford cc922c4619 localizable smpackage dialogs 2006-01-05 07:38:31 +00:00
Chris Danford f02ed66d59 assert if we're about to write an unparsable ini file 2006-01-05 07:36:09 +00:00
Chris Danford fb9d07e11b bracket cleanup 2006-01-05 07:35:27 +00:00
Chris Danford c7f6f52da1 fix "unused function CheckXToStringParamType" removed warnings 2006-01-05 06:08:19 +00:00
Chris Danford 1fb7433c29 fix VC7 "nonstandard conversion: auto_ptr to auto_ptr&". The param to operator= is a reference. 2006-01-05 05:57:05 +00:00
Jason Felds 6524635a26 Twister != Twsiter. Mod fix. 2006-01-05 04:07:24 +00:00
Jason Felds 01bcbf70fe Visualizations do not exist; no need to mention it. 2006-01-05 01:46:21 +00:00
Jason Felds 4b0d45e983 Fix VC6 Compile. 2006-01-05 01:26:04 +00:00
Glenn Maynard 16b998705f That won't work. Preferences register themselves on creation, so
PrefsMan can iterate over them (to load and save), so preferences
must be created on startup, not first use.
2006-01-04 23:04:07 +00:00
Glenn Maynard b734b602d2 force TypeName arrays for XToString to be an array of const char*, not CString 2006-01-04 22:30:51 +00:00
Glenn Maynard 8ed46bd67f update 2006-01-04 22:27:18 +00:00
Jason Felds e04f9440ac Removed DateTimeLua.cpp and LocalizedStringLua.cpp from the project file; they no longer exist. 2006-01-04 21:12:58 +00:00
Steve Checkoway 173cbb3372 Missing metrics. 2006-01-04 19:54:59 +00:00
Steve Checkoway cd8788c941 Newlines do not work here. 2006-01-04 19:54:34 +00:00
Glenn Maynard abdb2b160d fix broken autoconf test 2006-01-04 18:59:45 +00:00