Problems found with existing digests:
Package suse131_libSDL
1c4d17a53bece6243cb3e6dd11c36d50f851a4f4 [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Package suse131_libdbus
de99fcfa8e2c7ced28caf38c24d217d6037aaa56 [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Package suse131_qt4
94daff738912c96ed8878ce1a131cd49fb379206 [recorded]
886206018431aee9f8a01e1fb7e46973e8dca9d9 [calculated]
Problems found locating distfiles for atari800, compat12, compat 13,
compat14, compat15, compat20, compat30, compat40, compat50,
compat50-x11, compat51, compat51-x11, compat60, compat61,
compat61-x11, fmsx, osf1_lib, vice, xbeeb, xm7.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2008-08-30
* Joystick buttons for x and y axis control can be reassigned,
too. This is especially useful if you want to use digital
buttons instead of an analog controller. Thanks to Jon Chalos.
* Fall back to non-accelerated YUV overlay, if no hardware-accelerated
is available. This is much slower but a modern machine should
be fast enough and it's better than having no fullscreen mode
at all.
* The command-line parameter '-c' wasn't handled properly, so
it didn't work at all.
* Don't link against X11 libraries if compiling the SDL
user-interface.
2007-01-18
* Applied fix by Barry for the ABCD instruction. This fixes,
for example, the odd characters in the score count of Streets
of Rage as reported by bootsector.
* Fixed soft reset so that the RAM is not cleared in this case.
Thanks to Fibonacci for reporting this.
* Reduced noisy blips that may happen whenever an underrun of
the audio buffer occurs.
* Fixed crash that would happen if the filename of the ROM did
not contain a dot.
* Fixed endian issue with big endian platforms introduced by
previous changes.
* Added simplistic support for reassigning joypad/joystick
buttons. Look for joy[12]_{a,b,c,start,left,right,up,down} in
~/.genrc.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
2005-09-02
* Moved inclusion of most system header files to hdr/generator.h and
added check for sys/param.h for less #include trouble.
* Removed platform-specific versions of the SWAP16/SWAP32 macros as
these were only used in two places.
This is a modified version of Generator by James Ponder based on
version 0.35 and maintained by Christian Biere.
Additional features
* Support for BZIP2, GZIP and ZIP compressed ROMs i.e., no more
manual decompression or wasted disk space. Yay!
* Support for X11's XVideo hardware acceleration by SDL for
faster and smoother graphics.
* Fullscreen support with or without the classic color frame.
* SDL audio support (in favour of OSS Audio) which means you can
use ESound and others for sharing the sound device among other
applications.
* Optional mute playing i.e., if you don't have a soundcard or
the soundcard is busy you can still play.
* Support for 48kHz sample rate (needs driver support).
* Automagic CPU usage reduction which is especially cool for
notebooks. The unpatched Generator uses more or less as much CPU
as it can get even if needs far less than 10% on any modern system.
* Working support for Game Genie codes.