Glenn Maynard
92ea8ad404
comment
2004-05-25 20:47:49 +00:00
Glenn Maynard
3a408a5596
Change difficult course behavior for meter-selected course entries. Pre-
...
adjusting the range (eg. 2..4 -> 4..6) can result in a different song being
selected. This can result in each player getting a different song at the
same point in a course when LockCourseDifficulties is disabled.
2004-05-25 20:41:41 +00:00
Glenn Maynard
07cc7b5321
Fix "4..6" ranges never showing up in CourseContentsList. (That's why
...
iCourseIndex and Course::GetDifficulty existed.)
2004-05-25 20:33:17 +00:00
Steve Checkoway
c098139d40
Yes, yes, we know that you'll compile, shhhhhhh
2004-05-25 10:49:41 +00:00
Steve Checkoway
115b218566
cleanup
2004-05-25 10:39:23 +00:00
Steve Checkoway
f817d4bdb2
Fix warnings
2004-05-25 10:22:54 +00:00
Glenn Maynard
3418d9e97f
install ChangeLog.txt
2004-05-25 07:55:17 +00:00
Glenn Maynard
61f0d1798d
rename ChangeLog to ChangeLog.txt
2004-05-25 07:52:19 +00:00
Glenn Maynard
3174470cf2
dir creation fixes
2004-05-25 07:15:18 +00:00
Glenn Maynard
cd43248756
update
2004-05-25 07:13:22 +00:00
Glenn Maynard
2c37ac5270
update
2004-05-25 07:07:29 +00:00
Glenn Maynard
73e5838b97
fix InitializePidThreadHelpers sometimes doing emory allocation in crash conditions
...
fix InitializePidThreadHelpers initializing multiple times
2004-05-25 06:54:37 +00:00
Chris Danford
3421d2d752
add Lua function IsAnyPlayerUsingMemoryCard
2004-05-25 06:50:52 +00:00
Chris Danford
ce41948d95
save ProductID in HighScore to track what software a score came from
2004-05-25 06:50:04 +00:00
Glenn Maynard
b7850ef9c2
fix cursor not moving if p2 is on beginner when p1 moves to page 2
2004-05-25 06:29:42 +00:00
Chris Danford
0151baf6dc
save stats on exit only if there's new data that hasn't yet been saved
2004-05-25 06:01:52 +00:00
Chris Danford
962cdfc4f0
write Catalog.xml only after loading songs
...
get rid of try/catch in SongManager
get rid of try/catch in PrefsManager
2004-05-25 05:52:57 +00:00
Glenn Maynard
8e654b59ea
bump cache
2004-05-25 05:38:17 +00:00
Chris Danford
cbfb3605f7
don't queue multiple step commands
2004-05-25 04:54:49 +00:00
Glenn Maynard
0ded3404b5
a20
2004-05-25 04:49:43 +00:00
Glenn Maynard
59412b533e
const fix
2004-05-25 04:28:25 +00:00
Glenn Maynard
9e25086eb2
cleanup
2004-05-25 04:27:38 +00:00
Glenn Maynard
f777151256
license update; removed old "license" to avoid confusion
2004-05-25 04:26:46 +00:00
Glenn Maynard
511cb2870b
read and write #COURSETRANSLIT
2004-05-25 04:18:59 +00:00
Glenn Maynard
7b502b917e
support m_sNameTranslit for Translation.dat course entries; ShowNative=0
...
now works for courses
2004-05-25 04:12:52 +00:00
Glenn Maynard
dd79208b67
artist course fixes
...
support translit fallbacks with artist courses
2004-05-25 04:08:21 +00:00
Glenn Maynard
044442bb76
support course GetTranslitName()
2004-05-25 04:03:19 +00:00
Glenn Maynard
eba469f05d
title accessors like Song
2004-05-25 03:44:47 +00:00
Glenn Maynard
c70ca6eb35
s/m_sTranslitName/m_sNameTranslit/, for consistency with Song
2004-05-25 03:36:18 +00:00
Glenn Maynard
b19f3972c4
fix toasties not playing if perfect combo skips past 250
2004-05-25 03:24:40 +00:00
Glenn Maynard
dbe044d039
autogen Oni courses by artist, sorted by song difficulty
2004-05-25 02:17:17 +00:00
Glenn Maynard
d904805150
differentiate easy and difficult course scores
2004-05-25 02:15:19 +00:00
Glenn Maynard
50dc9d83cb
GetAutogenDifficultySuffix is no longer needed
2004-05-24 23:31:56 +00:00
Glenn Maynard
eafe6b56be
update
2004-05-24 23:22:36 +00:00
Glenn Maynard
7c5cfe70ac
add Yuki Matsuoka translit
2004-05-24 22:18:39 +00:00
Glenn Maynard
ffad7ea8bf
add Yuki Matsuoka kanji
2004-05-24 22:17:16 +00:00
Glenn Maynard
ac637a7ec8
resize lossy screenshots to 640x480
2004-05-24 21:47:49 +00:00
Glenn Maynard
8b6fb0b720
include global.h in all files
...
remove unneeded headers
fix warnings
2004-05-24 19:38:22 +00:00
Glenn Maynard
6e7189306a
fix type name
2004-05-24 19:32:12 +00:00
Charles Lohr
7729bf48b7
New version of ezsockets for future network features.
2004-05-24 13:59:05 +00:00
Thad Ward
28a3a099b1
Store the selected name to the profile before trimming spaces, so that the name
...
appears properly next time the player enters their name.
2004-05-24 09:40:26 +00:00
Thad Ward
438347135d
Store the selected name to the profile before trimming spaces, so that the name
...
appears properly next time the player enters their name.
2004-05-24 09:26:44 +00:00
Thad Ward
cfc3e3f3b1
fix warning.
2004-05-24 08:29:48 +00:00
Thad Ward
b0db0b97b7
add TrailUtil.* to vc6 project
2004-05-24 08:19:17 +00:00
Thad Ward
72e53bf1f0
fix vc6 compile error.
...
("Member function defined in unnamed class")
2004-05-24 08:18:11 +00:00
Chris Danford
d733d26bfb
fix VC6 compile
2004-05-24 08:17:19 +00:00
Chris Danford
a9db266eb2
"for( p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )"
2004-05-24 08:16:17 +00:00
Chris Danford
b05d25ab24
"m_pCurNotes" -> "m_pCurSteps"
2004-05-24 06:12:17 +00:00
Chris Danford
ba93ee8469
"for( int p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )"
2004-05-24 06:10:11 +00:00
Chris Danford
6f75a3d920
review uses of GetTrail
2004-05-24 06:07:59 +00:00