Chris Danford
27c7482556
hide songs loaded from AdditionalSongFolders
2006-04-04 21:52:54 +00:00
Chris Danford
6efb162723
test whether the song required for an edit is present before copying it. Fixes "game said it copied N edits, but none of them are showing".
2006-03-27 20:17:05 +00:00
Glenn Maynard
2051b60444
unused
2006-03-26 04:56:12 +00:00
Steve Checkoway
4ca585dc01
npos.
2006-03-20 08:39:24 +00:00
Chris Danford
64ea81fac1
Best -> Popular
...
populate SORT_PREFERRED from a txt file
2006-03-20 01:04:46 +00:00
Chris Danford
7446a213dc
add special coloring for unlock songs/courses
2006-03-19 05:59:24 +00:00
Chris Danford
05fd269749
tab fixes
2006-01-27 03:34:15 +00:00
Chris Danford
7f821e8cfc
CString -> RString
2006-01-22 01:00:06 +00:00
Chris Danford
47010623cd
move Course autogen logic into CourseUtil
2006-01-09 21:57:41 +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
74749a19bb
move localized string to separate file
2005-12-22 03:10:04 +00:00
Chris Danford
d698a5f1ec
CString -> RString in RageUtil
...
ThemeMetric<CString> -> LocalizedString to eliminate dependencies
2005-12-20 08:35:47 +00:00
Chris Danford
9cd3b4d4ba
theme some common exception strings
2005-12-20 02:45:25 +00:00
Chris Danford
37f82b43f7
remove CStringArray #define
2005-12-09 21:36:22 +00:00
Chris Danford
9f6d6067fe
don't allow NULL steps in GetSongFromSteps
2005-12-06 04:20:20 +00:00
Chris Danford
7c5f8ceace
add binding for Song GetSongFromSteps
2005-12-05 19:08:42 +00:00
Chris Danford
36c7d8e0ed
enum name cleanup
2005-12-01 03:20:25 +00:00
Chris Danford
cbe4ef50b5
Add edit management screen
2005-11-30 22:42:28 +00:00
Glenn Maynard
9bf28a134c
move to GameState
2005-10-15 04:44:31 +00:00
Glenn Maynard
34cf8c6915
unused
2005-10-15 04:40:12 +00:00
Chris Danford
1333bfd2d8
remove references to specific games for things that are only specific to the controller type
2005-10-07 05:00:52 +00:00
Chris Danford
bc332a57b1
change Translation.dat -> Translations.xml
...
Move GroupName translations out of code and into Translations.xml
2005-10-06 07:01:58 +00:00
Chris Danford
65d71a4f23
expermienting with DEFINE_METHOD macro for Lua methods
2005-09-10 02:47:04 +00:00
Glenn Maynard
26b8e5c0fb
do sorting and filtering only once, not once per profile
2005-09-04 23:29:31 +00:00
Chris Danford
48ebc53549
return NULL -> return CString() for clarity and efficiency
2005-09-04 16:55:21 +00:00
Glenn Maynard
5eb0e9a128
cleanup
2005-09-03 03:52:22 +00:00
Glenn Maynard
94ea3cb9e0
cleanup
2005-09-03 00:30:46 +00:00
Chris Danford
e439ae2a96
return "" -> return NULL
2005-09-02 00:14:07 +00:00
Glenn Maynard
dc052096dd
remove unused
2005-08-31 02:16:52 +00:00
Glenn Maynard
89d1fae8ba
fix crash, logic in deleting course edits
2005-08-11 20:51:15 +00:00
Chris Danford
1a9b738d8b
new profile/course screen polish
2005-08-05 10:07:49 +00:00
Chris Danford
d71e765380
add MAX_EDIT_COURSES_PER_PROFILE
2005-08-03 03:22:14 +00:00
Chris Danford
a2c439a17a
support loading of course edits
2005-07-31 05:41:32 +00:00
Chris Danford
359d745e67
add course edits, improved course editor
2005-07-29 02:23:02 +00:00
Glenn Maynard
6eaf073366
cleanup dupe
2005-07-29 00:03:12 +00:00
Glenn Maynard
b282ba475d
fix assert on ABC sections
2005-07-07 10:07:58 +00:00
Glenn Maynard
a55bbfc255
song.h
2005-07-03 07:50:59 +00:00
Glenn Maynard
ac15f8064b
missing includes
2005-07-03 02:48:38 +00:00
Glenn Maynard
bb8af41cb1
missing headers
2005-07-01 05:07:22 +00:00
Glenn Maynard
f90e4cdf42
add RageTexturePreloader.
...
This obsoletes Cached and Permanent textures, implementing them more
simply: if you want to keep the texture loaded, just load it and keep the texture
around as long as you want it. The old "texture policy" scheme of "keep the
texture around for the duration of the screen" was ambiguous--we can have any
number of screens loaded.
2005-06-30 22:04:10 +00:00
Glenn Maynard
0d4dad639d
lua bindings
2005-06-25 03:11:16 +00:00
Chris Danford
f0335f486c
GROUP_ALL_MUSIC -> GROUP_ALL
...
use GROUP_ALL as sentinel value in PreferredCourse
2005-06-24 06:06:16 +00:00
Chris Danford
888b116b23
working on new course editor
2005-06-23 22:43:48 +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
9d7f835609
no need to template Luna specializations
2005-06-20 05:02:03 +00:00
Chris Danford
a77e0bb273
Back compat hack to fix importing scores for courses that have moved into group dirs
2005-06-18 15:00:11 +00:00
Glenn Maynard
d1241420d6
clean up singleton registration: if you were given an L, use it
2005-06-15 02:21:24 +00:00
Charles Lohr
3974fa9a21
Prevent cryptic error when failing with a course that doesn't have a group name.
2005-06-04 23:20:47 +00:00
Chris Danford
3b61a74477
reduce header file dependencies
2005-06-04 21:22:50 +00:00
Chris Danford
91d375d31a
store course group names
...
show courses on wheel with a group color
2005-06-03 01:57:10 +00:00