ObjGameKit  History of src/OGKBitmap.m of 8577d195c49ede32

History of the file that is called src/OGKBitmap.m at check-in 8577d195c49ede32

2012-08-28
19:48
Add methods for drawing rotated. file: [fe85b4a420] check-in: [8577d195c4] user: js, branch: trunk, size: 6492 [annotate] [blame] [check-ins using] [diff]
19:43
Make scale relative instead of absolute. file: [4f0798e904] check-in: [e3b3bcfe20] user: js, branch: trunk, size: 5375 [annotate] [blame] [check-ins using] [diff]
17:50
Add many new methods to OGKBitmap. file: [0e51e0ab6e] check-in: [f2278e46ca] user: js, branch: trunk, size: 5111 [annotate] [blame] [check-ins using] [diff]
2012-08-26
12:17
Only call al_*_destroy if Allegro is initialized.

Otherwise, it would crash if al_uinstall_system() has already been
called. Handling it this way eliminates the need to dealloc all objects
before calling al_uninstall_system(), which meant that it was the users
repsonsibility to call al_uninstall_system() after the user made sure
all objects are deallocated. Now the user does not get to see any
al_*() function. file: [ffce6aad92] check-in: [4719f25709] user: js, branch: trunk, size: 2427 [annotate] [blame] [check-ins using] [diff]

2012-08-19
22:49
Added: Add OGKBitmap. file: [d4949e0576] check-in: [2a081e62c9] user: js, branch: trunk, size: 2368 [annotate] [blame] [check-ins using]