Steve Checkoway
|
884af552ee
|
Allow combined player steps to have per-player radar values. This doesn't work for trails where it just uses the PLAYER_1 values, same with writing to the catalog file.
|
2006-07-28 03:34:14 +00:00 |
|
Steve Checkoway
|
ab978ef733
|
While I'm at it, remove leading and trailing slashes to make the cache files look like "Songs_foo" instead of "_Songs_foo_".
|
2006-07-24 08:35:33 +00:00 |
|
Steve Checkoway
|
9a21d52d0b
|
Replace invalid utf-8 characters with underscores. Bump cache version.
|
2006-07-24 08:25:55 +00:00 |
|
Steve Checkoway
|
52d48a1eac
|
CanAutoGenStepsType. For some reason lights cannot be autogenned. I've moved that from Song to GameManager. Whenever this restriction is lifted (I don't know why the restriction exists), it should be changed to ST_FLAGS_NONE.
|
2006-07-24 05:01:48 +00:00 |
|
Steve Checkoway
|
3a9bdc1646
|
Move MakeLoader to NotesLoader. It doesn't make sense for it to be a member function of Song.
|
2006-06-20 07:12:52 +00:00 |
|
Chris Danford
|
af3e1c571c
|
move Steps searching out of song into SongUtil so that it can be shared with CourseEntry
|
2006-06-13 01:10:37 +00:00 |
|
Chris Danford
|
0f9d78b06d
|
allow songman->Reload with FastLoad
|
2006-05-05 00:41:17 +00:00 |
|
Chris Danford
|
bc6f682ebb
|
add lua bindings
|
2006-05-01 12:45:42 +00:00 |
|
Chris Danford
|
1501fbfbf5
|
bump cache version
|
2006-04-30 07:34:47 +00:00 |
|
Chris Danford
|
1860c6c674
|
consolidate Steps description validation
|
2006-03-08 04:03:39 +00:00 |
|
Glenn Maynard
|
9c4d7606cf
|
ToLower -> MakeLower
|
2006-03-01 00:39:32 +00:00 |
|
Glenn Maynard
|
70c3facebc
|
don't use istring here
|
2006-02-28 23:04:24 +00:00 |
|
Chris Danford
|
7f821e8cfc
|
CString -> RString
|
2006-01-22 01:00:06 +00:00 |
|
Chris Danford
|
df984aef76
|
working on localization tool
|
2005-12-29 02:40:09 +00:00 |
|
Glenn Maynard
|
50276a15be
|
fix comment
|
2005-12-22 02:40:07 +00:00 |
|
Glenn Maynard
|
902e2a5701
|
prefer standard find() over Find
|
2005-12-21 08:43:44 +00:00 |
|
Glenn Maynard
|
39b07e55b3
|
cleanup (prefer size() over GetLength)
|
2005-12-21 07:50:14 +00:00 |
|
Glenn Maynard
|
702c38c2d1
|
cleanup
|
2005-12-19 01:37:24 +00:00 |
|
Chris Danford
|
37f82b43f7
|
remove CStringArray #define
|
2005-12-09 21:36:22 +00:00 |
|
Chris Danford
|
9e8469eb65
|
save edits to machine profile
|
2005-12-03 20:34:49 +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 |
|
Chris Danford
|
ffbf54c263
|
Loading a blank Song if a mp3/ogg file is present and no SM/KSF/DWI is present
|
2005-11-06 12:52:19 +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 |
|
Chris Danford
|
ae8f754b1f
|
add Lua method bindings
|
2005-09-07 22:05:41 +00:00 |
|
Chris Danford
|
48ebc53549
|
return NULL -> return CString() for clarity and efficiency
|
2005-09-04 16:55:21 +00:00 |
|
Glenn Maynard
|
8b0bd8fd11
|
cleanup
|
2005-09-03 23:42:51 +00:00 |
|
Glenn Maynard
|
db739b2128
|
fix movie search
|
2005-09-03 18:18:32 +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 |
|
Chris Danford
|
359d745e67
|
add course edits, improved course editor
|
2005-07-29 02:23:02 +00:00 |
|
Glenn Maynard
|
a65596e402
|
cleanup
|
2005-07-01 04:28:29 +00:00 |
|
Glenn Maynard
|
9d7f835609
|
no need to template Luna specializations
|
2005-06-20 05:02:03 +00:00 |
|
Chris Danford
|
d1fdc21864
|
fix songs with stops and manually set BPM not disqualifying with C*
|
2005-06-10 20:29:42 +00:00 |
|
Chris Danford
|
ab794ffb2d
|
don't allow multiple changes on the same beat
|
2005-06-05 03:16:57 +00:00 |
|
Chris Danford
|
23ed01fffe
|
deep copy to fix crash reverting in editor
|
2005-06-04 23:16:27 +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 |
|
Chris Danford
|
dac72665e3
|
move background file enumerating into BackgroundUtil.*
fix editor background change functionality
|
2005-05-31 01:17:37 +00:00 |
|
Chris Danford
|
ac5a99b41f
|
specify effect and transition in each background change
|
2005-05-29 01:11:49 +00:00 |
|
Glenn Maynard
|
46bd5e4c65
|
fix warning
|
2005-05-28 21:55:47 +00:00 |
|
Chris Danford
|
68a82faa6a
|
add multiple background layers
|
2005-05-26 09:35:57 +00:00 |
|
Chris Danford
|
41becb56a4
|
GetFullDisplayTitle -> GetDisplayFullTitle
|
2005-05-23 00:38:09 +00:00 |
|
Glenn Maynard
|
f2bb1b373f
|
steps locking fixes
|
2005-05-08 11:55:56 +00:00 |
|
Chris Danford
|
0938d9d9a7
|
conver more to use Preference
|
2005-04-28 08:27:40 +00:00 |
|
Chris Danford
|
5d398f4ad3
|
add song boundary marker
add "just barely"
|
2005-04-27 21:46:35 +00:00 |
|
Glenn Maynard
|
dcafde0088
|
allow unloading steps from a specific profile
|
2005-04-25 00:05:42 +00:00 |
|
Chris Danford
|
ce83ae6ef0
|
only clamp description for edits
|
2005-04-13 08:05:48 +00:00 |
|
Chris Danford
|
9d16a66f77
|
fix radar values don't get recalculated after changing steps in editor
fix radar values shown for edits if copied from official steps
|
2005-04-03 21:43:29 +00:00 |
|