Oh, my! Four years! But I've finally uploaded version 5.2.0 of Allegro.pas.
If you don't know, Allegro.pas is a wrapper that allows you to use the
Allegro game library in your Pascal games.
The most important changes:
- Parts that didn't work have been removed, specifically thread support (both FreePascal and Delphi thread support can be used) and the al5nativedlg unit.
- All the examples have been rewritten, and they are also ordered from simple to complex. This way they can be used as a tutorial since they explain how to do things, with better organized code and more comments.
- Compatibility with Delphi has been improved. Except for a few odd things, everything works.
You can download it from the
project's download page.
I have also updated the
GitHub repository, so that it is now synchronized.