Chris Danford
edb8d968ff
save Game pref as string, not integer
2004-04-19 23:34:11 +00:00
Glenn Maynard
0b5644a9b9
make sigaltstack work on Darwin
2004-04-19 23:31:47 +00:00
Glenn Maynard
ab4e87d7d7
don't ignore local symbols (fixes some backtraces)
2004-04-19 23:09:12 +00:00
Glenn Maynard
512eebdb60
RageFile::SLOW_FLUSH when writing non-cache SMs
2004-04-19 22:20:38 +00:00
Glenn Maynard
df9c4cbd6e
fix failed writes to "foo.sm" leaving "new.foo.sm" behind, which will
...
trigger an error on the next load
2004-04-19 22:19:54 +00:00
Glenn Maynard
ef44d6eae5
fix wrong search used for writing when SAFE_WRITE is enabled
...
use SLOW_FLUSH when appropriate
2004-04-19 22:16:39 +00:00
Glenn Maynard
534bdc8dab
cleanup
2004-04-19 21:11:53 +00:00
Glenn Maynard
1e1ae8c53d
fix data being read in HALTING
2004-04-19 21:09:15 +00:00
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