Sfoglia il codice sorgente

* Set version to 0.99.beta7.

* Updated NEWS and ChangeLog.
tags/v0.99.beta14
Sam Hocevar sam 18 anni fa
parent
commit
7998155d09
3 ha cambiato i file con 67 aggiunte e 1 eliminazioni
  1. +60
    -0
      ChangeLog
  2. +6
    -0
      NEWS
  3. +1
    -1
      configure.ac

+ 60
- 0
ChangeLog Vedi File

@@ -1,3 +1,63 @@
------------------------------------------------------------------------
r917 | sam | 2006-10-01 14:50:43 +0200 (Sun, 01 Oct 2006) | 2 lines
Changed paths:
M /trunk/cucul/export.c

* Support transparency in the colour UTF-8 exporter.

------------------------------------------------------------------------
r916 | sam | 2006-10-01 14:23:30 +0200 (Sun, 01 Oct 2006) | 2 lines
Changed paths:
M /trunk/cucul/triangle.c

* Better precision in cucul_fill_triangle().

------------------------------------------------------------------------
r915 | sam | 2006-10-01 13:53:35 +0200 (Sun, 01 Oct 2006) | 2 lines
Changed paths:
M /trunk/cucul/triangle.c

* More optimisations in cucul_fill_triangle().

------------------------------------------------------------------------
r914 | sam | 2006-10-01 12:47:41 +0200 (Sun, 01 Oct 2006) | 2 lines
Changed paths:
M /trunk/cucul/triangle.c

* Optimised triangle rasteriser. Thanks to Jylam for the hints.

------------------------------------------------------------------------
r913 | sam | 2006-10-01 10:53:41 +0200 (Sun, 01 Oct 2006) | 2 lines
Changed paths:
M /trunk/cucul/import.c

* Set default background to transparent in the ANSI and UTF-8 importers.

------------------------------------------------------------------------
r901 | jylam | 2006-09-30 20:56:23 +0200 (Sat, 30 Sep 2006) | 9 lines
Changed paths:
M /trunk/cxx/Makefile.am
M /trunk/cxx/cucul++.cpp
M /trunk/cxx/cucul++.h
A /trunk/cxx/cxxtest.cpp

* Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency.
--This line, and those below, will be ignored--

M cxx/cucul++.cpp
A cxx/cxxtest.cpp
M cxx/cucul++.h
M cxx/Makefile.am

------------------------------------------------------------------------
r900 | sam | 2006-09-30 20:35:50 +0200 (Sat, 30 Sep 2006) | 2 lines
Changed paths:
M /trunk/ChangeLog
M /trunk/NEWS

* Updated NEWS and ChangeLog.

------------------------------------------------------------------------
r899 | sam | 2006-09-30 20:25:41 +0200 (Sat, 30 Sep 2006) | 2 lines
Changed paths:


+ 6
- 0
NEWS Vedi File

@@ -1,5 +1,11 @@
/* $Id$ */ /** \page news News

\section news0_99_beta7 Changes between 0.9.beta7 and 0.99.beta6

- transparency support in the UTF-8 importer and exporter
- optimised triangle fill routine
- updated C++ bindings

\section news0_99_beta6 Changes between 0.9.beta6 and 0.99.beta5

- ANSI importer now handles transparency and UTF-8


+ 1
- 1
configure.ac Vedi File

@@ -6,7 +6,7 @@ AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_SYSTEM

AM_INIT_AUTOMAKE(libcaca, 0.99.beta6)
AM_INIT_AUTOMAKE(libcaca, 0.99.beta7)
LT_VERSION="99:0:99"
AC_SUBST(LT_VERSION)
AM_CONFIG_HEADER(config.h)


Caricamento…
Annulla
Salva