3125 Commits

Author SHA1 Message Date
Thomas Bernard
29095b60e0
tests: '<' is forbidden in XML attributes 2020-02-23 14:39:40 +01:00
Thomas Bernard
d8365ca8be
testformats.c: error messages 2020-02-23 13:50:06 +01:00
Thomas BERNARD
684862de7d more test message 2020-02-17 23:02:52 +01:00
Thomas Bernard
05c25bd746
improve test-report.xml output 2020-02-17 00:53:25 +01:00
Thomas Bernard
0a3c608059
Test_* functions return error message for report.xml 2020-02-17 00:38:52 +01:00
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
1664c8410d
fix Test_Packbits()
(64 characters is too low for the Win32 %TEMP% path)
should fix the appveyor build
2020-02-15 19:02:36 +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
85906549b5 realpath() don't accept NULL 2nd arg with OS X < 10.6 2020-02-15 12:45:41 +01:00
Thomas BERNARD
6550e704fc SetPalette() => GFX2_SetPalette() 2020-02-15 12:45:40 +01:00
Thomas Bernard
3d53a91046
add Test_File_exists()
Tests the following functions :
* File_exists()
* Directory_exists()
* Extract_filename()
* For_each_directory_entry()
* Remove_path()
2020-02-15 11:58:08 +01:00
Thomas Bernard
1b28ed0909
add Test_Realpath() 2020-02-15 11:46:49 +01:00
Thomas Bernard
11459d3e3d
reduce verbosity of Test_C64() and Save_CA1() 2020-02-15 11:46:49 +01:00
Thomas Bernard
3864aa3905
use proper temporary path for win32 instead of /tmp 2020-02-15 11:46:36 +01:00
Thomas Bernard
62422ed6ed
Read_Write_bytes 2020-02-15 11:46:36 +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
a4869baaf3
appveyor tests 2020-02-15 11:46:25 +01:00
Thomas Bernard
f4ec35d8e4
testio.c: Read_*/Write_* functions 2020-02-15 11:46:24 +01:00
Thomas Bernard
3947a2ffd3
shows which tests failed 2020-02-15 11:46:20 +01:00
Thomas Bernard
d2d409b857 specific job for checkversions 2020-02-15 09:55:08 +01:00
Thomas Bernard
cc8257817f rename job_test => tests 2020-02-15 09:55:08 +01:00
Ryo ONODERA
08effacbfe NetBSD: Use statvfs instead of statfs
NetBSD removes statfs long ago and only provides statvfs.
2020-02-11 04:36:09 +09:00
Thomas Bernard
ef703e319a
Get_program_directory(): return "./" when not found 2020-02-06 21:46:11 +01:00
Thomas Bernard
0e538b99f6
FreeBSD: fix Get_program_directory() when launched from the path 2020-02-06 21:46:11 +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
d4271123b6 update .gitignore 2020-02-02 12:54:38 +01:00
Thomas BERNARD
c0d04a7419 fix double generation of unicode_0390-03C9.png & unicode_3040-309F.png when make -j2 2020-02-02 12:50:30 +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
c6460cf939
prepare version 2.7 release 2020-01-30 23:58:51 +01:00
Thomas Bernard
011c1a1e85 minor fix 2020-01-19 15:34:29 +01:00
Thomas Bernard
c93f028f4c doxygen fix 2020-01-19 15:15:15 +01:00
Thomas Bernard
be15cdfce5
stformats.c: doxygen comments 2020-01-19 15:14:54 +01:00
Thomas Bernard
e956a0743b
Save_PC1: PC1_compress_packbits => PackBits_pack_buffer 2020-01-19 14:43:35 +01:00
Thomas Bernard
bd723a9a2c Load_PC1: PC1_uncompress_packbits_file => PackBits_unpack_from_file 2020-01-19 14:33:24 +01:00
Thomas Bernard
06a0e706b9 Atari ST formats comments 2020-01-19 14:32:41 +01:00
Thomas Bernard
1f601d06ae
support Atari ST CA1 format (Crack Art) 2020-01-19 14:31:44 +01:00
Thomas Bernard
893f4531c9 checkversion error message 2020-01-18 12:43:43 +01:00
Thomas Bernard
11f8cf80eb
tiff 4.0.10 => 4.1.0 2020-01-18 12:32:39 +01:00
Thomas Bernard
eeb431c23e
jpeg 9c => 9d 2020-01-18 12:32:16 +01:00
Thomas Bernard
cad8658225
add PIXEL_MODE_TMS9918G2 (MSX, ColecoVision, etc.) 2020-01-18 10:13:59 +01:00
Thomas Bernard
6feb08649f
fix warning 2020-01-18 02:32:40 +01:00
Thomas Bernard
aa15469015
simplify GIF_empty_buffer() 2020-01-18 02:32:35 +01:00
Thomas Bernard
550da692f8
move GIF to giformat.c 2020-01-18 00:42:59 +01:00
Thomas Bernard
7f91480dbb
Pre_load() sets context->Width & context->Height 2020-01-18 00:11:56 +01:00
Thomas Bernard
266b092f63
brush rotate: use angles from -179° to 180° 2020-01-07 22:49:24 +01:00
Thomas Bernard
e152b75f4a properly use angles from 0 to 2PI (0 to 360°)
fixes https://pulkomandy.tk/projects/GrafX2/ticket/129
2020-01-05 00:12:44 +00:00
Thomas Bernard
cd2552e935
gfx2.css: less padding on mobile 2020-01-05 01:07:39 +01:00