Chris Danford
0da0ef785f
move ScreenOptions frame animation to a metric
2003-12-31 22:32:46 +00:00
Glenn Maynard
f022010099
fudging Z is no longer required for masks
2003-12-31 22:18:16 +00:00
Glenn Maynard
85068dd856
Use SetZWrite, SetZTest instead of SetUseZBuffer for masks, so masks
...
aren't masked.
When using more than one mask, and they may overlap, use
mask.SetClearZBuffer(true) unless you really know what you're doing.
2003-12-31 22:08:32 +00:00
Chris Danford
64b5d82efd
add fonts: ScreenGameplay player options, ScreenGameplay song options
2003-12-31 22:03:47 +00:00
Chris Danford
4cf6e96f6b
support different explosion graphics per TapNoteScore
2003-12-31 21:40:38 +00:00
Glenn Maynard
80b0153529
cleanup
2003-12-31 21:33:31 +00:00
Glenn Maynard
187371e4f8
undo; grr@wincvs
2003-12-31 21:03:15 +00:00
Glenn Maynard
9b717c857c
fix: don't show danger in FailEndOfSong after everyone has failed
2003-12-31 21:03:14 +00:00
Glenn Maynard
d5d1ea5ca4
move AllFailedEarlier into StageStats
2003-12-31 20:58:14 +00:00
Chris Danford
37ebb054d7
account for lead-out in song progress meter
2003-12-31 10:32:52 +00:00
Chris Danford
7dd057d636
reload NoteSkins on F2
2003-12-31 10:30:31 +00:00
Glenn Maynard
599794af64
use an 8k buffer for now; higher ones are causing a problem with at least one card
2003-12-31 10:27:37 +00:00
Glenn Maynard
5c64b361b7
m_bCheckSongCacheOnLoad -> !m_bFastLoad
2003-12-31 09:32:21 +00:00
Chris Danford
db424929c5
add BPM to player options screen
2003-12-31 08:45:05 +00:00
Chris Danford
c58101953f
per-element lighting flag for NoteSkins
2003-12-31 08:15:34 +00:00
Chris Danford
65df309d32
add collapse left transform
2003-12-31 07:49:30 +00:00
Chris Danford
141ba141d0
fix noteskin error if current game doesn't have a NoteSkin called "note"
2003-12-31 07:44:53 +00:00
Chris Danford
ddbc750a49
faster ranking song score scroll speed
2003-12-31 07:20:05 +00:00
Chris Danford
b72e9d7c89
change tween state size assert to debug_assert
2003-12-31 03:43:45 +00:00
Chris Danford
f05ce5eaed
change NoteSkin lighting
2003-12-31 03:42:59 +00:00
Glenn Maynard
ebf862e412
change "autogen options" to "other options"
2003-12-30 09:43:42 +00:00
Glenn Maynard
5eb1390221
add Fast load
2003-12-30 09:37:08 +00:00
Glenn Maynard
bc2f27ebc2
add m_bCheckSongCacheOnLoad ("Fast load")
2003-12-30 09:34:05 +00:00
Glenn Maynard
64ac9453a7
a11
2003-12-30 08:15:36 +00:00
Glenn Maynard
34e1486550
Warn about ALSA errors
...
always set the smaple rate
set buffer size
2003-12-30 08:13:44 +00:00
Glenn Maynard
c1522bff10
s/ ;/;/g
2003-12-30 07:24:03 +00:00
Glenn Maynard
818beb7879
cleanup
2003-12-30 06:14:55 +00:00
Glenn Maynard
7f39608914
silence "Unknown lights driver name: Null"
2003-12-30 06:10:50 +00:00
Glenn Maynard
a86ccf6f3e
silence warning about SetThreadPriorityBoost on 9x
2003-12-30 06:09:22 +00:00
Glenn Maynard
115be78962
add checkpoint
2003-12-30 05:53:22 +00:00
Glenn Maynard
87c580acac
no player name in system menus
2003-12-30 04:35:48 +00:00
Glenn Maynard
cb8057a5c3
add CheckSongCacheOnLoad
2003-12-30 04:26:39 +00:00
Glenn Maynard
90980b048d
save to cache, so we don't have to special case RevertFromDisk
2003-12-30 03:59:49 +00:00
Glenn Maynard
0bba86b5c3
cache HasMusic() and HasBanner() results
2003-12-30 03:40:29 +00:00
Glenn Maynard
9df5618747
improve error messages
2003-12-30 03:37:21 +00:00
Glenn Maynard
5ec05b31ba
cache m_sSongFileName
2003-12-30 02:46:47 +00:00
Glenn Maynard
f89940ac02
add cache hash explanation
2003-12-30 02:44:52 +00:00
Glenn Maynard
3c1ca4f024
add const, asserts
2003-12-30 02:38:09 +00:00
Glenn Maynard
2f3c66a9f2
optimization: file hash of a directory is meaningless; only use the name
...
(plus file hashes of contents)
2003-12-30 02:16:00 +00:00
Glenn Maynard
adf5cc35fb
cleanup
2003-12-30 02:00:16 +00:00
Glenn Maynard
30fe19a838
simplify
2003-12-29 23:45:38 +00:00
Glenn Maynard
ed1821eab7
remove obsolete HOOKS->Log
2003-12-29 23:40:57 +00:00
Glenn Maynard
0ae51ca247
cleanup
2003-12-29 23:37:55 +00:00
Glenn Maynard
c8e4d02641
Optimize autogen pointer creation (~20% less CPU during cached loads)
2003-12-29 23:19:41 +00:00
Glenn Maynard
163ae62eaa
cleanup
2003-12-29 23:02:27 +00:00
Glenn Maynard
5c26ef5753
const fix
2003-12-29 22:50:54 +00:00
Glenn Maynard
d558f53c5d
Remove extra compiled-on stamp.
...
Don't use __TIMESTAMP__; that gives the last compile time of
RageLog.cpp, not the last build time.
Put the current time in info, instead of trace, so we can compare
times when we receive more than one log, to make sure they really
match up (we occasionally get crashinfo.txt from a previous crash,
in which case only info.txt and log.txt are relevant).
2003-12-29 22:07:39 +00:00
Chris Danford
ef6987e3d2
no message
2003-12-29 03:52:45 +00:00
Chris Danford
4b3af8bd5c
add note color support for Tap Addition
2003-12-29 03:51:15 +00:00
Glenn Maynard
d5f638d5d9
fix one-frame window where input is accepted in the editor during
...
tweenout after selecting "exit", resulting in crashes
2003-12-29 03:09:29 +00:00