Glenn Maynard
628440a15c
NUM_InputEventType, InputEventType_Invalid
2007-03-16 01:22:25 +00:00
Glenn Maynard
1a987c9f71
filter in InputQueue
2007-03-15 20:49:44 +00:00
Glenn Maynard
9bfb1a7c4f
remove unused
2007-03-15 20:48:13 +00:00
Glenn Maynard
dc8a6ee910
move CodeItem into InputQueue
...
rename to InputQueueCode
2007-03-15 20:44:18 +00:00
Glenn Maynard
ca8f64a18f
remove FOREACH_Code
2007-03-15 20:39:58 +00:00
Glenn Maynard
223f4b57c2
unify code types
2007-03-15 20:38:12 +00:00
Glenn Maynard
c25aff2f4e
fix InputHandler_MonkeyKeyboard
2007-03-15 03:33:25 +00:00
AJ Kelly
613f7ecc0e
now that I think about it, the slanted title menu options don't really work well anymore.
2007-03-14 23:39:26 +00:00
Glenn Maynard
9cdb7f3523
old
2007-03-14 22:59:31 +00:00
Glenn Maynard
1c0d59cf26
unindent
2007-03-14 22:57:19 +00:00
Glenn Maynard
0322d38179
unused
2007-03-14 22:55:55 +00:00
Steve Checkoway
c17ce3eff3
These are not installed by aclocal by default but are needed for iconv.m4.
2007-03-14 08:17:49 +00:00
Steve Checkoway
2cd80d2048
Cleanup. The time critical stuff will never work like that on OS X.
2007-03-14 07:06:41 +00:00
Glenn Maynard
d50f66373a
bindings
2007-03-14 04:26:32 +00:00
Glenn Maynard
0198161675
bind GetPlayerBalance
2007-03-13 22:09:40 +00:00
Steve Checkoway
0927be48a4
Fix silly comment.
2007-03-13 17:54:27 +00:00
Chris Danford
1402c88bb9
add RequireStepOnHoldHeads
2007-03-13 10:56:01 +00:00
Steve Checkoway
dd19e26e59
Remove obsolete macros. This was easier than I thought. I just ran autoupdate on configure.ac and the .m4 files and compared the output.
2007-03-13 10:20:57 +00:00
Steve Checkoway
cc9664b304
Add option -fsigned-char when gcc requires it. Note that AC_TRY_* are obsolete macros < http://www.gnu.org/software/autoconf/manual/autoconf.html#Obsolete-Macros > and should probably be replaced at some point.
2007-03-13 10:04:59 +00:00
Chris Danford
575ab5b616
checkpoint off of HoldResult.fLife, not HoldResult.bActive.
...
bActive is false any time songRow is >= the end row of the hold. This was causing the last checkpoint to be missed whenever iFirstRowCrossed == iEndRow
2007-03-13 10:04:15 +00:00
Steve Checkoway
bd796e566c
Update build script.
2007-03-13 09:00:45 +00:00
Chris Danford
e30a2bd2ed
show hold explosion on fLife > 0 and bActive, not just bActive
2007-03-13 08:38:06 +00:00
Chris Danford
a8690e25e8
hush logging
2007-03-13 08:36:05 +00:00
Chris Danford
fcc5ec4eec
add RequireStepOnHoldHeads
2007-03-13 07:58:27 +00:00
Glenn Maynard
65383a11b8
more consistent miss combo behavior
2007-03-13 07:28:42 +00:00
Chris Danford
24353f67ad
add ImmediateHoldLetGo
2007-03-13 07:07:47 +00:00
Chris Danford
356d8d96f5
do explosions during checkpoint only if all rows held
2007-03-13 06:39:59 +00:00
Chris Danford
0ece6fbcfc
checkpoint every 1/2 beat
...
do explosions on checkpoint
2007-03-13 06:39:06 +00:00
Chris Danford
fb020ad8de
checkpoint hold comments cleanup
2007-03-13 06:15:17 +00:00
Chris Danford
af9b823b95
experimental: combo checkpoints for holds
2007-03-13 06:00:08 +00:00
Glenn Maynard
5506576d4c
fix up ScreenTestLights
2007-03-13 00:29:22 +00:00
Glenn Maynard
1adc7dcb0e
premium fix
2007-03-12 21:46:25 +00:00
Glenn Maynard
9dbd608085
bindings
2007-03-12 05:54:57 +00:00
Steve Checkoway
3c73e111fd
Change set precedence api to return an error message.
2007-03-12 03:37:24 +00:00
Chris Danford
0673c6157d
2 decimal places in percent score
2007-03-12 03:26:34 +00:00
Chris Danford
32586f28e1
add IsStepsPlayable, make IsStepsTypePlayable take the number of stages left into account
2007-03-12 01:47:03 +00:00
Glenn Maynard
544c445b49
expose params
2007-03-12 01:27:10 +00:00
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