3136 Commits

Author SHA1 Message Date
Thomas Bernard
893f4531c9 checkversion error message 2020-01-18 12:43:43 +01:00
Thomas Bernard
11f8cf80eb
tiff 4.0.10 => 4.1.0 2020-01-18 12:32:39 +01:00
Thomas Bernard
eeb431c23e
jpeg 9c => 9d 2020-01-18 12:32:16 +01:00
Thomas Bernard
cad8658225
add PIXEL_MODE_TMS9918G2 (MSX, ColecoVision, etc.) 2020-01-18 10:13:59 +01:00
Thomas Bernard
6feb08649f
fix warning 2020-01-18 02:32:40 +01:00
Thomas Bernard
aa15469015
simplify GIF_empty_buffer() 2020-01-18 02:32:35 +01:00
Thomas Bernard
550da692f8
move GIF to giformat.c 2020-01-18 00:42:59 +01:00
Thomas Bernard
7f91480dbb
Pre_load() sets context->Width & context->Height 2020-01-18 00:11:56 +01:00
Thomas Bernard
266b092f63
brush rotate: use angles from -179° to 180° 2020-01-07 22:49:24 +01:00
Thomas Bernard
e152b75f4a properly use angles from 0 to 2PI (0 to 360°)
fixes https://pulkomandy.tk/projects/GrafX2/ticket/129
2020-01-05 00:12:44 +00:00
Thomas Bernard
cd2552e935
gfx2.css: less padding on mobile 2020-01-05 01:07:39 +01:00
Thomas Bernard
4874603ce7
gitlab-pages: add favicon 2020-01-05 01:07:39 +01:00
Thomas Bernard
0caa162b50
no X11 build for macOS 2020-01-05 01:04:53 +01:00
Thomas Bernard
deb6bdf39a
fix for building under macOS 2020-01-05 01:04:53 +01:00
Thomas Bernard
f11b767efc Fix string length : _snprintf() does not terminate strings properly
see https://pulkomandy.tk/projects/GrafX2/ticket/131
2020-01-04 12:47:15 +01:00
Thomas Bernard
4499c11c01 fix Drag&Drop under MS Windows
see https://pulkomandy.tk/projects/GrafX2/ticket/140
2020-01-04 12:14:18 +01:00
Thomas Bernard
9af49020a2 update MS Visual Studio project files 2020-01-04 12:13:22 +01:00
Thomas Bernard
8fec161073
errno.h is needed under linux 2020-01-04 10:44:20 +01:00
Thomas Bernard
d95f70467c
generate doxygen for tests as well 2020-01-04 10:39:23 +01:00
Thomas Bernard
22eddf1071
C64 Test files written in the same location as other test files 2020-01-04 10:35:02 +01:00
Thomas Bernard
c8c53827e3
helpfile.h: about .PRG for C64 2020-01-02 02:07:03 +01:00
Thomas Bernard
19dec01d4f
Save_PRG() supports C64 hires bitmap mode 2020-01-02 01:55:50 +01:00
Thomas Bernard
c820ba61ac
use PackBits for saving .PRG 2020-01-02 00:07:00 +01:00
Thomas Bernard
59b029effe
PackBits_pack_buffer() 2020-01-02 00:07:00 +01:00
Thomas Bernard
0dcee6acc3
move PackBits packing code to packbits.c
new functions :
- PackBits_pack_init()
- PackBits_pack_add()
- PackBits_pack_flush()
2020-01-02 00:07:00 +01:00
Thomas Bernard
e656139f93
fix memleak in Test_C64_Formats()
see 72a956a98df72fa3e1ea574406c06ac19df770ae
2020-01-02 00:00:27 +01:00
Thomas Bernard
de271ec3dd
Save to C64 PRG autoload format
still to do :
packbits packing
2020-01-02 00:00:27 +01:00
Thomas Bernard
22d98caa5b
Fix color depack algo 2020-01-02 00:00:27 +01:00
Thomas Bernard
d7451d6d6e
c64load: emulate C64 KERNAL GETIN better
no key is pressed
2020-01-02 00:00:26 +01:00
Thomas Bernard
bf8347e4d9
ANSI colors in test program output 2020-01-02 00:00:26 +01:00
Thomas Bernard
7e276e105a
improve C64 formats tests 2020-01-02 00:00:26 +01:00
Thomas Bernard
a5f2989577
Test C64 format + reorganize Save_C64_multi() 2020-01-02 00:00:26 +01:00
Thomas Bernard
796db2003d
c64 autoload viewer 2020-01-02 00:00:26 +01:00
Thomas Bernard
a8e0beba6d File formats credits 2019-12-30 23:41:22 +01:00
Thomas Bernard
63e58e00c6 doxygen for Save_MSX() 2019-12-30 15:35:32 +01:00
Thomas Bernard
347a42acc7 Test MSX .SC2 (loading) 2019-12-30 15:06:48 +01:00
Thomas Bernard
d1b49b5376
Save MSX .SC2 files (without sprite) 2019-12-30 15:06:22 +01:00
Thomas Bernard
7d3cfba955
update tests/pic-samples 2019-12-30 12:21:42 +01:00
Thomas Bernard
c1c6be51cf
set MSX palette when loading 2019-12-27 16:37:19 +01:00
Thomas Bernard
4d57ba39bb
Loading of MSX Mode 2 pictures 256x192 2019-12-27 02:44:04 +01:00
Thomas Bernard
49eae75a94
op_c.c/.h: doxygen 2019-12-26 23:55:04 +01:00
Thomas Bernard
e72274d1ea
colorred.c/.h: doxygen 2019-12-26 23:42:57 +01:00
Thomas Bernard
50ac812f6a
Remove the Nb_fonts global variable.
+ do not return pointers to static buffers
2019-12-26 23:29:24 +01:00
Thomas Bernard
e14edb10d6
const char * args in Init_context_* 2019-12-26 23:29:24 +01:00
Thomas Bernard
67ccb5b0e7
doxygen for T_Font, T_Tile 2019-12-26 23:29:24 +01:00
Thomas Bernard
a13d760b2a
fix: do not include <strings.h> when compiling with MS VC
<strings.h> is included for strcasecmp()
2019-12-26 23:13:14 +01:00
Thomas Bernard
6b82e80db0
better doxygen doc for CPC loaders 2019-12-23 22:13:12 +01:00
Thomas Bernard
c79e0cd605
minor fix in Load_SCR() OCP+ detection 2019-12-22 19:43:27 +01:00
Thomas Bernard
2c0baa1d2c
Link to CPC Mode 5 Viewer code 2019-12-22 16:38:21 +01:00
Thomas Bernard
a272e5551e
Load_SCR(): Load OCP+ palettes 2019-12-22 16:31:02 +01:00