Steve Checkoway
439c0f2011
IsFixed and AllSongsAreFixed were identical. IsFixed -> AllSongsAreFixed.
2006-02-21 01:48:01 +00:00
Chris Danford
49782b331b
Theme -> Localize
2006-01-29 22:13:36 +00:00
Chris Danford
7f821e8cfc
CString -> RString
2006-01-22 01:00:06 +00:00
Chris Danford
704cb4b9bf
make sure "catalog.xml" doesn't get localized
2006-01-08 20:10:18 +00:00
Chris Danford
fc18dbd342
make more strings localizable
2006-01-08 18:40:20 +00:00
Chris Danford
44225ad379
XToThemedString -> XToLocalizedString
2006-01-07 04:11:29 +00:00
Glenn Maynard
b01308783e
unused headers
2005-12-19 00:42:29 +00:00
Chris Danford
100ce95f14
don't pass DISPLAY_OPT as a pointer to avoid NULL pointer deref
2005-11-22 21:14:48 +00:00
Chris Danford
0f0caf7972
Writable files in "Save", read-only files in "Data". This simplifies the installer and packaging.
2005-10-30 23:08:38 +00:00
Chris Danford
8b8fa8aad3
move CommonMetrics into a namespace so that it's clear where they're coming from when used.
2005-10-27 05:16:19 +00:00
Chris Danford
2a6dcba6e8
cleanup:
...
"GroupName" -> "SongGroup" to make room for CourseGroup
replace checks for "cvs" with a call to StripCvs()
m_Rows -> m_pRows
broadcast on preferred group changes
2005-06-23 08:05:09 +00:00
Glenn Maynard
11b47255ee
fix strings
2005-06-09 04:27:12 +00:00
Chris Danford
2509cdac31
fix wrong CourseDifficulties shown
2005-05-24 05:27:36 +00:00
Chris Danford
a9cd1c89a8
more efficient translate (XSLT processes 33% faster)
2005-05-23 19:49:38 +00:00
Chris Danford
56b8a409a2
add steps/song count by group, StepsType
2005-05-23 00:36:46 +00:00
Chris Danford
cac3d56730
GetModifierNames: use vector not set for easier interaction with Lua
2005-05-22 15:03:03 +00:00
Chris Danford
2d2a1be418
don't print strings for hidden steps types
2005-05-20 08:19:56 +00:00
Chris Danford
df0f224ae0
show totals and unlock totals in Catalog.xml
...
don't show locked in Catalog.xml
2005-04-28 21:20:20 +00:00
Chris Danford
ea34de2bef
one path for parsing and theming player options - fixes "SuperShuffle" not themed
...
warn in ActiveAttackList if an invalid mod is encountered
don't hard code font name
2005-04-06 05:32:09 +00:00
Chris Danford
0c37abf400
ignore locked and tutorial songs when choosing songs for random CourseEntries
2005-03-27 11:52:04 +00:00
Chris Danford
5d8456e3ea
metrics cleaup: Remove duplicated "ToShow" and "ToHide" parsing logic
...
don't show hidden StepsTypes in EditMenu
2005-03-24 21:44:03 +00:00
Chris Danford
8b32383969
move DifficultiesToShow into CommonMetrics
...
re-cache on theme reload, not on timer expired
2005-03-10 19:57:43 +00:00
Chris Danford
cf698b55a0
clean up XML error handling
2005-02-18 13:05:17 +00:00
Chris Danford
981e52ec58
merge IniFile and XmlFile
2005-01-07 14:28:00 +00:00
Chris Danford
d2a54cca31
make TapNote a struct. Over time, more properties will move from the enums and into bit flags.
2004-09-12 05:56:24 +00:00
Glenn Maynard
6fda4030ee
optimize
2004-09-07 09:16:08 +00:00
Chris Danford
f10efc414a
reduce Stats.xml file size: don't write tab indent characters
2004-08-28 21:37:57 +00:00
Chris Danford
37f6c81862
add XSL for Catalog.xml
...
fold CSS into XML
2004-08-20 05:22:46 +00:00
Chris Danford
962714a978
don't show Training in Catalog.xml
2004-08-19 04:37:47 +00:00
Chris Danford
80191a95cc
fix "Steps in Catalog.xml aren't ordered by StepsType/Difficulty"
2004-08-19 04:19:48 +00:00
Chris Danford
51feb824a6
hide some StepsTypes from catalog.xml
2004-08-18 06:38:22 +00:00
Glenn Maynard
1a0e066c7d
vc fix?
2004-08-06 04:27:31 +00:00
Chris Danford
64628fac21
remove enum Game. Instead, pass around the GameDef pointer
2004-07-25 04:27:20 +00:00
Chris Danford
9199410e82
stats.xml:
...
theme more elements
show HighScore details
clean up some tables
2004-07-19 08:05:14 +00:00
Chris Danford
425f51f509
add Product branding
2004-07-18 21:56:35 +00:00
Chris Danford
3ddf22f4d8
print type data in catalog.xml
2004-07-18 02:38:52 +00:00
Chris Danford
d412ab055d
name cleanup: NotesType -> StepsType
2004-07-12 02:19:24 +00:00
Chris Danford
6001123924
fix catalog.xml has wrong names for CourseDifficulties
...
print StepsTypesToShow in catalog.xml
2004-07-12 02:15:29 +00:00
Chris Danford
a4032715f5
add meter to catalog.xml
2004-07-12 00:09:15 +00:00
Chris Danford
3d1bb5b97a
save radar values in Catalog.xml
...
change Course to have the same title names as Song
2004-07-11 10:02:38 +00:00
Chris Danford
c301e1eb83
remove Stats.html
...
add XML stylesheet for Stats.xml
2004-07-11 01:58:55 +00:00
Glenn Maynard
09aeac7551
(Why the pCourse->GetTrail() checks? GetTrail never returns NULL.)
...
Don't write empty course entries.
2004-05-31 20:17:22 +00:00
Chris Danford
e22ce6db20
fix compile errors
2004-05-30 02:22:38 +00:00
Thad Ward
93ad9fbe3e
unneeded header.
2004-05-29 21:56:13 +00:00
Glenn Maynard
f5e3a42d88
cleanup, license update
2004-05-29 20:57:48 +00:00
Chris Danford
064a706845
add Trails to Catalog.xml
2004-05-23 09:23:02 +00:00
Chris Danford
88564f6b24
add course info
2004-05-22 19:49:40 +00:00
Glenn Maynard
c2f48d6d0d
includes
2004-05-22 01:37:00 +00:00
Thad Ward
31eba10f3e
add trace output so people aren't left wondering why SM is just sitting there apparently doing nothing.
2004-05-21 11:48:35 +00:00
Chris Danford
36a893379e
add more info
2004-05-21 09:42:28 +00:00