Sam Hocevar
|
a6553bce90
|
* Removed soon-to-be-thrown-away sprite stuff from the C++ bindings.
|
vor 18 Jahren |
Sam Hocevar
|
747dfe797f
|
* Fixed --enable-cpp to actually do something. Also, disabled it by
default for the release, because it's not up to date and needs a lot
of polishing.
|
vor 18 Jahren |
Sam Hocevar
|
bde0e5ca7e
|
* Changed cucul_clear_canvas() again. It now uses the current foreground
and background colours to clear the screen.
|
vor 18 Jahren |
Sam Hocevar
|
a72d5736e0
|
* Fixed a segfault in the C++ bindings. Vieux porc !
|
vor 18 Jahren |
Sam Hocevar
|
7bd6e8a406
|
* Set library names to lib*.so.0.10.0.
|
vor 18 Jahren |
Sam Hocevar
|
07feb84e72
|
* Fixed ugly coding style of the C++ bindings. Vieux porc immonde.
|
vor 18 Jahren |
Sam Hocevar
|
2401f2c732
|
* Moved cucul_load_canvas() into cucul/import.c and renamed it into
cucul_import_canvas().
* Renamed cucul_create_export() into cucul_export_canvas() for consistency.
|
vor 18 Jahren |
Sam Hocevar
|
484411422a
|
* Workaround for broken C++ linking with old libtool versions.
|
vor 18 Jahren |
Sam Hocevar
|
1ec6544305
|
* More function mass-renaming: caca_attach -> caca_create_display, etc.
|
vor 18 Jahren |
Sam Hocevar
|
a4ac581b6f
|
* Renamed cucul_clear() to cucul_clear_canvas() and added an argument to
choose the background colour.
|
vor 18 Jahren |
Sam Hocevar
|
18f6532dbc
|
* Renamed main canvas-related functions so that they have "canvas" in
their name, eg. cucul_create() -> cucul_create_canvas() etc.
* Moved buffer-related functions to cucul/buffer.c.
|
vor 18 Jahren |
Sam Hocevar
|
687a2c43f6
|
* Renamed caca_t into caca_display_t.
* Renamed canvas handle variables from "c" to "cv". Eh ouais mon gros.
|
vor 18 Jahren |
Sam Hocevar
|
246c5b4d67
|
* Renamed cucul_t into cucul_canvas_t. Eh ouais mon con.
|
vor 18 Jahren |
Sam Hocevar
|
4eae25310b
|
* Fixed C++ bindings makefile so that it does not try to use the system's
<cucul.h> and <caca.h> headers.
|
vor 18 Jahren |
Sam Hocevar
|
4c9b4a5238
|
* Fixed autotools stuff in the cpp bindings.
|
vor 18 Jahren |
Sam Hocevar
|
1fa4337054
|
* Compilation fix in cpptest.cpp.
|
vor 18 Jahren |
Jean-Yves Lamoureux
|
12b35d02e8
|
* Fixed compile problem, put Event outside Caca class
|
vor 18 Jahren |
Sam Hocevar
|
c778d5301c
|
* Removed math.c from cucul, it's beyond uselessness. Kept cucul_rand in
cucul.c just in case.
|
vor 18 Jahren |
Sam Hocevar
|
482ee45ca6
|
* Removed a few useless files (vieux porc).
|
vor 18 Jahren |
Jean-Yves Lamoureux
|
12282fc68c
|
* Better C++ test
|
vor 18 Jahren |
Jean-Yves Lamoureux
|
fcd735ffc3
|
* Added license in C++ files.
|
vor 18 Jahren |
Jean-Yves Lamoureux
|
3a3fd8ab1b
|
* Fixed C++ printf(), added it in example
|
vor 18 Jahren |
Jean-Yves Lamoureux
|
208cf461bc
|
* Forgot a test on Caca() instantiation
|
vor 18 Jahren |
Jean-Yves Lamoureux
|
3b166c5603
|
* Added preliminary C++ bindings
|
vor 18 Jahren |