Glenn Maynard
c8f1fc31d3
locks in pos_map aren't needed anymore (we do it in RageSound)
2004-04-16 22:28:57 +00:00
Glenn Maynard
b925b61654
fix lock ordering
...
all sounds are now deleted in the main thread
2004-04-16 22:28:01 +00:00
Glenn Maynard
63735fe781
fix crash on empty model due to meshInfo.iVertexStart+meshInfo.iVertexCount-1 < meshInfo.iVertexStart
2004-04-16 22:10:25 +00:00
Glenn Maynard
29af57002c
fix crash after context invalidation in Windows
...
fix AssertNoGLError
2004-04-16 21:34:58 +00:00
Chris Danford
28d7037126
oops
2004-04-16 18:39:34 +00:00
Chris Danford
1a182e8f4e
don't setup normals if lighting is off
2004-04-16 18:38:43 +00:00
Glenn Maynard
202c37ce44
handle SIGABRT
2004-04-16 07:16:37 +00:00
Glenn Maynard
7f970858dc
CrashSignalHandler works on DARWIN
2004-04-16 07:13:18 +00:00
Glenn Maynard
507b5ba7de
make signalHandler work on DARWIN
2004-04-16 07:12:05 +00:00
Glenn Maynard
481886f8cf
cleanup
2004-04-16 07:07:09 +00:00
Glenn Maynard
f38983f3d3
implement GetSignalBacktraceContext on DARWIN
2004-04-16 07:03:14 +00:00
Glenn Maynard
f952f9fc4f
handle CrashData::SIGNAL in DARWIN
2004-04-16 07:00:45 +00:00
Glenn Maynard
6286f94cf4
missing header
2004-04-16 06:19:02 +00:00
Glenn Maynard
2f6c0d08a7
auto-hide "_blank"; gameplay hold note test case 44->50FPS since
...
unused hold tails are hidden
2004-04-16 05:41:47 +00:00
Steve Checkoway
1460b58e42
Reorder keys to keep version keys together. Add spaces to make it readable.
2004-04-16 05:33:42 +00:00
Chris Danford
fa6d4c9d30
eliminate unnecessary VBO changes
2004-04-16 05:31:08 +00:00
Steve Checkoway
65342c3708
Don't localize this. I have no idea if the file is required to be here or not, so leave it.
2004-04-16 05:28:46 +00:00
Glenn Maynard
a61dccdabf
simplify
2004-04-16 05:21:25 +00:00
Chris Danford
6043db8dd1
use glDrawRangeElements. I think we can assume it will be present if hardware VBOs are available.
2004-04-16 05:19:02 +00:00
Chris Danford
7de8269a67
pack all geometry for a Model into one set of vertex buffers
2004-04-16 05:09:02 +00:00
Glenn Maynard
83ad8b4d88
fix crash when line AA is disabled
2004-04-16 05:06:31 +00:00
Steve Checkoway
4392e9f350
Log available sound formats.
2004-04-16 05:04:23 +00:00
Glenn Maynard
3cb96004a0
simplify
2004-04-16 04:17:26 +00:00
Glenn Maynard
b75139b11a
fix hold body glow pass being drawn when not needed
2004-04-16 03:05:16 +00:00
Glenn Maynard
28449f1ca2
fix race
2004-04-15 23:41:03 +00:00
Glenn Maynard
a739e45e3f
fix potential tweening overflow
2004-04-15 23:22:32 +00:00
Glenn Maynard
585f92c5f3
clean up commandline handling, make network stuff more self-contained
2004-04-15 20:21:39 +00:00
Glenn Maynard
8a45506bca
cleanup
2004-04-15 20:10:40 +00:00
Glenn Maynard
203af6d23f
cleanup
2004-04-15 19:32:31 +00:00
Glenn Maynard
599a921933
begin major cleanup of "arguement" handling
2004-04-15 19:31:45 +00:00
Charles Lohr
16e5e7bb68
I have added some command-line processing. Look at the bottom of
...
StepMania.cpp for it. I have also moved the connect stuff out of the
NetworkSyncManager constructor, so it doens't do ANYTHING unless
it's in the command-line args. Also, now NSMAN works by the '--NETIP='
flag.
2004-04-15 15:31:59 +00:00
Glenn Maynard
97e040279e
autosync is back - Tom Jackson appears in a puff of logic
2004-04-15 05:41:57 +00:00
Chris Danford
3dc41e5d94
move rendundant renderer code to be shared by all
2004-04-15 05:24:28 +00:00
Chris Danford
feb14c6b84
draw hardware buffers with glDrawRangeElements
2004-04-15 05:02:35 +00:00
Chris Danford
c93ac846dd
fix wrong buffer type
2004-04-15 04:31:21 +00:00
Glenn Maynard
3b541425e9
optimize: reduce superfluous GetHoldNoteScore, GetHoldNoteLife, m_HeldHoldNotes[],
...
m_ActiveHoldNotes[] calls
2004-04-15 01:31:28 +00:00
Charles Lohr
4b7c6521ad
I changed the way StepMania connects to an IP or listens to something that
...
makes way more sense. StepMania.exe -NETIP:[IP] and added support
for reading profile names (for LAN). The LAN looks very stable at this point.
2004-04-14 20:39:58 +00:00
Glenn Maynard
4f82c6d4fb
fix rendering glitch
2004-04-14 20:17:03 +00:00
Chris Danford
71edd1ffa0
fix possible divide by 0
2004-04-14 06:00:32 +00:00
Glenn Maynard
94d3512316
Remove what's left of "Tom Jackson"'s autosync code, since he's
...
MIA (the only person we couldn't contact for the license switch). Back
soon ...
2004-04-14 00:21:58 +00:00
Glenn Maynard
388fc02c6d
fix possible infinite loop
2004-04-13 23:11:32 +00:00
Glenn Maynard
e335f5a90a
provide reasonable OptionOrder defaults
2004-04-13 22:23:37 +00:00
Glenn Maynard
6117ea8b1a
fix link
2004-04-13 20:00:22 +00:00
Chris Danford
8ecc6183f0
add sort and mode banners, metric for random and roulette scrolling
2004-04-13 09:46:04 +00:00
Chris Danford
d61e2b0f40
add sort and mode banners, metric for random and roulette scrolling
2004-04-13 09:04:21 +00:00
Chris Danford
870b5832d8
add sort and mode banners, metric for random and roulette scrolling
2004-04-13 09:02:24 +00:00
Chris Danford
ea9f1ca031
remove unused
2004-04-13 08:32:33 +00:00
Chris Danford
a690e09f8b
fix windows compile
2004-04-13 08:32:03 +00:00
Chris Danford
2639640b03
update makefile
2004-04-13 08:29:34 +00:00
Chris Danford
6f5404c6fe
add move Linux mem card write test to seprarate thread
2004-04-13 08:05:50 +00:00