PabloDraw Changelog

What's new in PabloDraw 3.2.1.27772

Apr 2, 2015
  • Fix navigating into zip/7z/rar archives
  • Fix bug adding incorrect null bytes before sauce record
  • Fix automatic height calculation for sauce
  • Fix highlighting the loaded file when opening files externally
  • Add button to select a font for sauce
  • Show version number on PabloDraw.Console
  • Mac: Disable app nap on mavericks when connected to a server
  • Windows: Fix editing when connected to a server

New in PabloDraw 3.1.2.30774 (Apr 11, 2012)

  • Draw ANSI and ASCII with your mouse
  • Load & Save 24-bit colour ANSI files
  • New configurable ANSI/ASCII brush
  • New Colour brush
  • New text drawing tools: Pencil, Line, Circle, Box, Ink Dropper
  • Many Amiga and DOS fonts added, in multiple sizes
  • Bug fixes

New in PabloDraw 3.0.16.39248 Alpha (Dec 8, 2011)

  • RIP Editing!

New in PabloDraw 3.0.14 Alpha (Dec 8, 2011)

  • Multi-user networking support added
  • Moved toolbar to side for more vertical drawing area
  • Big speed improvements for OS X and other platforms
  • A few bug fixes

New in PabloDraw 3.0.13 Alpha (Dec 8, 2011)

  • Fix creating new documents
  • Fix character set editor dialog size on Windows
  • ansimations on windows should be fast again

New in PabloDraw 3.0.12 Alpha (Dec 8, 2011)

  • Color Palette Editor (for Tundra and XBin)
  • Sauce Editor (almost 100% complete!)
  • Tundra and CtrlA format loading AND saving support
  • VGA Preview

New in PabloDraw 3.0.10 Alpha (Dec 8, 2011)

  • Undo/Redo while editing
  • New character set editor / switcher
  • Fixed some ansi saving/loading bugs
  • Gray borders when editing
  • Cut/Copy/Paste to/from other applications

New in PabloDraw 3.0.9 Alpha (Dec 8, 2011)

  • New Installer for Windows
  • Set width of canvas
  • Auto-scrolling option when viewing
  • BIN and XBin saving
  • Transparent/Under modes when pasting blocks
  • Many Bug fixes

New in PabloDraw 3.0.8 Alpha (Dec 8, 2011)

  • RIP animations now work on mac and other platforms
  • Added color, character, and position pads
  • Fill dialog now works (select region, press ‘f’)
  • Sauce dialog works/looks pretty, but still doesn’t actually do anything
  • Added experimental Sixteencolors integration to browse files
  • Now handles ZIP/RAR files within ZIP/RAR files

New in PabloDraw 3.0.7 Alpha (Dec 8, 2011)

  • Store preferences in proper locations (AppData, ~/Library/Application Support, ~/.config)
  • Mac OSX 10.5 should really work now d;

New in PabloDraw 3.0.6 Alpha (Dec 8, 2011)

  • Many bug fixes on all platforms
  • Implement saving as image formats on OSX
  • Implement renaming/deleting files and folders
  • Can now rotate & flip blocks
  • Single .exe file for windows/linux for easy sharing!

New in PabloDraw 3.0.4 Alpha (Dec 8, 2011)

  • Dialogs work in OS X
  • Add Save button to toolbar(s)
  • Added RAR support

