# # ChangeLog for code/branches/mac_osx/cmake # # Generated by Trac 1.0.9 # May 23, 2024, 6:37:19 PM Mon, 18 Apr 2011 17:14:18 GMT youngk [8259] * code/branches/mac_osx/cmake/PrepareDevBundle.cmake (modified) * code/branches/mac_osx/cmake/tools/TargetUtilities.cmake (modified) * code/branches/mac_osx/src/CMakeLists.txt (modified) * code/branches/mac_osx/src/OrxonoxMac.mm (modified) * code/branches/mac_osx/src/external/CMakeLists.txt (modified) * code/branches/mac_osx/src/external/cmcrashreporter (added) * code/branches/mac_osx/src/external/cmcrashreporter/CMCrashReporter.h (added) * code/branches/mac_osx/src/external/cmcrashreporter/CMCrashReporter.m (added) * code/branches/mac_osx/src/external/cmcrashreporter/CMCrashReporter.tmproj (added) * code/branches/mac_osx/src/external/cmcrashreporter/CMCrashReporterGlobal.h (added) * code/branches/mac_osx/src/external/cmcrashreporter/CMCrashReporterGlobal.m (added) * code/branches/mac_osx/src/external/cmcrashreporter/CMCrashReporterWindow.h (added) * code/branches/mac_osx/src/external/cmcrashreporter/CMCrashReporterWindow.m (added) * code/branches/mac_osx/src/external/cmcrashreporter/CMCrashReporterWindow.xib (added) * code/branches/mac_osx/src/external/cmcrashreporter/CMakeLists.txt (added) * code/branches/mac_osx/src/external/cmcrashreporter/read-me.txt (added) Integrating automatic crash reporter. Does not work atm. Sun, 27 Mar 2011 19:50:18 GMT youngk [8135] * code/branches/mac_osx/bin/mac (deleted) * code/branches/mac_osx/cmake/PrepareDevBundle.cmake (modified) * code/branches/mac_osx/data/mac/Icon.icns (modified) * code/branches/mac_osx/src/CMakeLists.txt (modified) Generalized and cleaned up the creation of the Apple Dev Bundle. No ... Sat, 26 Mar 2011 23:21:55 GMT youngk [8133] * code/branches/mac_osx/cmake/PackageConfigOSX.cmake (modified) * code/branches/mac_osx/src/Orxonox.cc (modified) * code/branches/mac_osx/src/OrxonoxMac.h (modified) * code/branches/mac_osx/src/OrxonoxMac.mm (modified) Commiting adjustments done for kicklib, now also to mac_osx. Sat, 26 Mar 2011 20:37:51 GMT rgrieder [8127] * code/branches/mac_osx/cmake/tools/TargetUtilities.cmake (modified) * code/branches/mac_osx/src/orxonox/sound/SoundManager.cc (modified) Reverted some unintentional changes. Sat, 26 Mar 2011 20:00:35 GMT youngk [8125] * code/branches/mac_osx/cmake/PackageConfigOSX.cmake (modified) The dependency package now installs itself automatically on Macs Fri, 18 Mar 2011 09:00:27 GMT youngk [8090] * code/branches/mac_osx/CMakeLists.txt (modified) * code/branches/mac_osx/cmake/PrepareDevBundle.cmake (added) * code/branches/mac_osx/data/mac/English.lproj/MainMenu.nib (added) * code/branches/mac_osx/data/mac/English.lproj/MainMenu.nib/designable.nib (added) * code/branches/mac_osx/data/mac/English.lproj/MainMenu.nib/keyedobjects.nib (added) * code/branches/mac_osx/data/mac/Orxonox-Info.plist (modified) * code/branches/mac_osx/data/mac/_Orxonox-Info.plist (deleted) * code/branches/mac_osx/src/CMakeLists.txt (modified) * code/branches/mac_osx/src/Orxonox.cc (modified) * code/branches/mac_osx/src/OrxonoxMac.mm (modified) * code/branches/mac_osx/src/libraries/core/GraphicsManager.cc (modified) * code/branches/mac_osx/src/orxonox/sound/SoundManager.cc (modified) IT WORKS! Orxonox will now run properly with Cocoa - All window ... Thu, 17 Mar 2011 11:12:17 GMT youngk [8083] * code/branches/mac_osx/CMakeLists.txt (modified) * code/branches/mac_osx/bin/mac (added) * code/branches/mac_osx/bin/mac/OrxonoxMac (added) * code/branches/mac_osx/cmake/BundleConfig.cmake (added) * code/branches/mac_osx/cmake/tools/TargetUtilities.cmake (modified) * code/branches/mac_osx/data/levels/test_swallow.oxw (modified) * code/branches/mac_osx/data/mac (added) * code/branches/mac_osx/data/mac/English.lproj (added) * code/branches/mac_osx/data/mac/English.lproj/InfoPlist.strings (added) * code/branches/mac_osx/data/mac/English.lproj/MainMenu.xib (added) * code/branches/mac_osx/data/mac/Icon.icns (added) * code/branches/mac_osx/data/mac/Orxonox-Info.plist (added) * code/branches/mac_osx/data/mac/_Orxonox-Info.plist (added) * code/branches/mac_osx/src/CMakeLists.txt (modified) * code/branches/mac_osx/src/Orxonox.cc (modified) * code/branches/mac_osx/src/OrxonoxMac.h (added) * code/branches/mac_osx/src/OrxonoxMac.mm (added) Cocoa Integration of Orxonox and CPack testing. @Reto: Do NOT merge ... Sun, 13 Mar 2011 22:30:29 GMT rgrieder [8070] * code/branches/mac_osx/cmake/PackageConfigMSVC.cmake (modified) * code/branches/mac_osx/cmake/PackageConfigMinGW.cmake (modified) * code/branches/mac_osx/src/external/ois/CMakeLists.txt (modified) * code/branches/mac_osx/src/external/ois/changes_orxonox.diff (modified) * code/branches/mac_osx/src/external/ois/win32/Win32JoyStick.cpp (modified) Fixed OIS v1.3 build for MinGW 3.4 and hopefully also for the new ... Thu, 10 Mar 2011 16:52:31 GMT rgrieder [8056] * code/branches/mac_osx/cmake/PackageConfigOSX.cmake (modified) * code/branches/mac_osx/cmake/tools/FindALUT.cmake (modified) * code/branches/mac_osx/src/orxonox/sound/BaseSound.cc (modified) * code/branches/mac_osx/src/orxonox/sound/SoundBuffer.cc (modified) * code/branches/mac_osx/src/orxonox/sound/SoundManager.cc (modified) * code/branches/mac_osx/src/orxonox/sound/SoundStreamer.cc (modified) * code/branches/mac_osx/src/orxonox/sound/WorldSound.cc (modified) Fiddled around with ALUT and OpenAL headers. The hack in ... Tue, 08 Mar 2011 21:29:42 GMT rgrieder [8048] * code/branches/mac_osx/cmake/LibraryConfig.cmake (modified) * code/branches/mac_osx/cmake/LibraryConfigOSX.cmake (deleted) Removed obsolete file. Tue, 08 Mar 2011 05:27:07 GMT rgrieder [8044] * code/branches/mac_osx/cmake/CompilerConfigGCC.cmake (modified) No -fpic on MinGW 64 bit. Tue, 21 Dec 2010 18:10:53 GMT rgrieder [7789] * code/branches/mac_osx (moved) Renaming branch to better fit it's purpose. Please use 'svn switch ... Mon, 20 Dec 2010 22:09:06 GMT youngk [7782] * code/branches/ois_update/cmake/tools/FindALUT.cmake (modified) ois_update branch now compiles on all unixes again. Made a minor booboo.