Commit Graph
100 Commits
Author SHA1 Message Date
Chris Danford 5f8fc893ce fix fill machine stats 2006-01-18 10:09:34 +00:00
Chris Danford cec914461e make string localizable 2006-01-18 10:03:45 +00:00
Chris Danford 31fdeeb3a1 fix VC6 "ambiguous operator==" 2006-01-18 04:11:46 +00:00
Chris Danford cc2558fac6 don't pseudolocalize replacement markers in strings 2006-01-18 04:09:14 +00:00
Chris Danford 7b75640337 use only ANSI APIs and ConvertUTF8ToACP 2006-01-17 22:20:27 +00:00
Chris Danford b1564c4200 use MessageBoxW. Todo: link with unicows for Win9x. 2006-01-17 21:57:08 +00:00
Chris Danford e3d3d162af don't use PRODUCT_NAME in a string ID, or else strings are missing when PRODUCT_NAME changes 2006-01-17 21:55:43 +00:00
Chris Danford 2827fc10fa Disable writing of missing string to base language's ini. This was temporary to ease adding tons of missing strings.
Don't pseudolocalize ":".  It's messing up the help text tip separators.
2006-01-17 20:47:43 +00:00
Chris Danford 44db08792a use "WindowTitle", not PRODUCT_NAME as string ID 2006-01-17 20:46:10 +00:00
Chris Danford a6d2ad5957 cleanup joystick with keyboard hack 2006-01-17 09:03:33 +00:00
Chris Danford 933da6e9d0 Sprite -> AutoActor 2006-01-16 23:17:32 +00:00
Chris Danford 9cf7b4f8a3 hack to fix courses in multiplayer 2006-01-11 02:25:23 +00:00
Chris Danford 61fb3fa4cd fix dummy NoteField not on autoplay 2006-01-11 02:11:14 +00:00
Chris Danford 31f171e9be hold l+d+start to reset 2006-01-11 02:03:44 +00:00
Chris Danford 8823d50b07 add ControllerStateDisplay 2006-01-11 01:02:46 +00:00
Chris Danford 5902eee342 hack to fix dummy player having invalid NoteSkin when switching between course songs 2006-01-10 21:40:29 +00:00
Chris Danford da817bf62c disable GiveUp in multiplayer for all except player 1 2006-01-10 20:53:40 +00:00
Chris Danford 00ce67cb10 remove comment 2006-01-10 20:53:11 +00:00
Chris Danford e7f74c9d48 only accept start from player 1 2006-01-10 20:52:53 +00:00
Chris Danford a638672375 larger mplayer eval numbers 2006-01-10 20:43:17 +00:00
Chris Danford 76f91c4320 only allow pad 1 to start 2006-01-10 20:27:34 +00:00
Chris Danford d534772422 do all multiplayer input translation in StepMania.cpp 2006-01-10 18:23:20 +00:00
Chris Danford a3a01bbb57 random does not necessitate secret 2006-01-09 22:05:01 +00:00
Chris Danford 47010623cd move Course autogen logic into CourseUtil 2006-01-09 21:57:41 +00:00
Chris Danford 63b3a5a468 fix meter displaying 2006-01-09 21:57:15 +00:00
Chris Danford aef91c3f54 add missing 2006-01-09 20:00:27 +00:00
Chris Danford 76fba53755 remove comment 2006-01-09 19:48:59 +00:00
Chris Danford ef3d2172b2 load preference groups recursively 2006-01-09 19:48:33 +00:00
Chris Danford 3df20418a8 simplify: "\n" is newline, "::" separates tips 2006-01-09 17:45:21 +00:00
Chris Danford ea3c1b6a99 add localized strings 2006-01-09 01:40:03 +00:00
Chris Danford 7fe210a516 silence warning spew if no hid devices plugged in 2006-01-09 01:10:37 +00:00
Chris Danford 848b2b0909 spacing cleanup 2006-01-09 01:07:02 +00:00
Chris Danford 15c93e91b0 add Lua bindings 2006-01-08 22:59:31 +00:00
Chris Danford bd265e0bea localize strings 2006-01-08 22:58:43 +00:00
Chris Danford 129738e1e6 add missing strings 2006-01-08 20:13:19 +00:00
Chris Danford 41c6d6a902 save strings to base theme, not current theme 2006-01-08 20:11:34 +00:00
Chris Danford 17e790bef5 don't MakeUpper 2006-01-08 20:10:46 +00:00
Chris Danford 704cb4b9bf make sure "catalog.xml" doesn't get localized 2006-01-08 20:10:18 +00:00
Chris Danford a5c5701fda add missing strings 2006-01-08 19:54:03 +00:00
Chris Danford 9af8e0f364 localize more strings 2006-01-08 19:49:35 +00:00
Chris Danford 8794ccaf3f fix selection of all music group 2006-01-08 19:49:14 +00:00
Chris Danford 9122e2f935 localize more strings 2006-01-08 19:38:33 +00:00
Chris Danford fc18dbd342 make more strings localizable 2006-01-08 18:40:20 +00:00
Chris Danford f6d11943ab make more strings localizable
move dialog localization into archutil
adjust dialog layout for pseudoloc strings
2006-01-08 05:42:09 +00:00
Chris Danford b5114cc57e use GetString for help text 2006-01-08 05:35:20 +00:00
Chris Danford 9c377d3f00 set theme and pseudolocalize at the same time 2006-01-08 05:35:02 +00:00
Chris Danford 6012947d00 remove ssprintf overload 2006-01-08 05:32:56 +00:00
Chris Danford 1cf12f1c49 set pseudolocalize at the same time as switching themes. Fixes LocalizedStrings not reloaded after changing pseudolocalize 2006-01-08 05:32:05 +00:00
Chris Danford 57810ff757 CString -> RString 2006-01-08 05:30:59 +00:00
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
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
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
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
Chris Danford c7d769829a add ThemeManager to smtools 2005-12-29 05:52:50 +00:00
Chris Danford cdc7df02b1 finish language im/exporting 2005-12-29 04:37:52 +00:00
Chris Danford 3eb451f76f fix compile 2005-12-29 02:42:29 +00:00
Chris Danford df984aef76 working on localization tool 2005-12-29 02:40:09 +00:00
Chris Danford 2d7ae984e2 fix VC6 compile (braindead std::string?) 2005-12-29 02:36:46 +00:00
Chris Danford b42d28af34 add language localization tools 2005-12-28 19:21:08 +00:00
Chris Danford bd0087ae04 CString -> RString 2005-12-28 19:17:34 +00:00
Chris Danford 1e51ee136d use language code for file name 2005-12-28 19:16:26 +00:00
Chris Danford 0249ef8d3d add language native names 2005-12-28 05:43:26 +00:00
Chris Danford 45082d0a74 #define hacks for smtools. Clean this up later. 2005-12-28 05:42:22 +00:00
Chris Danford f7952eaf63 CString -> RString
make GetDefaultLanguage static for smtools
2005-12-28 05:41:04 +00:00
Chris Danford d459f0b795 fix smpackage build
add localization tool to smpackage
2005-12-28 04:22:24 +00:00
Chris Danford 1fcfc22981 CString -> RString
const string params where possible for easier debug stepping
2005-12-28 03:59:52 +00:00
Chris Danford 1c209efd19 fix build 2005-12-28 03:54:41 +00:00
Chris Danford fe3a68d5cd make string params const (stepping into RString constructors makes for frustrating debugging) 2005-12-28 03:10:07 +00:00
Chris Danford d76876d1db CString -> RString
make string params const (stepping into RString constructors makes for frustrating debugging)
2005-12-28 03:09:53 +00:00
Chris Danford 7dea392550 CString -> RString 2005-12-27 23:43:49 +00:00
Chris Danford d507f3fd28 move LuaBinding into namespace 2005-12-27 22:58:30 +00:00
Chris Danford 1f81db0cec move ScreenDimensions into a namespace 2005-12-27 18:45:07 +00:00
Chris Danford 62799c2999 CString -> RString 2005-12-27 17:45:07 +00:00
Chris Danford fb259c7237 fix compile 2005-12-27 17:39:27 +00:00
Chris Danford f99b179a5b themable player number 2005-12-27 17:16:02 +00:00
Chris Danford 17e3661755 use Lua in smpackage 2005-12-27 17:12:46 +00:00
Chris Danford 037ed8ae51 CString -> RString 2005-12-27 17:11:38 +00:00
Chris Danford 6681ad9dd4 theme date/time strings 2005-12-27 17:10:08 +00:00
Chris Danford e30f456383 localize strings 2005-12-27 17:08:23 +00:00