Sat, 25 Feb 2006 21:25:23 +0000(svn r3674) -Feature: [OSX] Added support for tripple binaries (binaries optimised for G3, G5 and i686)
bjarni [Sat, 25 Feb 2006 21:25:23 +0000] rev 3085
(svn r3674) -Feature: [OSX] Added support for tripple binaries (binaries optimised for G3, G5 and i686)
G4 have no problems using G3 code while G5 can, but really benefit from getting their own optimised code (Apple: G5 is not just a fast G4)
Also changed FAT_BINARY to UNIVERSAL_BINARY since Apple removed most (all?) references to fat binaries on their homepage two days after I added FAT_BINARY

Sat, 25 Feb 2006 18:11:11 +0000(svn r3673) -Codechange: [OSX] changed the makefile to autodetect if it compiles on G5 and then adds flags to optimise for G5
bjarni [Sat, 25 Feb 2006 18:11:11 +0000] rev 3084
(svn r3673) -Codechange: [OSX] changed the makefile to autodetect if it compiles on G5 and then adds flags to optimise for G5
This will not interfere with crosscompiling or universal binaries

Sat, 25 Feb 2006 16:57:17 +0000(svn r3672) -Fix: [makefile] fixed bug where some settings where overwritten with the default ones when MAKEFILE_VERSION was changed
bjarni [Sat, 25 Feb 2006 16:57:17 +0000] rev 3083
(svn r3672) -Fix: [makefile] fixed bug where some settings where overwritten with the default ones when MAKEFILE_VERSION was changed

Fri, 24 Feb 2006 22:12:11 +0000(svn r3671) -Code cleanup: fixed style and removed commented out code in video/cocoa_v.m
bjarni [Fri, 24 Feb 2006 22:12:11 +0000] rev 3082
(svn r3671) -Code cleanup: fixed style and removed commented out code in video/cocoa_v.m

Fri, 24 Feb 2006 22:05:20 +0000(svn r3670) -Codechange: [OSX] rewrote a part of the cocoa video driver to speed it up by 1000% in fullscreen
bjarni [Fri, 24 Feb 2006 22:05:20 +0000] rev 3081
(svn r3670) -Codechange: [OSX] rewrote a part of the cocoa video driver to speed it up by 1000% in fullscreen
rewrote QZ_DrawScreen to only redraw dirty rectangles (instead of everything)
This reduce the OpenTTD time spent on this function from 75% to 6,7% (in main menu)
Note: window mode is unaffected by this commit
Note: the mouse pointer can now leave artefacts in debug mode

Fri, 24 Feb 2006 20:52:32 +0000(svn r3669) Really wipe all data when making a void tile
tron [Fri, 24 Feb 2006 20:52:32 +0000] rev 3080
(svn r3669) Really wipe all data when making a void tile

Thanks to Belugas, egladil and Rubidium for their inspiration and hard work, which all this stuff is based on

Fri, 24 Feb 2006 20:38:08 +0000(svn r3668) Add a function to turn a tile into a tree tile
tron [Fri, 24 Feb 2006 20:38:08 +0000] rev 3079
(svn r3668) Add a function to turn a tile into a tree tile

Fri, 24 Feb 2006 20:35:37 +0000(svn r3667) Fix the cause of an assertion I triggered in r3665
tron [Fri, 24 Feb 2006 20:35:37 +0000] rev 3078
(svn r3667) Fix the cause of an assertion I triggered in r3665

Fri, 24 Feb 2006 20:09:50 +0000(svn r3666) Fix up svn properties and add header files to Windows project files.
peter1138 [Fri, 24 Feb 2006 20:09:50 +0000] rev 3077
(svn r3666) Fix up svn properties and add header files to Windows project files.

Fri, 24 Feb 2006 19:56:24 +0000(svn r3665) Add a function to turn a tile into a clear tile
tron [Fri, 24 Feb 2006 19:56:24 +0000] rev 3076
(svn r3665) Add a function to turn a tile into a clear tile