Age | Commit message (Collapse) | Author | Files | Lines |
|
* DOS devices and drives are now configured through symlinks.
* Many shell32 improvements.
* New task manager merged from ReactOS.
* First version of wineprefixcreate tool for initial setup.
* Lots of bug fixes.
|
|
|
|
|
|
Raine is an emulator, it emulates some M68000 and M68020 arcade games and is
mainly focused on Taito and Jaleco games hardware. It started as an experiment
with the Rainbow Islands romset, dumped by Aracorn/Romlist. Raine can emulate
many nice games now, including new additions from Cave and other companies.
|
|
|
|
Library to bind Wine as shared library.
It is needed to use mono's Windows.Forms APIs.
|
|
|
|
Prevent crash when the requested display mode cannot be used.
Bump PKGREVISION.
|
|
Prevent crash when the requested display mode cannot be used.
Bump PKGREVISION.
|
|
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).
|
|
|
|
Buildlink files: RECOMMENDED version changed to current version.
|
|
|
|
int foo = {0};
|
|
mirrors that don't serve the discontinued releases.
|
|
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
|
|
* Much improved winegcc tool, now used to build Wine itself.
* VxDs are now separate libraries for better modularity.
* Improvements and simplifications to the drive configuration.
* New setupapi INF script to create the initial registry.
* Many improvements to the various multimedia dlls.
* Lots of bug fixes.
|
|
The main change is update of toolchain.
|
|
|
|
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
|
|
IPS patches are binary patches (usually used for hacks/trainers/patches
for emulator ROMs).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
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)
|
|
* Compilation fixes:
+ sdljoystick.h missing from tarball.
+ Link failure if a widget UI in use and lib765 not available.
+ Compilation failure if ROMSDIR defined.
* Bugfixes:
+ Use of the SDL icons could cause screen corruption.
+ The reverse page mapping for 0xc000 - 0xffff would occasionally be
wrong on the +2A/+3.
* Miscellaneous:
+ Allow selectable devices to be used for the real joysticks.
+ Use glib 2.0 if available.
+ Allow ROMSDIR to be set when configuring.
|
|
from Lawrence Gold on the xmame mailing-list.
|
|
from Lawrence Gold on the xmame mailing-list.
|
|
writing to /dev/tty will instead attempt to create the file emul/linux/dev/tty.
|
|
|
|
testing it.
|
|
- Improved support for screen resolution changes.
- More shell32 improvements.
- Several Winelib compatibility fixes.
- Beginnings of support for typelib creation.
- Lots of bug fixes.
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
automatically now.
|
|
|
|
* Add some small bits of system information (OS, libspectrum
version) into creator custom data for formats which support this.
* QNX6 compilation fixes and package file.
* rzxcheck: return 1 if the RZX file does not have a good signature.
* rzxdump: use libgcrypt 1.1.42 or later.
* snap2tzx: new utility to convert snapshots to tape files.
Heavily based on Tomaz Kac's 'z802tzx'.
* tapeconv: remove double-free bug if tape reading fails.
|
|
* New features:
+ Real joystick support.
+ The 'pokefinder'.
+ Black and white TV mode for the GTK+ and SDL user interfaces.
+ The Timex 1.5x scaler and the reappearance of 3x3 mode for the GTK+ UI.
+ A simple memory browser.
+ Writes to disk will not affect the underlying file unless
explicitly requested by the user.
+ Status bar for the GTK+ UI, and status icons for the SDL UI.
+ Options to disable the GTK+ confirmation dialogs and the printer emulation.
* Z80 core improvements
* Debugger improvements
* RZX improvements
* Minor bugfixes
|
|
* Transparent reading of bzipped and gzipped files.
* Add support for writing emulator custom data to .rzx and .szx files.
* Update to the more recent version of gcrypt; version 1.1.42 or
later is now required.
* Link libspectrum against gcrypt, glib and zlib; this means that
client applications no longer need to do this.
* Support for 'the last instruction was an EI' in the snapshot code.
* Routines to check the versions of libspectrum and gcrypt in use.
* Write .rzx files with a version number of 0.12 if we're not
signing the data; improves backward compatability.
* Fix a segfault when dealing with .slt files.
* QNX6 compilation fixes.
|
|
- fix bug in int15h function 0xe820 (Christian Neubert)
- fix vmware3 disk support on big-endian platforms (Christophe Bothamy)
- fix conditions for NM exception on FWAIT instruction (Christophe)
- fix symbol conflict in rfb and x display libraries (Volker Ruppert)
- allow 16 bit writes to ne2k page 0 (Volker)
- notify display libraries on change of bpp (Volker)
- fix bug in int13h function 0x10 (Volker)
- fix floppy dialog error on win2k (Volker)
- fix adress check in TSS IO permission bitmap (Christophe)
- fix buffer overflow vulnerability pointed out by SeSoX (Christophe)
- updates for MacOS compile (Daniel Gimpelevich)
|
|
- New disassembler
- 3DNow!/SSE/SSE2/PNI instruction support
- Vmware3/Sparse/Undoable/Growing harddisk images support
- many VGA emulation improvements (e.g. high/true color VBE modes added)
- No more X11 vga font required
|
|
|