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
|
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 |
|
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
|
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
|
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
|
deb6bdf39a
|
fix for building under macOS
|
2020-01-05 01:04:53 +01:00 |
|
Thomas Bernard
|
f11b767efc
|
Fix string length : _snprintf() does not terminate strings properly
see https://pulkomandy.tk/projects/GrafX2/ticket/131
|
2020-01-04 12:47:15 +01:00 |
|
Thomas Bernard
|
4499c11c01
|
fix Drag&Drop under MS Windows
see https://pulkomandy.tk/projects/GrafX2/ticket/140
|
2020-01-04 12:14:18 +01:00 |
|
Thomas Bernard
|
9af49020a2
|
update MS Visual Studio project files
|
2020-01-04 12:13:22 +01:00 |
|
Thomas Bernard
|
8fec161073
|
errno.h is needed under linux
|
2020-01-04 10:44:20 +01:00 |
|
Thomas Bernard
|
22eddf1071
|
C64 Test files written in the same location as other test files
|
2020-01-04 10:35:02 +01:00 |
|
Thomas Bernard
|
c8c53827e3
|
helpfile.h: about .PRG for C64
|
2020-01-02 02:07:03 +01:00 |
|
Thomas Bernard
|
19dec01d4f
|
Save_PRG() supports C64 hires bitmap mode
|
2020-01-02 01:55:50 +01:00 |
|
Thomas Bernard
|
c820ba61ac
|
use PackBits for saving .PRG
|
2020-01-02 00:07:00 +01:00 |
|
Thomas Bernard
|
59b029effe
|
PackBits_pack_buffer()
|
2020-01-02 00:07:00 +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
|
e656139f93
|
fix memleak in Test_C64_Formats()
see 72a956a98df72fa3e1ea574406c06ac19df770ae
|
2020-01-02 00:00:27 +01:00 |
|
Thomas Bernard
|
de271ec3dd
|
Save to C64 PRG autoload format
still to do :
packbits packing
|
2020-01-02 00:00:27 +01:00 |
|
Thomas Bernard
|
d7451d6d6e
|
c64load: emulate C64 KERNAL GETIN better
no key is pressed
|
2020-01-02 00:00:26 +01:00 |
|
Thomas Bernard
|
bf8347e4d9
|
ANSI colors in test program output
|
2020-01-02 00:00:26 +01:00 |
|
Thomas Bernard
|
7e276e105a
|
improve C64 formats tests
|
2020-01-02 00:00:26 +01:00 |
|