Chris Danford
9c30f918ca
fix LuaXType's bCapitalize behavior
2006-01-29 22:12:07 +00:00
Chris Danford
7f821e8cfc
CString -> RString
2006-01-22 01:00:06 +00:00
Chris Danford
44225ad379
XToThemedString -> XToLocalizedString
2006-01-07 04:11:29 +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
4b0d45e983
Fix VC6 Compile.
2006-01-05 01:26:04 +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
6e6fcb746a
"XToThemedString" uses theme metrics. We don't want DateTime
...
(used by XmlFile) to depend on THEME, so use localized strings.
We may *always* want LocalizedString. One reason we may not
is if we start using the DynamicThemeMetric paradigm more.
That evaluates expressions when they're used, which allows
metrics to change dynamically. However, we may really not
want to do that for localized strings, since it would complicate
translation, so we may want to restrict localized strings to
pre-evaluation anyway.
2005-12-30 07:24:30 +00:00
Glenn Maynard
9869b7c196
convenience
2005-12-28 08:49:09 +00:00
Chris Danford
f99b179a5b
themable player number
2005-12-27 17:16:02 +00:00
Chris Danford
3f6e95b7d8
fix D3D texture coord generation
2005-11-05 03:08:09 +00:00
Glenn Maynard
df841ec994
LuaXType
2005-07-05 06:31:45 +00:00
Chris Danford
eed251d1c2
split ShowAllCourses into Show*Courses for each CourseType
2005-05-05 19:29:29 +00:00
Chris Danford
e1bc16930a
Restore XToString with *_INVALID (Profile uses it). Trying a different fix.
2005-04-09 11:29:18 +00:00
Chris Danford
7d31a0b2bb
Don't allow XToString for *_INVALID values. Nothing uses this and it makes the range assert not fire if the string array has one fewer entry than the enum.
2005-04-09 09:51:42 +00:00
Chris Danford
b60d135493
don't allow StringToX for *_INVALID values
2005-03-05 21:50:33 +00:00
Glenn Maynard
343dc2f6f1
fix warnings
2005-02-03 03:11:30 +00:00
Glenn Maynard
544820e8cd
cache XToThemedString
2005-02-02 06:53:31 +00:00
Glenn Maynard
6c1fed2b29
fix illegal aliasing
2004-07-11 03:50:52 +00:00
Glenn Maynard
2cab5c4689
license updates
2004-05-31 22:42:12 +00:00
Chris Danford
abfc956e4f
refactor Course: move some responsibilities to Trail
2004-05-23 00:53:20 +00:00
Chris Danford
08d952c9c4
add helper enum class
2004-04-07 20:50:24 +00:00
Chris Danford
936f2066e1
clean up ScreenTestLights
2004-03-29 09:44:00 +00:00