Commit Graph
19339 Commits
Author SHA1 Message Date
Steve Checkoway 624a5bd525 Update README 2006-01-16 07:21:09 +00:00
Steve Checkoway 226780ddbb Simplify library creation process. Now just click build once here and put the files in the correct place as per the README. Universal binaries are created for all libraries and frameworks. 2006-01-16 07:20:56 +00:00
Steve Checkoway 87fe2f9e5e Missed one. 2006-01-16 06:04:41 +00:00
Glenn Maynard 7b637f923e unused 2006-01-16 05:13:32 +00:00
Glenn Maynard 8007b5d9f7 cleanup 2006-01-16 05:11:56 +00:00
Glenn Maynard e581d43cdb Move m_sprDisqualify to ScreenPlayerOptions. 2006-01-16 05:09:11 +00:00
Glenn Maynard 297878e379 unused 2006-01-16 04:48:10 +00:00
Glenn Maynard 20307748df cleanup 2006-01-16 04:46:36 +00:00
Glenn Maynard 67cb967ad3 overly abstracted 2006-01-16 04:44:29 +00:00
Glenn Maynard 08847b9bb1 cleanup 2006-01-16 04:43:21 +00:00
Glenn Maynard 21094d8066 not virtual 2006-01-16 04:39:02 +00:00
Glenn Maynard b812dba676 cleanup 2006-01-16 04:38:16 +00:00
Glenn Maynard b35e3448c7 cleanup 2006-01-16 04:36:17 +00:00
Glenn Maynard 9b2b22ffc0 overly abstracted 2006-01-16 04:35:00 +00:00
Glenn Maynard cb90821cfe cleanup 2006-01-16 04:26:54 +00:00
Glenn Maynard 1f05393033 comment, const, scope 2006-01-16 04:25:05 +00:00
Glenn Maynard d612d2de98 consistency 2006-01-16 04:18:31 +00:00
Glenn Maynard 243f5b3d8f cleanup 2006-01-16 04:17:06 +00:00
Glenn Maynard d47270bdab simplify 2006-01-16 04:16:24 +00:00
Glenn Maynard 03a27fcd1c unused 2006-01-16 04:15:08 +00:00
Glenn Maynard ae60708bcb redundant, Init does this 2006-01-16 04:03:05 +00:00
Glenn Maynard 51873e1818 cleanup 2006-01-16 04:02:19 +00:00
Glenn Maynard a00ff1269f cleanup 2006-01-16 03:57:12 +00:00
Glenn Maynard 244345febb simplify 2006-01-16 03:52:45 +00:00
Glenn Maynard a40a954ff7 cleanup 2006-01-16 03:49:21 +00:00
Steve Checkoway 297cc7e878 Update library project to perform config.h (and other) file generation automatically as needed. Also build as universal binaries. 2006-01-16 03:42:12 +00:00
Steve Checkoway 407b356895 Update build instructions. All files that would be generated for the frameworks are done by the Xcode build now. 2006-01-16 03:41:09 +00:00
Glenn Maynard 03525246a1 NavigationMode 2006-01-16 03:26:48 +00:00
Glenn Maynard 06e94c8b8c add NavigationMode
(OptionMenuFlags predated metric fallback logic, where we didn't
want to add a ton of flags that we'd have to duplicate in a bunch
of screens.)
2006-01-16 03:25:30 +00:00
Steve Checkoway b7aef41e4b Update instructions to include patch. 2006-01-16 03:03:44 +00:00
Glenn Maynard 4fa6ab0e88 regular metric for InputMode 2006-01-16 02:37:19 +00:00
Glenn Maynard 87fed49701 StringToInputMode 2006-01-16 02:34:09 +00:00
Glenn Maynard 1121b8dc5f ScreenOptionsService uses "smnavigation", but ScreenOptionsServiceChild screens do not 2006-01-16 02:32:22 +00:00
Glenn Maynard 154d5f567f I don't know what this is for. Normally, in THREE_KEY_MENU, there are no
changable values, so this should never matter.
2006-01-16 02:22:34 +00:00
Glenn Maynard 6a5ed74966 Fix item colors for LAYOUT_SHOW_ONE_IN_ROW,
m_bOneChoiceForAllPlayers rows.  Previously, we'd always use the
color for P2, causing the item to be colored as "not selected" even when
P1 selects it.
2006-01-16 02:21:38 +00:00
Glenn Maynard 58ac469571 empty 2006-01-16 00:05:11 +00:00
Steve Checkoway be85685182 Rename. 2006-01-15 23:51:02 +00:00
Steve Checkoway 1cd855ff5a update list 2006-01-15 23:49:07 +00:00
Steve Checkoway 9ca93b01a2 Remove SDL and update to Xcode 2.2.1. 2006-01-15 23:48:46 +00:00
Steve Checkoway 5d2d6692c3 If we don't have a crash handler, don't try to invoke it. 2006-01-15 23:39:48 +00:00
Glenn Maynard 2ac3a986a0 simplify 2006-01-15 23:33:29 +00:00
Steve Checkoway f4f0d604b3 Cleanup. 2006-01-15 23:20:13 +00:00
Glenn Maynard e23bebcfa3 Init() is only called by Load(); merge calls. Call it before setting m_cmds. 2006-01-15 23:10:50 +00:00
Glenn Maynard 0e4e3aa932 These code paths all call Init() and defOut.Init, including
the fall-through case.  Merge them.  (They're all a little
wrong: they clear m_cmds, which causes a crash later in
ImportOption on the error case, which is what I'm really
trying to fix ...)
2006-01-15 23:03:31 +00:00
Glenn Maynard 2517ced11c standard metric for "forceallplayers" 2006-01-15 22:35:25 +00:00
Glenn Maynard 64a633ac9f remove unused 2006-01-15 22:24:29 +00:00
Glenn Maynard c80657614c use ShowExplanations=1 2006-01-15 22:19:44 +00:00
Glenn Maynard d3fa0e12b0 remove no-op 2006-01-15 22:19:32 +00:00
Glenn Maynard 81faccb752 remove unused 2006-01-15 22:18:13 +00:00
Glenn Maynard a345a16d3b Fix RestoreGamePrefs when restoring to a game that hasn't been
used before: it wouldn't be in m_mapGameNameToGamePrefs, so
we'd keep the prefs of the previous game and Static.ini wouldn't
be loaded.  (Theme still isn't being applied correctly.)
2006-01-15 22:11:30 +00:00