| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2010/06/23 22:25:09 | 13401 | 13401 | torhu | Updated to Allegro 4.2.3. Updated readme.txt. |
| 2010/06/23 19:50:07 | 13400 | 13400 | torhu | Make the main test and ex3d build with D 2. |
| 2010/06/23 19:49:21 | 13399 | 13399 | torhu | Lots of casts to make expackf compile with D 2. |
| 2010/06/23 02:16:20 | 13398 | 13398 | torhu | Fixed bug in _global(). |
| 2010/06/23 01:32:14 | 13397 | 13397 | torhu | No array sizes in arguments, since that would mean pass by value in D 2. Mostly affects PALETTE, which had to be changed to RGB*. |
| 2010/06/23 00:08:30 | 13395 | 13395 | torhu | Fixed some examples for D 1. |
| 2010/06/22 23:26:21 | 13394 | 13394 | torhu | Remove support for older versions of Tango and DMD 2.x. |
| 2010/06/21 00:01:28 | 13384 | 13384 | torhu | Use the per-thread errno for DMD Windows. allegro_errno is still thread global, but this way errno is at least used consistently on all platforms. |
| 2010/06/20 22:55:55 | 13381 | 13381 | torhu | Fixed connection between allegro_errno and C errno. |
| 2010/06/12 03:58:23 | 13364 | 13364 | torhu | D2 compatibility. Most examples work, some are not made compatible yet. allegro_errno is broken. Tested with DMD 1.061, and 2.046. Phobos 1 and 2, Tango 0.99.9. |
| 2009/03/28 20:04:02 | 12001 | 12001 | torhu | Updated changelog.txt and readme.txt for 4.2.2.1. |
| 2009/03/26 23:32:57 | 11978 | 11978 | torhu | Typo in Makefile. |
| 2009/03/26 00:38:54 | 11969 | 11969 | torhu | Don't need to special case exxfade anymore. |
| 2009/03/26 00:21:25 | 11968 | 11968 | torhu | Updated to work with DMD 2.026. Bumped version to 4.2.2.1. |
| 2009/03/25 22:58:08 | 11966 | 11966 | torhu | Use OSX and Posix version IDs. |
| 2009/03/25 20:31:01 | 11965 | 11965 | torhu | Everything build with Tango 0.99.8 now. |
| 2009/03/25 00:35:58 | 11957 | 11957 | torhu | Fixed bug in previous commit. |
| 2009/03/25 00:14:59 | 11956 | 11956 | torhu | Updated for Tango 0.99.8. Still need to fix example building. |
| 2008/08/08 03:01:42 | 10325 | 10325 | torhu | Turned the _volatile template into a compile-time function, to work around some unidentified D 2.x IFTI bug. Could be issue 2204, but I didn't try to confirm that. http://d.puremagic.com/issues/show_bug.cgi?id=2204 |
| 2008/08/08 02:40:36 | 10324 | 10324 | torhu | Had to revert from multi-line to single-line strings. Using a multi-line string probably resulted in a too long symbol for the template when using 2.x compilers. Error message: --- c:\prog\prosjekt\dallegro>lib -c dalleg.lib @objects429.tmp Digital Mars Librarian Version 8.02n Copyright (C) Digital Mars 2000-2007 All Rights Reserved http://www.digitalmars.com/ctg/lib.html Assertion failure: 'len <= IDMAX' on line 129 in file 'libin.cpp' abnormal program termination --- |