Adventure Game Studio

Creative Production => Recruitment => Topic started by: Dave Gilbert on Mon 04/02/2013 19:53:36

Title: [PAID] Porting our games to Mac
Post by: Dave Gilbert on Mon 04/02/2013 19:53:36
Janet and I have decided that this year will be the Year of Porting. An iOS port of our games is coming soon, as well as Linux. We really want to go for the hat trick and get Mac builds out as well.

From what we can see, there have been several attempts at a Mac port but none of them have been finished. What will it take to make this happen? Our short term goal is to get Mac and Linux builds of our games running natively (e.g., not through an emulator - you run the the EXE and go) and push them all to the Humble Bundle folks.

There's no official deadline, but we'd like to get this done before or around summer. Please contact us through PM or at the usual place. (http://www.wadjeteyegames.com/email.html)

Thanks!

-Dave
Title: Re: [PAID] Porting our games to Mac
Post by: BigMc on Tue 05/02/2013 15:11:40
Here is the thread about the Mac OS X port: http://www.adventuregamestudio.co.uk/forums/index.php?topic=47264.0

In a nutshell: either AGS has to be ported to Allegro 5 or Allegro 4.4 has to be ported to Mac OS X 10.7.
Title: Re: Re: [PAID] Porting our games to Mac
Post by: s_d on Tue 05/02/2013 19:30:43
Quote from: BigMc on Tue 05/02/2013 15:11:40
In a nutshell: either AGS has to be ported to Allegro 5 or Allegro 4.4 has to be ported to Mac OS X 10.7.

It looks like a middle-ground path would be to work on the "Allegro-4-running-on-Allegro-5" idea that has been discussed on the Allegro forums (here (https://www.allegro.cc/forums/thread/608825)), and basically fully flesh-out this (http://wiki.allegro.cc/index.php?title=Porting_from_A4_to_A5#a4_aux.c).

Perhaps this would be a good place to start (https://github.com/kazzmir/allegro4-to-5)?

Allegro 5 is probably the long-term path forward, but they've deprecated packfiles and other stuff as well, I'm sure.  So, that looks like a lot of work and a lot of broken older games.
Title: Re: [PAID] Porting our games to Mac
Post by: Crimson Wizard on Wed 06/02/2013 11:39:49
Quote from: s_d on Tue 05/02/2013 19:30:43
Allegro 5 is probably the long-term path forward, but they've deprecated packfiles and other stuff as well, I'm sure.  So, that looks like a lot of work and a lot of broken older games.
Isn't the allegro 4 source open? I mean, packfile code could be copied from there.