Commit Graph

  • 4eee27953c
    generate a test report in junit format Thomas Bernard 2020-02-16 23:07:12 +01:00
  • 1664c8410d
    fix Test_Packbits() Thomas Bernard 2020-02-15 19:02:36 +01:00
  • b5fa4cfe65 fix build for OSX with OSX_STATIC=0 API=sdl Thomas BERNARD 2020-02-10 23:19:10 +01:00
  • c2a1eb0d26 Makefile: custom "which" function to work around OS X 10.4 which command limitations Thomas BERNARD 2020-02-10 10:11:10 +01:00
  • 85906549b5 realpath() don't accept NULL 2nd arg with OS X < 10.6 Thomas BERNARD 2020-02-09 20:37:22 +01:00
  • 6550e704fc SetPalette() => GFX2_SetPalette() Thomas BERNARD 2020-02-06 23:33:38 +01:00
  • 3d53a91046
    add Test_File_exists() Thomas Bernard 2020-02-15 11:37:15 +01:00
  • 1b28ed0909
    add Test_Realpath() Thomas Bernard 2020-02-15 11:05:08 +01:00
  • 11459d3e3d
    reduce verbosity of Test_C64() and Save_CA1() Thomas Bernard 2020-02-08 09:14:33 +01:00
  • 3864aa3905
    use proper temporary path for win32 instead of /tmp Thomas Bernard 2020-02-08 01:59:04 +01:00
  • 62422ed6ed
    Read_Write_bytes Thomas Bernard 2020-02-08 01:30:14 +01:00
  • eb0effaf3f
    move some functions from filesel.c to fileseltools.c Thomas Bernard 2020-02-08 01:03:43 +01:00
  • 47e1ee496e
    tests: build for win32 Thomas Bernard 2020-02-08 00:25:39 +01:00
  • a4869baaf3
    appveyor tests Thomas Bernard 2020-02-08 00:06:30 +01:00
  • f4ec35d8e4
    testio.c: Read_*/Write_* functions Thomas Bernard 2020-02-08 00:02:22 +01:00
  • 3947a2ffd3
    shows which tests failed Thomas Bernard 2020-02-15 11:05:40 +01:00
  • d2d409b857 specific job for checkversions Thomas Bernard 2020-02-08 00:28:14 +01:00
  • cc8257817f rename job_test => tests Thomas Bernard 2020-02-08 09:28:50 +01:00
  • 08effacbfe NetBSD: Use statvfs instead of statfs Ryo ONODERA 2020-02-11 04:36:09 +09:00
  • ef703e319a
    Get_program_directory(): return "./" when not found Thomas Bernard 2020-02-02 21:45:40 +01:00
  • 0e538b99f6
    FreeBSD: fix Get_program_directory() when launched from the path Thomas Bernard 2020-02-02 21:44:32 +01:00
  • ea7f66de74 keep grafx2.rdef up to date and include it in source tgz Thomas BERNARD 2020-02-02 23:20:32 +01:00
  • d4271123b6 update .gitignore Thomas BERNARD 2020-02-02 12:54:38 +01:00
  • c0d04a7419 fix double generation of unicode_0390-03C9.png & unicode_3040-309F.png when make -j2 Thomas BERNARD 2020-02-02 12:50:30 +01:00
  • 3cf14546c8 macos: always copy gfx2.png in Resources dir Thomas BERNARD 2020-02-01 18:03:13 +01:00
  • 89554b59f7
    Fix build of prepackaged sources Thomas Bernard 2020-02-01 14:42:15 +01:00
  • c6460cf939
    prepare version 2.7 release Thomas Bernard 2020-01-30 23:58:51 +01:00
  • 011c1a1e85 minor fix Thomas Bernard 2020-01-19 15:34:29 +01:00
  • c93f028f4c doxygen fix Thomas Bernard 2020-01-19 15:15:15 +01:00
  • be15cdfce5
    stformats.c: doxygen comments Thomas Bernard 2020-01-19 15:14:54 +01:00
  • e956a0743b
    Save_PC1: PC1_compress_packbits => PackBits_pack_buffer Thomas Bernard 2020-01-18 12:14:25 +01:00
  • bd723a9a2c Load_PC1: PC1_uncompress_packbits_file => PackBits_unpack_from_file Thomas Bernard 2020-01-18 12:03:22 +01:00
  • 06a0e706b9 Atari ST formats comments Thomas Bernard 2020-01-19 14:32:41 +01:00
  • 1f601d06ae
    support Atari ST CA1 format (Crack Art) Thomas Bernard 2020-01-18 02:32:02 +01:00
  • 893f4531c9 checkversion error message Thomas Bernard 2020-01-18 12:43:43 +01:00
  • 11f8cf80eb
    tiff 4.0.10 => 4.1.0 Thomas Bernard 2020-01-18 12:32:39 +01:00
  • eeb431c23e
    jpeg 9c => 9d Thomas Bernard 2020-01-18 12:32:16 +01:00
  • cad8658225
    add PIXEL_MODE_TMS9918G2 (MSX, ColecoVision, etc.) Thomas Bernard 2020-01-09 23:11:40 +01:00
  • 6feb08649f
    fix warning Thomas Bernard 2020-01-18 00:58:37 +01:00
  • aa15469015
    simplify GIF_empty_buffer() Thomas Bernard 2020-01-18 00:50:23 +01:00
  • 550da692f8
    move GIF to giformat.c Thomas Bernard 2020-01-18 00:41:47 +01:00
  • 7f91480dbb
    Pre_load() sets context->Width & context->Height Thomas Bernard 2020-01-18 00:11:56 +01:00
  • 266b092f63
    brush rotate: use angles from -179° to 180° Thomas Bernard 2020-01-07 22:49:24 +01:00
  • e152b75f4a properly use angles from 0 to 2PI (0 to 360°) Thomas Bernard 2020-01-04 13:02:53 +01:00
  • cd2552e935
    gfx2.css: less padding on mobile Thomas Bernard 2020-01-04 16:46:50 +01:00
  • 4874603ce7
    gitlab-pages: add favicon Thomas Bernard 2020-01-04 13:47:31 +01:00
  • 0caa162b50
    no X11 build for macOS Thomas Bernard 2020-01-04 17:41:16 +01:00
  • deb6bdf39a
    fix for building under macOS Thomas Bernard 2020-01-04 17:28:01 +01:00
  • f11b767efc Fix string length : _snprintf() does not terminate strings properly Thomas Bernard 2020-01-04 12:28:57 +01:00
  • 4499c11c01 fix Drag&Drop under MS Windows Thomas Bernard 2020-01-04 12:14:18 +01:00
  • 9af49020a2 update MS Visual Studio project files Thomas Bernard 2019-12-24 02:15:47 +01:00
  • 8fec161073
    errno.h is needed under linux Thomas Bernard 2020-01-04 10:44:20 +01:00
  • d95f70467c
    generate doxygen for tests as well Thomas Bernard 2020-01-04 10:39:23 +01:00
  • 22eddf1071
    C64 Test files written in the same location as other test files Thomas Bernard 2020-01-04 10:35:02 +01:00
  • c8c53827e3
    helpfile.h: about .PRG for C64 Thomas Bernard 2020-01-02 02:07:03 +01:00
  • 19dec01d4f
    Save_PRG() supports C64 hires bitmap mode Thomas Bernard 2020-01-02 01:55:50 +01:00
  • c820ba61ac
    use PackBits for saving .PRG Thomas Bernard 2020-01-01 23:54:59 +01:00
  • 59b029effe
    PackBits_pack_buffer() Thomas Bernard 2020-01-01 23:22:40 +01:00
  • 0dcee6acc3
    move PackBits packing code to packbits.c Thomas Bernard 2020-01-01 23:17:41 +01:00
  • e656139f93
    fix memleak in Test_C64_Formats() Thomas Bernard 2019-12-31 20:10:14 +01:00
  • de271ec3dd
    Save to C64 PRG autoload format Thomas Bernard 2019-12-31 20:05:54 +01:00
  • 22d98caa5b
    Fix color depack algo Thomas Bernard 2019-12-31 20:01:52 +01:00
  • d7451d6d6e
    c64load: emulate C64 KERNAL GETIN better Thomas Bernard 2019-12-31 19:16:11 +01:00
  • bf8347e4d9
    ANSI colors in test program output Thomas Bernard 2019-12-31 19:05:12 +01:00
  • 7e276e105a
    improve C64 formats tests Thomas Bernard 2019-12-31 19:01:01 +01:00
  • a5f2989577
    Test C64 format + reorganize Save_C64_multi() Thomas Bernard 2019-12-31 02:00:22 +01:00
  • 796db2003d
    c64 autoload viewer Thomas Bernard 2019-10-22 23:59:06 +02:00
  • a8e0beba6d File formats credits Thomas Bernard 2019-12-30 23:41:22 +01:00
  • 63e58e00c6 doxygen for Save_MSX() Thomas Bernard 2019-12-30 15:35:32 +01:00
  • 347a42acc7 Test MSX .SC2 (loading) Thomas Bernard 2019-12-30 15:06:48 +01:00
  • d1b49b5376
    Save MSX .SC2 files (without sprite) Thomas Bernard 2019-12-30 15:06:22 +01:00
  • 7d3cfba955
    update tests/pic-samples Thomas Bernard 2019-12-30 12:21:42 +01:00
  • c1c6be51cf
    set MSX palette when loading Thomas Bernard 2019-12-27 16:37:19 +01:00
  • 4d57ba39bb
    Loading of MSX Mode 2 pictures 256x192 Thomas Bernard 2019-12-27 02:29:02 +01:00
  • 49eae75a94
    op_c.c/.h: doxygen Thomas Bernard 2019-12-26 23:55:04 +01:00
  • e72274d1ea
    colorred.c/.h: doxygen Thomas Bernard 2019-12-26 23:42:57 +01:00
  • 50ac812f6a
    Remove the Nb_fonts global variable. Thomas Bernard 2019-12-23 22:16:20 +01:00
  • e14edb10d6
    const char * args in Init_context_* Thomas Bernard 2019-12-23 22:15:37 +01:00
  • 67ccb5b0e7
    doxygen for T_Font, T_Tile Thomas Bernard 2019-12-23 22:14:53 +01:00
  • a13d760b2a
    fix: do not include <strings.h> when compiling with MS VC Thomas Bernard 2019-12-26 23:13:14 +01:00
  • 6b82e80db0
    better doxygen doc for CPC loaders Thomas Bernard 2019-12-23 22:13:12 +01:00
  • c79e0cd605
    minor fix in Load_SCR() OCP+ detection Thomas Bernard 2019-12-22 19:43:27 +01:00
  • 2c0baa1d2c
    Link to CPC Mode 5 Viewer code Thomas Bernard 2019-12-22 16:38:21 +01:00
  • a272e5551e
    Load_SCR(): Load OCP+ palettes Thomas Bernard 2019-12-22 16:31:02 +01:00
  • bcf0569d6b
    test_SCR() explicitely recognize convimgcpc files Thomas Bernard 2019-12-22 14:44:44 +01:00
  • 2a34ca83c8 Support CM5/GFX files with AMSDOS header Thomas Bernard 2019-12-22 14:37:38 +01:00
  • 7db529b5c8
    improve documentation on Amstrad CPC formats Thomas Bernard 2019-12-22 14:36:37 +01:00
  • 22b6c2439f
    CPC: save autoload .SCR Thomas Bernard 2019-12-22 02:21:34 +01:00
  • 5b5bdf54dc
    CPC_Firmware_to_Hardware_color() Thomas Bernard 2019-12-21 17:22:19 +01:00
  • 1aeab71663
    load more CPC .SCR files Thomas Bernard 2019-12-21 01:05:04 +01:00
  • cc30fe93d5
    CPC_check_AMSDOS() now returns exec address Thomas Bernard 2019-12-21 00:46:13 +01:00
  • 2576bda4ed
    Add @viewport CSS directive for HTML generated doc Thomas Bernard 2019-11-21 23:48:05 +01:00
  • 9db0acc4db
    Add .css for gitlab page Thomas Bernard 2019-11-21 23:47:42 +01:00
  • 3fefa78412
    libraw2crtc.c: fix error handling Thomas Bernard 2019-12-21 21:31:30 +01:00
  • 8e56c368ea fix building of dependencies for 6502.o Thomas Bernard 2019-12-21 21:24:42 +01:00
  • e84b186794
    graphos GO1/GO2 files are 16 colors = 4bpp Thomas Bernard 2019-12-21 21:23:54 +01:00
  • 24a09c1569
    tests: remove .pal/.GO2/.KIT files after test Thomas Bernard 2019-12-21 21:22:57 +01:00
  • 1fba07db99
    tests for Load_GOS/Load_SCR/Save_GOS/Save_SCR Thomas Bernard 2019-12-21 21:01:47 +01:00
  • 3c5c518c83 Load_SCR(): fix loading of Overscan pictures Thomas Bernard 2019-12-21 19:57:46 +01:00
  • 3484c8fca4
    Fix libraw2crtc when x or y can be > 255 Thomas Bernard 2019-12-21 19:53:19 +01:00