Xonotic Forums
Mac OS X 10.6.3 released - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10)
+--- Forum: Xonotic - Development (https://forums.xonotic.org/forumdisplay.php?fid=12)
+--- Thread: Mac OS X 10.6.3 released (/showthread.php?tid=187)



Mac OS X 10.6.3 released - Karl Ranseier - 03-29-2010

Why is this relevant for Xonotic? Because of the following snippet from the change log:
Quote:General operating system fixes and improvements provided for:
  • [...]
  • [compatibility issues with OpenGL-based applications
Also OS X 10.6.3 brings (partial) support for OpenGL 3.0.

With some luck this will help perform the game better on the OS X platform.


RE: Mac OS X 10.6.3 released - EvilSpaceHamster - 03-29-2010

oh cool, *to the update!*


RE: Mac OS X 10.6.3 released - esteel - 03-29-2010

The engine does not yet use the OGL 3.0 (or 3.x, 4.0) rendering path.. maybe in the future..
But maybe that compat fix does something Smile


RE: Mac OS X 10.6.3 released - Ender - 05-30-2010

Hello guys,

I am an old Nexuiz player and Mac OS X user.
In the past, I tried 2 or 3 times to find help in the Nexuiz forum for my purpose to change some Darkplaces code and make it fit better with Mac OS X.
For example the use of Carbon that is an obsolete API and risk to be deprecated with every new release of Mac OS X. Other changes are related to OpenGL extensions used in Darkplaces, there could be some differences with Apple reccomendations that could be worth to be investigated.

I don't know, the state of the current code, but if it is still based on Carbon I think that Xonotic project could be a good opportunity to change it.

I am looking for Mac OS X developers interested in help making Darkplaces and therefore Xonotic work better on Mac OS X.

P.S. It could be interesting. In the past I did build successfully Darkplaces with Xcode (no make or similar) and LLVM enabled.