Commit Graph

27159 Commits

Author SHA1 Message Date
Chris Danford 065836551a help text fixup 2008-06-02 00:34:01 +00:00
Chris Danford 4348415e0b specify metric or string in error messages for easier tracing 2008-06-02 00:29:46 +00:00
Mike Hawkins fc73f81240 Fixing conditional for bBright variable; missing check for bBlind 2008-05-30 03:01:17 +00:00
Mike Hawkins 967d468fbb Removed inserted SVN data from file, reattempting commit 2008-05-30 02:59:54 +00:00
Mike Hawkins 81bb2aeb93 Blind modifier fix - code improvement as suggested 2008-05-30 02:58:25 +00:00
Colby Klein 34913d4095 Remove references to bold and pump noteskins. 2008-05-30 01:51:13 +00:00
Colby Klein e1e097b548 Add KB7 game mode, as requested by some in the community 2008-05-30 01:29:46 +00:00
Mike Hawkins 067c6a021e Blind modifier fix (ghost arrow row was still showing judgement colors while blind was on) 2008-05-30 01:13:55 +00:00
Mike Hawkins 25b13dfcdf Song Attacks modifier (course-style scripted mods in regular single play) 2008-05-30 01:09:00 +00:00
Chris Danford 316f9b511f fix sync info showing when autosync is off 2008-05-28 10:14:37 +00:00
Glenn Maynard b3e3ab1187 allow using ScreenContinue without mandatory timer wait 2008-05-28 01:28:35 +00:00
Glenn Maynard e34d6d7195 ScreenWithMenuElements -> ScreenWithMenuElementsSimple 2008-05-28 01:27:35 +00:00
Glenn Maynard 43daaf5a1f Fix crash on join when SSM is preloaded but doesn't have focus. 2008-05-28 01:21:52 +00:00
Glenn Maynard 29936c8a2d Don't respond to players joining by catching GB_START; other code can cause a join, too. Watch the Message_PlayerJoined message instead. 2008-05-28 00:53:42 +00:00
Glenn Maynard a4b30a4cb0 move HandleMessage near HandleScreenMessage 2008-05-28 00:49:02 +00:00
Glenn Maynard 7e86936af7 Don't respond to players joining by catching GB_START; other code can cause a join, too. Watch the Message_PlayerJoined message instead. 2008-05-28 00:48:15 +00:00
Glenn Maynard e333836a89 Don't respond to players joining by catching GB_START; other code can cause a join, too. Watch the Message_PlayerJoined message instead. 2008-05-28 00:43:42 +00:00
Glenn Maynard 94f4ea32e4 fix missing base call 2008-05-28 00:41:40 +00:00
Glenn Maynard ba6a4c4feb experimental: AutoJoin, join players immediately (or as soon as possible) when enough coins are inserted 2008-05-27 20:51:18 +00:00
Glenn Maynard 0bd98720fe allow start to move on in attract even if there aren't enough credits if a player is already joined 2008-05-27 20:32:04 +00:00
Glenn Maynard a191c25a13 readd missing operator= (needed for STL use) 2008-05-27 17:40:30 +00:00
Glenn Maynard aa99cab574 experimental input mode: left/right always changes row, start toggles selected item; gives the same navigation for the main service menu and submenus 2008-05-27 17:37:34 +00:00
Glenn Maynard f832fff3d2 experimental input mode: left/right always changes row, start toggles selected item; gives the same navigation for the main service menu and submenus 2008-05-27 17:37:01 +00:00
Chris Danford 0544328038 remove FontBaseZoom in favor of doubleres font textures. This is cleaner and doesn't have weird interactions with maxwidth, wrapwidthpixels, etc 2008-05-27 17:08:25 +00:00
Chris Danford 94c489bae0 experimental doubleres texture saving. Generates bitmaps using 2x the specified font size and adds doubleres texture hint to the file names. The UI previews don't reflect the doubleres texture (worth the effort?) 2008-05-27 10:07:24 +00:00
Chris Danford 3793272aaa Display -> FontViewAndCloseUp, UpdateSample -> UpdateCloseUp. Fix leak of CloseUp bitmap. 2008-05-27 08:56:36 +00:00
Chris Danford 0aa00e9e5a add DoubleRes UI stubs, add 'Bold' to saved file name 2008-05-27 08:54:26 +00:00
Steve Checkoway 1fedb46955 We don't even use ffmpeg's software image scalar, but the directory and some of its contents need to be present to build ffmpeg. The version is tied to mplayer rather than to ffmpeg so grab an arbitrary version that allows ffmpeg to compile. 2008-05-27 05:51:34 +00:00
Chris Danford e067a0a836 partial ScreenLegal 2008-05-27 00:19:37 +00:00
Mike Hawkins db1490b4ff Removal of event mode overrides (unnecessary duplication of existing preferences). 2008-05-26 22:01:55 +00:00
Chris Danford 61c626931b no message 2008-05-26 17:27:38 +00:00
Josh Allen 58ca72f3c6 Move user list into footer.
Apply footer to net song selection screen.
2008-05-24 16:37:14 +00:00
Josh Allen cf42cf779b Add footer to ScreenNetRoom 2008-05-24 13:56:27 +00:00
Josh Allen 7b0ebedc8a Move Scroll bar to the right 2008-05-24 13:40:23 +00:00
Josh Allen 5f724bfa89 Clean up the look of room wheel 2008-05-24 13:11:05 +00:00
Josh Allen f416271ede Not hidden 2008-05-24 12:58:29 +00:00
Josh Allen bd0a698613 Change graphic 2008-05-24 12:56:36 +00:00
Josh Allen 2f841e3688 Add header text 2008-05-24 01:34:58 +00:00
Josh Allen 73fc63b433 remove unused 2008-05-24 01:15:05 +00:00
Josh Allen 8d5a98f257 Unused 2008-05-24 01:13:16 +00:00
Josh Allen d6d44e2927 Make the header texts listen to an update message 2008-05-24 01:12:04 +00:00
Josh Allen 79b57b5dce Use lua and messages to set the room titles in the screen headers 2008-05-24 01:07:56 +00:00
Glenn Maynard 48dbf58a67 same support change or courses 2008-05-23 23:07:11 +00:00
Glenn Maynard 9fb1994b47 support change: read PreferredSongs.txt all at once (easier to read multiple files); always clear empty groups; simplify 2008-05-23 22:48:14 +00:00
Colby Klein e865844dc4 New mines 2008-05-23 07:45:04 +00:00
Josh Allen 136e450e90 Fall back to new elements screen.
Remove old header quad and push wheel to the back.
2008-05-22 23:56:08 +00:00
Josh Allen 6eff23dc29 use fallback headers 2008-05-22 23:54:05 +00:00
Josh Allen 7c3ef3fce5 Remove top quad 2008-05-22 23:49:38 +00:00
Glenn Maynard 78b71e8181 GetFileContents(array) 2008-05-22 21:46:05 +00:00
Chris Danford d377c2b1a4 MENU_BUTTON_ -> GAME_BUTTON_ 2008-05-21 05:36:09 +00:00