49 lines
1.8 KiB
Plaintext
49 lines
1.8 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Wed Dec 20 11:12:52 CET 2006 - sndirsch@suse.de
|
||
|
|
||
|
- updated to release 2.0.14
|
||
|
* added texturedPolygon routine to library (thanks Jees)
|
||
|
* changed iterator condition in aaellipse to add some overdraw
|
||
|
to smooth circle
|
||
|
* added ShrinkImage routine to rotozoom code
|
||
|
* added TestABGR Test program (bug in SDL_gfx or SDL??)
|
||
|
* improved TestImageFilter program (bug in Uint filters)
|
||
|
* changed .so versioning from .so.13.0.0 to .so.0.0.14
|
||
|
(best is to remove all old libs before installing)
|
||
|
* added updated MacOSX ProjectBuilder file (thanks Brian)
|
||
|
* added info on MacOSX 10.3 build
|
||
|
* added mingw (on cygwin) makefile (thanks Brian)
|
||
|
* added Dev-Cpp makefile (thanks Sebastian)
|
||
|
* removed some unused variables from gfx and rotozoom code
|
||
|
(thanks Thi)
|
||
|
* fixed a non-critical typecast mistake (thanks Thi)
|
||
|
* converted all C++ comments to C comments in SDL_imageFilter
|
||
|
- random.diff:
|
||
|
* fixed fatal build warnings for returning random data in a function
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Sep 14 16:13:30 CEST 2006 - nadvornik@suse.cz
|
||
|
|
||
|
- fixed Requires of devel subpackage [#192736]
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Mar 10 14:15:41 CET 2006 - bk@suse.de
|
||
|
|
||
|
- SDL_gfx-devel: add libstdc++, gcc and gpm to Requires (.la check)
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Jan 30 12:18:15 CET 2006 - ro@suse.de
|
||
|
|
||
|
- added gcc-c++ to BuildRequires
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed Jan 25 21:33:56 CET 2006 - mls@suse.de
|
||
|
|
||
|
- converted neededforbuild to BuildRequires
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sun Aug 14 13:42:34 CEST 2005 - sndirsch@suse.de
|
||
|
|
||
|
- created package; useful e.g. for building lincity-ng
|
||
|
|