Steve Checkoway
aa0f90feae
__MACOSX__ --> MACOSX, keep __MACOSX__ for ogg.
2005-10-24 10:37:56 +00:00
Steve Checkoway
cb229a8774
Remove redundant defines.
2005-10-24 08:17:12 +00:00
Glenn Maynard
539ec6aa5c
HAVE_WIN32 -> WINDOWS. HAVE_LINUXKERNEL -> LINUX. If some features originating in Linux work on other systems, then define them specifically (eg. HAVE_LINUX_JOYSTICKS).
2005-10-24 07:22:28 +00:00
Chris Danford
48ebc53549
return NULL -> return CString() for clarity and efficiency
2005-09-04 16:55:21 +00:00
Steve Checkoway
1795ac93c1
Cleanup.
2005-06-21 08:24:20 +00:00
Glenn Maynard
f9a3918d37
style
2005-06-03 23:55:04 +00:00
Glenn Maynard
0b5f634e4a
style (naming, scope)
2005-06-03 23:49:30 +00:00
Glenn Maynard
274f5c98b8
style (spacing)
2005-06-03 23:47:56 +00:00
Glenn Maynard
43f52f64c8
style
...
(Steve: sorry for poking around in code I can't test, but I'd like source
consistency in platform-specific code, too. I'll commit in small pieces
so it's clear what I'm up to, so it should be trivial to fix if I miss something.)
2005-06-03 23:45:58 +00:00
Glenn Maynard
2d644e67af
style
2005-06-03 23:42:07 +00:00
Glenn Maynard
a4e5d038d2
style
2005-06-03 23:35:23 +00:00
Glenn Maynard
5ac5b46ecf
cleanup; SDL is not used in Windows.
2005-06-03 23:31:00 +00:00
Steve Checkoway
599cfc128a
Fix warning.
2005-05-21 07:36:26 +00:00
Chris Danford
c1ab0fcdb3
hook up MonkeyInput and DebugLights to debug menu
2005-05-16 19:47:30 +00:00
Chris Danford
6bf007e02b
fix metrics sometime accessed too early
2005-04-19 15:56:00 +00:00
Steve Checkoway
47de0f1783
Yes, Darwin (and OS X) is POSIX, see
...
http://www.xyroth-enterprises.co.uk/posixos.htm
SDL is used on OS X for some things, but not all.
Use #if defined(...) instead of #ifdef in most of the Selector_*.h files.
2005-03-23 21:15:12 +00:00
Glenn Maynard
2c9774f89c
move MakeArchHooks and MakeDialogDriver back into their own files; the tests need this (to be able to use a couple arch systems without having to link them all)
2005-03-20 04:09:15 +00:00
Ben Anderson
167e5aebc0
Put all the Make* functions into a single .h/.cpp file (yes, kinda like the way it was), and add Make* functions for DialogDrivers. This means there's only one object that's affected by drivers being added/removed. (Driver default changes are a little different -- 2 or 3 objects.) Also one or two minor cleanups. (note: I apparently don't know much about CVS, it appears that some files might not make it into the repository; hang tight, I'm trying to find a solution.)
2005-03-15 00:30:26 +00:00
Ben Anderson
0db665d4d6
Thorough(!) remodeling of the arch/ directory and the contents therein; fixed link-time warnings on GCC and should make things a lot easier to manage. A pile of other random things too, mostly cleanups and getting things to work with the remodeled arch/ directory.
2005-03-14 06:44:38 +00:00
Chris Danford
1b41ab54ea
show error dialogs on startup before DISPLAY is initialized
2005-02-20 06:16:28 +00:00
Glenn Maynard
fb3dbd8610
fix vc7 compile
2005-02-12 22:35:38 +00:00
Glenn Maynard
7ccda6012d
use GraphicsWindow::GetHwnd
2005-02-07 09:16:00 +00:00
Glenn Maynard
857f14d20e
fix crash
2005-02-01 06:05:26 +00:00
Glenn Maynard
31731b5890
fix crash
2005-01-28 03:43:47 +00:00
Glenn Maynard
2b73f63ea8
RetryCancel -> AbortRetry
...
remove Dialog::cancel
2005-01-20 19:40:24 +00:00
Glenn Maynard
0849ef8a46
log dialogs
2005-01-16 20:32:53 +00:00
Chris Danford
e858102147
use themed dialog titles
2005-01-08 14:32:42 +00:00
Chris Danford
ad9eb1db70
fix "ok button doesn't have focus initially"
2004-12-01 05:28:08 +00:00
Chris Danford
f1fa226d30
make OK dialog modal, set parents of all dialog boxes
2004-12-01 05:06:45 +00:00
Chris Danford
9fb9243742
modal messageboxes
2004-12-01 04:25:35 +00:00
Glenn Maynard
29fa454150
exceptions
2004-11-30 20:52:25 +00:00
Chris Danford
095be05925
default to ignore
2004-10-23 17:05:51 +00:00
Glenn Maynard
9a29be40d5
g_pNullDriver -> g_NullDriver
2004-09-05 01:22:09 +00:00
Glenn Maynard
3c7aa0bf7f
DialogDriverNull -> DialogDriver_Null
2004-09-05 01:20:55 +00:00
Glenn Maynard
f3cc65a51d
why was this catching everything? Non-RageExceptions should be
...
caught and handled by the individual drivers.
2004-09-05 01:19:47 +00:00
Glenn Maynard
1a7be98f86
fix g_bIsShowingDialog not being set false
2004-08-09 19:50:09 +00:00
Chris Danford
d755e660a6
Don't timeout on a Wait() if a dialog is showing. The movie decode semaphone would timeout on most dialogs.
...
Increase Win32 semaphone timeout from 15 -> 60 secs.
2004-08-07 21:38:54 +00:00
Steve Checkoway
57fcd732fd
Remove unneeded headers.
2004-07-04 01:54:15 +00:00
Chris Danford
6bd2a34271
Xbox builds again
2004-06-20 01:35:25 +00:00
Glenn Maynard
c809d31d35
fix infinite recursion
2004-06-17 01:18:41 +00:00
Glenn Maynard
0fbc1e7c33
fix dialogs not always showing up
2004-06-17 01:13:25 +00:00
Glenn Maynard
8e72c0d28b
fix more dialog bugs (crashes when showing an error before init)
2004-06-16 01:12:56 +00:00
Glenn Maynard
624aebcb93
fix Dialog bugs
2004-06-16 01:08:38 +00:00
Steve Checkoway
ae65e34dbd
Fix compile
2004-06-11 05:31:35 +00:00
Glenn Maynard
ae5ff2beb9
move dialog handling into a separate arch; it doesn't belong in ArchHooks
2004-06-10 22:03:32 +00:00