Sunday, November 28, 2010

ASEPRITE 0.8.2

Released a new version of ASEPRITE fixing a critical bug. You must to upgrade to this version. Changes:
  • Fixed a critical bug: split an editor, close it, and change tool (crash).
  • Fixed Paste command when we use it in an empty frame.
  • Fixed bug #3051174 (reported by Trent Gamblin): Loading two or more times gui.xml file.
Download it

Migrating to Google Code

Hello!

I've migrated Allegro Sprite Editor to Google Code. The new project is located here: http://code.google.com/p/aseprite/

The project is definitely renamed to "ASEPRITE" (no Allegro, no ASE, just "ASEPRITE").

Maybe you'd like to know why I have migrated to Google Code. There are some important reasons:
  1. SourceForge website is as slow as a turtle with hemorrhoids.
  2. We need a Wiki (fast and easy to edit like the Google Code one, the alternatives given in SourceForge are too slow to be considered).
  3. SourceForge never "remembers you". You have to log on each time you enter to the website (even using the check box "remember me for two weeks").
  4. I could wait for SourceForge 2.0, but Google Code is just what I need right now.
If you are a developer, the source code is now available from github.com/dacap/aseprite. You can reuse your already cloned git repository from SF.net changing the remote origin URL to github with the following command:
git remote set-url origin git://github.com/dacap/aseprite.git
Or you can just clone the new repository:
git clone git://github.com/dacap/aseprite.git
In the next days I will be migrating the open issues from SF.net trackers (bugs, feature requests, etc.).

Friday, August 13, 2010

ASE 0.8.1 Beta Released

New ASE version released:
  • Improved "Tools Configuration" dialog to show only necessary options for the current tool.
  • Added "Tolerance" parameter to Magic Wand and Paint Bucket (Trent Gamblin idea).
  • Fixed critical problem rendering indexed images with a non-black color in palette entry
Download the new version

Thursday, August 12, 2010

Move Pixels

A video about how to move pixels with ASE 0.8.0 beta:

ASE 0.8.0 Beta Released

New beta version of ASE released with a lot of new features (go to ASE website):

  • USER INTERFACE CHANGES!
    • Now you zoom using the mouse wheel without pressing Alt key.
    • Now tools are grouped.
    • Color-bar is completely redesigned (see Quick Reference).
    • Improved selection tools: Now you can move selected pixels dragging the selected area (like MS Paint). [work-in-progress]
    • New ASE skin created by Ilija Melentijevic.
    • "Tools" menu is gone:
      • "Tools > Configure" was moved to "Edit > Tools".
      • "Tools > Options" was moved to "Edit > Options".
      • "Tools > FX" was moved to "Edit > FX".
      • All other options are in "View" (Animation Editor, Palette Editor).
  • New tools: Lasso, Polygonal Lasso, Magic Wand, Eyedropper (as an independet tool, Alt+click is available too), Hand, Move, (Filled) Countour, and (Filled) Polygon.
  • Now the editor cursor displays pen preview (Ilija Melentijevic idea, like Animator Pro).
  • Added compression to .ase/.aseprite format.
  • Added support to zoom when you are drawing (e.g. you can use the mouse wheel when you are drawing a polygon or a long line).

Wednesday, March 31, 2010

ASE 0.8.0 Preview

Preview of the upcoming ASE 0.8.0 (new tools):



New tools in the upcoming ASE 0.8.0: Elliptical marquee, lasso, polygonal lasso, magic wand, filled contour, and filled polygon. In this video you can see other things like: the pen preview, zoom when you are drawing a line, and the new GUI skin created by Ilija Melentijevic:
http://ilkke.blogspot.com/
http://www.pixeljoint.com/p/9270.htm

Sunday, February 28, 2010

ASE migrated to Git

ASE repository was migrated to Git. You can clone the repository with the following command:
  git clone git://ase.git.sourceforge.net/gitroot/ase/ase
Get a Git client for Windows here.

You can browse ASE patches here.