2941 Commits

Author SHA1 Message Date
Thomas Bernard
966b1e58c3
reduce the amount of compilation warnings 2019-12-07 14:24:02 +01:00
Thomas Bernard
bcbedab22d
packbits optimization #2 2019-12-07 14:08:47 +01:00
Thomas Bernard
de15e1036f
packbits optimization #1 2019-12-07 14:08:47 +01:00
Thomas Bernard
8f25341244
also check the Saving/Loading of picture palette 2019-12-07 13:55:20 +01:00
Thomas Bernard
3555eb86bb
check that the file is saved in the right format 2019-12-07 13:44:28 +01:00
Thomas Bernard
b8bea154eb
TIFF : fix saving not in the current directory
useful only for tests
2019-12-07 13:24:34 +01:00
Thomas Bernard
f026c3f04b
test Save_xxx functions 2019-12-07 13:23:46 +01:00
Thomas Bernard
43b8707fc4 remove warning in Get_image_mode() 2019-12-07 13:06:49 +01:00
Thomas Bernard
b85aa16a00 better log message in Get_GFX2_Surface_pixel() 2019-12-07 13:06:33 +01:00
Thomas Bernard
24c0bda8b4
Load GO1/GO2 who have a CPC Old palette 2019-12-07 11:27:42 +01:00
Thomas Bernard
6353202623
disasm of code embedded in SCR 2019-12-07 11:27:42 +01:00
Thomas Bernard
fe2fd9a49b
load CPC Old palette of iMPdraw SCR's 2019-12-07 11:27:41 +01:00
Thomas Bernard
6c388020b0
improve debug output of Load_SCR() 2019-12-07 11:27:41 +01: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
5b264e876d
Load_SCR() iMPdraw v2 files 2019-12-07 11:27:41 +01:00
Thomas Bernard
d97364a439
Test_SCR() detect iMPdraw pictures 2019-12-07 11:27:41 +01:00
Adrien Destugues
52ae9de584 More fixes to GraphOS file loading
- There may be no .KIT file around, still load the pixels then
- Files from the actual GraphOS are one byte shorter than expected
2019-12-06 21:54:26 +01:00
Thomas Bernard
e13833a2e8
Recoil 4.3.2 => 5.0.0 2019-12-05 10:46:16 +01:00
Thomas Bernard
4918c9efa5
Load_XXX() functions test 2019-12-04 23:59:11 +01:00
Thomas Bernard
4fa256398c add function Get_image_mode()
just as there is Set_image_mode()
2019-11-29 01:03:45 +01:00
Thomas Bernard
f8c06cd575 add test for Test_PRG() 2019-11-29 00:09:36 +01:00
Thomas Bernard
6f32ff71d0
independent Test_PRG()/Load_PRG()
It will be easier to disable and also better if there Save_PRG()
2019-11-27 23:18:11 +01:00
Thomas Bernard
3d36057a33
c64 .PRG loader
emulate 6502 to let the autoload picture load itself !
supports multicolor, hires and some C64 FLI .PRGs
2019-11-24 09:57:20 +01:00
Thomas Bernard
6d69200bc3
add 6502 CPU emu 2019-11-24 09:57:20 +01:00
Thomas Bernard
317239c9cf
update file format tests 2019-11-23 19:50:13 +01:00
Thomas Bernard
3ac3936464
get rid of apple double files in SDL-1.2.15 win32 devel 2019-11-23 18:52:10 +01:00
Thomas Bernard
9b5de95481
Fix CPC_check_AMSDOS() for digits coded as 0x10 - 0x19 2019-11-23 18:51:27 +01:00
Thomas Bernard
69ad90c026 Fix loading of GO1/GO2/KIT Amstrad CPC+ files 2019-11-23 18:08:25 +01:00
Adrien Destugues
f6d6e8c5dd Add support for Graphos (Amstrad Plus) files. 2019-11-23 16:15:58 +01:00
Thomas Bernard
64b2761f14
Test of CPC Formats 2019-11-23 11:27:57 +01:00
Thomas Bernard
e2321c2abe
test for formats 2019-11-21 23:13:03 +01:00
Thomas Bernard
bdb5365f85 add the "pic-samples" git submodule 2019-11-19 22:29:52 +01:00
Thomas Bernard
d44f972c11
test Convert_24b_bitmap_to_256() 2019-11-19 22:26:03 +01:00
Thomas Bernard
d56915edc6
test unpacking of PackBits() 2019-11-19 22:26:03 +01:00
Thomas Bernard
3ba4472626
add Test_Packbits() 2019-11-19 22:26:03 +01:00
Thomas Bernard
cd1349fdab
tests/mockloadsave.c: add some debug output 2019-11-19 22:26:03 +01:00
Thomas BERNARD
28543ecd97
add tests for CPC_compare_colors() 2019-11-19 22:26:03 +01:00
Thomas Bernard
e3f089667a
CI: execute tests 2019-11-19 22:26:03 +01:00
Thomas Bernard
1810cdfb61
ajout d'un systeme de test unitaires 2019-11-19 22:26:03 +01:00
François Revol
a76aa44f4d Add missing gfx2.png to atari zip 2019-11-16 11:44:54 +01:00
François Revol
ad2a93de9c Fix atari crossbuild with netsurf toolchains 2019-11-16 10:53:42 +01:00
Thomas Bernard
2f7809baff
fewer error messages during appveyor build 2019-11-09 12:30:42 +01:00
Thomas Bernard
fb30128962
README.txt: update URLs 2019-11-09 12:28:25 +01:00
Thomas Bernard
ba2c5cb79e
add appveyor messages 2019-11-09 12:27:42 +01:00
Thomas Bernard
01a7200b5d
loadsavefuncs.c: fix build for win32 2019-11-09 02:57:42 +01:00
Thomas Bernard
d5953ad51a
move some functions from loadsave.c to loadsavefuncs.c 2019-11-09 02:42:33 +01:00
Thomas Bernard
90e5a61d0f C64: one more format 2019-10-20 18:12:15 +02:00
Thomas BERNARD
4143d1202f 3rdparty: more robust checkversion 2019-10-09 21:32:54 +02:00
Jaume Delclòs Coll
bce6cc7aaa call strlen one less time 2019-10-08 23:14:48 +02:00