Steve Checkoway
|
c7891c158b
|
Fix memory leak.
|
2005-10-15 03:39:14 +00:00 |
|
Chris Danford
|
48ebc53549
|
return NULL -> return CString() for clarity and efficiency
|
2005-09-04 16:55:21 +00:00 |
|
Renaud Lepage
|
b239c0047c
|
Missing mod for HAVE_XDK
|
2005-08-23 23:55:23 +00:00 |
|
Glenn Maynard
|
94abe52637
|
headers don't include global.h
|
2005-07-12 04:39:57 +00:00 |
|
Steve Checkoway
|
e9867a80b4
|
Don't assume that all files are c++. Remove the unnecessary objective-c++.
|
2005-04-10 23:16:12 +00:00 |
|
Steve Checkoway
|
d7115f1dd1
|
cleanup
|
2005-03-26 18:21:34 +00:00 |
|
Steve Checkoway
|
da80435d0f
|
Use UTF-8 strings. Sometimes +[NSString stringWithUTF8String:] returns nil (I have no idea why), so use an empty string in that case.
|
2005-03-26 17:55:28 +00:00 |
|
Steve Checkoway
|
701d77ec51
|
Give the window a titlebar/title. Fix the off by one error. Clean up a bit.
|
2005-03-26 17:42:55 +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 |
|
Steve Checkoway
|
bc15a23f06
|
cleanup
|
2005-03-23 20:19:38 +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 |
|
Glenn Maynard
|
ca3e1ef9ff
|
LoadingWindow::SetIcon
|
2005-02-07 08:57:13 +00:00 |
|
Glenn Maynard
|
bf4299dd2e
|
cleanup
|
2005-02-07 08:26:07 +00:00 |
|
Glenn Maynard
|
ce043592f3
|
Remove Xbox stuff from LoadingWindow_SDL; I don't think that build uses SDL anymore. Note that this type of platform-specific stuff doesn't belong in generic drivers like this ...
|
2005-01-20 01:44:46 +00:00 |
|
Glenn Maynard
|
24250824de
|
At the cost of losing change history, I'm renaming a couple "SDL" filenames
that no longer have any connection to SDL; the names are just too confusing.
|
2005-01-20 01:26:15 +00:00 |
|
Glenn Maynard
|
4ec61b9812
|
exceptions
|
2004-11-30 21:11:33 +00:00 |
|
Ryan Dortmans
|
6b3e3a8c78
|
Use splash image
|
2004-11-18 06:45:31 +00:00 |
|
Ryan Dortmans
|
844a2dd53a
|
Lo fi (text only) Xbox loading screen.
|
2004-09-30 08:20:11 +00:00 |
|
Ryan Dortmans
|
814f00fbca
|
Remove SDL main calls
|
2004-09-27 08:20:51 +00:00 |
|
Glenn Maynard
|
ee0ac7ac11
|
fix GTK window not being centered
|
2004-09-13 23:39:33 +00:00 |
|
Steve Checkoway
|
63f24129cf
|
Maybe fix that bug by using the system font. I cannot think of a reason that it did not work before other than the font defaulted to something that could not display the string "Initializing Hardware..."
|
2004-09-05 03:53:18 +00:00 |
|
Glenn Maynard
|
85c4c2a364
|
simplify
|
2004-09-05 01:02:13 +00:00 |
|
Glenn Maynard
|
0a880ddfab
|
update
|
2004-08-28 18:38:49 +00:00 |
|
Steve Checkoway
|
0066f3e1d4
|
Cleanup garbage. I don't remember why this was required at one point but it no longer is.
|
2004-07-04 01:50:09 +00:00 |
|
Glenn Maynard
|
87823229c5
|
error handling fixes
|
2004-06-14 01:12:22 +00:00 |
|
Glenn Maynard
|
66fb9eece6
|
use RageSurface
|
2004-06-14 01:09:11 +00:00 |
|
Glenn Maynard
|
f2578fe6a9
|
s/RageSurface/RageSurfaceUtils/
|
2004-06-13 20:19:28 +00:00 |
|
Glenn Maynard
|
35262ddc9a
|
update
|
2004-05-29 23:19:42 +00:00 |
|
Glenn Maynard
|
373a928ef2
|
use RageSurface_Load_XPM
|
2004-05-18 06:31:42 +00:00 |
|
Glenn Maynard
|
57b86a1b71
|
cleanup
|
2004-05-17 04:52:08 +00:00 |
|
Chris Danford
|
0fd9991fbe
|
use RageSurface::Load
|
2004-05-17 03:52:02 +00:00 |
|
Glenn Maynard
|
f128ee2d35
|
license update
|
2004-05-15 22:16:39 +00:00 |
|
Glenn Maynard
|
2a4dc7808d
|
fix win32 loading window bypasses RageFile
allow the splash to be a png
|
2004-04-05 08:38:19 +00:00 |
|
Steve Checkoway
|
20a8bab45c
|
Clean up includes.
|
2004-04-05 05:22:32 +00:00 |
|
Steve Checkoway
|
c4e6c0016f
|
Make this easier to read.
|
2004-03-14 08:34:28 +00:00 |
|
Glenn Maynard
|
b8fb1413fe
|
fix compile
|
2004-03-08 05:19:52 +00:00 |
|
Glenn Maynard
|
690ad0218f
|
fix header
|
2004-03-04 01:35:42 +00:00 |
|
Glenn Maynard
|
b15759ef5b
|
cleanup
|
2004-02-21 01:50:20 +00:00 |
|
Manu Evans
|
ce888de237
|
fixed some xbox build errors :/
|
2004-01-17 05:21:24 +00:00 |
|
Glenn Maynard
|
3a812c2a93
|
not finding GtkModule.so is nonfatal
|
2004-01-12 10:38:40 +00:00 |
|
Glenn Maynard
|
25aac0088d
|
Center SDL loading windows in X11.
|
2004-01-03 09:31:44 +00:00 |
|
Glenn Maynard
|
adf5cc35fb
|
cleanup
|
2003-12-30 02:00:16 +00:00 |
|
Glenn Maynard
|
c632a5189d
|
fix win32 LoadingWindow
|
2003-12-12 08:55:50 +00:00 |
|
Chris Danford
|
47def7d3dc
|
xbox updates
|
2003-11-13 00:39:36 +00:00 |
|
Steve Checkoway
|
df621dfaf2
|
Add dumb changes for compatibility that shouldn't be needed.
|
2003-11-06 00:57:21 +00:00 |
|
Chris Danford
|
7a3ff956d0
|
fix splash window redraw problems
|
2003-09-13 19:09:01 +00:00 |
|
Glenn Maynard
|
6fb6ae924a
|
Prevent GTK from setting the locale. Fixes problems in locales that mess
with decimal separators (eg. Swedish).
|
2003-09-11 03:01:07 +00:00 |
|
Glenn Maynard
|
575a7b2eeb
|
Fix crash if GtkModule.so fails to load.
|
2003-09-11 02:42:48 +00:00 |
|
Glenn Maynard
|
a7e3700ab2
|
remove extra define
|
2003-09-08 02:23:39 +00:00 |
|