Skip to content

Releases: ricardoquesada/vchar64

VChar64 0.2.4

30 Mar 15:00
Compare
Choose a tag to compare
  • [NEW] Issue #29: VICE Snapshot: Auto-detects SEUCK games
  • [NEW] Issue #28: VICE Snapshot: Allows invalid VIC addresses
  • [FIX] Issue #27: Memory corruption when doing copy & paste

VChar64 0.2.3

18 Jan 19:58
Compare
Choose a tag to compare

0.2.3 (18 January 2017)

  • [FIX] Issue #26: URL links in About Dialog work as expected
  • [FIX] Issue #25: Version appears in About dialog when compiled from .tar.gz
  • [FIX] Issue #24: Uppercase extensions are supported (eg: .PRG is treated as .prg)
  • [FIX] Issue #23: Copy & paste work again on Tiles/Chars

VChar64 v0.2.2

08 Jan 19:31
Compare
Choose a tag to compare
  • [NEW] Keyboard Shortcuts:
    • Shift + Command + N: New Uppercase charset
    • Shift + Control + N: New Lowercase charset
  • [FIX] Fix crash when launching app + Colodore palette selected
  • [FIX] Issue #22: Better error reporting when open invalid files
  • [FIX] Copy & Paste Map of different sizes works as expected

VChar64 v0.2.1

18 Dec 17:32
Compare
Choose a tag to compare
  • [NEW] VICE Snapshot: Added support for new VICE v3 snapshot header format
  • [NEW] VICE Snapshot: Added support for C128MEM VICE snapshot segment (only first 64k)
  • [NEW] Palette: Added Colodore palette using 50% brightness, 100% contrast, 50% color values
  • [FIX] Auto-detect new version: Does not use HTTPS. Only HTTP. Less requirements

VChar64 v0.2.0

27 Aug 01:15
Compare
Choose a tag to compare
  • [NEW] Issue #13: Import VICE Snapshot supports importing maps as well
  • [NEW] Issue #14: Possibility to restore the last open files at launch. Enabled by default
  • [NEW] Issue #17: Added "File -> Clone Current Project"
  • [NEW] Auto Update: Check if there is a new version every 7 days. Enabled by default
  • [BUGFIX] Issue #11: Doesn't crash when clicking radios on empty Koa file
  • [BUGFIX] Issue #15: Menu->Colors->Multicolor are enabled/disabled as expected
  • [BUGFIX] Issue #16: Map/Charset/Tileset: Backward selection works as expected
  • [BUGFIX] Opening an already-open file will activate that window instead of opening a duplicate tab
  • [BUGFIX] Moves references to retro.moe/pungas.space from empty charset to About dialog
  • [BUGFIX] Fix memory leak when deleting a State instance
  • [BUGFIX] Fix crash when using the Map widget with no open documents
  • [BUGFIX] Settings code unified in Preferences code. OpenLastDir settings bug fixed

VChar64 v0.1.0

15 Jul 02:57
Compare
Choose a tag to compare
  • [NEW] Export: saves exported addresses in vcharproj file. Increased version to 3
  • [BUGFIX] Compiles on Ubuntu 16.04
  • [BUGFIX] Export: Export As shows most recent export addresses
  • [BUGFIX] Export: generates an Undo event only if it is different than previous state
  • [BUGFIX] Save: sets the Undo Stack as clean, but doesn't clear it
  • [BUGFIX] Save: saved files are appended to the recent files entry
  • [BUGFIX] Recent Files: Non existing entries appear as disabled
  • [BUGFIX] Multicolor: radios are enabled/disabled accordingly
  • [BUGFIX] Multicolor: copy & paste updates multicolor as well

VChar64 v0.0.13

