Thomas Bernard
3d922261e1
fix line endings in hexdump2grafxpal.py
2018-06-21 21:56:10 +02:00
Philip Linde
4122a3bfcf
Use LF line endings for Readme_translate.txt
...
This is in order to work with "text=auto" in .gitattributes
2018-06-03 21:17:05 +00:00
Adrien Destugues
5918435cd8
Fix haiku/gcc2 build.
2018-05-06 17:02:38 +02:00
Thomas Bernard
c55c41fe83
gifanalyzer: main() must return a value
2018-03-20 21:58:22 +01:00
Thomas Bernard
141d0bf698
parseiff: try to parse after the theorical end of the file
...
some malformed IFF files are like this
2018-03-06 16:25:39 +01:00
Thomas Bernard
d94fb966a2
test_iff: Add small tool to test for IFF file structures
...
useful to see if an IFF file is malformed,
but also to see how many frames there is in an animation, etc.
2018-02-18 21:11:40 +01:00
Thomas Bernard
6bfb34fd19
gifanalyzer: decode Graphic Control Extension
2018-01-30 15:05:23 +01:00
Thomas Bernard
0f780f1e3f
reorganize gifanalyzer.c
2018-01-30 14:27:20 +01:00
Thomas Bernard
8c029c5993
gifanalyzer: decode more bytes of Image descriptor
2018-01-30 13:50:14 +01:00
Thomas Bernard
a4b80c75e1
Fix compilation of gifanalyzer on old GCC versions
...
0b00000 is not standard C, use 0x00 litterals.
Also fix printf format
2018-01-30 13:28:42 +01:00
Thomas Bernard
c36729b5bc
Compile tools
2018-01-29 16:54:44 +01:00
Thomas Bernard
d0417faad2
Fix gifanalyzer.c
2018-01-29 16:53:14 +01:00
Thomas Bernard
26ab4c6844
converted gifanalyzer.c to UNIX file endings
2018-01-29 16:40:38 +01:00
Thomas Bernard
1c6a9e5830
Add a SDL_image test tool. use IMG_Load() and display
2018-01-29 16:39:50 +01:00
Adrien Destugues
705584a9d7
Fix some doxygen warnings.
...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2117 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2015-04-04 09:08:11 +00:00
Adrien Destugues
f0ebf223a8
Doxyfile: enable QUIET
...
* Too much messages hides the useful warnings.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2101 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2015-03-02 10:28:00 +00:00
Adrien Destugues
85e91c223f
Change generation directory for Doxygen.
...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2100 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2015-03-02 10:03:25 +00:00
Adrien Destugues
2373a19c62
Unfinished tool for examining GIF files. May prove useful.
...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1694 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2011-01-23 17:00:07 +00:00
Adrien Destugues
54353c6094
* Update to newer version of doxygen. There is a new option to remove the timestamp from generated html, so the custom footer is not needed anymore.
...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1683 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2011-01-17 19:21:30 +00:00
Yves Rizoud
3ca5322379
Reorganized source code and directory tree.
...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1375 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2010-03-05 02:53:19 +00:00
Adrien Destugues
dddc128794
* Add a set of palettes contributed by Nitrofurano. Thanks !
...
* Add a small python script to convert palettes back to the old .PAL format if you ever need it.
* Update wiki page about palette to link to the new palettes ( I din't know where to put that)
* also moved "translation" tools to the "tools" folder along with the convert script
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1283 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2010-01-27 17:23:12 +00:00