Commit Graph
13262 Commits
Author SHA1 Message Date
Charles Lohr ccbd5beb7b Modified lua for aplowman's new screen 2005-01-27 04:19:16 +00:00
Charles Lohr d6e911df60 Revert/Merge (manually modified aplowman's commit) 2005-01-27 04:18:37 +00:00
Glenn Maynard 7df474b776 make remount work 2005-01-27 03:54:49 +00:00
Glenn Maynard 67d5bfd6d5 RageFileManager::Remount 2005-01-27 03:43:55 +00:00
Josh Allen 6e644f3d77 One more file for sprite 2005-01-27 03:33:12 +00:00
Glenn Maynard fd4dd1aaab add RageFileDriverTimeout 2005-01-27 03:30:11 +00:00
Josh Allen 076b48b775 Images for change from quad to sprite 2005-01-27 03:13:23 +00:00
Glenn Maynard df26767695 cleanup 2005-01-27 03:10:44 +00:00
Josh Allen a9afc64d1b Update for change to sprite from quad 2005-01-27 03:10:15 +00:00
Josh Allen 885c194236 Changed quad to sprite 2005-01-27 03:08:04 +00:00
Glenn Maynard a04b8635f1 oops 2005-01-27 03:07:36 +00:00
Glenn Maynard 03fc38558f cleanup 2005-01-27 03:07:09 +00:00
Glenn Maynard 223bc37345 simplify 2005-01-27 03:03:56 +00:00
Glenn Maynard ec19545327 add FilenameDB::GetFileSetCopy 2005-01-27 02:00:55 +00:00
Glenn Maynard a98aacf322 make FDB public 2005-01-27 01:59:03 +00:00
Glenn Maynard 67b5d06fa7 add RageFileManager::GetFileDriver, RageFileManager::ReleaseFileDriver 2005-01-27 01:58:20 +00:00
Glenn Maynard 1739ffdd81 working on timeout filesystem layer ... 2005-01-27 01:56:40 +00:00
Glenn Maynard 8bf00eb4e8 implement event wait timeouts in win32 2005-01-27 01:54:33 +00:00
Glenn Maynard 903aaadcc5 After signalling an event, always wait for the signalled thread to touch
m_WaitersDone.  This fixes problems with

 event.Lock();
 event.Signal();
 while(x) event.Wait();

picking up the signal that it just sent (which is wrong), especially in the
debugger.
2005-01-27 01:19:24 +00:00
Glenn Maynard 582a2ec27a working on timeout filesystem layer ... 2005-01-27 00:14:02 +00:00
Glenn Maynard c19144bb0c working on timeout filesystem layer (not done) 2005-01-26 23:16:30 +00:00
Glenn Maynard 476c27474d working on timeout filesystem layer (not done) 2005-01-26 22:07:59 +00:00
Glenn Maynard 1b49d06b5d oops 2005-01-26 21:41:40 +00:00
Glenn Maynard de2b899a5f fix g++ compile 2005-01-26 21:36:01 +00:00
Glenn Maynard 08ddf9af77 fix up EventImpl_Pthreads::Wait 2005-01-26 21:13:50 +00:00
Glenn Maynard 63604a6536 implement RageEvent::Wait timeouts 2005-01-26 20:59:41 +00:00
Glenn Maynard 4757f00aba add RageTimer::operator+=
cleanup
2005-01-26 20:53:21 +00:00
Glenn Maynard fde9e0cfc9 auto_ptr is incompatible with STL containers; use a custom refcounted holder 2005-01-26 20:52:20 +00:00
Glenn Maynard 69f515ef76 fix implicit cast warning flood 2005-01-26 18:14:56 +00:00
Glenn Maynard 6b12013bd5 add pthread_cond_timedwait check 2005-01-26 17:59:20 +00:00
Charles Lohr a77a947dd0 Change: MUCH Cleaner fix for lifebar. 2005-01-26 14:08:02 +00:00
Charles Lohr 47355ec6f6 Recommit? Re-add ScreenCaution's optionality. 2005-01-26 13:40:55 +00:00
Chris Danford 10810c1b9c update project files 2005-01-26 11:24:45 +00:00
Chris Danford 8555a6da45 use Lua to execute commands
(needs cleanup)
2005-01-26 11:21:43 +00:00
Chris Danford 1f00c84293 play OnCommand for shared background
(how did this ever work?)
2005-01-26 10:45:47 +00:00
Chris Danford 5f175c041c fix keymaps reading 2005-01-26 09:13:59 +00:00
Chris Danford 9ab13ad4f2 give the root node a name so that it's valid XML 2005-01-26 09:13:24 +00:00
Adam Lowman 914b8233ee New Pasword Input Screen and SMOnline Login 2005-01-26 08:50:09 +00:00
Charles Lohr 73a63247e6 FIX: Dead appearance on start. 2005-01-26 08:05:59 +00:00
Charles Lohr e1f6ea5217 Fix: Show or not show Caution screen.... Did I do this right, or should this go in that Scripts thing? 2005-01-26 07:35:33 +00:00
Charles Lohr 1e9358cbc6 Fix: Show or not show Caution screen. 2005-01-26 07:34:20 +00:00
Charles Lohr c8ad4ea322 Fix: The system should allow for the user to not have to start immediately. 2005-01-26 06:48:01 +00:00
Charles Lohr e3ba3900d6 Add: We should be able to enter information in the prompts using the numberpad. 2005-01-26 06:29:02 +00:00
Charles Lohr e9f6308e2c Fix: Potential crash situation. 2005-01-26 06:28:19 +00:00
Charles Lohr de21fef1ac Clarify sort changing. 2005-01-26 06:12:02 +00:00
Chris Danford f9b63793c8 fix vConnects not filled in correctly 2005-01-25 21:12:51 +00:00
Glenn Maynard f91c0b49ba Player::GetClosestNote, Player::GetClosestNoteDirectional with note rows
and iterators; eliminates arbitrary "999999" constant
2005-01-25 19:39:31 +00:00
Glenn Maynard ce8c71ce8b cleanup 2005-01-25 19:36:38 +00:00
Glenn Maynard 06b6f9e185 cleanup 2005-01-25 19:12:03 +00:00
Glenn Maynard ed6ae1fa0c load errors should not be fatal 2005-01-25 18:54:46 +00:00