13 Commits

Author SHA1 Message Date
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
06d69ac90a
improve GFX2_LogHexDump() : dont print consecutive 00's lines 2019-12-07 11:27:41 +01:00
Thomas Bernard
fea7ac6a3c
improve output of GFX2_LogHexDump()
add a space between the 8th and the 9th byte.
old: 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f | ................
new: 00 01 02 03 04 05 06 07  08 09 0a 0b 0c 0d 0e 0f |................
2019-12-07 11:27:41 +01:00
Thomas Bernard
d5645dec26
win32: SDL2 already calls OutputDebugString() 2019-02-05 00:25:59 +01:00
Thomas Bernard
40dd718dd1 Redirect libTIFF errors and Warnings 2019-01-04 21:25:13 +01:00
Thomas Bernard
8061d7c470 to compile under MS Visual C++ 2010 2018-12-17 11:36:40 +01:00
Thomas Bernard
394d817c69
gfx2log.c: #include <string.h> for memset()
To silence a warning in linux build
2018-12-09 21:54:06 +01:00
Thomas Bernard
92d8a600e9 fix GFX2_LogHexDump() when runing with SDL2 2018-12-08 18:12:35 +01:00
Thomas Bernard
9898c9b7f8 better output of GFX2_LogHexDump() 2018-11-26 10:47:47 +01:00
Thomas Bernard
36f4e6261a
gfx2log: add function for HexHump 2018-11-26 00:26:02 +01:00
Thomas Bernard
65c761345f fix: MSVC defines _DEBUG, not DEBUG 2018-09-16 00:23:13 +02:00
Thomas Bernard
4978a7cfe2 convert Warning() and DEBUG() to GFX2_Log() 2018-07-12 20:41:49 +02:00
Thomas Bernard
7fb77f85f1 Add GFX2_Log() function 2018-07-12 19:11:39 +02:00