Windows character, tile and map editor for the Acorn Atom and BBC Micro, based from screenshots of the Commodore 64 CharPad
Added colour picker to the character editor (left click) draw colour (right click) erase colour
Added increase and decrease icons to the map editor for adding or deleting rows (left click) and columns (right click)
Added undo / redo for adding an deleting rows and columns
Added user-defined character left and right selector colour choice
Added user-defined tile left and right selector colour choice
Added user-defined map cross selector colour
Fixed tile selector size
Added Import from File (searches for .byte and EQUB values)
Added map compression 4 4 (bits 11110000 for length, 00001111 for image)
Added map compression 5 3 (bits 11111000 for length, 00000111 for image)
Added Import from Binary
Added ability to change saturation and brightness levels in the image importer
Added usage information to the character editor status bar
Added usage information to the tile editor status bar
Added cursor keys selection to character set
Added cursor keys selection to tile set
Added keyboard shortcuts for transformation functions
Added ability to change mode of the machine
Added replace colour to character editor
Added replace all colours to character Set
Added replace colour to tile editor
Added some more example projects
Fixed cut function in the tile editor
Fixed map export to screen generating corrupted image
Added char information to the tile editor status bar
Added examples folder with a few example project files
Added transform icons to the tiles editor menu
Added following colour options to the tile editor
- Negative
Optimised the auto palette option in the Import Image utility
Locked down cycling through the Atom palette
Map picker now picks tile instead of character if the tiles are online
Fixed paste function, not creating a unique character or tile number
Fixed character compression when using tiles
Fixed tiles online toggle, not refreshing forms
Tiles support added (max size 10x10)
Added tile size form - pops up when tiles online is set to yes in the palette editor
Added tile set form
Added tile editor form
Added following transform options to the tile editor
- Flip Horizontal
- Flip Vertical
- Shift Left
- Shift Right
- Shift Up
- Shift Down
Added colour picker to the tile editor
Added compression to tile set
Added tile resize to tile set
Added automatic character map to tile map conversion
Added automatic tile map to character map conversion
Added tile export to screen
Added tile ASM export
Added CC65 support
Added threading to import image and export to screen
Added update option to export to screen
Added release notes to the help menu
Added prelimary Atom support (currently exporting in Beeb format)
Changed colour selectors and styles, green for left click, purple for right click
Improved layout of Import Image form
Improved layout of Export to Screen form
Fixed character and tile selectors not moving correctly when using scroll bars
Fixed bug when resizing the character set form and the zoom factor >= 8, causing a divide by zero error
New program based from screenshots of CharPad for the C64
Added Palette Editor
Added Character Set
Added Character Set compression
Added Character Editor
Added following transform options to the character editor
- Rotate 180°
- Added Rotate 90° Clockwise
- Added Rotate 90° Counter Clockwise
- Flip Horizontal
- Flip Vertical
- Shift Left
- Shift Right
- Shift Up
- Shift Down
Added following colour options to the character editor
- Negative
Added Map Editor
Added following transform options to the map editor
- Flip Horizontal
- Flip Vertical
- Shift Left
- Shift Right
- Shift Up
- Shift Down
Added Undo / Redo
Added Cut, Copy and Paste
Added Loading and saving of project files (in Json format)
Added Export to screen
Added Export to ASM
Added Export Map to BBC screen
Added Image Importer
Added pixel aspect ration 2:1 for mode 2 and 5
Added Recent File list
Added Acorn background image
Added Clipboard History
Added Option screen to store export information