Thomas BERNARD
|
ea7f66de74
|
keep grafx2.rdef up to date and include it in source tgz
|
2020-02-02 23:20:32 +01:00 |
|
Thomas BERNARD
|
d4271123b6
|
update .gitignore
|
2020-02-02 12:54:38 +01:00 |
|
Thomas BERNARD
|
c0d04a7419
|
fix double generation of unicode_0390-03C9.png & unicode_3040-309F.png when make -j2
|
2020-02-02 12:50:30 +01:00 |
|
Thomas BERNARD
|
3cf14546c8
|
macos: always copy gfx2.png in Resources dir
|
2020-02-01 18:03:13 +01:00 |
|
Thomas Bernard
|
89554b59f7
|
Fix build of prepackaged sources
if 3rdparty directory is not there, do not attempt to copy from it
|
2020-02-01 14:42:15 +01:00 |
|
Thomas Bernard
|
c6460cf939
|
prepare version 2.7 release
|
2020-01-30 23:58:51 +01:00 |
|
Thomas Bernard
|
011c1a1e85
|
minor fix
|
2020-01-19 15:34:29 +01:00 |
|
Thomas Bernard
|
c93f028f4c
|
doxygen fix
|
2020-01-19 15:15:15 +01:00 |
|
Thomas Bernard
|
be15cdfce5
|
stformats.c: doxygen comments
|
2020-01-19 15:14:54 +01:00 |
|
Thomas Bernard
|
e956a0743b
|
Save_PC1: PC1_compress_packbits => PackBits_pack_buffer
|
2020-01-19 14:43:35 +01:00 |
|
Thomas Bernard
|
bd723a9a2c
|
Load_PC1: PC1_uncompress_packbits_file => PackBits_unpack_from_file
|
2020-01-19 14:33:24 +01:00 |
|
Thomas Bernard
|
06a0e706b9
|
Atari ST formats comments
|
2020-01-19 14:32:41 +01:00 |
|
Thomas Bernard
|
1f601d06ae
|
support Atari ST CA1 format (Crack Art)
|
2020-01-19 14:31:44 +01:00 |
|
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 |
|