Glenn Maynard
2a2c43b88e
cleanup
2004-04-19 21:07:14 +00:00
Glenn Maynard
79ac1ae2c6
directory flushing doesn't work in windows
2004-04-19 21:00:18 +00:00
Glenn Maynard
07629d0eb4
don't flush the whole directory cache after writing an SM
2004-04-19 20:57:54 +00:00
Glenn Maynard
88560d563e
BrightnessFadeCommand
2004-04-19 20:30:59 +00:00
Glenn Maynard
c35aa5c853
cleanup BrightnessOverlay
...
fix unneeded brightness tween on gameplay start
2004-04-19 20:28:10 +00:00
Glenn Maynard
3ecb9a168f
fix potential infinite loop
2004-04-19 03:35:46 +00:00
Chris Danford
48e9b58b50
fix SetTime
2004-04-19 00:15:08 +00:00
Chris Danford
c3eedba4bb
device -> level
2004-04-18 23:43:22 +00:00
Chris Danford
f59eb01266
fix compare
2004-04-18 23:43:02 +00:00
Chris Danford
96e2e1d5a2
add debugging
2004-04-18 23:42:40 +00:00
Chris Danford
87b07a4909
fix Unix compile
2004-04-18 23:19:55 +00:00
Chris Danford
fab6e96b07
support SetTime in Unix
2004-04-18 23:13:22 +00:00
Glenn Maynard
d5211311c6
fix infinite looping on error
2004-04-18 23:06:56 +00:00
Glenn Maynard
187c490303
fix warnings
2004-04-18 22:07:26 +00:00
Glenn Maynard
e7a0b4ccd3
fix compile
2004-04-18 22:06:55 +00:00
Glenn Maynard
cfc8ccd725
add GetLoadedFromProfile()
2004-04-18 21:53:15 +00:00
Chris Danford
c84ff1e5be
fix going up from first row
2004-04-18 21:48:54 +00:00
Chris Danford
aa17c3065d
add FirstRunInitialScreen
2004-04-18 21:48:12 +00:00
Chris Danford
299ae15e6f
set time cleanup
2004-04-18 21:32:36 +00:00
Chris Danford
795e39f239
sort by Z
2004-04-18 20:37:48 +00:00
Chris Danford
1e58f4b115
reload metrics on F2, write scores on Shift+F2
2004-04-18 20:37:18 +00:00
Chris Danford
049a251ebb
save time, machineGuid in HighScore
2004-04-18 19:49:45 +00:00
Chris Danford
d62369baf1
don't throw away Course scores for Courses that aren't currently loaded on the machine
2004-04-18 19:36:42 +00:00
Chris Danford
3bc5943a9e
don't throw away Song scores for Songs/Steps that aren't currently loaded on the machine
2004-04-18 18:42:42 +00:00
Chris Danford
0a40998859
replace C-style typedefs with C++ structs for easier forward declarations of XNode
2004-04-18 10:41:54 +00:00
Chris Danford
68e2315224
move Course sorts to CourseUtil, add CourseID
2004-04-18 08:36:04 +00:00
Chris Danford
e285500f27
don't allow autogen match when reloading in the editor
2004-04-18 08:32:45 +00:00
Chris Danford
b217774f88
create SongID, StepsID
2004-04-18 08:06:14 +00:00
Chris Danford
ca4fee519e
move Song/Steps sorting into Song/StepsUtil.h/cpp
2004-04-18 08:05:18 +00:00
Chris Danford
1920634135
move Song/Steps sorting into Song/StepsUtil.h/cpp
2004-04-18 07:34:37 +00:00
Chris Danford
ad9e710766
save guid as string
2004-04-18 05:46:43 +00:00
Chris Danford
dfba0c0c46
move screen flow logic into branches, not PlayMode specific metrics
2004-04-18 05:15:22 +00:00
Chris Danford
ec0258a73b
simplify branching metrics for ScreenSelectMusic
2004-04-18 03:45:25 +00:00
Chris Danford
854252d7ce
don't blink pad lights during gameplay on an unjoined side
2004-04-18 03:09:37 +00:00
Charles Lohr
87b5df67a6
Removed extra LOG->Info that wasn't needed.
2004-04-18 00:32:03 +00:00
Glenn Maynard
5dee44f989
slight unification of crash apis; better .vdi searching
2004-04-18 00:08:37 +00:00
Chris Danford
2f88fb8e04
fix GCC compile errors
2004-04-17 23:09:15 +00:00
Chris Danford
905b0a2201
add memory card level matching to disallow deep USB devices
2004-04-17 22:57:15 +00:00
Chris Danford
2531bc9a84
add memory card level matching to disallow deep USB devices
2004-04-17 22:41:34 +00:00
Glenn Maynard
f7b18deff3
fix driver root creation
2004-04-17 22:37:40 +00:00
Charles Lohr
3f63f6c60e
Added --Course command, and a command to send all songs to server
...
so the server can index them for gameplay for SMOnline.
I am not sure if I did the Course setup properly. If I did not, feel free to fix
it or... if you don't feel like it, I'm sure I'll figure it out after a while.
I left a lot of notes in... I am not sure what style of code you want,
at what point you want me to submit, if I am doing any of this wrong
please just tell me, and I'll try to be more useful.
2004-04-17 22:26:37 +00:00
Chris Danford
b5ec124e28
theme mod names in ActiveAttackList
2004-04-17 22:21:40 +00:00
Chris Danford
aec7f829b3
SDLK_Pause to toggle "mute"
2004-04-17 20:14:59 +00:00
Chris Danford
3df5082068
send normals if texture gen is on
2004-04-17 20:07:39 +00:00
Chris Danford
6ae9e6b035
fix card readers with removable media fail to mount, but were used anyway
2004-04-17 19:03:12 +00:00
Chris Danford
9591bb93e3
send normals if texture gen is on
2004-04-17 18:11:03 +00:00
Chris Danford
ce0590684c
per-player "don't forget" graphics
2004-04-17 18:00:43 +00:00
Steve Checkoway
e7f1e50af6
Fix bug where useSMserver always equals true.
2004-04-17 03:36:17 +00:00
Steve Checkoway
ef57dd5dd4
Too noisy.
2004-04-17 03:28:31 +00:00
Steve Checkoway
4e44e575bb
add SignalHandler.*
2004-04-17 03:09:59 +00:00