log

age author description
Tue, 15 May 2018 12:38:55 +0300 Matti Hamalainen Constify.
Tue, 15 May 2018 12:35:55 +0300 Matti Hamalainen Cleanup.
Tue, 15 May 2018 12:30:29 +0300 Matti Hamalainen Move format probe functions near to their other functions.
Tue, 15 May 2018 12:00:43 +0300 Matti Hamalainen Cleanups.
Tue, 15 May 2018 11:58:46 +0300 Matti Hamalainen NULL check.
Tue, 15 May 2018 11:33:46 +0300 Matti Hamalainen Slight improvements to fptest.
Mon, 14 May 2018 12:42:24 +0300 Matti Hamalainen Convert libgfx file format routines to use DMResource instead of stdio FILE.
Mon, 14 May 2018 12:40:57 +0300 Matti Hamalainen Implement dmfputs() in DMResource subsystem.
Mon, 14 May 2018 11:45:33 +0300 Matti Hamalainen Cleanups.
Mon, 14 May 2018 11:20:05 +0300 Matti Hamalainen Rename dmf_create_*() functions to dmf_open_*().
Mon, 14 May 2018 10:53:54 +0300 Matti Hamalainen Bump copyright years.
Mon, 14 May 2018 10:45:36 +0300 Matti Hamalainen Typofix.
Mon, 14 May 2018 10:34:36 +0300 Matti Hamalainen Cleanup plrtest.
Mon, 14 May 2018 09:53:40 +0300 Matti Hamalainen Minor optimizations.
Mon, 14 May 2018 09:44:21 +0300 Matti Hamalainen Change dmConvertScaledSurface() interface by remove flags.
Mon, 14 May 2018 08:47:19 +0300 Matti Hamalainen Fix some uninitialized variable warnings.
Mon, 14 May 2018 07:45:25 +0300 Matti Hamalainen Bump copyright years.
Mon, 14 May 2018 07:32:09 +0300 Matti Hamalainen Adjust Fun Paint 2 decoding now that the RLE decoding is fixed.
Mon, 14 May 2018 07:27:31 +0300 Matti Hamalainen Fix RLE decoder bounds checks for compressed sequences.
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.
Mon, 14 May 2018 06:38:58 +0300 Matti Hamalainen Implement packed Koala Painter probing.
Mon, 14 May 2018 06:37:29 +0300 Matti Hamalainen Oops, missed this from the last commit.
Mon, 14 May 2018 06:36:18 +0300 Matti Hamalainen Implement common encdec ops lists for sharing oplists between formats that
Mon, 14 May 2018 05:53:22 +0300 Matti Hamalainen Add inline helper function fmtGetEncDecOp() and use it.
Mon, 14 May 2018 05:38:58 +0300 Matti Hamalainen Add commas after macro blocks in the format array.
Mon, 14 May 2018 05:13:44 +0300 Matti Hamalainen Reorder some format operators by address.
Mon, 14 May 2018 04:27:53 +0300 Matti Hamalainen Refactor the c64 format memory handling a bit for more flexibility.
Mon, 14 May 2018 04:11:45 +0300 Matti Hamalainen Merge.
Mon, 14 May 2018 04:11:31 +0300 Matti Hamalainen Rename DT_BITMAP to DT_BITMAP_RAM.
Mon, 14 May 2018 03:39:07 +0300 Matti Hamalainen Improve error handling.
Mon, 14 May 2018 02:38:24 +0300 Matti Hamalainen Remove some useless constants.
Mon, 14 May 2018 00:09:36 +0300 Matti Hamalainen Cleanup.
Sun, 13 May 2018 23:20:32 +0300 Matti Hamalainen Add somewhat broken support for "Big FLI" aka BFLI files. Needs more work.
Sun, 13 May 2018 23:19:36 +0300 Matti Hamalainen Rename a function.
Sun, 13 May 2018 20:34:29 +0300 Matti Hamalainen Add NULL check for growbuf pointer.
Sun, 13 May 2018 10:07:25 +0300 Matti Hamalainen Improve and simplify Fun Paint 2 format support.
Sun, 13 May 2018 09:51:13 +0300 Matti Hamalainen Add support for packed Koala Painter files, though without probing now.
Sun, 13 May 2018 09:50:13 +0300 Matti Hamalainen Get rid of some code duplication by merging functionality of certain pixel
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 09:10:52 +0300 Matti Hamalainen Fix Koala Painter background color decoding.
Sun, 13 May 2018 09:09:58 +0300 Matti Hamalainen Add support for "Picasso 64" and "Vidcom 64" multicolor formats.
Sun, 13 May 2018 09:08:18 +0300 Matti Hamalainen Implement another RLE variant, with different ordering of marker, count and data bytes.
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:56:47 +0300 Matti Hamalainen Minor cleanup.
Sun, 13 May 2018 07:47:29 +0300 Matti Hamalainen Rename some variables to be more meaningful.
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 07:32:36 +0300 Matti Hamalainen Oops, 8 vs 32bits. Didn't seem to matter anyhow, though.
Sun, 13 May 2018 06:59:26 +0300 Matti Hamalainen Added tag last_SDL1 for changeset 8f06c23e197d
Sun, 13 May 2018 06:40:11 +0300 Matti Hamalainen Bump version and copyright of PPL/CBP.
Sun, 13 May 2018 06:39:54 +0300 Matti Hamalainen Make texture/surface creation better.
Sun, 13 May 2018 06:39:13 +0300 Matti Hamalainen Cleanup some remnants of SDL1 code.
Sun, 13 May 2018 06:14:08 +0300 Matti Hamalainen Fix colours by creating a correctly ordered surface.
Sun, 13 May 2018 06:04:11 +0300 Matti Hamalainen Few fixes in the README.
Sun, 13 May 2018 06:00:50 +0300 Matti Hamalainen Initial port to SDL2. Many things will not work now.
Sun, 13 May 2018 05:59:42 +0300 Matti Hamalainen Cosmetics. last_SDL1