| Date | File | Revision | Author | Revision Log |
|---|---|---|---|---|
| 2007/05/04 11:39:45 | 1218 | 1218 | mmimica | Tagged 0.4.1 RC3 Copied from /trunk:1217 |
| 2007/05/04 11:37:34 | 1217 | 1217 | mmimica | - Removed allegro_gl_create_video_bitmap_ex() becasue it was leaking memory by design. Introduced a new function allegro_gl_set_video_bitmap_format() instead. - Version dumped to 0.4.1 RC3 |
| 2007/05/02 16:09:30 | 1216 | 1216 | mmimica | Added notes about environment variables to mingw build instructions (HTML). |
| 2007/05/02 16:06:37 | 1215 | 1215 | mmimica | Added notes about environment variables to the mingw build instructions. |
| 2007/04/30 13:23:39 | 1214 | 1214 | mmimica | removed a lapsed diagnostic line |
| 2007/04/30 13:17:18 | 1213 | 1213 | mmimica | Moved dialog redrawing to d_algl_viewport_proc() and bound it to MSG_IDLE. Redrawing from algl_do_dialog() didn't work because if an event like MSG_LPRESS occours the loop gets stuck in update_dialog() doing, among other things, MSG_IDLE callbacks to d_algl_viewport_proc(). |
| 2007/04/30 12:26:12 | 1212 | 1212 | mmimica | Added rest() call to exgui. |
| 2007/04/29 20:30:03 | 1211 | 1211 | mmimica | This seems to fix the strange error saying "The system cannot find the batch label specified - fix" when running "fix.bat msvc6". |
| 2007/04/29 16:54:35 | 1210 | 1210 | mmimica | Tagged 0.4.1RC2 Copied from /trunk:1209 |
| 2007/04/29 16:51:27 | 1209 | 1209 | mmimica | - Fixed draw_trans_sprite() on 64bit platforms. - Added description for exblend example. - Version dumped to 0.4.1 RC2. |
| 2007/04/29 13:05:45 | 1208 | 1208 | mmimica | Fixed some warnings on 64-bit platforms. |
| 2007/04/28 18:31:47 | 1207 | 1207 | mmimica | - Fixed drawing of some primitives on sub-bitmaps of the screen. - Removed an unneeded function declaration. |
| 2007/04/28 14:46:27 | 1206 | 1206 | mmimica | tagged 0.4.0RC1 Copied from /trunk:1205 |
| 2007/04/28 14:43:36 | 1205 | 1205 | mmimica | Upped version number. |
| 2007/04/28 13:48:37 | 1204 | 1204 | mmimica | Added dummy delete.me files. |
| 2007/04/28 13:25:20 | 1203 | 1203 | mmimica | Made the zipup.py script remove some autoconf garbage. |
| 2007/04/28 13:12:10 | 1202 | 1202 | mmimica | Removed some stale cvs files. |
| 2007/04/28 13:04:17 | 1201 | 1201 | mmimica | Fixed a typo in allegro version detection. |
| 2007/04/28 10:25:47 | 1200 | 1200 | mmimica | Build docs updated. |
| 2007/04/28 10:15:34 | 1199 | 1199 | mmimica | Changelog updated. |