Glenn Maynard
5fd0d235c4
add FindCode helper
2005-04-24 00:07:12 +00:00
Glenn Maynard
37fb267fd6
Don't use "long" and "short", unless it's for passing to an API that explicitly
...
expects them; they're too vague across archs. If you really want specific size
ints, use int16_t, uint64_t, etc. In this case, "int" is fine.
Flip error check.
2005-04-23 23:09:08 +00:00
Glenn Maynard
33a5148081
pCt -> g_iRefCount
2005-04-23 23:03:41 +00:00
Glenn Maynard
12339028d5
pMasks -> g_aiMasks
2005-04-23 23:00:23 +00:00
Glenn Maynard
27790e1ccf
simplify
2005-04-23 22:58:26 +00:00
Glenn Maynard
58bfa13cc8
cosmetic
2005-04-23 22:53:26 +00:00
Glenn Maynard
7f91d30efc
cleanup, static
2005-04-23 22:50:36 +00:00
Glenn Maynard
0f9b2793f2
remove debug
2005-04-23 22:14:36 +00:00
Glenn Maynard
329f23d8ad
simple cosmetic changes to match code style
2005-04-23 22:13:19 +00:00
Glenn Maynard
aa8b96ab87
update
2005-04-23 10:20:49 +00:00
Glenn Maynard
c401a65864
more banners
...
separate command for fading from low res
2005-04-23 10:19:47 +00:00
Glenn Maynard
f52f45d2ca
tweens
2005-04-23 06:53:17 +00:00
Glenn Maynard
d3b034e9d4
remove hard-coded tween
2005-04-23 06:52:07 +00:00
Glenn Maynard
11d18fd852
cleanup
2005-04-23 06:36:26 +00:00
Glenn Maynard
026148f7fa
unused
2005-04-23 06:30:22 +00:00
Glenn Maynard
8d89ff4bd9
simplify
2005-04-23 06:20:26 +00:00
Glenn Maynard
a8803f9777
fix background caching
2005-04-23 06:19:36 +00:00
Glenn Maynard
81adc42e5a
metric
2005-04-23 05:34:37 +00:00
Glenn Maynard
15e02d3ea9
MAX_STALL_SECONDS themable
2005-04-23 05:33:08 +00:00
Glenn Maynard
d0eea6fb5c
StdString::Mid is string::substr (but this is cleaner).
2005-04-23 03:54:22 +00:00
Glenn Maynard
097f0ebb16
fix floor lights; fix light lag
2005-04-22 21:16:55 +00:00
Glenn Maynard
f5a65ff372
fix missing
2005-04-22 06:51:22 +00:00
Glenn Maynard
30c3578cdc
interface to allow more specific error messages
2005-04-22 05:48:52 +00:00
Glenn Maynard
0d9b7c943a
remove iScsiIndex
2005-04-22 05:24:19 +00:00
Glenn Maynard
85313caf7c
UsbStorageDevice::STATE_WRITE_ERROR -> UsbStorageDevice::STATE_ERROR
2005-04-22 05:15:59 +00:00
Glenn Maynard
6113fb3a90
fix warning
2005-04-22 05:11:41 +00:00
Glenn Maynard
27b12d3228
rename MEMORY_CARD_STATE_WRITE_ERROR -> MEMORY_CARD_STATE_ERROR
2005-04-22 04:58:32 +00:00
Glenn Maynard
890fbb8b55
simplify
2005-04-22 04:28:46 +00:00
Glenn Maynard
b252d7b3f7
simplify, mount based on device, not mountpoint
2005-04-22 03:53:20 +00:00
Glenn Maynard
0ba49a8f6a
sScsiDevice -> sDevice
2005-04-22 03:16:14 +00:00
Glenn Maynard
769bc2636e
cleanup
2005-04-22 03:04:58 +00:00
Glenn Maynard
37650adbec
Newer kernels store device strings in memory on USB device init. This makes querying them later safe. (Thanks Greg KH)
2005-04-22 01:33:53 +00:00
Glenn Maynard
47f995983a
re-fix SDL build
2005-04-21 22:15:07 +00:00
Glenn Maynard
88023a04db
fix card state lost when another card updates
2005-04-21 06:36:30 +00:00
Glenn Maynard
f4c3c1a759
add nvidia vsync hack from the SDL driver (copy and paste; not worth splitting it out)
2005-04-21 05:14:25 +00:00
Glenn Maynard
1b33a59c2c
fix SDL build (HAVE_X11 and HAVE_SDL are not mutually exclusive)
2005-04-21 03:15:53 +00:00
Glenn Maynard
b602bb15c4
allow locking pause controller
2005-04-21 02:07:02 +00:00
Glenn Maynard
5926618f8c
fix warning
2005-04-19 03:31:06 +00:00
Glenn Maynard
37b3705ffa
fix OneChoiceForAllPlayers options not being imported when only p2 is active
2005-04-19 03:30:30 +00:00
Glenn Maynard
86d86a477e
update
2005-04-16 23:21:08 +00:00
Glenn Maynard
f0b50dd5b9
Put everything in OptionRow inside a frame, and use the frame to tween
...
Y, to fix smooth scrolling.
2005-04-16 23:19:06 +00:00
Glenn Maynard
6883063bbd
Screen provides SM_GoToNextScreen and SM_GoToPrevScreen; use them
2005-04-16 05:05:25 +00:00
Glenn Maynard
cab6da1d82
Pause the music on start if game paused during song switch. (Re #475 )
2005-04-16 03:46:14 +00:00
Glenn Maynard
215ce5ad21
StartTransitioningCommand
2005-04-15 08:05:10 +00:00
Glenn Maynard
4eae0713c7
cleanup
2005-04-15 07:40:30 +00:00
Glenn Maynard
38bbd07fe0
add GetTopScreen
2005-04-15 07:00:21 +00:00
Glenn Maynard
07047a833a
metric scheme update
2005-04-15 06:39:44 +00:00
Glenn Maynard
c9e0d48774
make LengthSeconds more predictable: sets the minimum length of the
...
tween after "On"
2005-04-14 09:32:58 +00:00
Glenn Maynard
649d8de3d3
fix confusing error message
2005-04-14 07:23:35 +00:00
Glenn Maynard
8ae469b03a
PositionUnderlines uses P1's selection in bOneChoiceForAllPlayers, so we need to set P1's selection in SetOneSharedSelection even if disabled.
2005-04-14 06:53:36 +00:00
Glenn Maynard
767a8b9296
add JudgmentOnCommand
2005-04-14 04:53:30 +00:00
Glenn Maynard
9d6b353fde
run JudgmentOnCommand, so we can attach commands to the judgement
2005-04-14 04:50:20 +00:00
Glenn Maynard
cd7af0a396
fix "empty" animations that just send messages never being run
2005-04-14 04:45:46 +00:00
Glenn Maynard
5d0c30889f
fix bHeld not set when PadStickSeconds is enabled
2005-04-13 22:30:56 +00:00
Glenn Maynard
7d06820cdf
take screenshots from the front buffer, not the back buffer
2005-04-09 05:06:14 +00:00
Glenn Maynard
9e51961ded
fix base calls; don't PlayMusic in the ctor (SWME does that)
2005-04-08 19:47:44 +00:00
Glenn Maynard
d4a36895e3
fix GainFocusCommand, LoseFocusCommand not sent
2005-04-08 02:35:42 +00:00
Glenn Maynard
8d460ba70b
make edit sorts consistent; fix description sorting
2005-04-06 08:17:29 +00:00
Glenn Maynard
f64a93bb21
fix off-by-one causing artifacts with Cx mods during stops
2005-04-06 08:09:27 +00:00
Glenn Maynard
411068b893
remove unused
2005-04-06 02:00:15 +00:00
Glenn Maynard
6b62ba5d1c
don't accumulate calories when hitting a mine due to a previously held button
2005-04-06 01:28:49 +00:00
Glenn Maynard
af231d1a63
cleanup
2005-04-05 05:07:13 +00:00
Glenn Maynard
d6bbf9c0f8
fix incorrect time used for life/combo record after fail
2005-04-05 04:56:39 +00:00
Glenn Maynard
fb5ece51fd
remove unused (dupe of fAliveSeconds)
2005-04-05 02:51:39 +00:00
Glenn Maynard
aa2d435c6c
tweak difficulty sorting
2005-04-05 01:59:03 +00:00
Glenn Maynard
825d3b30e6
more frequent updates so the display isn't lagged
2005-04-02 01:44:04 +00:00
Glenn Maynard
c40ab7f7a7
MODE_INVALID
2005-04-01 11:07:40 +00:00
Glenn Maynard
94c10e28f5
PREFSMAN->m_bScreenTestMode
2005-04-01 05:26:59 +00:00
Glenn Maynard
6305f0ba29
fix "iNewNumTracks > 0" assertion failure when uninitialized m_EditMode happens to be 1
2005-04-01 04:47:03 +00:00
Glenn Maynard
2480f22702
AbortGiveUp when pausing
2005-04-01 02:34:22 +00:00
Glenn Maynard
a1405d64d8
don't wait for the wheel to settle before processing background loads after selecting random
2005-03-31 03:18:58 +00:00
Glenn Maynard
dd364a2de9
use AddNumberSuffix
2005-03-31 02:57:51 +00:00
Glenn Maynard
9e663cba1e
add AddNumberSuffix
2005-03-31 02:26:37 +00:00
Glenn Maynard
be9b7dd3cf
add Open( RageFileBasic *f ), cleanup
2005-03-30 23:07:52 +00:00
Glenn Maynard
517e084b99
fix quantize: quantize the duration, don't extend hold notes over tap notes
...
without clearing them, ignore duration for tap notes
2005-03-30 22:05:11 +00:00
Glenn Maynard
c7155811bd
noisy
2005-03-30 09:05:39 +00:00
Glenn Maynard
b4b4635e4b
avoid using very large texture coordinates
2005-03-30 08:36:55 +00:00
Glenn Maynard
5b577d5455
fix assertion failure
2005-03-30 06:09:30 +00:00
Glenn Maynard
06c846b020
fix parameter
2005-03-29 19:30:16 +00:00
Glenn Maynard
b2b3a80625
fix queued commands ending up in m_current, causing all future tweens to inherit it
2005-03-27 18:55:26 +00:00
Glenn Maynard
a0877fdab0
Actor::SubscribeToMessage
2005-03-27 05:54:26 +00:00
Glenn Maynard
4ba85f9844
don't try to load sound if transition path is xml
2005-03-27 05:16:51 +00:00
Glenn Maynard
aead9c172c
cleanup
2005-03-27 00:33:31 +00:00
Glenn Maynard
ea42968ce1
fix speed mappings
2005-03-27 00:32:20 +00:00
Glenn Maynard
75b081c272
default to cancel
2005-03-26 23:35:35 +00:00
Glenn Maynard
c9c9ee7c85
readd underscore
2005-03-25 02:18:52 +00:00
Glenn Maynard
232e4e3552
tweak characters
2005-03-25 02:05:34 +00:00
Glenn Maynard
382db74f8f
generalize zip reading
2005-03-24 09:40:56 +00:00
Glenn Maynard
da6d8944d7
Fix RageFileObjDeflate::FlushInternal not flushing correctly when 4k or more needs to be flushed.
2005-03-23 21:26:07 +00:00
Glenn Maynard
34b8c2a01a
fix hands counting
2005-03-23 10:37:36 +00:00
Glenn Maynard
42ab776fe3
update
2005-03-23 10:28:51 +00:00
Glenn Maynard
289244c911
fix messages
2005-03-23 09:57:04 +00:00
Glenn Maynard
42619c8666
allow locking difficulties
2005-03-23 02:26:03 +00:00
Glenn Maynard
79659e6840
fade out music betwen course songs
2005-03-23 02:11:33 +00:00
Glenn Maynard
fda710a858
fix crash for real this time? (thought this was the first thing I tried ...)
2005-03-23 01:17:40 +00:00
Glenn Maynard
813dd2b127
minor optimizations
2005-03-22 23:04:03 +00:00
Glenn Maynard
46b36d5111
run TweenOff command
2005-03-22 22:59:44 +00:00
Glenn Maynard
66c2007967
remove PlayMusic=0
2005-03-22 22:54:42 +00:00
Glenn Maynard
59b59214e9
fix attract music logic
2005-03-22 22:53:39 +00:00
Glenn Maynard
0948c50ce4
move display-related init into a function
2005-03-22 21:34:23 +00:00