2003-09-20 02:46:02 by Krister Walfridsson | Files touched by this commit (2) |
Log message:
Update xmess to 0.74.1.
Changes since 0.72.1 include:
- Everything from MESS CVS.
- Reapplied David Mitchell's fix for the XInput inertial effect when
a mouse or spinner is used. (Jake Stookey)
- Added support for controllor setup via "-ctrlr". Note that \
"-hotrod"
and "-hotrodse" have been replaced by "-ctrlr HotRod" and \
"-ctlrlr
HotRodSE".
|
2003-08-16 20:50:08 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
Update xmess to 0.72.1.
Changes since 0.71.1 include:
- Everything from MAME 0.72 and MESS 0.72.
- The various effects enabled by -effect now work with rotation enabled.
(Shyouzou Sugitani)
- The Xv target supports more effects. (Shyouzou Sugitani)
- The rc parsing code displays more compact and readable error messages.
(Andre Majorel)
- Xv windowed mode is now enabled with "-x11-mode 2" or "-x11 \
2", and
Xv fullscreen mode is enabled with "-x11-mode 3" or "-x11 \
3". The
"-[no]xv" and "-fullscreen" switches are no longer available.
- Added hotkey switching for Xv windowed mode via ALT + DEL and Xv
fullscreen mode via ALT + END.
- Added -widescreen for Xv. This shrinks the width of the output for
display on a widescreen TV. (Per Wigren)
|
2003-07-19 23:02:09 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
Update xmess to 0.71.1.
Changes since 0.70.1 includes:
- Everything from MESS 0.71
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-06-19 19:11:23 by Krister Walfridsson | Files touched by this commit (2) |
Log message:
Update xmess to 0.70.1.
Changes since 0.69.1 includes:
- Almost everything from MESS 0.70
- Fixed the default values for -sysinfo_file and -messinfo_file, which
were missing a '/'.
- Fixed the handling of leading zeros in the fractional part of a float
in src/unix/snprintf.c. (Chris Kirmse)
|
2003-05-27 14:43:17 by Krister Walfridsson | Files touched by this commit (6) |
Log message:
Update xmess to 0.69.1.
Changes since 0.68.1 includes:
- Re-added Ben Collins' core change that adds support for extra mice.
- Reverted to using the original fronthlp.c (from 0.67.2) modified to
work with the 0.69 core.
- Fixed a logic bug in the XInput devices button-handling. (Ben
Collins)
- Made a tiny fix in fileio.c that allows specifying direct paths to
roms to work again; e.g., ./xmame.x11 ./moo.zip
|
2003-05-23 16:17:29 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
Update xmess to 0.68.1.
Changes since 0.67.2 include:
- Almost everything from MESS 0.68.
- Fixed the analog joystick support so that the Y-axis is
recognized as analog. (Sebastien Devaux)
- The command line is now parsed even if the display cannot be
opened. (Christopher Stone, David Mitchell)
- Added support to the core for 4-button mice and 10-button
joysticks. (Ben Collins)
- Fixed several problems and did a lot of cleanup in the XInput
code, especially for the output (e.g., showing detection
status. (Ben Collins)
- Fixed a few problems with -listinfo output. (Andrea Mazzoleni)
|
2003-04-13 19:37:49 by Krister Walfridsson | Files touched by this commit (4) |
Log message:
Update xmess to 0.67.2.
Changes since 0.66.2 include:
- Almost everything from MESS CVS.
- Added support for konamigx to info.c. (David Haywood)
- Building the neomame target now works. (Steve Behling)
- Using XFree86 3.3.6 fbdev in 32bpp now works. (Steve Behling)
- USB patches to take recent FreeBSD changes into account. (Matthew N. Dodd)
|
2003-03-20 20:03:29 by Krister Walfridsson | Files touched by this commit (3) | |
Log message:
Update xmess to 0.66.2.
Changes since 0.65.1 include:
- Amost everything from MAME 0.66 and MESS CVS.
- The Barath frameskipper is now enabled by default. (suggested by
Christopher Stone)
- Rotation has been moved to the blit core and should be a lot faster.
(Shyouzou Sugitani)
- Analog controls work again, and the analog code is now synced up with
the Windows code. (Sebastien Devaux)
- The "-joydev" switch now allows a full device name, such as
/dev/input/js0, to be specified.
- Added makecd_mame2.pl to contrib tools; this script aids with burning
CDs with ROMs, flyers, and cabinets. (Luc Saillard)
- Renamed "-gamma-correction" to "-gamma" to be consistent \
with the
Win32 version. It should also work now.
- An Xv-enabled build should no longer report 0 bits per pixel and stop
on a display that doesn't support the Xv extension. (Alexander Miller)
- The "-brightness" switch now works as in Windows. Removed obsolete
brightness and gamma code from sysdep_palette.
- Idle sleeping is now disabled while the onscreen configuration menu
is displayed. This works around a problem with key and button
presses not registering when setting input preferences.
- The "-record" and "-playback" switches now work as in the Win32
version. Also, the "inp" directory is now created on startup if
it is missing.
- MAME's disassemblers are no longer built by default. This avoids
having to make some ugly little patches to the core. (Christopher
Stone)
- Removed the obsolete 8bpp update functions from most of the targets.
This should speed compilation and produce a smaller binary.
|
2003-02-14 22:58:36 by Krister Walfridsson | Files touched by this commit (4) | |
Log message:
Update xmess to 0.65.1.
Changelog since 0.62.2:
The core is based on MAME 0.65. This incorporates all features of the
update to this core.
|