254 Commits

Author SHA1 Message Date
Thomas Bernard
4eee27953c
generate a test report in junit format
should improve gitlab-ci output
2020-02-16 23:07:12 +01:00
Thomas BERNARD
b5fa4cfe65 fix build for OSX with OSX_STATIC=0 API=sdl 2020-02-15 12:53:59 +01:00
Thomas BERNARD
c2a1eb0d26 Makefile: custom "which" function to work around OS X 10.4 which command limitations 2020-02-15 12:53:43 +01:00
Thomas Bernard
eb0effaf3f
move some functions from filesel.c to fileseltools.c 2020-02-15 11:46:36 +01:00
Thomas Bernard
47e1ee496e
tests: build for win32 2020-02-15 11:46:25 +01:00
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
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
550da692f8
move GIF to giformat.c 2020-01-18 00:42:59 +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
4d57ba39bb
Loading of MSX Mode 2 pictures 256x192 2019-12-27 02:44:04 +01:00
Thomas Bernard
8e56c368ea fix building of dependencies for 6502.o 2019-12-21 21:24:42 +01:00
Thomas Bernard
90c0fb6ea6
IFF (ILBM/PBM/ACBM) => ifformat.c 2019-12-07 16:57:02 +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
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
e13833a2e8
Recoil 4.3.2 => 5.0.0 2019-12-05 10:46:16 +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
e2321c2abe
test for formats 2019-11-21 23:13:03 +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
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
d5953ad51a
move some functions from loadsave.c to loadsavefuncs.c 2019-11-09 02:42:33 +01:00
Thomas Bernard
7f4e1a10eb build with libtiff 3.9.6 2019-07-31 09:34:52 +02:00
Romain Graillot
9709d5dfc7 Fix switch makefile and enable switch build again 2019-07-30 10:21:40 +02:00
Thomas Bernard
74fd2c8584 recoil 4.3.1 => 4.3.2 2019-07-16 20:46:24 +02:00
Thomas Bernard
5a711ebd23
add -v option when running within valgrind 2019-06-09 02:01:35 +02:00
Thomas Bernard
58eaeda164 Win32: browse Network Neighborhood 2019-06-01 13:15:57 +02:00
Romain Graillot
44d36c94dc Fix Switch port build 2019-05-29 19:53:10 +02:00
Thomas Bernard
16ecf7fb0a
fix API=x11 build 2019-05-21 21:52:31 +02:00
Thomas Bernard
a96d0289f4
make install: install gfx2.png as well 2019-05-16 10:46:20 +02:00
Thomas Bernard
0c2ee6659a
add gfx2mem.c/.h: GFX2_malloc() to log allocation failures 2019-05-07 17:04:44 +02:00
Thomas Bernard
e39a8a55a9
htmldoc: add the ability to choose the skin
skinselector hidden when JS is disabled
or when printed
2019-05-03 22:11:48 +02:00
Thomas Bernard
deed88bed4
Improve HTML doc : add icon and "Tooltip" 2019-05-03 22:11:39 +02:00
Romain Graillot
d36e59ca9c Add Nintendo Switch support (including gitlab-ci, gitlab-pages etc.) 2019-04-28 11:18:23 +02:00
Thomas Bernard
159e26bb25 fix link with zlib.
GPX decoding uses zlib. It should be explicitely linked or else it produces
errors :

Linking ../bin/grafx2-sdl
/usr/bin/ld: ../obj/unix-sdl/miscfileformats.o: undefined reference to symbol 'uncompress'
//lib/x86_64-linux-gnu/libz.so.1: error adding symbols: DSO missing from command line
2019-04-27 13:12:45 +02:00
Thomas Bernard
da7b5d0b95
3rdparty: build and install Win32/atari/native files in specific directories 2019-03-20 15:48:54 +01:00
Thomas Bernard
d8793cd85a win32: build with -mwindows 2019-03-10 22:59:06 +01:00
Thomas Bernard
1e16fe387d
appveyor: use 7z instead of zip 2019-03-09 15:15:20 +01:00
Thomas Bernard
23e462d177
win32/MSys: fix API=win32 make 2019-03-09 14:25:35 +01:00
Thomas Bernard
0af0ac0f29
win32: COMSPEC is sometimes ComSpec 2019-03-09 14:24:16 +01:00
Thomas Bernard
d6a4c6e646
Makefile: update Win32 (COMSPEC) config 2019-02-27 01:21:50 +01:00
Thomas Bernard
84b4f76102
GP2X: scripts, fonts, etc. are in data/ 2019-02-20 15:29:08 +01:00
Thomas Bernard
ada76ff54a
support for libtiff 3.x 2019-02-20 13:56:01 +01:00