Commit Graph

11687 Commits

Author SHA1 Message Date
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
Glenn Maynard b5a10593e3 update comment 2004-09-06 04:17:03 +00:00
Glenn Maynard 5283b35864 ArchUtils/Xbox/arch_setup.h 2004-09-06 04:11:32 +00:00
Glenn Maynard 82b3c4810b ARCH_SETUP_XBOX_H 2004-09-06 04:10:55 +00:00
Glenn Maynard 2decb1774a this is already done in ArchHooks_Xbox 2004-09-06 04:03:01 +00:00
Glenn Maynard a26961cdc4 startup and shutdown stuff should happen in ArchHooks 2004-09-06 04:01:35 +00:00
Charles Lohr 1fd7483cdd Added: support for player options at evaluation-time 2004-09-06 03:54:04 +00:00
Glenn Maynard 712b5fbca0 if the selected game isn't available (no note skins), revert 2004-09-06 03:25:58 +00:00
Charles Lohr e244495cc6 Added: Player options 2004-09-06 03:25:26 +00:00
Glenn Maynard a2a21faa55 when bSwitchToLastPlayedGame, do so before loading announcer/theme 2004-09-06 03:25:03 +00:00
Charles Lohr 605e049a97 Fix: ' and " are not shown properly. You always type a " anyway. 2004-09-06 03:22:35 +00:00
Glenn Maynard 1f77772dc8 fix GameManager::IsGameEnabled 2004-09-06 03:19:49 +00:00
Glenn Maynard d6ffc80ba2 simplify NoteSkinManager::GetNoteSkinNames, add bFilterDefault 2004-09-06 03:19:15 +00:00
Glenn Maynard e717cc88f0 fix RefreshNoteSkinData looking in the wrong place 2004-09-06 02:52:10 +00:00
Glenn Maynard 3e1bc2ef26 NoteSkinManager::ColToButtonName -> Game::ColToButtonName 2004-09-06 02:49:36 +00:00
Ryan Dortmans 0780dc3c6a Added include to LoadingWindow_SDL.h. 2004-09-06 02:38:25 +00:00
Ryan Dortmans 4a8dcb0f10 Changed Xbox main to take no arguments.
Forces the xbe filename as the only argument (argv).
In Xbox execution: added call to XGetCustomLaunchData.
2004-09-06 02:37:05 +00:00
Ryan Dortmans bdcd44e369 Changed Xbox main to take no arguments. 2004-09-06 02:34:28 +00:00
Ryan Dortmans 52e043959c Added file references to LoadingWindow_SDL.cpp and h. 2004-09-06 02:33:34 +00:00
Glenn Maynard 951b2bf1be simplify, work on fixing NoteSkinManager::RefreshNoteSkinData(Game*) 2004-09-06 02:30:50 +00:00