2817 Commits

Author SHA1 Message Date
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
Jaume Delclòs Coll
3fc8c92ecd fix segfault 2019-10-08 20:52:20 +02:00
Thomas Bernard
1b0060caff Fix mouse emulation with X11 and Win32
see http://pulkomandy.tk/projects/GrafX2/ticket/147
2019-09-26 21:40:06 +02:00
Thomas Bernard
21f111eef7 Fix processing of comment lines in .GPL files
Gimp palette files
2019-09-16 01:10:30 +02:00
Thomas Bernard
dc8f42a5f2
gitlab-pages: add link to openhub 2019-08-24 11:39:16 +02:00
Thomas Bernard
24fee41e41
Allow closing window in more dialog
see http://pulkomandy.tk/projects/GrafX2/ticket/141
see e72bb8cab16a237f74db0cde1ed43e9f45ff0bd0
2019-08-14 23:24:12 +02:00
Thomas Bernard
7f4e1a10eb build with libtiff 3.9.6 2019-07-31 09:34:52 +02:00
Thomas Bernard
f28a6cb9a3
SDL2 2.0.9 => 2.0.10 2019-07-31 09:13:54 +02:00
Thomas Bernard
867ad86dd1
use lsb_release to select repository 2019-07-31 09:01:12 +02:00
Thomas Bernard
c20e408a82
gitlab-ci: enable atari build again 2019-07-31 09:01:12 +02:00
Romain Graillot
9709d5dfc7 Fix switch makefile and enable switch build again 2019-07-30 10:21:40 +02:00
Thomas Bernard
7c58f10721
fix warning comparison of integer expressions of different signedness: 'int' and 'unsigned int' 2019-07-25 00:06:59 +02:00
Thomas Bernard
fed21439cc
fix warnings : No newline at end of file 2019-07-25 00:06:59 +02:00
Thomas Bernard
291e9469c5
fix unused variable warning 2019-07-25 00:06:59 +02:00
Thomas Bernard
e56d193354
fix warning: 'r' may be used uninitialized in this function 2019-07-25 00:06:57 +02:00
Thomas Bernard
eb0b9eae62
remove unused argument warnings 2019-07-25 00:04:50 +02:00
Thomas Bernard
8c6eec6928
reduced Gui_loading_error_message to 256 bytes 2019-07-25 00:04:50 +02:00
Thomas Bernard
848ec95e92
fix warnings caused by sprintf()
note :
%hhu is C99, old mingw32 compiler complains about it
2019-07-25 00:04:41 +02:00
Thomas Bernard
b5751ebda8
error check in Get_program_directory() for linux 2019-07-25 00:04:41 +02:00
Thomas Bernard
2892f0330f
fix call to SDL_JoystickName() with SDL 1.2
SDL 1.2 :
const char *SDL_JoystickName(int index);

SDL 2.0 :
const char* SDL_JoystickName(SDL_Joystick* joystick);
2019-07-25 00:04:41 +02:00
Thomas BERNARD
0cea439da9
add support for reading HP-48 Grob format 2019-07-24 01:59:16 +02:00
Thomas BERNARD
911ad97646
miscfileformats.c: use GFX2_malloc() 2019-07-24 01:59:16 +02:00
Thomas BERNARD
9a084bca66
minor fixes for MacOS 2019-07-24 01:59:16 +02:00
Thomas Bernard
74fd2c8584 recoil 4.3.1 => 4.3.2 2019-07-16 20:46:24 +02:00
Thomas Bernard
f0bfce4337
update palette dialog help about key shortcuts
http://pulkomandy.tk/projects/GrafX2/ticket/126
2019-07-16 00:40:27 +02:00