summaryrefslogtreecommitdiff
path: root/os/macosx
AgeCommit message (Collapse)Author
2005-12-04(svn r3259) -Fix: [OSX] fixed that universal binaries did not make a bundlebjarni
2005-12-04(svn r3258) -Feature: [OSX] added support for universal binariesbjarni
it needs both PPC and x86 libs to compile due to this fact, compilation with libPNG or SDL is not tested (dedicated servers only) only PPC part is tested as I don't have x86 OSX
2005-12-03(svn r3257) -Codechange: [OSX] removed the dynamic lib in bundle option ↵bjarni
(introduced in rev 3230) it caused way more problems than it solved
2005-12-03(svn r3256) -Fix: [OSX] fixed issue where building the bundle could take ↵bjarni
place before linking if -j 2 was used
2005-11-23(svn r3230) -Feature: [OSX] OSX builds can now change where it searches for ↵bjarni
dynamic libs and can move libs into the bundle This is not a fix for the issues with static linking, more like a workaround. Static linking still got issues Apple recommends to use dynamic linking anyway, so I guess this doesn't matter much
2005-10-11(svn r3031) forgot 1 file and two lines in rev 3029 (mac midi stuff)bjarni
2005-10-10(svn r3029) -Change: [OSX] removed the buggy java midi player, which was ↵bjarni
rendered obsolite by r3022
2005-09-01(svn r2905) fix casingDarkvater
2005-09-01(svn r2904) Stupid editors, and renaming files with the same name just ↵Darkvater
different casing is not really possible, so here comes another commit
2005-07-29(svn r2745) -Fix: [OSX] removed the assert window introduced in 2741 from strgenbjarni
- it appeared to cause problems and strgen don't need a GUI - renamed ottd to openttd in the app menu (Tobin)
2005-07-28(svn r2741) -Feature: [OSX] added a window to display asserts on OSX (Tobin)bjarni
2005-07-24(svn r2703) - Feature: [OSX] Added a native alert window to show whatever ↵bjarni
error() needs to print (Tobin made this, while I fixed some issued in it) - As a bonus, we now have an objective C file (os/macosx/macos.m) to use the functions Apple made to interact with OS stuff
2005-04-24(svn r2224) -Fix: capital-correctness for OSX-dir-namestruelight
2005-04-14(svn r2198) renamed MacOS to MacOSX where it was written wrong. Made myself ↵bjarni
MacOSX porter as well as coder