Sam Hocevar
f32c24a10d
build: fix the WTFPL homepage and copyright information.
il y a 12 ans
Sam Hocevar
a09f027727
Add the copyright unit test and update copyright information everywhere.
il y a 15 ans
Sam Hocevar
107ff4b815
Large source code cleanup, getting rid of spaces, tabs, and svn keywords.
il y a 15 ans
Sam Hocevar
72b669a8b5
Replace the old caca texture with a copy of our new logo.
il y a 15 ans
Sam Hocevar
1362d8e24f
Update my e-mail address everywhere.
il y a 15 ans
Sam Hocevar
f61816ceb7
Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.
il y a 16 ans
Sam Hocevar
e60e274111
* Fix cucul_set_dither_palette() argument types in cacademo.
il y a 16 ans
Sam Hocevar
ec68a634cf
* Get rid of the last long types in the API.
* Use size_t and ssize_t where appropriate.
il y a 17 ans
Sam Hocevar
99b5396e8e
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure that
<cucul.h> will provide the C99 types, even if libcaca has been installed.
* Rename what's left of "common.h" to "stubs.h".
* Remove all references to erroneous <inttypes.h> from source files.
il y a 17 ans
Jean-Yves Lamoureux
b1c13861f4
* Fixed line transitions (both vertical and horizontal ones)
il y a 17 ans
Sam Hocevar
9da4d7b000
* Made the caca_event_t structure opaque and created a whole bunch of
functions to access its real data. This is a big API change that will
break your software, sorry :(
il y a 17 ans
Sam Hocevar
42d54d25c9
* New transition effects: horizontal and vertical lines.
il y a 17 ans
Sam Hocevar
67e2e8d7b6
* Removed malloc() calls from the rotozoom code, put initialisation in the
PREPARE rule and did minor cleanup (SCNR).
il y a 17 ans
Jean-Yves Lamoureux
44267738ab
* Minor cosmetic changes
il y a 17 ans
Jean-Yves Lamoureux
f03911b212
* Added rotozoom (and its 1MB header file)
il y a 17 ans
Jean-Yves Lamoureux
927ab4638c
* Added squared transition to cacademo
il y a 18 ans
Sam Hocevar
9597783308
* Bwarf, typo in the no warranty clause.
il y a 18 ans
Sam Hocevar
33058757da
* Add a no warranty clause to the code.
il y a 18 ans
Sam Hocevar
c5426e3e7b
* Add more randomness to the cacademo effects.
* Adapt the swallow test to the display's size.
il y a 18 ans
Sam Hocevar
35ad2eda5a
* Added CACA_KEY_* values for Ctrl-C, Ctrl-V, etc.
il y a 18 ans
Sam Hocevar
15898ad288
* Random transition times in cacademo.
* Swallow 4 applications instead of 2 in the swallow test.
il y a 18 ans
Sam Hocevar
a750bb77b3
* Ctrl-C and Ctrl-Z quit cacafire and cacademo.
il y a 18 ans
Sam Hocevar
3243101ff0
* Rename cucul_put*() into cucul_put_*(). Updated all code to reflect that.
il y a 18 ans
Sam Hocevar
88facd894c
* Switch back to UTF-32 arguments for drawing primitives, now that we
properly export cucul_utf8_to_utf32(). Evil API breakage, but no one
uses these functions anyway.
il y a 18 ans
Sam Hocevar
42c9518d2a
* Got rid of cucul_ansi_to_attr() and cucul_argb_to_attr() and restored
cucul_set_color() and cucul_set_truecolor() under the new names
cucul_set_color_ansi() and cucul_set_color_argb().
* Renamed cucul_get_color_name() into cucul_ansi_to_str().
il y a 18 ans
Sam Hocevar
0b37a307dd
* Get rid of cucul_set_attr_ansi() and cucul_set_attr_argb and merge the
functionality into cucul_set_attr().
* Add cucul_ansi_to_attr() and cucul_argb_to_attr().
* Rename CUCUL_COLOR_* to CUCUL_*.
il y a 18 ans
Sam Hocevar
aa93ad25f6
* Remove cucul_set_color() from the exported API and replaced all calls
with cucul_set_attr_ansi(). Old application will still compile (but issue
a warning) and run, though.
il y a 18 ans
Sam Hocevar
f20598339e
* Use enter as the transition key.
il y a 18 ans
Sam Hocevar
7db8b35772
* As per user request, only display the "Powered by libcaca" banner for a
few seconds at the beginning.
il y a 18 ans
Sam Hocevar
a5c3ef9fdd
* Got rid of OFFSET_X and OFFSET_Y.
il y a 18 ans
Sam Hocevar
b461dd7c91
* More cleanup in cacademo.c.
il y a 18 ans
Sam Hocevar
ec8fbddcfb
* Cosmetic changes to cacademo.
il y a 18 ans
Sam Hocevar
2f64d475ec
* Factored the star code (vieux porc).
il y a 18 ans
Sam Hocevar
7a02aaa1f8
* Moved transition data to the function.
il y a 18 ans
Jean-Yves Lamoureux
595a9fcf51
* Added nifty rotation to our 80's star.
il y a 18 ans
Jean-Yves Lamoureux
f3578b26fb
* Added much disco transition (ellipses suck). YMCA \o/
il y a 18 ans
Sam Hocevar
baff99daed
* Smooth transitions between effects in cacademo. Press 'n' to switch
immediately to the next transition.
il y a 18 ans
Sam Hocevar
060cb6f676
* Moved the matrix effect test into cacademo. Removed the motion sensor
stuff, it's cool but it's crap.
il y a 18 ans
Sam Hocevar
a3fbf0d58a
* Factor most of the cacademo code.
il y a 18 ans
Sam Hocevar
be9d78bd90
* Ahaha old pig, you could have factored the 1.0 + as well, and you forgot
to cast the int to double in the sin() call. (:@ gruik!
il y a 18 ans
Jean-Yves Lamoureux
fb984ab852
* hey, ***I*** found a factorisation bug in cacaballs !
il y a 18 ans
Sam Hocevar
94ec47c1f6
* Merge cacamoir, cacaball and cacaplas into cacademo. No code cleanup yet.
il y a 18 ans