Glenn Maynard
|
aeb8fed361
|
honor GetDisplayed in UpdatePreferredSort
|
2007-05-07 19:51:50 +00:00 |
|
Glenn Maynard
|
081018eedf
|
fix bool != enum
|
2007-05-07 19:49:35 +00:00 |
|
AJ Kelly
|
0b9d338daa
|
XML -> Lua
|
2007-05-07 17:27:28 +00:00 |
|
AJ Kelly
|
b5c5f1c3d7
|
"Difficuty" -> "Difficulty"
|
2007-05-07 17:18:56 +00:00 |
|
Steve Checkoway
|
c5fb5593ac
|
If two threads call vssprintf at the same time, it is possible for bInitialized to be set before actually setting bExactSizeSupported. Set bInitialized after setting bExactSizeSupported to avoid this.
|
2007-05-06 17:59:11 +00:00 |
|
Steve Checkoway
|
c8c9a14507
|
If we have thrown on another thread, crash, but don't lose the error. (It will be buried at the end of the log, but no one really looks there.)
|
2007-05-06 17:45:44 +00:00 |
|
Steve Checkoway
|
1ce1b46814
|
Simplify.
|
2007-05-06 17:42:11 +00:00 |
|
Steve Checkoway
|
7eaacb3ef1
|
We cannot use RageException::Throw() from a thread. Assert instead. Plus, this isn't a user error.
|
2007-05-06 17:39:13 +00:00 |
|
Glenn Maynard
|
12a3de85f9
|
typo
|
2007-05-06 16:56:34 +00:00 |
|
Glenn Maynard
|
a1d272a808
|
fix unreg
|
2007-05-06 16:56:03 +00:00 |
|
Jason Felds
|
9e212dba21
|
gcc typename workaround. Untested in Windows.
|
2007-05-06 15:32:46 +00:00 |
|
Glenn Maynard
|
929de1dc56
|
fix button assignment
|
2007-05-06 05:28:10 +00:00 |
|
Glenn Maynard
|
02fefde05c
|
bad merge
|
2007-05-06 05:25:09 +00:00 |
|
Glenn Maynard
|
f006256ceb
|
profile debug works on any profile
|
2007-05-06 05:22:50 +00:00 |
|
Glenn Maynard
|
6b7f932f94
|
profile debug works on any profile
|
2007-05-06 05:21:31 +00:00 |
|
Glenn Maynard
|
ea104d9a76
|
GameState::SaveProfile
|
2007-05-06 05:15:26 +00:00 |
|
Glenn Maynard
|
6b60a97092
|
Profile::ClearStats
|
2007-05-06 05:13:58 +00:00 |
|
Glenn Maynard
|
837f29e0f9
|
multi-page debug
|
2007-05-06 04:49:21 +00:00 |
|
Glenn Maynard
|
bb6ff5ee87
|
fix copy ctor
|
2007-05-06 03:57:50 +00:00 |
|
Glenn Maynard
|
3d9281897f
|
log cleanup
|
2007-05-06 02:58:25 +00:00 |
|
Glenn Maynard
|
8883cd8579
|
log this normally
|
2007-05-06 02:43:05 +00:00 |
|
Glenn Maynard
|
236a79b700
|
log cleanup
|
2007-05-06 02:38:12 +00:00 |
|
Glenn Maynard
|
5cf944d142
|
not helpful
|
2007-05-06 02:30:02 +00:00 |
|
Glenn Maynard
|
e69dd651e4
|
loud: if this actually loads a new texture, RTM will log
|
2007-05-06 02:29:20 +00:00 |
|
Glenn Maynard
|
90f969c6b7
|
not a useful log (IIRC, most of these logs predate crash handling)
|
2007-05-06 02:14:19 +00:00 |
|
Glenn Maynard
|
2160ea7ed0
|
fix unexpected value named "TIMESIGNATURES"
|
2007-05-06 02:13:10 +00:00 |
|
Glenn Maynard
|
ef0be2d6ac
|
debug
|
2007-05-06 02:09:33 +00:00 |
|
Glenn Maynard
|
9c5b919faf
|
fix WARNING: Couldn't find primary display driver; logging all drivers
|
2007-05-06 00:55:11 +00:00 |
|
Glenn Maynard
|
1d7d342a2d
|
cleanup
|
2007-05-06 00:30:40 +00:00 |
|
Glenn Maynard
|
d3e1018abd
|
fix 2PlayersFor1Credit and late join
|
2007-05-06 00:26:07 +00:00 |
|
Steve Checkoway
|
a341d98591
|
Simplify.
|
2007-05-05 23:21:58 +00:00 |
|
Steve Checkoway
|
fba31da4e6
|
Fix crash for courses.
|
2007-05-05 11:16:40 +00:00 |
|
Steve Checkoway
|
fb7553a2c0
|
Add GetGradeForTrail().
|
2007-05-05 11:16:07 +00:00 |
|
Steve Checkoway
|
7d90dc3967
|
Removed use of UNLOCKMAN inside an UnlockManager member function.
|
2007-05-05 11:13:24 +00:00 |
|
Steve Checkoway
|
f9dbb386d7
|
Do not use SONGMAN inside SongManager member functions. This one actually was using it inside const functions.
|
2007-05-05 11:12:34 +00:00 |
|
Steve Checkoway
|
0aa7e6e5e2
|
Removed uses of TEXTUREMAN inside TextureManager member functions.
|
2007-05-05 11:11:23 +00:00 |
|
Steve Checkoway
|
cd791f9239
|
Remount depends on FILEMAN existing so make it nonstatic. Removed uses of FILEMAN from RageFileManager member functions.
|
2007-05-05 11:10:46 +00:00 |
|
Steve Checkoway
|
497126b655
|
Removed uses of LUA from LuaManager member functions.
|
2007-05-05 11:09:37 +00:00 |
|
Steve Checkoway
|
6072fb29cc
|
Functions in singletons that depend on the singleton having been created should not be static. Removed uses of GAMESTATE inside GameState member functions.
|
2007-05-05 11:08:50 +00:00 |
|
Steve Checkoway
|
227ae779da
|
Don't use PROFILEMAN inside ProfileManager. At best, you're just referring to this, at worst, you're throwing away the constness.
|
2007-05-05 10:34:28 +00:00 |
|
Steve Checkoway
|
726de6f23f
|
Remove dead code and fix indenting. "hurk"?
|
2007-05-05 06:50:47 +00:00 |
|
AJ Kelly
|
c9b8d829fe
|
fix Ds showing up for non-played songs
|
2007-05-05 05:54:23 +00:00 |
|
Glenn Maynard
|
9711296680
|
lua
|
2007-05-04 19:02:21 +00:00 |
|
Glenn Maynard
|
879a31b0f6
|
lua
|
2007-05-04 18:54:24 +00:00 |
|
Glenn Maynard
|
eed2ced300
|
fixup
|
2007-05-04 18:50:02 +00:00 |
|
Glenn Maynard
|
26046c34df
|
lua
|
2007-05-04 18:48:56 +00:00 |
|
Glenn Maynard
|
1af23e291e
|
simplify
|
2007-05-04 18:41:55 +00:00 |
|
Glenn Maynard
|
464356151d
|
better messages
|
2007-05-04 18:15:26 +00:00 |
|
Glenn Maynard
|
32428900f9
|
Coin sounds weird here. Play Start instead.
|
2007-05-04 18:05:21 +00:00 |
|
Glenn Maynard
|
7a21217e25
|
add clearcredits
|
2007-05-04 17:50:28 +00:00 |
|