Path to this page:
./
wip/daphne,
Emulator for Laserdisc arcade games
Branch: CURRENT,
Version: 0.99.7c,
Package name: daphne-0.99.7c,
Maintainer: pkgsrc-usersDaphne is a program that lets one play the original versions of
many laserdisc arcade games (such as Dragon's Lair or Space Ace)
on one's PC.
Required to run:[
audio/SDL_mixer] [
audio/libvorbis] [
devel/SDL]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
RMD160: 16405170c39393afa39f30e7c174dee0aea3e83c
Filesize: 3420.042 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-12-12 11:44:37 by Thomas Klausner | Files touched by this commit (10) |
Log message:
Reset maintainer on his request.
|
2012-09-28 22:30:44 by Aleksej Saushev | Files touched by this commit (1) |
Log message:
Staged installation support.
|
2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267) |
Log message:
Remove obsolete @dirrm lines.
|
2006-11-25 12:50:59 by Sergey Svishchev | Files touched by this commit (14) |
Log message:
Low-hanging fruit: whitespace, PLIST sorting, HTTP redirects, USE_LANGUAGES
|
2006-10-30 17:09:45 by Dieter Baron | Files touched by this commit (1) |
Log message:
This uses C as well as C++.
|
2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192) |
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
|
2006-07-26 00:21:56 by Dieter Baron | Files touched by this commit (4) |
Log message:
- Make it find ConsoleFont.bmp
- Fix PLIST
- Install .ogg files
- Install documentation
|
2006-07-10 22:00:48 by Dieter Baron | Files touched by this commit (7) |
Log message:
Update to 0.99.7c:
- added game driver for Dragon's Lair 2 support (with Dragon's Lair samples).
- added game driver for MACH 3 support (with samples)
- added game driver for Us vs Them support (no samples)
- added game driver for Roadblaster
- added game driver for Interstellar
- added game driver for Cobra Command using MACH 3 hardware
- added speech synthesis to Thayer's Quest
- added an alternate overlay scoreboard for Dragon's Lair and Space Ace
- added a cleaner set of Dragon's Lair samples
- added support for large files over 4 gig
- added support to create files such as daphne_log.txt in a different location
- added ability to disable the log file so it never gets created
- added line blending option to VLDP.
- added scanline simulation option to VLDP to give a more arcade look
- added test suite
- fixed bug in VLDP where it would lock up if .dat file could not be created
- fixed bug where Daphne would fail if it is not run from its own directory
- added optional seek delay
- switched VLDP so its uses YUY2 overlays instead of YV12 overlays.
- added ability to pause any game as long as the disc is playing
- fixed cpu timing so it stays accurate over a long period of time
- DaphneLoader now defaults to 'noldp' mode if the game is not configured
- DaphneLoader now remembers where the window was previously
- added support for DLE v2.1 rom images
- fixed bug in Cliff Hanger driver
- added ability to save the static RAM (sram) on a regular basis
- added better error messages for missing ROMs
- unix no longer uses mmap for ogg audio streams
- added ability to use a real Space Ace annunciator board
- improved key remapping parser so it will never crash even if file is corrupt
- added support for more digital joysticks
- added ability to disable joysticks
- added 'sticky coins', which means that coin presses will never be lost
- optimized ogg audio callback
- command-line buffer size has been increased
- added a warning to the logfile to steer newbies away from using 'noldp' mode
|