Chris Danford
d2e3c4b22c
fix use of m_iColumnDrawOrder
...
in pump, draw inner-most first and outermost last
2007-03-11 23:26:49 +00:00
Vecais Dumais Laacis
8995426f84
bring back StepsType type to lua
2007-03-11 23:03:55 +00:00
Steve Checkoway
778172314f
Add license notice. I believe I got the years correct.
2007-03-11 22:49:10 +00:00
Steve Checkoway
9a7bdd0fe1
I'm not sure why my name was on this. All of my code (save a few black lines and { }) was rewritten a while ago.
2007-03-11 22:43:04 +00:00
Vecais Dumais Laacis
bc9e030722
really thin Lua wrapper for RageFile
...
maybe not the best way but so far thats only one i could find which works
usage:
local f = RageFileUtil.CreateRageFile();
if f:Open("test.txt", 2) then -- 2 means write, 1 - read (from RageFile.h) maybe those need some lua enum?
f:PutLine("test text line");
f:Close();
end;
f:destroy();
2007-03-11 21:24:50 +00:00
Chris Danford
276b4acf44
fix double Off command. Let SWME handle SM_MenuTimer
2007-03-11 20:49:47 +00:00
Chris Danford
a4d0ec095a
replace 6 commands in TextBanner with 1 now that Lua can access children
2007-03-11 20:21:42 +00:00
Chris Danford
95b4c3cd5a
replace 6 commands in TextBanner with 1 now that Lua can access children
2007-03-11 14:21:44 +00:00
Steve Checkoway
9d847bc099
Disable two part selection.
2007-03-11 09:28:02 +00:00
Glenn Maynard
c5717006dc
send TapNoteOffset
2007-03-11 04:55:45 +00:00
Steve Checkoway
266d8b9e97
Selecting a song is supposed to be final.
2007-03-11 01:32:43 +00:00
Steve Checkoway
2df0e33424
When using two part selection, allow backing out of selecting steps.
2007-03-11 01:05:01 +00:00
Steve Checkoway
eeede7b6e5
Cleanup.
2007-03-11 00:52:50 +00:00
Steve Checkoway
e017728ba7
scaletoclipped takes a width and a height so use SCREEN_{WIDTH,HEIGHT} in place of SCREEN_{RIGHT,BOTTOM}.
2007-03-11 00:39:28 +00:00
Steve Checkoway
9a0c41529f
Fix compile.
2007-03-11 00:15:53 +00:00
Chris Danford
d7fb87c252
center players in their half of the screen
2007-03-10 19:13:16 +00:00
Glenn Maynard
b7c64f0b83
ArrowSpacing
2007-03-10 18:05:06 +00:00
Steve Checkoway
5088a880f4
Scale for widescreen.
2007-03-10 14:45:23 +00:00
Steve Checkoway
ef8b106d19
Add/Remove files.
2007-03-10 14:06:33 +00:00
Steve Checkoway
9137825cd1
Fix warnings.
2007-03-10 14:06:08 +00:00
Glenn Maynard
f5724a2aba
fix TimingWindowSecondsW5=0 causes late notes not to be judged
2007-03-09 18:47:03 +00:00
Glenn Maynard
53dcc71e11
don't log from here. This is used from Write, so write errors in logging
...
are causing infinite recursion.
2007-03-09 18:27:02 +00:00
Glenn Maynard
61c3a6244c
add VisualDelaySeconds
2007-03-09 01:22:09 +00:00
Chris Danford
0678df9334
use GameState::SetCurrentStyle
2007-03-08 06:01:11 +00:00
Chris Danford
13231a31dc
fix crash when double selected and 2nd player joins
2007-03-08 04:47:47 +00:00
Chris Danford
61946c58b2
fix P2 options not saving
2007-03-08 04:20:12 +00:00
Glenn Maynard
0a928a1e45
fix crash. Don't reset with screens on the stack not expecting it.
2007-03-08 03:50:45 +00:00
Chris Danford
b4ab6c372f
add push/pop messages
2007-03-08 01:36:01 +00:00
Glenn Maynard
92554ae224
lower compare
...
Quantize(300, 0.001) is giving values like 300.000015
2007-03-08 01:33:23 +00:00
Glenn Maynard
398666793c
fix leaky textures
2007-03-07 22:46:31 +00:00
Chris Danford
c0efd6c810
add Preferred to sort toggle list
2007-03-07 22:07:21 +00:00
Glenn Maynard
a584f1b5be
rename EndScreen; that's a virtual from Screen. Why is there no way
...
to get a warning when virtual methods are overloaded without specifying
"virtual"?
2007-03-07 22:04:28 +00:00
Chris Danford
8b9a7b1ca7
don't allow join after finalized
2007-03-07 22:00:00 +00:00
Chris Danford
6a6f2053eb
fix double start sound
2007-03-07 21:54:10 +00:00
Glenn Maynard
69a945cbf1
binding
2007-03-07 21:33:27 +00:00
Chris Danford
95861f35c5
add OptionsList broadcasts for Left,Right,Start
2007-03-07 20:36:34 +00:00
Glenn Maynard
a156f62420
vc8
2007-03-07 20:19:55 +00:00
Glenn Maynard
7f18ab6333
always pair AssertNoGLError with FlushGLErrors. Otherwise,
...
AssertNoGLError can trigger for an error that happened a long
time ago, and there's no way of knowing where the real error
was.
2007-03-07 20:08:55 +00:00
Chris Danford
be579c3aaf
add StepsSelected message
2007-03-07 12:11:11 +00:00
Chris Danford
4989fdf6be
fix warning blink continues when after timer has be re-Set to a large number
2007-03-07 05:41:26 +00:00
Chris Danford
48a69df568
make SM_MenuTimer close all open OptionsLists
2007-03-07 05:03:18 +00:00
Glenn Maynard
1d7383bdba
PlayerFailed message
2007-03-07 04:51:38 +00:00
Chris Danford
5de38f596e
fix menu timer in TwoPartSelection
2007-03-07 04:18:03 +00:00
Glenn Maynard
764402bca7
fixup: odn't use ScreenMetric outside of init
2007-03-07 03:58:16 +00:00
Glenn Maynard
62700dffa4
ArrowSpacing metric
2007-03-07 03:04:48 +00:00
Glenn Maynard
5cca5aa4dd
pull out basic multiplier
2007-03-07 03:01:23 +00:00
Glenn Maynard
3da4055c98
fix long delay, takes so long the period is nearly elapsed before it's
...
visible
2007-03-07 02:54:54 +00:00
Chris Danford
16c154f031
fix GetLifeDifficulty returns wrong value
2007-03-07 02:51:34 +00:00
Chris Danford
8ca11d46b7
search for exact match movies in /SongMovies
2007-03-07 02:31:54 +00:00
Chris Danford
f77d52699f
lua binding for GetNumStagesForCurrentSongAndStepsOrCourse
2007-03-07 02:17:12 +00:00