Page 1 of 1

Pre-Alpha OSX 10.6 Build

Posted: Tue Oct 27, 2009 11:22 pm
by optic delusion
This is a build I made on my iMac, OSX 10.6. Intel Processor. It's a universal build, and it should operate on OSX 10.4, and PPC's. No Guarantees.
I have some problem with my SDL, and "i think" that causes a failure with the function keys, meaning that you can't re-size the window from full-screen. I suggest using the -window option.

Here it is. 27.6 MB.
http://images.planet-mofo.com/A-Delusion/bzflag/
When I make a newer version, I will over-write that file, and put a new post in this forum thread.

Re: Pre-Alpha OSX 10.6 Build

Posted: Wed Oct 28, 2009 12:05 am
by Spazzy McGee
-window doesn't help. You still lose the desktop - ou just get a window-sized view in fullscreen.

Re: Pre-Alpha OSX 10.6 Build

Posted: Mon Nov 23, 2009 10:42 pm
by Parzival
cool works fine for me.
Not many server yet...

Re: Pre-Alpha OSX 10.6 Build

Posted: Mon Nov 23, 2009 11:26 pm
by blast
That's because it's a pre-alpha. There won't be very many servers until after 3.0 is actually released.

Re: Pre-Alpha OSX 10.6 Build

Posted: Tue Nov 24, 2009 11:18 pm
by tobylane
I have some issues with SDL too, did you find a 64bit version?

Ps, Snow is intel only.

Re: Pre-Alpha OSX 10.6 Build

Posted: Wed Nov 25, 2009 5:02 am
by blast
If I recall correctly, you need SDL 1.3 from their SVN.

Re: Pre-Alpha OSX 10.6 Build

Posted: Wed Nov 25, 2009 10:56 am
by ts
As far as I know the 64-bit SDL 1.3 development version is full of bugs. For instance shooting with mouse buttons only works in windowed Mode but not in fullscreen.

Better avoid the 64-Bit SDL Mac OS X version. Apple has done a bad Job with the APIs.

Re: Pre-Alpha OSX 10.6 Build

Posted: Sun Nov 29, 2009 5:56 pm
by tobylane
I can't build from bz svn because I haven't got 64bit SDL. I had 1.3 before Snow and that compiled fine (I never use windowed, and I as well as nearly every mac user are 64bit).

Re: Pre-Alpha OSX 10.6 Build

Posted: Mon Nov 30, 2009 1:19 am
by blast
Can't you build as 32-bit?

Re: Pre-Alpha OSX 10.6 Build

Posted: Tue Dec 01, 2009 10:27 am
by snick
No obvious first-glance issues here.

OS X 10.6.2
BZFlag 3.0 SVN revison 20687
SDL 1.2.14
Xcode x64 build.

Loving the new fiery shots, btw :)

ps

What does the antiflicker setting
do (apart from the obvious)?

Re: Pre-Alpha OSX 10.6 Build

Posted: Tue Dec 01, 2009 3:40 pm
by blast
It does something with texture alignment so that textures from multiple overlapping objects line up.

Re: Pre-Alpha OSX 10.6 Build

Posted: Tue Dec 01, 2009 6:10 pm
by ts
From reading http://playcontrol.net/ewing/jibberjabb ... chang.html I got the impression the issue is perhaps gone to some degree.

When I tested quite some time ago I remember it did not work - quite possible some of the issues are fixed now. Most of the first x86 generation Macs should have had never any problem regarding 64-bit just because they shipped with 32-bit CPUs and thus never built binaries using x86_64.

Re: Pre-Alpha OSX 10.6 Build

Posted: Thu Dec 03, 2009 3:49 pm
by tobylane
Ok.. Rough instructions for 2.99 on Snow from default SDL?

Also, I noticed Clang and LLVM in the Xcode update this week, is there anything related to this in code yet, planned to be, or not at all needed.

Re: Pre-Alpha OSX 10.6 Build

Posted: Sun Dec 13, 2009 10:35 pm
by Enigma
tobylane wrote:Ok.. Rough instructions for 2.99 on Snow from default SDL?

Also, I noticed Clang and LLVM in the Xcode update this week, is there anything related to this in code yet, planned to be, or not at all needed.
In BZFlag's code? LLVM is a compiler, and Clang is apparently a front end to LLVM that Apple is developing. You can read about it here: http://developer.apple.com/mac/library/ ... index.html.

Re: Pre-Alpha OSX 10.6 Build

Posted: Sat Jan 02, 2010 4:40 am
by bassplaya
Hmm. It keeps dying on me. Won't even launch, just quits unexpectedly. Any ideas?

Re: Pre-Alpha OSX 10.6 Build

Posted: Sun Jan 03, 2010 12:37 pm
by tobylane
Run in terminal so you can see the errors.

Re: Pre-Alpha OSX 10.6 Build

Posted: Sat Jan 09, 2010 2:14 pm
by bassplaya
This is what I can get from it:
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0

Dyld Error Message:
unknown required load command 0x80000022
--------------
Unfortunately I have no idea what that means.