Commit Graph
11706 Commits
Author SHA1 Message Date
Chris Danford cc59f8b157 for back, change KP0 to NUM_LOCK (KP0 is too easy to press accidentally) 2004-09-07 01:46:02 +00:00
Josh Allen 64af57015f Disabled sending stats names updates only when stats
sort changed the name order. Now sends names
 update every time to avoid incorrect combo/grade/name matching in scoreboard.
2004-09-07 01:27:43 +00:00
Ryan Dortmans 5ede917612 Added references to RageSurfaceUtils_Palettize.cpp and h files. 2004-09-07 01:18:42 +00:00
Josh Allen 5df26c0122 Changed portions of the code to use enum NSCommand 2004-09-07 01:08:54 +00:00
Glenn Maynard f6a9b1477e Improved underrun recovery: doesn't skip arrows for minor underruns,
and can increase writeahead when needed in some cases
2004-09-07 00:33:54 +00:00
Charles Lohr d8ae2db734 Began transition to enum'd commands like chris suggested. 2004-09-07 00:19:53 +00:00
Charles Lohr 40168bb551 Began transition to enum'd commands like chris suggested. 2004-09-07 00:13:15 +00:00
Charles Lohr d7835ae5ce Added support for new protocol 2004-09-06 23:54:04 +00:00
Glenn Maynard a5bc6870ac revert 2004-09-06 23:36:38 +00:00
Josh Allen c1e319abac detect entering options menu 2004-09-06 23:26:16 +00:00
Glenn Maynard 7a11b10426 fix the life meter getting stuck around -0.002 with m_bMercifulDrain, because
the multiplier expects fLifePercentage to be clamped
2004-09-06 23:10:06 +00:00
Charles Lohr 1b792a7305 Update: differentiate between options and exiting 2004-09-06 22:53:53 +00:00
Glenn Maynard 64be80e4f7 simpify 2004-09-06 21:50:03 +00:00
Glenn Maynard fbe4fe1b29 this screen works again 2004-09-06 21:47:58 +00:00
Steve Checkoway 27d4678adf Cleanup. Do not use == true or == false. 2004-09-06 21:28:56 +00:00
Charles Lohr 1ec7e317ad Fix: Display Failed as Failed. not B 2004-09-06 21:19:18 +00:00
Steve Checkoway 85e28b0432 Cleanup. 2004-09-06 21:02:55 +00:00
Charles Lohr 0c57ea4852 Fix: don't hang people up by entering options at last minute. 2004-09-06 20:47:55 +00:00
Steve Checkoway adc7b5e364 Cleanup. Please try to follow the style of the rest of the project next time. 2004-09-06 20:37:12 +00:00
Charles Lohr bc628082ba Added some code to help figure out errors. 2004-09-06 18:20:16 +00:00
Josh Allen d01e654507 Fix wasIngame reset 2004-09-06 17:07:50 +00:00
Josh Allen f5d18d16d1 Fixed GameOver stats not sending 2004-09-06 16:29:23 +00:00
Josh Allen 633f22b748 Protocol command 10 added. SendNetPacket change. CheckReady not only deals with
clients wanting to start a game.  Game over now only sends stats to clients that were
 in game.  Stats sorting of and sending to in game clients.  SongSelect only sends
 data to clients currently in ScreenNetMusicSelect.
2004-09-06 15:12:42 +00:00
Glenn Maynard fa356decdf simplify 2004-09-06 09:53:41 +00:00
Glenn Maynard 4df3517b93 mount mem 2004-09-06 09:36:12 +00:00
Steve Checkoway ac8338e573 update 2004-09-06 09:17:39 +00:00
Glenn Maynard 5403b135b7 use RunningUnderValgrind() 2004-09-06 08:32:25 +00:00
Glenn Maynard 55fe932dbb update 2004-09-06 08:30:16 +00:00
Glenn Maynard 7b2521654e split out RunningUnderValgrind() 2004-09-06 08:29:50 +00:00
Glenn Maynard 3713135cda update 2004-09-06 08:03:05 +00:00
Charles Lohr dc5993a1bd This seems to improve Syncing. 2004-09-06 07:21:53 +00:00
Glenn Maynard 323d43f828 fix editor crash when saving a new, empty course: don't set up fixed
songs with pSong == NULL.

It'd be better to allow it, and remember song entries in courses that don't
exist, so they can be displayed as "missing song" in the editor, and so editing
a course doesn't erase all entries that are missing; but I don't want to go into
that right now.
2004-09-06 07:08:23 +00:00
Glenn Maynard 189018ac04 better assertions 2004-09-06 07:03:32 +00:00
Glenn Maynard 1a45745a71 fix output paths 2004-09-06 06:50:29 +00:00
Glenn Maynard 6c865a2b9c update test_file_readers; write data with RageFile, too 2004-09-06 06:39:57 +00:00
Glenn Maynard 13ba2d7794 fix warning 2004-09-06 06:25:21 +00:00
Glenn Maynard b1465d4868 fix linux compile 2004-09-06 06:25:03 +00:00
Glenn Maynard aad5140304 add RageFileDriverMemory; this is just a very simple memory "filesystem"
for caching stuff.  (Not yet used, just committing for testing ...)
2004-09-06 06:22:09 +00:00
Glenn Maynard d0c6b3698b doesn't need to be virtual 2004-09-06 05:28:19 +00:00
Glenn Maynard 21fe4fa342 const 2004-09-06 05:27:18 +00:00
Glenn Maynard 692ad6c31e reduce fading banner skips 2004-09-06 05:25:37 +00:00
Glenn Maynard 5339c85250 fix off-center 's' and 'y', and overly wide 's' 2004-09-06 05:03:57 +00:00
Glenn Maynard 691deabe66 cleanup 2004-09-06 04:50:10 +00:00
Glenn Maynard 99acbebc14 fix 2004-09-06 04:49:17 +00:00
Glenn Maynard eb2855f27a fix DIK_APOSTROPHE map 2004-09-06 04:48:33 +00:00
Glenn Maynard 210f848139 SMmain doesn't exist 2004-09-06 04:37:10 +00:00
Glenn Maynard bc70dfc982 fix warning 2004-09-06 04:33:31 +00:00
Glenn Maynard 2e7b6fbf30 unused 2004-09-06 04:25:27 +00:00
Charles Lohr cb07d3511b Implemented: Evaluation-time player options 2004-09-06 04:24:51 +00:00
Glenn Maynard f4efbed2b3 meaningless comment 2004-09-06 04:24:12 +00:00