Commit Graph
1383 Commits
Author SHA1 Message Date
Chris Danford f968d9d215 move LifeChange from Preference to Metrics 2006-12-12 10:50:18 +00:00
Chris Danford f4db1eff44 metrics for bar alphas 2006-12-12 01:04:26 +00:00
Chris Danford d78274b515 add ComboStopped commands 2006-12-11 14:20:08 +00:00
Chris Danford 380868986f add board OnCommand, optimize board drawing 2006-12-11 06:33:51 +00:00
Mike Calfin e9d3afb48d stretch text output box so it fits behind all text. (i believe the new font may have caused this problem) 2006-12-07 04:24:41 +00:00
Mike Calfin cd7b7988b5 fix problems with overlapping names in online mode. 2006-12-07 03:29:39 +00:00
Mike Calfin 99d542ae8f make current room info more readable 2006-12-05 01:22:23 +00:00
Mike Calfin f3603f324c put usernames ontop of userbg 2006-12-05 01:07:59 +00:00
Mike Calfin 516f4f5ddc moved difficulty icons and meter to line up 2006-12-04 23:56:30 +00:00
Mike Calfin 90b10e3c35 fixed up a few commands on online screens and hid menu timer (no need for it, as it is disabled) 2006-12-04 22:36:20 +00:00
Mike Calfin d52bfc8369 moved chat input up slightly 2006-12-04 22:17:22 +00:00
Glenn Maynard 319158de1a ScreenTestSound 2006-11-30 08:25:28 +00:00
Glenn Maynard b8074867a9 "haste" mod
remove excessive rate mods
2006-11-30 08:24:54 +00:00
Josh Allen b89d8e26cd Clean up 2006-11-24 14:37:19 +00:00
Mike Calfin 7d243815b0 did someone set ScreenCompany timer to 999 as a joke? reverted to 9 seconds. 2006-11-24 06:01:53 +00:00
Mike Calfin f4bf9f95b2 changed prevscreen of NetworkOptions2 to LUA command 2006-11-24 04:45:13 +00:00
Mike Calfin 1e7a638e43 changed main menu network options nextscreen to LUA command 2006-11-24 04:34:23 +00:00
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