Glenn Maynard
29dd2b0473
move style icon into Lua
2006-11-22 01:58:11 +00:00
Glenn Maynard
1eb96b62a3
remove SoundResampleQuality
2006-11-21 04:14:01 +00:00
Chris Danford
676551d87e
add ScoreKeeper switching mechanism
2006-11-16 01:57:22 +00:00
Chris Danford
bf20880ba9
name cleanup. Replace:
...
StartDrawingAtPixels
FirstPixelToDraw
YStartOffset
DrawFarY
with:
DrawDistanceAfterTargetsPixels
2006-11-13 06:12:38 +00:00
Glenn Maynard
15b998b089
update
2006-11-09 09:32:23 +00:00
Glenn Maynard
a7c785394a
fix on/off symmetry (off hides, on didn't unhide)
2006-10-31 00:11:32 +00:00
Glenn Maynard
1c6528b61b
revert. Don't use the "remove things randomly until it seems to work"
...
approach to fixing bugs.
2006-10-31 00:09:48 +00:00
John Bauer
6b02440547
Fixed: problem where ScreenMapControllers would be blank the second
...
time the user loads the page
2006-10-30 15:09:17 +00:00
Steve Checkoway
021a4eb3aa
ScreenEvaluationSummary is nearly the same as ScreenEvaluationStage. The Summary screen was not drawing correctly though. Just use the same Bar(Possible|Acutal).* as SEStage.
2006-10-30 08:59:34 +00:00
Steve Checkoway
5ba98d2584
unused.
2006-10-30 08:38:47 +00:00
Steve Checkoway
53a0cd432e
fix
2006-10-29 09:34:57 +00:00
Chris Danford
0b5f456a42
add PlayerInitCommand
...
add ShowBoard, ShowBeatBars
2006-10-27 10:20:43 +00:00
John Bauer
37f9178f61
Add an "Autosync Tempo" feature. This uses a linear Least Squares
...
Regression to figure out a line through the user's step errors to minimize
that error. It then uses the slope of that line to fix the tempo and the
intercept to fix the offset. Stops are adjusted as if they were originally
calculated as a number of beats, ie the slope is also used to change
the stops.
Also fixed is a bug where the user doesn't get a chance to keep or
reject the sync changes when ESCing (ZZing) from a song.
R=glenn
2006-10-26 22:41:40 +00:00
Glenn Maynard
a5edb172bf
use --
2006-10-23 21:24:25 +00:00
Glenn Maynard
7d0ca2a0ce
quote effectclock arg yourself
2006-10-23 20:58:40 +00:00
Glenn Maynard
891c7ddf47
Theme metrics are Lua expressions. If you want a comment inside
...
them, use "--". Allowing "#" breaks "#FF0000", and "//" breaks URLs.
2006-10-23 20:56:48 +00:00
AJ Kelly
37cfb0fe30
panedisplay changes
2006-10-20 21:45:36 +00:00
Steve Checkoway
80a0cf4e5b
Metrics update. The timer is not shown. I am not quite sure why.
2006-10-20 07:24:11 +00:00
Glenn Maynard
98fd2986c9
update examples
2006-10-11 02:04:49 +00:00
Glenn Maynard
2e3b047880
fix demo
2006-10-09 00:38:27 +00:00
Glenn Maynard
4ccea4e87b
phase out separate course difficulty names
2006-10-07 22:49:04 +00:00
Glenn Maynard
b4102e79c6
phase out separate course difficulty names
2006-10-07 22:42:47 +00:00
Glenn Maynard
cc49e8d56d
use bound types
2006-09-26 09:09:38 +00:00
Glenn Maynard
5d6be12093
update bindings
2006-09-26 08:26:49 +00:00
Glenn Maynard
1dbb7e49b7
update
2006-09-26 04:32:38 +00:00
Glenn Maynard
39ac2da962
ThemeMetric<Grade>, ThemeMetric<TapNoteScore>
2006-09-26 03:30:20 +00:00
Glenn Maynard
2fbe882366
ThemeMetric<EditMode>
2006-09-26 03:19:37 +00:00
Steve Checkoway
883b45a8df
Maybe these should stay as strings. For now just make them work.
2006-09-23 19:19:41 +00:00
Glenn Maynard
208b84e02e
DebugOffCommand
2006-09-23 03:46:03 +00:00
Glenn Maynard
e0e40db74b
fix bool
2006-09-23 03:32:37 +00:00
Glenn Maynard
eb016b06d7
move into Languages
2006-09-22 19:22:06 +00:00
Glenn Maynard
0006a92712
commands end with Command
2006-09-22 07:46:21 +00:00
Glenn Maynard
13937cf7eb
bools
2006-09-22 07:21:34 +00:00
Glenn Maynard
09a0981eaf
handle Fallback metrics like the rest
2006-09-22 07:00:26 +00:00
Glenn Maynard
7f974f428b
double quotes look cleaner than single quotes
2006-09-22 05:02:27 +00:00
Glenn Maynard
6d616e8a86
major format update. This was done mostly by grepping the source
...
for ThemeMetric<RString> and GetMetric, and then doing a runthrough;
I probably missed some.
2006-09-22 04:36:53 +00:00
Glenn Maynard
53c831701d
fixup colors
2006-09-22 04:20:48 +00:00
Glenn Maynard
141f48b032
Handle colors as Lua expressions, like int/float/bool metrics: "{1,1,1,1}"
...
instead of "1,1,1,1".
2006-09-22 02:35:42 +00:00
Glenn Maynard
5a7b061639
do tween in lua
2006-09-21 22:13:18 +00:00
Glenn Maynard
b4406c9fb4
fix bool
2006-09-21 21:38:41 +00:00
Glenn Maynard
625524f9ab
0 -> false
...
1 -> true
2006-09-21 20:12:27 +00:00
Glenn Maynard
83b12ecdb9
fix typo
2006-09-21 20:08:31 +00:00
Glenn Maynard
f752e86b47
0 -> false
...
1 -> true
2006-09-21 20:07:36 +00:00
Glenn Maynard
1a6da449dd
fix options credits goes to the wrong screen
2006-09-21 06:30:08 +00:00
AJ Kelly
1ce9e46fa3
Only flush the toilet. (Fix an input error caused when exiting Stepmania Credits from the options menu; Now goes to ScreenTitleMenu)
2006-09-16 03:41:04 +00:00
AJ Kelly
eb6962247c
fix TextBanner placement on course select for entry list
2006-09-15 05:34:15 +00:00
AJ Kelly
b3ad0955ff
fix position of song title, artist, subtitle on ScreenSelectMusic WheelItems
2006-09-15 05:12:19 +00:00
Steve Checkoway
2f2338021d
Update.
2006-09-15 04:42:08 +00:00
Jason Felds
d912b0e8a9
Fix CDTitle and Stage OnCommands.
2006-09-15 04:13:18 +00:00
Jason Felds
b2a4b78522
Allow each extra stage to have different Grade Tier passing requirements.
2006-09-15 03:51:54 +00:00