New in PabloDraw 2.0.8 Build 70 (Jul 6, 2007)

  • Added option to toggle use of SHIFT Arrows/PGDN/PGUP/etc for selecting a block for all youz ascii peeps out there (Tools->Options->Use Shift Arrows for selection). You can still select a block using alt b, or the mouse.
  • Added option to toggle the blinking cursor cuz for some, it�s annoying I guess! (Tools->Options->Blinking Cursor)
  • Bug: Fixed problem with miscellaneous characters showing as you draw, cut/paste, etc. in both single and multiuser modes.
  • Did MASSIVE re-working of the multiuser code. This included a) sending a tag & size of each packet sent/recieved, b) making the client & server both handle invalid clients connecting to the server, etc. c) re-working the client connect sequence so that packets aren't sent even though the connection hasn't been fully established yet, d) changed the client to receive data in a separate thread, and e) other miscellaneous fixes. This should make the server much more stable, and able to handle many more clients. Also, the responsiveness on the client should be improved considerably. As spinsane put it, it's like BUTTER. (:
  • Bug: Fixed block rotate when you do not move/copy first (select, then press 'b', then 'r'). It didn�t properly clear out the old data, nor setup the undo buffers. (reported by Bhaal)
  • Bug: Fixed crash when doing first copy/paste after loading pablo. Uninitialized variable (reported by Bhaal)
  • Added 'Notepad Mode' for those of you that are used to a white background. Kinda useless (can just select, then (b)lock, (f)ill, (a)ttribute), but nice nonetheless (requested by spinsane).
  • Added a dotted line to the window to signify the width of the canvas (requested by Ohseven and cat-dog)
  • Added file backups. If the file exists, it will be renamed to the backup file. If multiple backups are selected, then it will append the backup number to the file name (Tools->Options->Enable Backups and Tools->Options->Multiple Backups).
  • When scrolling using the mouse wheel while pasting a block, the block will update based on the new scroll position.
  • Added Mini/Classic mode, which makes the color/character/status bars to be more like the dos ansi editors (uses full-screen mode controls)
  • Full-screen mode will now work with 640x480 if 640x400 isn't supported by the video card. Also tests for 24-bit modes as well as 16-bit modes. This should make ANY video card work with full-screen!
  • Main window will now remember it's size from the last time it was run
  • Will now remember if you were in full screen when launching (for people that like full-screen only)
  • Fixed multi-user chat history window to work with wine under linux (everything should now work in wine, even hosting a server!).
  • Added CTRL 0-7 and ALT 0-7 keys to quickly set the foreground or background colors. ALT 0-7 is for background, CTRL 0-7 is for foreground. Pressing the first time will set the color. Press again, and it will set it to the light color. E.g. Press CTRL 7 will set the foreground to gray. Press CTRL 7 again and it will set the foreground to white. This was originally in pablo-dos.
  • Can now set the width of the canvas without having to load a .BIN to do it. Just go to file->Set Canvas Width
  • Increased most recently used file list to 10 items instead of just 4
  • Bug: When changing fonts (80x50, 80x25, and Amiga), it will now update the preview pane as well.
  • Bug: Fixed crash with the first block paste operation after starting pablo
  • Bug: Some mice always post a mouse move event, causing the cursor to move to the mouse position when copying/moving a block. It is now avoided by only moving to the mouse cursor when the character position of the mouse changes, instead of the pixel position (same as what was done for fullscreen mode in 44).
  • Updated to a new high-color PabloDraw icon
  • Added ESCAPE/Alt A color selection menu.
  • Supports using arrows to select foreground/background, and also you can just type the numeric value for the colors, so the functionality matches other ansi editors and what people are typically used to doing.
  • Added option to turn off usage of standard windows keys (Tools->Options->Use Windows Keys). This disables keys such as CTRL C, CTRL V, etc so that they can be used like they are in dos apps (e.g. ctrl v inserts a mini block character). (Requested by abstrakt).
  • Added ALT R and SHIFT ALT R to undo/redo respectively. This is because CTRL Z/CTRL Y are windows keys and can now be turned off. This is the alternative, which matches aciddraw and other dos editors for undo (although pablo has multiple undo so a redo key is necessary)
  • Added moving by TAB/SHIFT TAB. Turn on Tools->Options->Keyboard->Use Tabs. To switch between chat window and drawing surface, press CTRL TAB when this is on (requested by abstrakt).
  • Made the cursor show always when moving. This will make it easier to follow the cursor when using the arrow keys. When you stop moving the cursor, it will continue to blink (if blinking cursor is turned on).
  • Made the cursor show as an underscore instead of a full block. When insert mode is on, it'll show as a half-block. This emulates dos much better, and makes the blinking cursor much less annoying. When blinking cursor is turned off, it will still be a full block, however.
  • Bug: Fixed deleting a block when it included the last column on the canvas (Reported by goatboy, smoke)
  • Added more default extensions to the loading formats (*.diz, *.mem, *.nfo, *.ice, *.tnt) so other typical file types will show up by default (suggested by nstage)
  • Bug: Fixed pasting under or transparent blocks when in multi-user mode (reported by svg, nstage, etc)