Seems to introduce PNG support. From original change log:
0.1.4:
New option: -n, --nice
New option: --dir
Load images from a directory
0.1.3:
Bugfixes and optimisation release (use much less cpu).
Nothing new here.
27 lines
1.1 KiB
Text
27 lines
1.1 KiB
Text
2004-08-25 Cypou <cyprien33@laposte.net>
|
|
* loader.c: Used to load images from a directory
|
|
* hot-babe.c: Use of loader.c, added small optimisations, added a -n
|
|
(--nice) option to automatically nice the hot-babe. Added
|
|
--dir option to specify another images directory.
|
|
|
|
2004-08-22 DindinX <david@dindinx.org>
|
|
|
|
* hot-babe.c: Don't divide by zero (reported by different people),
|
|
some small optimisations, too.
|
|
|
|
2002-09-21 DindinX <david@dindinx.org>
|
|
|
|
* hot-babe.c: applied a patch by Pascal Terjan <pascal.terjan@free.fr>
|
|
which add the -N (--noNice) command line option. With this
|
|
option, the reniced processes aren't counted. This is usefull
|
|
if you use seti@home or distributed.net, which always eat
|
|
almost all the CPU.
|
|
|
|
* hot-babe.1: added from the debian package, and somewhat improved it.
|
|
Added the -N option description.
|
|
|
|
2002-09-20 DindinX <david@dindinx.org>
|
|
|
|
* hot-babe.c: added a missing #include <string.h>
|
|
reported by Gilles Cuesta <gcuesta@netimedias.com>
|
|
|