Chris Danford
|
e3785ab35d
|
don't show meters in random
|
2005-04-03 09:48:50 +00:00 |
|
Chris Danford
|
d0ee7921ed
|
don't compile ActorCommands on the fly.
|
2005-03-29 19:01:52 +00:00 |
|
Chris Danford
|
5d8456e3ea
|
metrics cleaup: Remove duplicated "ToShow" and "ToHide" parsing logic
don't show hidden StepsTypes in EditMenu
|
2005-03-24 21:44:03 +00:00 |
|
Chris Danford
|
35590596d3
|
optimize difficulty change
|
2005-03-13 06:41:42 +00:00 |
|
Chris Danford
|
8b32383969
|
move DifficultiesToShow into CommonMetrics
re-cache on theme reload, not on timer expired
|
2005-03-10 19:57:43 +00:00 |
|
Chris Danford
|
071f02a862
|
allow access to individual BroadcastOnChangePtrs within BroadcastOnChangePtr1D
|
2005-02-25 18:17:26 +00:00 |
|
Chris Danford
|
555d5aa2fe
|
don't use Name/ID to load DifficultyMeter. We only need the Name at load time, so pass it into Load and don't save it in the Actor.
|
2005-02-23 20:40:46 +00:00 |
|
Chris Danford
|
42c5e2b3f9
|
allow specifying a Lua function for a command with "%funciton(self) self:blah end"
|
2005-02-23 19:15:24 +00:00 |
|
Chris Danford
|
40c9e8fbe7
|
cache common metrics
|
2005-02-12 21:03:39 +00:00 |
|
Chris Danford
|
4223e09cc8
|
GetPathTo -> GetPath
|
2005-02-06 03:32:53 +00:00 |
|
Glenn Maynard
|
41169362a3
|
cache
|
2005-02-02 05:07:49 +00:00 |
|
Chris Danford
|
8555a6da45
|
use Lua to execute commands
(needs cleanup)
|
2005-01-26 11:21:43 +00:00 |
|
Chris Danford
|
83d89decb2
|
remove hard-coded zooms
|
2005-01-08 12:15:07 +00:00 |
|
Chris Danford
|
7b8138ebab
|
don't read the metric before the Actor is given a name
|
2005-01-07 02:36:05 +00:00 |
|
Chris Danford
|
ed19821e09
|
rename: ActorCommand -> Command
Make Command smaller and more generic.
Parse arguments on use, not in Command::Load.
|
2004-12-03 05:19:46 +00:00 |
|
Chris Danford
|
bcbe615c0d
|
Pass ActorCommand structures to Actor instead of unparsed command strings.
This way, we can potentially do the parsing early and not parse inside of Actor as the command is executing.
|
2004-11-06 23:13:47 +00:00 |
|
Chris Danford
|
5127ceef4d
|
remove CachedThemeMetrics in favor of ThemeMetric<T>
fix "CachedThemeMetrics don't read HTML colors and don't evaluate Lua expressions"
|
2004-11-06 20:36:04 +00:00 |
|
Glenn Maynard
|
d19c0bbe0a
|
optimize
|
2004-10-02 16:24:10 +00:00 |
|
Chris Danford
|
da775dbd3e
|
move all metrics in the "Common" group into one header file
|
2004-07-17 22:15:39 +00:00 |
|
Chris Danford
|
5544445ad0
|
name cleanup: StyleDef -> Style
|
2004-06-28 07:26:00 +00:00 |
|
Glenn Maynard
|
3798245ce6
|
license update
|
2004-06-07 21:14:03 +00:00 |
|
Chris Danford
|
fa114e148a
|
use PlayerNumber macros
|
2004-06-06 20:57:13 +00:00 |
|
Chris Danford
|
2fab068fe4
|
fix DifficultyList colors not properly set when scrolling over Roulette
|
2004-05-29 04:55:00 +00:00 |
|
Chris Danford
|
6ad780417e
|
"SetFromNotes" -> "SetFromSteps"
|
2004-05-29 04:50:47 +00:00 |
|
Chris Danford
|
b05d25ab24
|
"m_pCurNotes" -> "m_pCurSteps"
|
2004-05-24 06:12:17 +00:00 |
|
Chris Danford
|
2b7c8a8d5e
|
add metric to capitalize difficulty names
|
2004-05-08 08:09:47 +00:00 |
|
Chris Danford
|
e0872bbce1
|
fix "only difficulties from last song show when move to Random/Roulette"
|
2004-05-07 23:33:15 +00:00 |
|
Chris Danford
|
af65f9640c
|
remove unused variables
|
2004-05-07 07:22:16 +00:00 |
|
Steve Checkoway
|
922d9624f2
|
quiet warnings.
|
2004-05-07 04:34:55 +00:00 |
|
Chris Danford
|
d18dd8f200
|
allow switching difficulties while on roulette, random, leap
tween off DifficultyList and CourseContents when in the sort and mode menus
|
2004-05-07 02:53:07 +00:00 |
|
Chris Danford
|
cca71d1d3f
|
edits cleanup:
- only allow reasonable file sizes
- only allow one Steps per edit file
- only allow 5 edits per-song, per-profile
|
2004-04-23 00:26:51 +00:00 |
|
Chris Danford
|
d3f3db2751
|
edits cleanup:
- only allow reasonable file sizes
- only allow one Steps per edit file
- only allow 5 edits per-song, per-profile
|
2004-04-23 00:25:42 +00:00 |
|
Chris Danford
|
1920634135
|
move Song/Steps sorting into Song/StepsUtil.h/cpp
|
2004-04-18 07:34:37 +00:00 |
|
Chris Danford
|
afa880cbac
|
clean up Difficulty name theming
theme CourseDifficulty on options screen
|
2004-03-25 06:21:58 +00:00 |
|
Glenn Maynard
|
aca9ba5ceb
|
DifficultyList tweening fixes
|
2004-02-18 23:58:33 +00:00 |
|
Chris Danford
|
221b51c2b4
|
add loading of edits from a profile
|
2004-02-08 01:05:53 +00:00 |
|
Glenn Maynard
|
b5279e990d
|
don't jump to first difficulty while in sorts
|
2004-01-27 05:48:25 +00:00 |
|
Chris Danford
|
f2769a19b5
|
fix VC6 compile error
|
2004-01-11 07:29:44 +00:00 |
|
Glenn Maynard
|
bb514a1a51
|
magic scroll
|
2004-01-11 07:12:53 +00:00 |
|
Glenn Maynard
|
4b3dac0f23
|
missing headers
|
2003-12-18 03:40:57 +00:00 |
|
Glenn Maynard
|
62a475f9c7
|
phase out SetTextMaxWidth
|
2003-12-17 09:53:00 +00:00 |
|
Chris Danford
|
e142444891
|
add seperate difficulty number to DifficultyList
|
2003-11-29 19:47:08 +00:00 |
|
Chris Danford
|
3952930730
|
add meter to options screen Steps row
set preferred difficulty when changing options screen Steps row
|
2003-11-29 18:10:43 +00:00 |
|
Glenn Maynard
|
7b1c78e91a
|
fix cursor tweening
|
2003-11-18 16:40:01 +00:00 |
|
Glenn Maynard
|
df46483680
|
grr
|
2003-11-17 04:28:19 +00:00 |
|
Glenn Maynard
|
fa31995d58
|
add DifficultyList
|
2003-11-17 04:19:29 +00:00 |
|