1
0
mirror of https://github.com/aseprite/aseprite.git synced 2025-04-02 22:21:21 +00:00

Minor modifications for the next release.

This commit is contained in:
David Capello 2008-10-18 19:35:26 +00:00
parent 77b06bf748
commit 98abdbf684
4 changed files with 12 additions and 11 deletions

@ -1,3 +1,7 @@
2008-10-18 David A. Capello <davidcapello@gmail.com>
* Version 0.6 released.
2008-10-15 David A. Capello <davidcapello@gmail.com> 2008-10-15 David A. Capello <davidcapello@gmail.com>
* src/core/app.cpp (tabsbar_select_callback): Added support to * src/core/app.cpp (tabsbar_select_callback): Added support to

@ -8,10 +8,11 @@
INTRODUCTION INTRODUCTION
=================================== ===================================
ASE is a program specially designed with facilities to create ASE (Allegro Sprite Editor) is an open source program to create
animated sprites that can be used in computer games. You can animated sprites. Sprites are little images that can be used in your
create static images, characters with movement, textures, website or in a video game. You can draw characters with movement,
patterns, backgrounds, logos, color palettes, tiles, etc. intros, textures, patterns, backgrounds, logos, color palettes,
isometric levels, etc.
What makes ASE different? It focuses on pixel editing, to do What makes ASE different? It focuses on pixel editing, to do
pixel-art. Indeed, it isn't a photo retouching tool or a vector pixel-art. Indeed, it isn't a photo retouching tool or a vector
@ -91,7 +92,6 @@ CONTACT INFO
For more information, visit the official page of the project: For more information, visit the official page of the project:
http://www.aseprite.org/ http://www.aseprite.org/
http://www.aseprite.org/wiki/
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
Copyright (C) 2001-2008 by David A. Capello Copyright (C) 2001-2008 by David A. Capello

@ -1,6 +1,5 @@
/* ASE - Allegro Sprite Editor /* ASE - Allegro Sprite Editor
* Copyright (C) 2001, 2002, 2003, 2004, 2005, * Copyright (C) 2001-2008 David A. Capello
* 2007, 2008 David A. Capello
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by

@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
dir="`pwd`" dir="`pwd`"
version=0.6b2 version=0.6
distdir=ase-$version distdir=ase-$version
freetype_files="third_party/freetype/ChangeLog \ freetype_files="third_party/freetype/ChangeLog \
@ -64,11 +64,11 @@ ase_files="config.h \
fix.bat \ fix.bat \
fix.sh \ fix.sh \
makefile.cfg \ makefile.cfg \
makefile.dj \
makefile.gcc \ makefile.gcc \
makefile.lnx \ makefile.lnx \
makefile.lst \ makefile.lst \
makefile.mgw \ makefile.mgw \
makefile.vc \
*.txt \ *.txt \
data/aseicon.* \ data/aseicon.* \
data/convmatr.def \ data/convmatr.def \
@ -78,9 +78,7 @@ ase_files="config.h \
data/palettes/*.col \ data/palettes/*.col \
data/tips/*.pcx \ data/tips/*.pcx \
data/tips/tips.en \ data/tips/tips.en \
data/tips/tips.es \
docs/*.pdf \ docs/*.pdf \
docs/*.txt \
docs/files/*.txt \ docs/files/*.txt \
docs/licenses/*.txt \ docs/licenses/*.txt \
obj/*.txt \ obj/*.txt \