3123 Commits

Author SHA1 Message Date
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
Thomas Bernard
bcf0569d6b
test_SCR() explicitely recognize convimgcpc files
improve "Comment" message
2019-12-22 16:30:27 +01:00
Thomas Bernard
2a34ca83c8 Support CM5/GFX files with AMSDOS header
also fixes the extension in load/save dialog
2019-12-22 14:37:38 +01:00
Thomas Bernard
7db529b5c8
improve documentation on Amstrad CPC formats 2019-12-22 14:36:37 +01:00
Thomas Bernard
22b6c2439f
CPC: save autoload .SCR
with a .BAS if needed
2019-12-22 02:48:22 +01:00
Thomas Bernard
5b5bdf54dc
CPC_Firmware_to_Hardware_color() 2019-12-22 02:44:38 +01:00
Thomas Bernard
1aeab71663
load more CPC .SCR files 2019-12-22 02:44:38 +01:00
Thomas Bernard
cc30fe93d5
CPC_check_AMSDOS() now returns exec address 2019-12-22 02:44:38 +01:00
Thomas Bernard
2576bda4ed
Add @viewport CSS directive for HTML generated doc
to display better on smartphones
2019-12-22 02:23:30 +01:00
Thomas Bernard
9db0acc4db
Add .css for gitlab page 2019-12-22 02:23:30 +01:00
Thomas Bernard
3fefa78412
libraw2crtc.c: fix error handling 2019-12-21 21:31:30 +01:00
Thomas Bernard
8e56c368ea fix building of dependencies for 6502.o 2019-12-21 21:24:42 +01:00
Thomas Bernard
e84b186794
graphos GO1/GO2 files are 16 colors = 4bpp 2019-12-21 21:23:54 +01:00
Thomas Bernard
24a09c1569
tests: remove .pal/.GO2/.KIT files after test 2019-12-21 21:22:57 +01:00