Steve Checkoway
|
6c0bb3173e
|
Fix dialogs on OS X.
|
2008-07-22 11:07:32 +00:00 |
|
Steve Checkoway
|
6f65283624
|
Fix ScreenMessage crash.
|
2008-07-22 07:30:04 +00:00 |
|
Steve Checkoway
|
a0c1dc24de
|
Fix ScreenMessage crash.
|
2008-07-22 07:24:00 +00:00 |
|
Steve Checkoway
|
6eeb7aaf70
|
More targeted includes. It might be worth getting away from Carbon eventually; however, many of the replacement APIs are either in 10.4 or 10.5 and we still target 10.3.9.
|
2008-07-22 07:01:03 +00:00 |
|
Josh Allen
|
19636d559b
|
remove extra qualification
|
2008-07-21 22:23:43 +00:00 |
|
Chris Danford
|
568659cfa9
|
use RString for ScreenMessage for easier debugging
|
2008-07-21 12:02:13 +00:00 |
|
Chris Danford
|
f36f6618fa
|
use RString for ScreenMessage for easier debugging
|
2008-07-21 12:00:50 +00:00 |
|
Chris Danford
|
7b8b6f29e5
|
remove ScreenStage, use ScreenSplash
|
2008-07-21 11:59:55 +00:00 |
|
Steve Checkoway
|
4418388ffe
|
Simplify. I seem to recall reading that one should not subclass stl types anyway.
|
2008-07-21 11:15:32 +00:00 |
|
Steve Checkoway
|
7c06eb955a
|
Spacing cleanup.
|
2008-07-21 11:14:06 +00:00 |
|
Steve Checkoway
|
e970628538
|
Fall back on a known good resolution rather than 640 x 480. Some displays do not support 640 x 480 and on the first run this causes problems. Fixes bug 1894682.
|
2008-07-21 11:11:55 +00:00 |
|
Steve Checkoway
|
310d05a2cb
|
Fix warning by using the "safe" snprintf.
|
2008-07-21 10:35:40 +00:00 |
|
Steve Checkoway
|
9bca01da8e
|
If there is nothing to copy, return. This fixes an assert in stl since m_pFile->m_sBuf[m_iFilePos] is not dereferencable if m_iFilePos is the size of the file.
|
2008-07-21 10:34:43 +00:00 |
|
Steve Checkoway
|
8d266cf4a2
|
Use a set instead of a vector. This makes Unregister() take O(log n) rather than O(n) while Register() now takes O(log n) rather than O(1). Since everything registered is eventually unregistered--as far as I can tell--this is a significant net gain. In practice, the speed up is quite noticable.
|
2008-07-21 08:57:07 +00:00 |
|
Chris Danford
|
340b298f45
|
GetStageIndex -> GetCurrentStageIndex (consistent naming)
|
2008-07-21 08:00:15 +00:00 |
|
Chris Danford
|
13af2debff
|
add Frame element
|
2008-07-21 07:59:31 +00:00 |
|
Chris Danford
|
68c6bb9458
|
remove hardcoded 'Common' element lookup
|
2008-07-21 07:58:59 +00:00 |
|
Colby Klein
|
3487e60cba
|
Fix compile
|
2008-07-17 12:19:42 +00:00 |
|
Steve Checkoway
|
eb60477d69
|
Cleanup header by moving OS X specific stuff into .cpp.
|
2008-07-14 13:00:06 +00:00 |
|
Steve Checkoway
|
665bd80520
|
Do not rely on paths. Walk the I/O registry tree ourself.
|
2008-07-14 12:24:06 +00:00 |
|
Glenn Maynard
|
77821c179a
|
only write cache index on success
|
2008-07-13 22:23:24 +00:00 |
|
Glenn Maynard
|
1044848664
|
fix broken symlinks causing warnings
|
2008-07-12 19:23:44 +00:00 |
|
Glenn Maynard
|
319d72b5fe
|
move tomcrypt helpers into a separate file; they're useful separately
|
2008-07-11 23:44:41 +00:00 |
|
Colby Klein
|
01dcb2a8b7
|
Add SeectMenuChangesDifficulty. Instead of crashing when the PlayMode is not set, revert to PLAY_MODE_REGULAR.
|
2008-07-11 13:06:37 +00:00 |
|
Mike Hawkins
|
3fc4f1ea94
|
Player-side Autoplay modifier (allows one player to play normally, while the other is in autoplay mode)
|
2008-07-08 00:56:24 +00:00 |
|
Chris Danford
|
d1f939f486
|
fix missed checkpoints still counts as full combo
|
2008-07-08 00:48:26 +00:00 |
|
Glenn Maynard
|
193265d51c
|
MercifulBeginner too easy
|
2008-07-07 20:06:06 +00:00 |
|
Chris Danford
|
2f8a68671a
|
global stuff goes in [Common], not [main]
|
2008-07-05 02:09:23 +00:00 |
|
Chris Danford
|
10e18f66d8
|
param naming consistency
|
2008-07-05 02:08:46 +00:00 |
|
Chris Danford
|
30cbd33146
|
fix uppercase has no effect if set after settext
|
2008-07-05 02:08:17 +00:00 |
|
Chris Danford
|
310c83d066
|
add Numbers Only. Export either main+alt, or numbers - not both.
|
2008-07-04 23:57:06 +00:00 |
|
Chris Danford
|
674dfe3a8a
|
fix -stroke pages showing up in .ini
|
2008-07-04 23:48:06 +00:00 |
|
Chris Danford
|
0165286d76
|
add Export Stroke Templates option
|
2008-07-04 22:58:13 +00:00 |
|
Chris Danford
|
3175fcc1aa
|
remove unused StrokeIsUnder
|
2008-07-04 22:44:20 +00:00 |
|
Chris Danford
|
258a25c6e0
|
fix compile
|
2008-07-04 09:25:51 +00:00 |
|
Glenn Maynard
|
81958f5b8d
|
handle default selection in Lua
|
2008-07-03 01:14:17 +00:00 |
|
Chris Danford
|
ae94591f8e
|
show preferred mods on eval, not current mods
|
2008-07-03 00:06:36 +00:00 |
|
Chris Danford
|
ee77694737
|
fix toggle songs from p2 side
|
2008-07-02 23:38:34 +00:00 |
|
Chris Danford
|
cefafb8bc4
|
allow specifying section names in PreferredSongs
|
2008-07-02 00:10:47 +00:00 |
|
Glenn Maynard
|
aca8629e5a
|
fix crash if m_MasterPlayerNumber is Invalid
|
2008-07-01 23:53:53 +00:00 |
|
Glenn Maynard
|
e813fa88bc
|
fix IsSongSort
|
2008-07-01 23:52:24 +00:00 |
|
Glenn Maynard
|
784ec2de98
|
fix left/right still changes difficulty after finalizing
|
2008-07-01 21:00:10 +00:00 |
|
Chris Danford
|
158056464a
|
add LIGHTSMODE_MENU_START_ONLY LIGHTSMODE_MENU_START_AND_DIRECTIONS
|
2008-07-01 07:42:58 +00:00 |
|
Chris Danford
|
19c4dc99d9
|
fix 'no stroke draws if any Font doesn't have a stroke texture'
|
2008-06-30 09:36:48 +00:00 |
|
Chris Danford
|
57b20c65fd
|
fix compile
|
2008-06-30 09:36:16 +00:00 |
|
Chris Danford
|
115cc6be2f
|
always choose lights StepsType from the primary Style of the current Game so that lights are the same for single and double Styles
|
2008-06-27 19:53:43 +00:00 |
|
Chris Danford
|
f72a0cd94e
|
fix edits icon not showing for all StepsTypes in AutoStyle
|
2008-06-25 05:06:05 +00:00 |
|
Chris Danford
|
00578338f0
|
read optional language inis so that non-theme packages can provide strings (for example, the translated name of the package)
|
2008-06-24 10:49:06 +00:00 |
|
Chris Danford
|
28784d9aa8
|
dix double* sorts picking up half double. Only use regular double.
|
2008-06-24 01:22:40 +00:00 |
|
Chris Danford
|
a279b360ba
|
show grades based on StepsType of CurSteps (fixes grades incorrect with AutoStyle
|
2008-06-24 00:38:32 +00:00 |
|