-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangelog
31 lines (26 loc) · 881 Bytes
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Changelog
---------
v 2.0.2, 2015-06-03
- fill patterns (not for floodfill())
- setfillpattern() / getfillpattern () implemented
- writeimagefile() added
- documentation updates
- test programs updates
v 2.0.1, 2015-05-11
- line patterns implemented
- floodfill improvements
- readimagefile() added
- documentation updates
v. 2.0.0, 2015-04-30
- major release: rewritten to use SDL2 only
- added readimagefile () and logical plotting (XOR, etc.)
v. 1.0.1, 2014-12-09
- Fixed minor bugs in putpixel() (reported by Angelo Graziosi)
- changed getimage()/putimage() to include width, heigth info
in saved bitmap
- changed getimage()/putimage() to include viewport info
- fixed MAXCOLOR value (reported by Angelo Graziosi)
- fixed kbhit() behaviour (reported by Angelo Graziosi) - but breaks
mouseclick() as a result. To be fixed later.
v. 1.0.0, 2014-11-07
- Initial release.