Steve Checkoway
8502fc3083
Use PlayerPlus (a Player plus a NoteData, this gives the old behavior of Player, i.e. calling Load( nd )).
2006-07-17 00:56:23 +00:00
Steve Checkoway
d46ec7136e
Pass in a PlayerNumber as well.
...
(This breaks other code, commits coming.)
2006-07-17 00:54:46 +00:00
Steve Checkoway
807e24827c
Keep a (nonconst) reference to a NoteData rather than owning the NoteData. Replace calls to Load( nd ) by making the changes to the underlying NoteData and calling Load().
...
(This breaks other code, commits coming.)
2006-07-17 00:54:19 +00:00
Steve Checkoway
b1d08d1f8b
This is still a work in progress (although I haven't worked on it in over a month).
2006-07-17 00:44:38 +00:00
Steve Checkoway
bd7422ef6e
Specialize on aligned loads for sse since misaligned loads are much slower.
2006-07-17 00:42:46 +00:00
Steve Checkoway
7be6e20fe3
Cleanup.
2006-07-16 18:34:56 +00:00
Josh Allen
b96481c589
Fix compile
...
NoteData* --> const NoteData&
2006-07-16 16:10:00 +00:00
Steve Checkoway
108810fe14
No really, cleanup.
2006-07-16 07:23:57 +00:00
Steve Checkoway
ba8fb41231
Simplify.
2006-07-16 07:23:12 +00:00
Steve Checkoway
ad1e7b4afa
Cleanup.
2006-07-16 07:20:50 +00:00
Steve Checkoway
e1572442b3
cleanup
2006-07-16 03:14:26 +00:00
Steve Checkoway
90e9d6d57c
Don't clamp to 3 seconds.
2006-07-16 03:14:03 +00:00
Thad Ward
c86dc1d197
fix the messed up pre-build commands. I wish VC6 didn't continually add spaces
...
to these commands.
2006-07-15 23:32:19 +00:00
Glenn Maynard
abf1fcec37
remove unused
2006-07-15 01:53:58 +00:00
Glenn Maynard
d7336ec0b6
cleanup, fix, comment
2006-07-15 01:09:15 +00:00
Glenn Maynard
0d678f4e4e
cleanup. (current logic works well enough)
2006-07-15 00:41:35 +00:00
Steve Checkoway
6ee71e464b
It looks strange having the Background menu items have no text so add some defaults.
2006-07-14 22:00:12 +00:00
Steve Checkoway
84c50ccfdb
Cleanup.
2006-07-14 21:39:08 +00:00
Steve Checkoway
b8a3a8b0f0
Oops.
2006-07-14 21:34:17 +00:00
Steve Checkoway
39b27416b6
Don't theme file names.
2006-07-14 21:33:08 +00:00
Steve Checkoway
d873b24bfc
Resize the answers during load menu. Fixes the crash in ScreenEdit when 'b' is pressed.
2006-07-14 21:27:18 +00:00
Steve Checkoway
bf5deb1ee3
Add ScoreKeeper.cpp
2006-07-14 21:03:55 +00:00
Jason Felds
823e4375c9
Add ScoreKeeperShared.* to the list.
2006-07-14 20:53:16 +00:00
Jason Felds
d0515023e4
Add ScoreKeeper.cpp to the list of compiled files.
2006-07-14 20:38:22 +00:00
Chris Danford
691d852d68
fix DIFFICULTY_INVALID used as a valid value
2006-07-14 20:26:11 +00:00
Thad Ward
8b3f014a73
add file
2006-07-14 08:27:29 +00:00
Thad Ward
381c7f0b69
VC6 fixes:
...
remove duplicate typedef
add typedefs for new PSDK types
move the disabling of warnings to the top of the file. (4786 was going off
on the templates directly below the new location)
2006-07-14 08:07:06 +00:00
Thad Ward
2684d8fa63
revert. VC6 doesn't have auto_ptr::reset()
2006-07-14 07:49:59 +00:00
Thad Ward
928696a622
add file
2006-07-14 05:11:14 +00:00
Steve Checkoway
e65388190f
compile fix.
2006-07-14 04:21:09 +00:00
Steve Checkoway
743d2b9697
Change the api to take a NoteData and a row. Let the score keepers decide what they want to do with the row.
2006-07-14 04:19:30 +00:00
Steve Checkoway
af1652ef28
Add a PlayerNumber. If pn = PLAYER_INVALID, then count all tap notes, irrespective of player. If tn.pn = PLAYER_INVALID, count it.
2006-07-14 04:14:51 +00:00
Steve Checkoway
cae6da3f7a
Use ScoreKeeperShared.
2006-07-13 08:38:21 +00:00
Steve Checkoway
b5a3c9867e
ScoreKeeper for use with multiple players but only one Player. It's not complete and something about this is giving each player the same number of each judgment (except for HNS_Held for some reason).
2006-07-13 08:38:08 +00:00
Glenn Maynard
91bd33887e
thanks@broken sourceforge
2006-07-13 08:07:11 +00:00
Steve Checkoway
365b370aae
Load the players ourself. Only show judgment for the master player.
2006-07-13 07:33:10 +00:00
Steve Checkoway
ccba1e80be
Assert.
2006-07-13 07:28:08 +00:00
Steve Checkoway
5c1e528e8b
Load hold judgments.
2006-07-13 07:27:47 +00:00
Steve Checkoway
e349c58ba9
Fix compile for systems that use pthreads but don't define UNIX and don't have clockid_t defined. If necessary, this can be redone in a more general way using configure.ac.
2006-07-13 06:31:10 +00:00
Steve Checkoway
10a3791564
Spacing.
2006-07-13 05:52:56 +00:00
Chris Danford
f49a4163b9
add binding for MultiPlayerToString
2006-07-12 08:32:10 +00:00
Glenn Maynard
1d168ff4d4
cleanup
2006-07-12 01:53:58 +00:00
Glenn Maynard
6e245f46ae
use pthread_condattr_setclock to avoid race conditions with the clock
2006-07-12 01:47:10 +00:00
Glenn Maynard
22dc123b35
expose the selected clock (only for other arch classes)
2006-07-12 01:44:24 +00:00
Glenn Maynard
ffe9ca65e6
somewhat more complete xml binding
2006-07-11 17:19:21 +00:00
Glenn Maynard
d46b023090
somewhat more complete xml binding
2006-07-11 17:10:16 +00:00
Glenn Maynard
e066ea44e8
redundant
2006-07-11 17:00:52 +00:00
Glenn Maynard
020d263cdd
remove unused "BeginnerLabel"
2006-07-11 16:55:38 +00:00
Chris Danford
29d77f5c8c
search songs by a genre list
...
move MenuDir to SSMaster header
GoalType name cleanup
2006-07-11 06:51:46 +00:00
Jason Felds
a3b803e9e4
Add real name to copyright notice.
2006-07-11 04:13:19 +00:00