Commit Graph

27053 Commits

Author SHA1 Message Date
Mike Hawkins 76a61ddae4 fixes to confusion code to not break dizzy 2008-05-10 01:06:49 +00:00
Chris Danford 142b49c920 fix OptionsChild string fallback 2008-05-10 01:02:44 +00:00
Chris Danford 9bda4cf24d fix OptionsChild string fallback 2008-05-10 01:01:00 +00:00
Chris Danford f74604fc16 simplify options: remove unnecessary credits item 2008-05-10 00:51:29 +00:00
Chris Danford f9c7f596bb fix ScreenOptionsSimple string fallback 2008-05-10 00:49:07 +00:00
Chris Danford a5d1bcec84 merge OtherOptions into MachineOptions 2008-05-10 00:46:43 +00:00
Chris Danford b1a89f7c44 merge InputOptions into MachineOptions 2008-05-10 00:43:27 +00:00
Chris Danford 8a5d605ef7 move CoinOptions into MachineOptions 2008-05-10 00:40:40 +00:00
Chris Danford a5a3c0a183 merge gameplay options into machine options 2008-05-10 00:36:41 +00:00
AJ Kelly 8cf9ce68ac fix EOF errors 2008-05-10 00:26:40 +00:00
Chris Danford 717fbf2834 simplify: merge graphic and sound options 2008-05-10 00:18:17 +00:00
Chris Danford 424f2dd7be fix accidental delete 2008-05-10 00:17:53 +00:00
Mike Hawkins 9fc7166d9d code formatting fixes 2008-05-09 23:58:11 +00:00
Mike Hawkins 98917ce970 bpm cycle code cleaned up 2008-05-09 23:42:28 +00:00
Mike Hawkins b660e8799b translation reversions 2008-05-09 23:23:42 +00:00
Chris Danford 8ebd69d765 simply: remove CenterImage. Modern TVs don't need scaling down to fix in safe zone areas (Xbox build), and the couple of people using hacky CGA modes on arcade monitors can edit Preferences.ini directly. If this ever needs to be added back, it should be part of DebugOverlay. 2008-05-09 23:09:03 +00:00
Chris Danford b99e007811 simply: remove CenterImage. Modern TVs don't need scaling down to fix in safe zone areas (Xbox build), and the couple of people using hacky CGA modes on arcade monitors can edit Preferences.ini directly. If this ever needs to be added back, it should be part of DebugOverlay. 2008-05-09 23:06:35 +00:00
Chris Danford 5266929092 simplify: merge Background Options into Appearance Options 2008-05-09 22:36:46 +00:00
Chris Danford d54b8a1e0f options fixup 2008-05-09 22:32:35 +00:00
Chris Danford 0016a86590 options fixup 2008-05-09 22:31:41 +00:00
Chris Danford 28d81e635b simplify: merge OptionsCursorPlus into OptionsCursor 2008-05-09 22:29:06 +00:00
Mike Hawkins 8a66c9b0f7 confusion mod fix 2008-05-08 04:32:06 +00:00
Mike Hawkins 82e729afe5 Redid random cycle speed & colour code I updated last time to make it more efficient 2008-05-07 23:31:47 +00:00
Chris Danford 9f63c12ac9 load songmovies from song group subdir 2008-05-07 18:55:53 +00:00
Glenn Maynard 18209c3d23 global.h first 2008-05-07 01:02:43 +00:00
Glenn Maynard 3502431ef7 global.h first 2008-05-07 01:02:07 +00:00
Glenn Maynard 235fd78f8c microsoft "deprecating" more functions they don't own 2008-05-07 00:56:02 +00:00
Glenn Maynard 9f3d57ed32 gcc binary backwards-compatibility stub 2008-05-06 06:04:58 +00:00
Chris Danford 5e9f053d4d fix X for Left and Right lost after call to SetBarWidth 2008-05-06 02:19:05 +00:00
Chris Danford a5d7a0ecdf always show SeparateExitRow 2008-05-06 02:18:23 +00:00
Mike Hawkins 2d60147372 no message 2008-05-06 00:19:54 +00:00
Chris Danford 614ba83f48 cursor parts: Sprite -> AutoActor to get rid of baked player text, move Cursor and Underline into their own metrics groups to (rather than lumping to ScreenOptions or OptionRow) so that the name meanings are clearer 2008-05-05 22:41:34 +00:00
Chris Danford 99d10cf7c9 cleanup: load On/GainFocus/LoseFocus with ActorUtil::LoadAllCommands instead of explicitly loading each 2008-05-05 22:37:57 +00:00
Chris Danford 4d30695f08 add StrokeIsUnder font option 2008-05-05 22:34:34 +00:00
Chris Danford 2ed5c7eff8 add ModIcon.* 2008-05-03 19:08:15 +00:00
Chris Danford ba4b7c4423 Don't disqualify if failing for miss combo. The player should still be eligable for a high score on courses. 2008-05-01 08:41:18 +00:00
Chris Danford c10b79d2f5 add disqualified display 2008-05-01 08:33:28 +00:00
Chris Danford 774befb052 add PlayerOptionsHideFailType 2008-04-30 10:57:53 +00:00
Steve Checkoway 0c2a2ad425 Don't include arch/arch_default.h from anywhere but in arch. RageSoundManager shouldn't depend on the input handler, for example. 2008-04-29 06:12:20 +00:00
Steve Checkoway 4c76523863 Rename files. 2008-04-29 05:55:11 +00:00
Steve Checkoway 6e44065a33 More consistent file names. 2008-04-29 05:48:50 +00:00
Glenn Maynard 6003843f0c add Texture Font Generator. This has been sitting around in slow development on my machine since like 2003. It's incomplete and needs a lot of cleanup, but it's a lot better than Bitmap Font Builder: open source, supports our full font format, multiple font pages, Unicode pages, numbers pages, etc. 2008-04-28 20:20:13 +00:00
Chris Danford dddcf5b22d new caution 2008-04-28 20:14:14 +00:00
Chris Danford 0ad1703976 use correct FontBaseZoom 2008-04-28 10:55:54 +00:00
Steve Checkoway aa25271322 Add/remove files. 2008-04-28 06:17:44 +00:00
Chris Danford dde3a51349 OptionIcon -> ModIcon to reduce confusion between OptionRow, OptionIconRow 2008-04-27 21:35:20 +00:00
Chris Danford 33fdcb5cf3 OptionIcon -> ModIcon to reduce confusion between OptionRow, OptionIconRow 2008-04-27 21:34:43 +00:00
Chris Danford 00c9ffcd67 OptionIcon -> ModIcon to reduce confusion between OptionRow, OptionIconRow 2008-04-27 21:31:56 +00:00
Chris Danford c8d8b8925d Have OptionRow load from its own metrics group rather than from ScreeOptions. The purpose of some elements isn't clear from the element name when everything loads from one group. 2008-04-27 19:47:50 +00:00
Chris Danford c7d3d1c0e3 fixup 2008-04-27 04:37:53 +00:00