You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/video
bjarni 6a6e145010 (svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil)
you can still use SDL drivers if you like and you have to run "make upgradeconf" to start using the cocoa drivers (or manually write WITH_COCOA:=1)
	since SDL breaks the cocoa drivers, you can't compile with both SDL and cocoa support
	Using cocoa drivers makes it easier to make universal binaries and it solves:
	-FS#18 [OSX] SDL is weird in universal binaries
	-FS#2  [OSX] lazy pointer crash on exit
	-FS#10 [OSX] linking error when linking statically to SDL 1.2.8 (needless to explain this, but it means it should be able to compile statically with the default settings now)
	-[ 1215073 ] Switching to large size out of fullscreen crashes
	Using SDL drivers will still have those issues though
19 years ago
..
cocoa_v.h (svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil) 19 years ago
cocoa_v.m (svn r3281) -Feature: [OSX] added native cocoa sound and video drivers (egladil) 19 years ago
dedicated_v.c (svn r3023) -Fix [BeOS] fixed compilation on BeOS R5 (MYOB) 19 years ago
dedicated_v.h (svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build 19 years ago
null_v.c (svn r2748) Remove unused cruft from the main loop 19 years ago
null_v.h (svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build 19 years ago
sdl_v.c (svn r3206) Wrap all instances of _dbg_screen_rect in #ifdef _DEBUG 19 years ago
sdl_v.h (svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build 19 years ago
win32_v.c (svn r3207) Typo in last revision 19 years ago
win32_v.h (svn r2725) Move MyShowCursor() back into win32.c, it fits better there 19 years ago