Charles Lohr
|
f997d3cdf8
|
Update -- we forgot we can have multiple people logged on from one connection.
|
2005-01-12 05:40:23 +00:00 |
|
Charles Lohr
|
c7679f7304
|
Update
|
2005-01-12 05:39:16 +00:00 |
|
Charles Lohr
|
66c4afa760
|
Add: Let's start documenting the LUA functions.
|
2005-01-12 04:47:52 +00:00 |
|
Charles Lohr
|
6035bcdec0
|
Fix: Don't crash if we are trying to log in a player who isn't joined.
|
2005-01-11 23:09:15 +00:00 |
|
Glenn Maynard
|
2592150cb9
|
fix long/marathon StageStats::GetAverageMeter results
|
2005-01-10 18:55:49 +00:00 |
|
Glenn Maynard
|
917893ec06
|
simplify
|
2005-01-10 15:37:29 +00:00 |
|
Glenn Maynard
|
faa835f980
|
rename iMaxScoreToNow -> iCurMaxScore, to look like iCurCombo, iCurMissCombo
|
2005-01-10 15:26:21 +00:00 |
|
Glenn Maynard
|
c7c28b9aea
|
narrow StageStats* -> PlayerStageStats*
|
2005-01-10 15:18:13 +00:00 |
|
Glenn Maynard
|
fc163a4c04
|
do save ScoreDisplay optoin to profile
|
2005-01-10 15:10:36 +00:00 |
|
Glenn Maynard
|
8c89672c89
|
float m_fScoreDisplay -> ScoreDisplay m_ScoreDisplay
minor cleanup
|
2005-01-10 15:10:02 +00:00 |
|
Glenn Maynard
|
681cf95ebc
|
work around compiler oddity
|
2005-01-10 13:09:19 +00:00 |
|
Glenn Maynard
|
f98a51d87e
|
fix player 2 getting wrong player options applied
|
2005-01-10 13:04:31 +00:00 |
|
Chris Danford
|
5c5363598f
|
fix VC7 warnings
|
2005-01-10 07:04:44 +00:00 |
|
Chris Danford
|
c484f63266
|
fix "hold note ends incorrect after Turn"
fix AV in SuperShuffle
|
2005-01-10 06:23:04 +00:00 |
|
Glenn Maynard
|
87c4555a0c
|
fix some cases of transforms brute-force iterating over rows
|
2005-01-10 01:03:36 +00:00 |
|
Glenn Maynard
|
cde599f33a
|
clamp .gz/.zip data: don't read more than it said would be available
|
2005-01-10 01:01:34 +00:00 |
|
Glenn Maynard
|
8d40bee10c
|
fix shift-0 hold notes
These #ifdef Xbox-specific hacks need to go. Making the entire editor
code unreadable and hard to maintain is just not acceptable.
|
2005-01-10 00:52:04 +00:00 |
|
Charles Lohr
|
a5a48483a0
|
Reorganization of branching screens so that it drops the user in the correct screen when done a game and after logging in.
|
2005-01-10 00:37:18 +00:00 |
|
Charles Lohr
|
4bc9c40a10
|
Reorganization of code, and fix of some crashes.
|
2005-01-10 00:35:43 +00:00 |
|
Glenn Maynard
|
9aaaea6e7e
|
fix TODO
|
2005-01-09 22:28:31 +00:00 |
|
Glenn Maynard
|
d7aba9fd68
|
fix some cases of transforms brute-force iterating over rows
|
2005-01-09 22:24:52 +00:00 |
|
Glenn Maynard
|
7ccc7731dc
|
fix some cases of transforms brute-force iterating over rows
|
2005-01-09 22:13:18 +00:00 |
|
Glenn Maynard
|
c26f402bba
|
Fix mirror; only the pre-4s transform rows were being iterated over, which
broke holds.
|
2005-01-09 21:42:01 +00:00 |
|
Glenn Maynard
|
a8b8341667
|
comments
|
2005-01-09 21:34:19 +00:00 |
|
Glenn Maynard
|
b67e3c6ebd
|
wrap texture coordinates when in texture animation mode
|
2005-01-09 21:19:09 +00:00 |
|
Charles Lohr
|
f021bba577
|
If we are not connected, we can't be on a smonline server or logged in anway.
|
2005-01-09 18:26:32 +00:00 |
|
Charles Lohr
|
6a3b32e4b5
|
oops... you can't start blindly playing.
|
2005-01-09 18:17:27 +00:00 |
|
Steven Towle
|
19ac29c9af
|
added score display options
|
2005-01-09 07:47:38 +00:00 |
|
Glenn Maynard
|
e4799d5b0e
|
fix miss combo
|
2005-01-09 05:24:46 +00:00 |
|
Glenn Maynard
|
71861bd600
|
PrefsManager should not depend on ThemeManager
|
2005-01-09 01:43:58 +00:00 |
|
Glenn Maynard
|
3c8e26369b
|
Lua should not depend on ThemeManager
|
2005-01-09 01:31:06 +00:00 |
|
Chris Danford
|
223ca00728
|
Sprite -> AutoActor
|
2005-01-09 01:17:51 +00:00 |
|
Glenn Maynard
|
d58fa5178c
|
remove GlowMode
|
2005-01-08 22:40:42 +00:00 |
|
Glenn Maynard
|
8a29cc0459
|
remove separate glow modes
|
2005-01-08 22:14:08 +00:00 |
|
Glenn Maynard
|
f9a96f885c
|
(let's just remove glowmode entirely)
|
2005-01-08 22:10:04 +00:00 |
|
Glenn Maynard
|
25a5bfa7e7
|
Remove "blendmode,brighten"; it's the same as "blend,add", use that instead.
|
2005-01-08 22:08:31 +00:00 |
|
Glenn Maynard
|
35de6e65ae
|
RageFileObjMem::PutString
|
2005-01-08 21:50:50 +00:00 |
|
Josh Allen
|
dcd0f01d16
|
Fix [ScreenProfileOptions] fallback
|
2005-01-08 21:18:17 +00:00 |
|
Chris Danford
|
ea29e11fb7
|
cleanup
|
2005-01-08 21:11:00 +00:00 |
|
Glenn Maynard
|
c040f6df9d
|
Fix options menu.
(There's no screen class "ScreenOperatorMenu", and you can't have
multiple fallbacks--it's a simple chain, not a tree.)
|
2005-01-08 21:03:48 +00:00 |
|
Ben Anderson
|
34ae17ee17
|
Options menus no longer depend on hardcoded screen name
|
2005-01-08 20:46:32 +00:00 |
|
Glenn Maynard
|
239066e02c
|
fix
|
2005-01-08 19:26:04 +00:00 |
|
Glenn Maynard
|
5e102d4946
|
Profile::LoadStatsXmlFromNode
|
2005-01-08 19:15:56 +00:00 |
|
Glenn Maynard
|
8ee052516a
|
XNode::LoadFromFile(RageFileBasic)
|
2005-01-08 19:12:44 +00:00 |
|
Glenn Maynard
|
8960227799
|
fix start sound being cut short
|
2005-01-08 16:59:59 +00:00 |
|
Glenn Maynard
|
26bae5f769
|
add DeleteSoundWhenFinished, PlayCopyOfSound
|
2005-01-08 16:58:37 +00:00 |
|
Glenn Maynard
|
85ee2cfd41
|
fix skip when start is pressed on the title menu
|
2005-01-08 16:40:32 +00:00 |
|
Glenn Maynard
|
fac3d59da6
|
metric
|
2005-01-08 16:34:12 +00:00 |
|
Glenn Maynard
|
ae3b4d0f19
|
fix title menu cursor not wrapping
|
2005-01-08 16:32:43 +00:00 |
|
Glenn Maynard
|
1fad7467df
|
missing metrics
|
2005-01-08 16:24:47 +00:00 |
|