2952 Commits

Author SHA1 Message Date
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
Thomas Bernard
1fba07db99
tests for Load_GOS/Load_SCR/Save_GOS/Save_SCR 2019-12-21 21:01:47 +01:00
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