15 Apr 14:56
Compare
Choose a tag to compare
  • [NEW] Charset and Tilset widgets have grid and zoom levels
  • [NEW] Map Widget: can enter tiles by using the keyboard
  • [NEW] Map Widget: can enter tiles by using ALT + tile_number
  • [NEW] Beeps are only played when there is an error. Before two beeps were used on errors. Now a single beep.
  • [BUGFIX] Export: uses the name of recently saved project
  • [BUGFIX] Export Dialog: tab-order fixed
  • [BUGFIX] Copy/Paste: doesn't allow copy paste invalid buffers
  • [BUGFIX] Cut: works as expected when using "inverse" range state->cut() no longer receives an offset since the offset is taken from the range
  • [BUGFIX] Cut: doesn't crash if cut is triggered when no window has focus
  • [BUGFIX] Map widget: selecting with keyboard for the first time works as expected
  • [BUGFIX] Maps scrolls normal speed (even big maps)
  • [BUGFIX] TilesetWidget and CharsetWidget use zoomLevel to instead of pixelSize for zooming. Faster and less memory(?)
  • [BUGFIX] Resizing maps works as expected
  • [BUGFIX] Displays correct tile in map when tile is resized. Doesn't crash on debug mode as well.

VChar64 v0.0.12

02 Mar 06:40
Compare
Choose a tag to compare
  • [NEW] Koala Import: supports importing subregions. Useful when 256 chars are not enough to import the whole bitmap
  • [NEW] Added unknown font. Ripped from here: http://csdb.dk/release/?id=144857
  • [NEW] VICE snapshot import: Default charset address is the one that was used at the moment the snapshot was taken
  • [NEW] Save/Export: Plays one beep on success, two beeps on error
  • [NEW] Main Window: Status Bar shows the coordinates of the different widgets
  • [BUGFIX] Export: shows correct extension when browsing file
  • [BUGFIX] VICE/Koala Import: sets the name of the imported file in the tab
  • [BUGFIX] Koala Import: detects duplicates chars, making the conversion smaller

VChar64 v0.0.11

01 Feb 06:47
Compare
Choose a tag to compare
  • [NEW] Added Koala import support.
    • Includes different heuristics
    • Only works if it can convert the image in 256 or less chars
  • [NEW] Added Tile Map support
    • Supports copy & paste & cut. Plus Undo & Redo
    • It has Rect Select, Flood Fill, Paint tools. Plus Clear and Grid. It has Zoom and an scroll area.
    • 'Export' supports exporting the map data
  • [NEW] Added "global foreground / one per tile" mode
    • 'Export' supports exporting the "tile colors"
  • [NEW] Export: Added "assembler" export format
  • [NEW] Import CharPad: Added support for tile colors and map
  • [NEW] Tile Dock: has an scroll area
  • [NEW] Menu: Moved "Tile" actions from 'Edit' to 'Tile'
    • Moved docks actions from "View / Views" to "View"
    • Added new "Map" menu
  • [NEW] Toolbar: Added "New", "Undo" and "Redo" actions
  • [NEW] Server: C128 images uses a .d71 disk image instead of a .d64 disk image
  • [NEW] Server: Supports "one color per tile" mode
  • [NEW] Tests: added new subdirectory which contains many... test files
  • [NEW] Examples: added Commando and Subchrist Chrome examples
  • [NEW] Examples: added c64_loader. Shows how to load the exported data in the c64
  • [BUGFIX] cut: works as expected.
  • [BUGFIX] Color Dock: Pens were grouped in the "Pen" group. Color Palette grows/shrinks automatically
  • [BUGFIX]: Internal code: signals code simplified. Less duplicate signals (faster redraws)
  • [BUGFIX]: Shortcuts 1,2,3,4 work as expected again
  • [BUGFIX]: Imports CharPad files correctly (both v4 and v5 format)
  • [BUGFIX]: Server: Don't send duplciated data (faster transfers)

VChar64 v0.0.10

06 Jan 01:08
Compare
Choose a tag to compare
  • [NEW] C64/C128 VChar TCP/IP server. Allows to preview your changes in real C64 or C128 (in C128 mode).
  • [NEW] Xlink menu moved under the "Preview" menu
  • [BUGFIX] Fix minor bugs in Xlink.