- Update to release 2.5.0

OBS-URL: https://build.opensuse.org/package/show/graphics/SDL_bgi?expand=0&rev=57
This commit is contained in:
2022-02-13 22:28:57 +00:00
committed by Git OBS Bridge
parent 522a568f5e
commit ef2ab4316c
5 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Feb 13 22:26:21 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.5.0
* Modified functions putpixel(), setbkcolor(), setcolor(),
setfillpattern(), setfillstyle(), setpalette(), and
setalpha() to handle colours given as out of range numbers.
* Simplified floodfill() function (implemented recursive version)
* Improved setpalette() to change currently drawn pixels.
* Added getrgbpalette(), setallrgbpalette(), and RGBPALETTE().
* Implemented getwindowwidth() and getwindowheight() as macros
for WinBGIm compatibility.
-------------------------------------------------------------------
Tue May 4 13:32:58 UTC 2021 - Jan Engelhardt <jengelh@inai.de>