log tools/64vw.c @ 2265:48b48251610a

age author description
Mon, 17 Jun 2019 02:03:35 +0300 Matti Hamalainen Refactor how the image "mode/type" is handled. It is still not perfect for
Sat, 15 Jun 2019 20:20:47 +0300 Matti Hamalainen Cleanup.
Sat, 15 Jun 2019 07:55:49 +0300 Matti Hamalainen Make it clear that 64vw accepts multiple files as argument.
Sat, 15 Jun 2019 07:55:26 +0300 Matti Hamalainen Move listing of C64 formats function to argShowC64Formats in lib64util.
Sat, 15 Jun 2019 06:43:36 +0300 Matti Hamalainen Change again how the interlace type information is stored. Now store it in
Sat, 15 Jun 2019 06:19:34 +0300 Matti Hamalainen Show the default chargen/character ROM file path in help.
Sat, 15 Jun 2019 06:18:09 +0300 Matti Hamalainen Remove accidentally committed unused code.
Sat, 15 Jun 2019 05:50:22 +0300 Matti Hamalainen Rename a function.
Fri, 14 Jun 2019 18:53:55 +0300 Matti Hamalainen Trailing whitespace cosmetic.
Fri, 14 Jun 2019 12:13:23 +0300 Matti Hamalainen Make color interlace type generate a mixed palette instead of using special
Fri, 14 Jun 2019 12:12:19 +0300 Matti Hamalainen Remove useless DMC64ImageFormat parameter from some conversion functions.
Fri, 14 Jun 2019 06:03:47 +0300 Matti Hamalainen Check for minimum number of colors in external palette.
Fri, 14 Jun 2019 05:01:12 +0300 Matti Hamalainen Revamp the palette handling in lib64gfx somewhat, add helper functions to
Fri, 14 Jun 2019 03:24:24 +0300 Matti Hamalainen Add new module "lib64util", and move some functions there from lib64gfx
Fri, 14 Jun 2019 01:56:47 +0300 Matti Hamalainen Comments and cosmetics.
Fri, 14 Jun 2019 00:42:36 +0300 Matti Hamalainen Improvements to the lib64gfx palette handling.
Fri, 14 Jun 2019 00:00:27 +0300 Matti Hamalainen Replace dmC64InitializeFormats() with dmLib64GFXInit() and dmLib64GFXClose().
Thu, 13 Jun 2019 23:59:05 +0300 Matti Hamalainen Rename variable.
Wed, 12 Jun 2019 20:33:50 +0300 Matti Hamalainen Rename short option '-p' (probe only) to '-P'.
Wed, 12 Jun 2019 20:25:06 +0300 Matti Hamalainen Change the error message for unimplemented option argument.
Mon, 10 Jun 2019 23:58:03 +0300 Matti Hamalainen Change 64vw's short description.
Wed, 29 May 2019 10:24:53 +0300 Matti Hamalainen Use only long option for char ROM.
Mon, 27 May 2019 10:47:46 +0300 Matti Hamalainen Fix character ROM data handling.
Mon, 27 May 2019 08:35:35 +0300 Matti Hamalainen Rename various C64_* constants to D64_*.
Mon, 27 May 2019 06:01:32 +0300 Matti Hamalainen Add initial support to 64vw and gfxconv for viewing and converting character
Sun, 26 May 2019 18:40:45 +0300 Matti Hamalainen Bump copyright years.
Sat, 25 May 2019 18:40:52 +0300 Matti Hamalainen Oops, missing printf argument.
Thu, 07 Mar 2019 14:12:21 +0200 Matti Hamalainen Backed out changeset dcca36701cdd
Tue, 05 Mar 2019 09:56:47 +0200 Matti Hamalainen Revamp how the DMImage palette system and color formats work, as preparation
Tue, 19 Feb 2019 12:18:12 +0200 Matti Hamalainen Cleanups.
Wed, 05 Dec 2018 17:43:08 +0200 Matti Hamalainen Make space-key go to next image in addition to arrow right/up.
Wed, 05 Dec 2018 17:42:38 +0200 Matti Hamalainen Canonicalize the 64vw window title in case of non-supported files.
Mon, 02 Jul 2018 05:05:50 +0300 Matti Hamalainen Only show error message if the error is other than "not supported".
Mon, 02 Jul 2018 05:03:52 +0300 Matti Hamalainen Improve error message for not being able to decode the file.
Fri, 29 Jun 2018 17:17:14 +0300 Matti Hamalainen Architectural change: remove some duplicated variables from DMC64Image
Thu, 28 Jun 2018 17:26:30 +0300 Matti Hamalainen "Enable" the image->c64 bitmap conversion path in gfxconv. It does not work
Fri, 22 Jun 2018 17:02:47 +0300 Matti Hamalainen Bump copyright and version.
Fri, 22 Jun 2018 12:20:46 +0300 Matti Hamalainen Add indentation parameter to dmC64ImageDump().
Wed, 13 Jun 2018 01:46:18 +0300 Matti Hamalainen Actually it seems to be good to NULL check before calling SDL_Destroy*() and
Tue, 12 Jun 2018 20:37:53 +0300 Matti Hamalainen Change c64 format probing API to use DMGrowBuf.
Tue, 12 Jun 2018 17:12:48 +0300 Matti Hamalainen Refactor the c64 bitmap format definitions handling to be more flexible. Again.
Mon, 11 Jun 2018 21:30:11 +0300 Matti Hamalainen Cleanup.
Mon, 11 Jun 2018 18:09:00 +0300 Matti Hamalainen Add a format flag for marking formats that have broken/incomplete support and use it.
Mon, 11 Jun 2018 13:57:07 +0300 Matti Hamalainen Change DMGrowBuf API somewhat and implement more copy operations.
Fri, 08 Jun 2018 22:03:19 +0300 Matti Hamalainen Use the default C64 palette whenever we need it, but make it possible to override it.
Thu, 07 Jun 2018 15:54:19 +0300 Matti Hamalainen Add new option -i for printing information about the images
Tue, 05 Jun 2018 21:58:10 +0300 Matti Hamalainen More consistently use DMGrowBuf in the lib64gfx APIs, and implement
Wed, 30 May 2018 21:10:57 +0300 Matti Hamalainen Display number of supported C64 image formats in --formats list of 64vw and gfxconv.
Wed, 30 May 2018 21:08:34 +0300 Matti Hamalainen Add option to 64vw to list only filenames of recognized files (-l). Implies probe (-p).
Mon, 28 May 2018 14:52:45 +0300 Matti Hamalainen Add --formats option to 64vw and remove the format listing from --help.
Mon, 14 May 2018 06:44:28 +0300 Matti Hamalainen Bump 64vw version.
Mon, 14 May 2018 06:44:20 +0300 Matti Hamalainen Add arrow up and down keys as alias controls to left and right.
Sun, 13 May 2018 09:49:03 +0300 Matti Hamalainen Make home/end keys to go to first and last file respectively in 64vw.
Sun, 13 May 2018 08:23:58 +0300 Matti Hamalainen Try to make the window title more informative.
Sun, 13 May 2018 08:23:34 +0300 Matti Hamalainen Use C64_SCR_* constants instead of hardcoded number values in creating surface.
Sun, 13 May 2018 08:22:56 +0300 Matti Hamalainen Instead of specifying forced input format (-f) as a number in 64vw,
Sun, 13 May 2018 07:36:47 +0300 Matti Hamalainen Add fullscreen toggle support.
Sun, 13 May 2018 07:36:37 +0300 Matti Hamalainen Use SDL_CreateRGBSurfaceWithFormat().
Sun, 13 May 2018 07:33:05 +0300 Matti Hamalainen Fix page up/down skip amounts.
Sun, 13 May 2018 06:00:50 +0300 Matti Hamalainen Initial port to SDL2. Many things will not work now.