3072 Commits

Author SHA1 Message Date
Thomas Bernard
3c5c518c83 Load_SCR(): fix loading of Overscan pictures 2019-12-21 19:57:46 +01:00
Thomas Bernard
3484c8fca4
Fix libraw2crtc when x or y can be > 255 2019-12-21 19:53:19 +01:00
Thomas Bernard
109143ecd2
Save_GOS(): pad with 0's and fix memory leak 2019-12-21 18:41:27 +01:00
Thomas Bernard
60c3f0b4ed
Save_GOS(): save the palette in CPC Plus "KIT" format 2019-12-21 18:11:44 +01:00
Thomas Bernard
20a2620ffc
CPC_check_AMSDOS() fix for files below 128 bytes 2019-12-21 18:10:12 +01:00
Thomas Bernard
4737d20757
Load_GOS() Pre_load() already sets context->Width, context->Height, context->Ratio 2019-12-21 18:08:02 +01:00
Adrien Destugues
2537707eaf Implement saving of GraphOS pictures. 2019-12-21 13:50:22 +01:00
Thomas Bernard
1338f2a21c
CI: liblua5.2-dev => liblua5.3-dev 2019-12-14 10:32:24 +01:00
Thomas Bernard
0dbeaee4d6
Limit Load_PRG() debug output on IO access 2019-12-08 15:49:07 +01:00
Thomas Bernard
ba407e87cc 3rdparty/.gitignore 2019-12-08 13:50:42 +01:00
Thomas Bernard
a9363c750d
gitlab-ci: run tests in a specific job with specific CFLAGS
will detect memory leaks and out of bound memory access
2019-12-08 12:54:24 +01:00
Thomas Bernard
3bccb65691
Load_GOS(): fix memory leak 2019-12-08 12:53:28 +01:00
Thomas Bernard
bba018de51 fix comments 2019-12-08 12:38:26 +01:00
Thomas Bernard
22cb702b18 1 less (stupid) warning in Load_TNY() 2019-12-08 12:23:44 +01:00
Thomas Bernard
697d88a105
cleanup test declarations for IFF formats 2019-12-08 11:57:28 +01:00
Thomas Bernard
b62bc3e958
test the Atari ST formats Save_XXX() functions 2019-12-08 11:47:55 +01:00
Thomas Bernard
2c874353bf
Save_TNY(): less debug output 2019-12-08 11:46:47 +01:00
Thomas Bernard
d6811b881b test TNY format 2019-12-08 11:13:10 +01:00
Thomas Bernard
9eba486c47
Saving of atari ST TNY format 2019-12-08 10:45:10 +01:00
Thomas Bernard
5e78ad6282
Loading of atari ST TNY files 2019-12-08 10:44:55 +01:00
Thomas Bernard
be68b498ac ifformat.c: fix build under WIN32 2019-12-07 17:09:21 +01:00
Thomas Bernard
90c0fb6ea6
IFF (ILBM/PBM/ACBM) => ifformat.c 2019-12-07 16:57:02 +01:00
Thomas Bernard
ec1e4537f1 helpfile.h: Fileformats credits +GO1 +MOTO +SCR 2019-12-07 16:26:32 +01:00
Thomas Bernard
556849e268 fix compilation of pngformats.c under FreeMint 2019-12-07 16:18:03 +01:00
Thomas Bernard
245795f1e1
move SCR/PPH/GO1/CM5 CPC to cpcformats.c 2019-12-07 16:15:50 +01:00
Thomas Bernard
640a80a9e5 C64 formats (KOALA/GPX/PRG/etc.) to c64formats.c 2019-12-07 15:59:05 +01:00
Thomas Bernard
45c1d4d26f
use GFX2_Log() in Load_FLI() 2019-12-07 15:48:41 +01:00
Thomas Bernard
b3affe6e7e
move ST formats (Degas, NEOChrome) to stformats.c 2019-12-07 15:38:12 +01:00
Thomas Bernard
089740f582 move Load_MOTO/Save_MOTO etc to motoformats.c 2019-12-07 15:25:14 +01:00
Thomas Bernard
7ae15c6e37
move Load_PNG/Save_PNG/etc to pngformat.c 2019-12-07 15:10:43 +01:00
Thomas Bernard
bbeba1acf8 translate comments to english 2019-12-07 14:45:47 +01:00
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