- Update to release 2.4.2

OBS-URL: https://build.opensuse.org/package/show/graphics/SDL_bgi?expand=0&rev=49
This commit is contained in:
2020-11-11 11:59:06 +00:00
committed by Git OBS Bridge
parent 9356baa7f6
commit 8cb67eb30e
4 changed files with 24 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 11 11:55:12 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.4.2
* Implemented native vector fonts, compatible with Borland .CHR
fonts.
* Implemented long-forgotten graphics error checks.
* Added resetwinoptions(), getscreensize(), edelay(),
getmaxheight(), getmaxwidth(), resizepalette(), added
undocumented clearviewport() in setbkcolor().
* Changed setwinoptions() to reset options for newly created
windows.
* Fixed graphresult() to provide actual error codes
* Fixed compatibility in getpalette(), getpalettesize(),
setallpalette(), setusercharsize().
* Fixed setrgbpalette() to avoid out of range errors.
* Improved fill patterns.
-------------------------------------------------------------------
Tue Aug 11 11:58:03 UTC 2020 - Jan Engelhardt <jengelh@inai.de>