Q-Gears 0.12

  • Thread starter Thread starter G
  • Start date Start date
Status
Not open for further replies.
We need also some macros (I like the ones, used in ffmpeg project) to read from files on big-endian architecture (at least big-endianess  in video and sound code isn't supported).
 
We need also some macros (I like the ones, used in ffmpeg project) to read from files on big-endian architecture (at least big-endianess  in video and sound code isn't supported).
New Mac's use x86 processors now, Only the older PPC macs are Big-Endian.

Pretty sure Apple is stopping It's PPC development and focusing on the new Intel Macs..

BTW, Mac's that use OSX are actually running a UNIX-like operating system now, FreeBSD/Mach based.. So It should be fairly easy to port things.
 
as long as you steer clear of using X11 to port Q-Gears to OS X then it should be fine, the X11 framework isn't widely supported by most OS X users.
 
Has anyone succeeded in checking out q-gears on MacOS/X ? I get errors about locked files when I try to...
Tried it again and now it works...
 
Last edited:
some of the osx svn clients are a bit of a hassle to use, so my friend says, personally I've never tried svn under os x.
 
Has anyone succeeded in checking out q-gears on MacOS/X ? I get errors about locked files when I try to...
Tried it again and now it works...
I think you have intel-based Mac, right ;) ?
 
Has anyone succeeded in checking out q-gears on MacOS/X ? I get errors about locked files when I try to...
Tried it again and now it works...
I think you have intel-based Mac, right ;) ?
No, two PowerPC based ones. Means I have to worry about endian swaps. That's a smaller problem than what people think, though.
 
hmmm... I am getting confused. Do you saw splash screen logo after start of Q-Gears? Do you try to dump streamed movies and play them in movie player test, if so, is there normal sound, or at least any?
 
Unless I'm confused SVN shouldn't be an issue under OS x (apart from how the client interface works) network order is maintained for data being transfered. I can see it being a problem if you were dealing with binary data however.  All PS1 data is little endian.

Cyb
 
Status
Not open for further replies.
Back
Top