Thread overview
DAllegro 4.2.2.1 release
Mar 28, 2009
torhu
Mar 28, 2009
Michael P.
Mar 29, 2009
Christopher Wright
March 28, 2009
Since there's still some interest in this project, I'm making a release. DAllegro enables the use of Allegro 4.2.2 with the D programming language.  Allegro is a game programming library written in C.

Project page: http://www.dsource.org/projects/dallegro
Downloads: http://www.dsource.org/projects/dallegro/wiki#Downloads
Allegro: http://www.talula.demon.co.uk/allegro/

Here's the changelog:

- Compatibility with DMD 1.041 and 2.026.
- Compatibility with Tango 0.99.7 and 0.99.8, and some older versions.
- Support for building examples etc. with DSSS (Windows only for now).
- Minor tweaks to DBlocks.

I wasn't able to test on OS X, but hopefully it'll still work there. DAllegro probably won't work with DMD on OS X, though. No idea about the LDC compiler either. So GDC is the only option, unless someone with a Mac wants to help out. :)
March 28, 2009
torhu Wrote:

> Since there's still some interest in this project, I'm making a release. DAllegro enables the use of Allegro 4.2.2 with the D programming language.  Allegro is a game programming library written in C.
> 
> Project page: http://www.dsource.org/projects/dallegro
> Downloads: http://www.dsource.org/projects/dallegro/wiki#Downloads
> Allegro: http://www.talula.demon.co.uk/allegro/
> 
> Here's the changelog:
> 
> - Compatibility with DMD 1.041 and 2.026.
> - Compatibility with Tango 0.99.7 and 0.99.8, and some older versions.
> - Support for building examples etc. with DSSS (Windows only for now).
> - Minor tweaks to DBlocks.
> 
> I wasn't able to test on OS X, but hopefully it'll still work there. DAllegro probably won't work with DMD on OS X, though. No idea about the LDC compiler either. So GDC is the only option, unless someone with a Mac wants to help out. :)

Cool, thanks. :)
March 29, 2009
torhu wrote:
> Since there's still some interest in this project, I'm making a release. DAllegro enables the use of Allegro 4.2.2 with the D programming language.  Allegro is a game programming library written in C.
> 
> Project page: http://www.dsource.org/projects/dallegro
> Downloads: http://www.dsource.org/projects/dallegro/wiki#Downloads
> Allegro: http://www.talula.demon.co.uk/allegro/
> 
> Here's the changelog:
> 
> - Compatibility with DMD 1.041 and 2.026.
> - Compatibility with Tango 0.99.7 and 0.99.8, and some older versions.
> - Support for building examples etc. with DSSS (Windows only for now).
> - Minor tweaks to DBlocks.
> 
> I wasn't able to test on OS X, but hopefully it'll still work there. DAllegro probably won't work with DMD on OS X, though. No idea about the LDC compiler either. So GDC is the only option, unless someone with a Mac wants to help out. :)

Awesome. I'm taking a look.