aseprite/third_party
2011-07-27 21:26:22 -03:00
..
curl Add curl library source code. 2011-06-02 21:03:03 -03:00
freetype More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
giflib Fix gcc warning about incompatible implicit malloc() definition. 2011-01-28 04:47:18 -08:00
gtest More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
jpeg More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
libart_lgpl Fix "discards const qualifier" gcc warning. 2011-01-28 04:58:51 -08:00
libpng More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
loadpng More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
tinyxml More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
zlib More updates for copyright year to 2011. 2011-01-20 18:32:31 -03:00
CMakeLists.txt Add ENABLE_UPDATER flag to disable the automatic updater. 2011-07-27 21:26:22 -03:00
README.txt Remove Vaca source code completely (replace NonCopyable class with DISABLE_COPYING macro). 2010-09-29 17:50:46 -03:00

Here are third-party libraries from other people with necessary
componentes for ASE only, I removed some unnecessary files.

gfli/

  Routines to load/save FLI/FLC files.  This is a shortened and
  modified version of gfli 1.3 (I fix some bugs with color chunks),
  you can get the entire package from:

    http://www.gimp.org/	(search in the plug-ins)

jpeg/

  Routines to load/save JPEG files.  This is a shortened version of
  jpeg 6b, you can get the entire package from:

    http://www.ijg.org/

libart_lgpl/

  Routines to handle paths.  This is a shortened version of libart
  2.3.3, you can get the entire package from:

    http://www.levien.com/libart/

libgd/

  Routines to manage images.  This is a shortened version of libgd
  2.0.35, you can get the entire package from:

    http://www.libgd.org/

libpng/

  Routines to load/save PNG files.  This is a shortened version of
  libpng 1.2.20, you can get the entire package from:

    http://www.libpng.org/

lua/

  Routines to do scripting. This is a shortened and modified version
  of lua 5.0, you can get the entire package from:

    http://www.lua.org/

  Also, this version has a patch to make the operator != works like ~=

zlib/

  Used by libpng. This is a shortened version of zlib 1.2.3.

    http://www.zlib.net/

----------------------------------------------------------------------
			                              David A. Capello