2004-04-16 23:27:01 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
Update xmess to 0.81.1.
Changes since 0.80.1nb1:
- Everything from MAME 0.81 (http://x.mame.net/changes-mame.html) and
MESS 0.81 (http://x.mame.net/changes-mess.html).
- Fixed a problem with the lightgun offscreen reloading that caused a
random shot every fourth or fifth shot. (Joe Inkenbrandt)
|
2004-04-02 20:47:39 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
Make the package realize that amd64 is a LP64 architecture.
Prevent crash when the requested display mode cannot be used.
Bump PKGREVISION.
|
2004-03-31 06:39:17 by Juan Romero Pardines | Files touched by this commit (4) |
Log message:
Update xmame and xmess packages to 0.80.1.
Changes:
Release 0.80.1, 13 March 2004
- Everything from MAME 0.80 (http://x.mame.net/changes-mame.html)
and MESS 0.80 (http://x.mame.net/changes-mess.html).
- Improved support for GNU make's -j option, which can especially
benefit SMP and SMT machines. (Arnaud G. Gibert)
pkgsrc changes:
o Make esound support optional via USE_ESOUND (by default is NO).
|
2004-02-21 01:06:36 by Krister Walfridsson | Files touched by this commit (4) |
Log message:
Update xmess to 0.79.1
Changes since 0.78.1 includes:
- Everything from MAME 0.79 (http://x.mame.net/changes-mame.html) and
MESS 0.79 (http://x.mame.net/changes-mess.html).
- Updated the ALSA DSP module to use the ALSA 1.0 API. (Shyouzou
Sugitani)
- Paths now allow a literal "$" if it's preceded by "\". (Andre
Majorel)
- Fixed a segfault that occurred when "-debug" was used with a rotated
game.
- The debugger window should no longer be blank for 32bpp games.
- Fixed a bug in fix-comments.c that was causing it to mangle
src/drivers/vendetta.c.
- When XINPUT is defined in the makefile but no XInput devices are
configured, the mouse is treated as a trackball. (Gerd Sussner)
- The Xv YUV code should now work on big-endian platforms. (Maciej J.
Woloszyk)
- The trigger for the ACT LABS TV light gun now works; reloading now
requires only one offscreen shot instead of two. (Joe)
|
2004-02-19 20:28:29 by Krister Walfridsson | Files touched by this commit (2) |
Log message:
Make this package compile on non-i386 machines too, by applying a patch
from Lawrence Gold on the xmame mailing-list.
|
2004-02-18 14:33:41 by Johnny C. Lam | Files touched by this commit (19) |
Log message:
Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
|
2004-01-28 16:41:07 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
There's no need to use 'USE_X11BASE' in xmess package, we'll use
USE_X11 instead, bump PKGREVISION.
|
2004-01-22 09:36:04 by grant beattie | Files touched by this commit (21) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|
2004-01-17 18:12:35 by Krister Walfridsson | Files touched by this commit (2) |
Log message:
Update xmess to version 0.78.1.
Changes since 0.77.1 includes:
- Everything from MESS 0.78.
- Changed the abbreviation of "-pause_brightness" to "-pbrt" \
to prevent
a conflict with "-playback".
- Fixed an infrequent spurious error reported by zlib 1.2.1. (Mark
Adler)
|
2003-12-03 01:18:13 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
Update xmess to 0.77.1.
Changes since 0.74.1 includes:
- Everything from MESS 0.77.
- Ported two more effects from AdvanceMAME: hq2x and lq2x. (Pieter
Hulshoff)
- Adjusted and cleaned up some YUV code. (Alastair Robinson)
- Improved the Superboard II emulation in xmess. For details, see
http://claudio.ch/SuperboardII/ (Claudio Nieder)
- The I/O section of the xmess manpage should be more up-to-date.
- A leading '.' on a path now causes xmess to treat it as absolute.
This allows "xmess.x11 nes -cart ./zelda.zip" to work.
- Set options.mess_printf_output so that xmess spits out more
informative error messages, e.g., when it's unable to load an image.
- The "-list-dsp-plugins / -ldp" and "-list-mixer-plugins / -lmp"
commands now cause the program to exit with a return value of 0.
|