--
(from package's webpages)
- added qiv_command_patch from post@volker-wysk.de
- image_moving now uses func update_m_image. no screen clean first
anymore -> faster moving :) zoom now uses update_z_image -> a little
bit faster zoom (+0.1s?) added README.TODO
- Fixed window-resizing in non-fullscreen mode.
- Fixed combining -x with -m or -t.
- Fixed mouse-hiding on button-push when fullscreen.
- Added some missing names to the doc file.
- Hide the mouse on keypress and button push when it is in the qiv
window (the mouse is re-shown on mouse movement). Improved the sort
algorithms (particularly the numeric sort).
- rreaddir() patch.
- Added undelete image command (bound to u & U). Allow the user to
specify multiple -u options and also to specify files on the
commandline in addition to -uDIRs.
- Added new commandline sorting options (-I, -M, & -N).
- Optimized rreaddir(), next_image(), and get_random().
- Improved the implementation of shuffle. Other misc. (and minor) bug
fixes and tweaks.
- removed slideshow_exit from default event.
- added the option -w x or --width x for displaying with a fixed
window-width.
and makes it easier to know when to initialize the corresponding
structures, never touching them if they're empty.
Fits with SDL code-style, fixes things such as soundless builds.
>From ChangeLog:
o Fixed a few bugs in XPath, validation, and tree handling.
o Fixed XML Base implementation, added a coupel of examples to the
regression tests
+ now with OpenBSD "plug-in" support
eg.
banshee v 1.1 -- They kill without discretion...
dummy v 1.0 -- Dummy plugin. It does nothing !
leech v 1.6 -- Isolate a host from the LAN
lurker v 1.3 -- Try to search for other ettercap
ooze v 1.4 -- Ping a host.
shadow v 1.8 -- A very simple SYN/TCP port scanner
spectre v 1.1 -- Flood a switched LAN with random MAC addresses
triton v 1.3 -- Try to discover the LAN's gateway
MAD is a high-quality MPEG audio decoder. It currently supports
MPEG-1 as well as the MPEG-2 extension to Lower Sampling
Frequencies. All three audio layers (Layer I, Layer II, and Layer
III a.k.a. MP3) are fully implemented.
MAD does not yet support MPEG-2 multichannel audio (although it
should be backward compatible with such streams) or AAC, nor does
it support the so-called MPEG 2.5 format.
MAD has the following special features:
- 24-bit PCM output - 100% fixed-point (integer) computation -
completely new implementation based on the ISO/IEC standards -
distributed under the terms of the GNU General Public License
(GPL)
The software is distributed as a library (libmad) and
command-line front-end (madplay).
WWW: http://mad.sourceforge.net/
--
SDLRoids is essentially an Asteroids clone, but with a few extra
features, and some nice game physics. It is based of xhyperoid,
which is a UNIX port of the 16-bit Windows game Hyperoid. Major
changes from xhyperoid are that it's using SDL for sound and graphics,
has a couple of extra powerups and and that the shield behaves
differently.
The game can either run in windowed mode or in fullscreen mode. You
can (usually) switch between them during play by pressing Alt-Enter.
The play area (apart from the score/lives/etc. display) is square
and centred, just like in the the original Hyperoid did. This might
not might not change, bug for now that is how it works.
WWW: http://david.hedbor.org/projects/sdlroids/
---
PyChecker is a tool for finding common bugs in python source code.
It finds problems that are typically caught by a compiler for less
dynamic languages, like C and C++.