Commit Graph
13240 Commits
Author SHA1 Message Date
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
Glenn Maynard d4a46a214d deps cleanup 2005-01-25 18:29:42 +00:00
Glenn Maynard 8f08b61319 warning 2005-01-25 18:23:27 +00:00
Glenn Maynard f083765d69 remove ProTimingDisplay; too hard to read to be useful 2005-01-25 18:22:22 +00:00
Josh Allen b24c6ca6e3 Protocol update 2005-01-25 16:23:19 +00:00
Charles Lohr f52a1e147f Change: Virtual keyboard should not be enabled by default unless we use XBOX. 2005-01-25 07:42:02 +00:00
Charles Lohr 77ae6395d0 Fix: We can't be on SMOnline unless we're connected. 2005-01-25 07:22:31 +00:00
Glenn Maynard 2bd0cd5d4e please attempt to follow the coding style of the rest of the project 2005-01-25 07:19:33 +00:00
Charles Lohr 642d71640a Fix: some sorting issues. 2005-01-25 07:07:11 +00:00
Charles Lohr 13e58fb541 Fix: Pontless forced crash. We have steps which aren't null. 2005-01-25 06:45:30 +00:00
Charles Lohr ae2f55c7ac Fix: Now we can delete profiles. 2005-01-25 06:21:39 +00:00
Charles Lohr e9880a7f7c Fix: Don't crash if we have not yet selected a style. 2005-01-25 06:20:48 +00:00
Glenn Maynard 957e89466a remove HoldNote 2005-01-25 05:46:51 +00:00
Glenn Maynard b1467a84be have DrawHold take a TapNote 2005-01-25 05:45:51 +00:00
Charles Lohr d45ab3d89a Change: Different code for starting song in sync. It seems to work better, but it's still in progess. 2005-01-25 05:11:18 +00:00
Charles Lohr 40d4733cd9 Fix: Potential crashes on end-of-song 2005-01-25 05:07:29 +00:00
Glenn Maynard bb7482e722 evil big commit (sorry):
Remove m_HoldNote array entirely.  Remove 2sAnd3s.  Store hold note
durations in the hold head.  hold_tail only still exists when InsertHoldTails
is used, to make SM parsing a little easier (may go away).  Add helpers
for iterating over ranges while including or excluding adjacent and overlapping
hold notes.  Range operations are now [start,end) instead of [start,end].
(probably more details coming to sm-dev soon)
2005-01-25 05:02:35 +00:00
Glenn Maynard 6ece8829c4 shut up already 2005-01-25 01:22:32 +00:00
Glenn Maynard 8e0aed664a Increment, Decrement 2005-01-25 00:21:21 +00:00
Glenn Maynard 6416067514 unneeded include 2005-01-25 00:10:47 +00:00
Steve Checkoway c700011078 update 2005-01-24 10:37:47 +00:00
Steve Checkoway 9264796026 Fix warnings. 2005-01-24 10:12:46 +00:00
Josh Allen 2f62df57f8 Fix placement of password field and password background 2005-01-24 03:58:43 +00:00