Adrien Destugues
32ec828835
Group all copyright statements in a single file.
...
This gives a much clearer overview of the licensing.
It also shows there are some problems:
- Some files are under GPLv3 only
- Some files have no known license at all.
2020-12-19 21:56:33 +00:00
Thomas Bernard
2c9b79a6af
Warning() => GFX2_Log(GFX2_WARNING)
2020-04-13 01:34:12 +02:00
Thomas Bernard
b85aa16a00
better log message in Get_GFX2_Surface_pixel()
2019-12-07 13:06:33 +01:00
Thomas Bernard
c051ac2189
use GFX2_malloc() to log allocation errors
...
also check malloc() return more often
2019-05-07 17:25:18 +02:00
Thomas Bernard
32f6cbfb5c
forbid GFX2_Surfaces with 0 pixels
2018-07-02 11:38:51 +02:00
Thomas Bernard
a6c948b27e
don't use SDL in Load_surface() anymore
...
So the init phase does not depend on SDL anymore.
Signed-off-by: Thomas Bernard <miniupnp@free.fr>
2018-07-02 11:38:51 +02:00