Steve Checkoway
c6270183c2
Read the metric before it is used.
2006-08-19 09:00:25 +00:00
Steve Checkoway
2d69aa95e6
Binding. Is there a reason that DEFINE_METHOD does not seem to be used much?
2006-08-19 08:59:43 +00:00
Steve Checkoway
eb4b5597bf
Include the note skin.
2006-08-19 08:57:50 +00:00
Glenn Maynard
771691d112
NumSongs in XML
2006-08-19 05:09:18 +00:00
Glenn Maynard
62def4a5e6
bind GetEstimatedNumStages
2006-08-19 05:04:17 +00:00
Jason Felds
08a9d46d7d
Adjust FastDebug intermediate directory..
2006-08-18 15:11:28 +00:00
Thad Ward
b868df5a1c
fix up some of the options for the "fastdebug" configuration.
2006-08-18 09:43:12 +00:00
Chris Danford
8b06ab9b27
fix stale Course pointer crash
2006-08-18 07:11:51 +00:00
Chris Danford
cb5ad60bf9
no song sync in courses
2006-08-18 04:47:11 +00:00
Chris Danford
596011f42f
indenting cleanup
2006-08-18 04:44:19 +00:00
Chris Danford
6f20ee99ef
add missing RoomInfoDisplay.*
2006-08-18 04:43:44 +00:00
Chris Danford
4600534519
fix wrong file name in error
2006-08-18 04:42:04 +00:00
Jason Felds
2b7744c937
Tab cleanup.
2006-08-18 03:32:00 +00:00
Jason Felds
dc1e989488
Tab cleanup.
2006-08-18 03:15:48 +00:00
Jason Felds
43bc8400a0
Tab cleanup.
2006-08-18 03:09:42 +00:00
Jason Felds
e0a28fa996
Tab cleanup.
2006-08-18 03:02:46 +00:00
Jason Felds
3e55081847
Tab cleanup.
2006-08-18 02:53:30 +00:00
Jason Felds
bf548b5e89
General cleanup.
2006-08-18 02:41:55 +00:00
Jason Felds
7b003d371a
Tab cleanup.
2006-08-18 02:35:58 +00:00
Jason Felds
07f4c304e3
Tab cleanup.
2006-08-18 02:30:23 +00:00
Steve Checkoway
08c6c242d7
Cleanup.
2006-08-18 01:35:34 +00:00
Steve Checkoway
be1e448cb2
Extra stage isn't the only thing that might want to force stage mods.
2006-08-18 01:26:50 +00:00
Steve Checkoway
86c55da959
Put this in ScreenBeginCommand.
2006-08-18 01:26:22 +00:00
Jason Felds
3fbb839a67
Add ModsGroup.cpp.
2006-08-18 01:23:01 +00:00
Glenn Maynard
2df9b2069b
fix ScreenGameplaySyncMachine
2006-08-18 01:19:20 +00:00
Steve Checkoway
c60bfd436f
Bad Xcode. Bad.
2006-08-18 00:38:58 +00:00
Steve Checkoway
1f77fa20dc
Set up stage mods in Lua. This can be more than just extra stage mods.
2006-08-18 00:12:58 +00:00
Steve Checkoway
0ab5be64af
Lua bindings.
2006-08-18 00:11:30 +00:00
Steve Checkoway
8c6575ecbb
PlayerOption po1; // Initialize it.
...
PlayerOption po2;
po2.FromString( po1.GetString() );
po2 does not necessarily equal po1 because the note skin might be omitted so po2's note skin will be blank. Passing true to GetString() will include the note skin so po2.FromString( po1.GetString(true) ) will cause po2 to equal po1.
2006-08-18 00:09:09 +00:00
Steve Checkoway
17c16210d1
Cleanup.
2006-08-18 00:05:50 +00:00
Steve Checkoway
16dc51dbcb
Includes.
2006-08-18 00:04:45 +00:00
Steve Checkoway
a7487918b1
Helper for simple lua function calls.
2006-08-18 00:04:08 +00:00
Steve Checkoway
33881b9b1f
Cleanup.
2006-08-17 20:33:56 +00:00
Steve Checkoway
886f368be2
Cleanup.
2006-08-17 20:18:19 +00:00
Jason Felds
a7a0e640e8
VC warning fix: class -> struct
2006-08-17 19:25:36 +00:00
Steve Checkoway
e4a8bb782f
Header cleanup.
2006-08-17 19:05:29 +00:00
Steve Checkoway
35c48c3671
Header cleanup.
2006-08-17 18:52:46 +00:00
Steve Checkoway
6e734a13d0
Header guard.
2006-08-17 18:47:39 +00:00
Steve Checkoway
4746a7585f
Header cleanup.
2006-08-17 18:46:20 +00:00
Steve Checkoway
f6a31ac68f
Fix stupid VC warning. class foo is the same as struct foo.
2006-08-17 18:27:44 +00:00
Steve Checkoway
b18a740914
Header cleanup.
2006-08-17 18:27:00 +00:00
Steve Checkoway
ffed4036c9
Spacing cleanup.
2006-08-17 18:22:30 +00:00
Steve Checkoway
63b3bc4cb7
Header cleanup.
2006-08-17 18:14:24 +00:00
Steve Checkoway
5ccbffebfc
Simplify IsAtEnd logic. (I forgot to mention that these iterators have a one time O(log n) cost to construct.)
2006-08-17 18:05:42 +00:00
Steve Checkoway
f57bc1ef78
Use NoteData::iterator instead of a track-row pair. With n nonempty rows in the NoteData and m nonempty rows in the range, iterating over the whole range took O(m log n). Now, it takes O(m). (Saves the map look ups which are amortized log-time.)
2006-08-17 17:58:45 +00:00
Glenn Maynard
8ffab2ec9b
GetParent binding
2006-08-17 06:43:25 +00:00
Glenn Maynard
416538ca21
GetParent
2006-08-17 06:42:54 +00:00
Glenn Maynard
9872638a7d
<Context> nodes
2006-08-17 06:42:32 +00:00
Glenn Maynard
0227c84d46
fix link
2006-08-17 04:02:35 +00:00
Glenn Maynard
965ef66c55
fix warning
2006-08-17 04:01:48 +00:00