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
fa0bc95823
Stage mods.
2006-08-18 01:27:14 +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
30063f1ade
Move file.
2006-08-18 00:42:00 +00:00
Steve Checkoway
c60bfd436f
Bad Xcode. Bad.
2006-08-18 00:38:58 +00:00
Steve Checkoway
461b2c3a4f
Bah.
2006-08-18 00:38:30 +00:00
Steve Checkoway
547d979061
Set up stage mods.
2006-08-18 00:13:29 +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
530fba773b
Add Lua constants.
2006-08-18 00:05:28 +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
199f953679
Missing metric.
2006-08-17 20:32:49 +00:00
Steve Checkoway
a59a432ff6
Possible fix for nil value.
2006-08-17 20:31:16 +00:00
Steve Checkoway
886f368be2
Cleanup.
2006-08-17 20:18:19 +00:00
Jason Felds
28b0a59759
Redir fix.
2006-08-17 19:55:27 +00:00
Jason Felds
a11484141f
long/marathon in xml
2006-08-17 19:47:21 +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
Steve Checkoway
955a8a99ae
Remove files.
2006-08-17 17:19:14 +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
7d9e5e2c5b
remove unused, cleanup
2006-08-17 06:38:41 +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
Glenn Maynard
035b4d9fd6
simplify
2006-08-17 02:50:21 +00:00
Glenn Maynard
fb655a8b32
simplify
2006-08-17 02:49:54 +00:00
Glenn Maynard
162cdc13fa
simplify
2006-08-17 02:47:35 +00:00