Commit Graph
100 Commits
Author SHA1 Message Date
Chris Danford 3c4087a187 fix ManageProfiles errors
add bThemeTitle flag to MenuRow
2006-02-13 22:45:17 +00:00
Chris Danford 9d7f5eebef fix ManageProfiles errors 2006-02-13 22:40:28 +00:00
Chris Danford 5d0da191c7 clean up ugly TextEntry 2006-02-13 05:32:50 +00:00
Chris Danford 2732f0dabd fix VC6 build 2006-02-13 04:59:18 +00:00
Chris Danford 6116d9f1bc fix VC6 build 2006-02-13 01:07:44 +00:00
Chris Danford 79d1c0006e shorter help strings for localization 2006-02-10 04:37:38 +00:00
Chris Danford 95c88765a0 fix options rows tween from top of screen instead of initially being in the row's position 2006-02-10 04:33:54 +00:00
Chris Danford 02786346b8 use gamepads 2006-02-09 01:53:24 +00:00
Chris Danford 08759a1f67 map ignition Back to Back, not Tri to Back 2006-02-09 01:24:20 +00:00
Chris Danford 7546366890 add assert 2006-02-09 00:59:26 +00:00
Chris Danford a1fcc64baf poll DInput for number of joysticks instead of polling registry for num HID devices. Fixes us resetting INPUTMAN too early (after Windows sees the HID device but before DirectInput exposes it) 2006-02-09 00:53:20 +00:00
Chris Danford ecce21a0b4 automapping cleanup 2006-02-09 00:50:00 +00:00
Chris Danford ce0d196ad9 fix EMS USB2 mapping 2006-02-09 00:10:39 +00:00
Chris Danford c1848ab4a5 unmap joystick before applying its automappings 2006-02-09 00:04:01 +00:00
Chris Danford bad42fef01 don't localize error dialog. THEME is shutdown by that time. 2006-02-08 22:28:47 +00:00
Chris Danford 38d439c713 fix ugly headers when using large fonts 2006-02-08 22:20:15 +00:00
Chris Danford 4d6d0f9815 fix ugly headers when using large fonts 2006-02-08 20:57:09 +00:00
Chris Danford ecd578c21c 2nd start mapping back to slot index 1 2006-02-07 09:08:44 +00:00
Chris Danford 2e156ab4cb fix bad button comment 2006-02-07 09:07:18 +00:00
Chris Danford 04577935f7 fix assert if no songs loaded 2006-02-07 08:12:47 +00:00
Chris Danford fd6b7b5551 add AdjustSync.* 2006-02-07 05:15:03 +00:00
Chris Danford 158ec4ab43 syncmachine touchup 2006-02-07 05:05:03 +00:00
Chris Danford d1977740e6 fix system message runs off screen 2006-02-07 04:59:29 +00:00
Chris Danford 0d7a34ad01 add missing strings 2006-02-07 04:51:37 +00:00
Chris Danford ddbe74e1e2 add GetMonitorAspectRatio 2006-02-07 04:39:48 +00:00
Chris Danford b46e53e27b make dialogs localizable
adjust control to fit longer text
2006-02-07 04:38:51 +00:00
Chris Danford f904f05fcc add GetMonitorAspectRatio 2006-02-07 04:28:24 +00:00
Chris Danford 2ff000fc8a give up on auto AR. Handling the AR when the resolution is falling back is more complicated than it's worth. 2006-02-07 00:55:03 +00:00
Chris Danford bcf84d9bda re-add Auto AR. Tie it to the desktop resolution which does not change when toggling between fullscreen and windowed. This assumes that the desktop resolution is using square pixels. This assumption will hold true for all out-of-the-box machines with a widescreen display. 2006-02-06 23:40:28 +00:00
Chris Danford dd992f69c0 fix D3D init 2006-02-06 22:38:30 +00:00
Chris Danford 111d659b90 add missing AdjustSync.* 2006-02-06 22:38:14 +00:00
Chris Danford a13ae48a19 make hard-coded string localizable 2006-02-06 21:02:50 +00:00
Chris Danford a73a1e9ccc calibrate sync screen cleanup 2006-02-06 20:41:59 +00:00
Chris Danford 025e970b3d make hard-coded strings localizable 2006-02-06 20:41:05 +00:00
Chris Danford 3ed40f6559 remove auto aspect ratio. We can't have the aspect ratio changing mid-game when the screen resolution changes (toggling fullscreen) 2006-02-06 20:15:33 +00:00
Chris Danford dbafa29a88 make RageDisplay::Init virtual to remove dupe code 2006-02-06 20:14:02 +00:00
Chris Danford 70479fd0c4 tab cleanup
no need to fall back to opengl on xbox
2006-02-06 18:23:30 +00:00
Chris Danford 45b092469c make ScreenGameplay use a background, but blank it 2006-02-06 16:56:57 +00:00
Chris Danford c8e4672853 force recreate of BGA on aspect ratio change 2006-02-06 07:44:12 +00:00
Chris Danford fc682c406f ScreenGameplaySyncMachine cleanup 2006-02-06 07:43:07 +00:00
Chris Danford 1fb529668c autosync screen cleanup 2006-02-06 06:50:10 +00:00
Chris Danford a05d1e8265 move message helper stuff out of Actor into a new base class so that it can be used w/o deriving from Actor 2006-02-06 01:26:52 +00:00
Chris Danford b03b2dc768 tab cleanup 2006-02-06 01:25:58 +00:00
Chris Danford cce97c40b8 move autosync logic out of Player and GameState, into a separate file 2006-02-06 01:23:25 +00:00
Chris Danford 9a05977e52 localize SongOptions strings 2006-02-05 20:30:37 +00:00
Chris Danford 3f6199b84a make ScreenGameplay use a background, but blank it 2006-02-05 05:50:38 +00:00
Chris Danford 3a89d0f997 fix Init method not being called 2006-02-05 04:29:10 +00:00
Chris Danford 8171240ed5 fix ScreenGameplaySyncMachine branching 2006-02-04 20:35:17 +00:00
Chris Danford 8d584de037 push ScreenSaveSync instead of making it a separate screen. Simplifies branching. 2006-02-04 20:14:04 +00:00
Chris Danford 2500f55e91 more compression, smaller file 2006-02-04 18:44:35 +00:00
Chris Danford 9dfd70b948 add ScreenGameplaySyncMachine
fix non-localized text on install package dialog
2006-02-04 18:40:58 +00:00
Chris Danford ae1bf0dcd8 add ScreenGameplaySyncMachine 2006-02-04 18:39:37 +00:00
Chris Danford 2a1ce6b79a make background and foreground optional when loading this screen 2006-02-04 18:37:26 +00:00
Chris Danford f872743129 add profiling hooks 2006-02-04 18:36:44 +00:00
Chris Danford 8c7baa0ec8 add sound feedback to bpm, stop, offset 2006-02-04 18:35:29 +00:00
Chris Danford f639927a38 remove dupe oggs 2006-02-03 19:25:17 +00:00
Chris Danford 18cd1a345d switch -> switch steps 2006-02-03 19:24:39 +00:00
Chris Danford ce1526fcd9 tab fixup 2006-02-03 19:24:14 +00:00
Chris Danford 884b8048f3 RString -> const RString & for easier stepping 2006-02-03 19:23:50 +00:00
Chris Danford b21d58f885 fix localizing of text 2006-02-03 17:19:17 +00:00
Chris Danford 23d4e4366a fix OK dialog in smpackage 2006-02-03 06:24:07 +00:00
Chris Danford 35408c5ed6 fix MessageBox not displaying unicode 2006-02-03 05:45:04 +00:00
Chris Danford 90a744d6ab fix MessageBox not displaying unicode 2006-02-03 05:40:09 +00:00
Chris Danford cb5bf9720d const RString & for easier debug stepping 2006-02-02 23:52:28 +00:00
Chris Danford d0aede1bae remove deleted file 2006-02-02 02:20:58 +00:00
Chris Danford 2b6f94ba10 add UseIconMetrics 2006-02-01 07:39:24 +00:00
Chris Danford d3ab83d284 assert on duplicate unlock IDs rather than behaving weird later 2006-02-01 07:34:12 +00:00
Chris Danford 4c5340c6c4 strip the same files when archiving and extracting 2006-02-01 04:48:21 +00:00
Chris Danford e99daa073a add simple unlock screens 2006-01-30 08:13:16 +00:00
Chris Danford ed01c6b9b3 Add UseIconMetrics, for ignoring X, Y, OnCommand, and OffCommand in metrics.ini and using whateve is in xml 2006-01-30 08:12:24 +00:00
Chris Danford 58986cfcce probe to find out which parameters of the transform function are used 2006-01-30 00:50:00 +00:00
Chris Danford da1e8b0197 tab cleanup 2006-01-29 22:28:54 +00:00
Chris Danford 8337a9e507 add PerChoiceIconElement
unlock enum cleanup
2006-01-29 22:24:23 +00:00
Chris Danford b792e48616 add PerChoiceIconElement metric (remove this metric and make it the default eventually) 2006-01-29 22:18:28 +00:00
Chris Danford 370d11ee19 theme -> localize 2006-01-29 22:17:54 +00:00
Chris Danford 880cf1591e enum name cleanup
add Lua bindings
2006-01-29 22:17:43 +00:00
Chris Danford 000c7997ef add methods for showing unlocks 2006-01-29 22:13:52 +00:00
Chris Danford 49782b331b Theme -> Localize 2006-01-29 22:13:36 +00:00
Chris Danford 220e204485 cleanup 2006-01-29 22:13:16 +00:00
Chris Danford 9c30f918ca fix LuaXType's bCapitalize behavior 2006-01-29 22:12:07 +00:00
Chris Danford ceb55bbbb4 add PerChoiceScrollElement metric 2006-01-29 00:27:39 +00:00
Chris Danford 6ec1d47d6c tab cleanup 2006-01-29 00:25:33 +00:00
Chris Danford c52ab6fa5e Code -> UnlockEntryID
UnlockedSongs -> UnlockedEntryIDs
UnlockIndex -> UnlockEntryID
2006-01-28 22:08:16 +00:00
Chris Danford bbf22a9647 UnlockType -> UnlockTrigger 2006-01-28 21:37:13 +00:00
Chris Danford d5b264d600 remove unnecessary header 2006-01-28 21:36:41 +00:00
Chris Danford 3ced24bd13 tabs cleanup 2006-01-27 21:31:56 +00:00
Chris Danford e186a752f0 ScreenUnlock -> ScreenUnlockStatus 2006-01-27 21:31:37 +00:00
Chris Danford e1f60ebc60 ScreenUnlock -> ScreenUnlockStatus 2006-01-27 19:57:08 +00:00
Chris Danford a935da0993 ScreenUnlock -> ScreenUnlockStatus 2006-01-27 19:49:38 +00:00
Chris Danford 89bdf27681 ScreenUnlock -> ScreenUnlockStatus 2006-01-27 19:24:11 +00:00
Chris Danford f09aee93b8 consistent language capitalization 2006-01-27 08:16:22 +00:00
Chris Danford ec809e5e3e show native names for each language 2006-01-27 08:13:01 +00:00
Chris Danford 898c8ebfeb Centered1Player->Center1Player 2006-01-27 07:35:05 +00:00
Chris Danford e09e502038 CenteredSingle->Center1Player 2006-01-27 07:09:43 +00:00
Chris Danford af732e66aa solo single -> centered single 2006-01-27 06:46:41 +00:00
Chris Danford fc66241564 add Check for Updates 2006-01-27 03:34:31 +00:00
Chris Danford 05fd269749 tab fixes 2006-01-27 03:34:15 +00:00
Chris Danford e07801b0ae add "Check for updates" shortcut 2006-01-27 03:33:18 +00:00
Chris Danford aeb55b03e0 make cursor on mapping screen diffuseshift to attract more attention 2006-01-26 06:21:36 +00:00
Chris Danford 39c57fdf74 add missing Tween.* 2006-01-26 06:19:45 +00:00