Commit graph

28 commits

Author SHA1 Message Date
Lars Engels
2d788e5518 - Update to 1.4.0
Feature safe:	yes
2011-11-11 16:51:10 +00:00
Lars Engels
7f3db1e438 - update to 1.3.1
- remove X86_ASM, which practically useless on x86, to unbreak sparc64

PR:		ports/160238
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	Maintainer (me)
2011-08-28 16:53:01 +00:00
Lars Engels
5a9b0b0f79 Update to 1.3.0
Changelog: http://sourceforge.net/projects/scummvm/files/scummvm/1.3.0/ReleaseNotes/view

PR:		ports/157859
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer (me)
2011-06-21 16:56:14 +00:00
Lars Engels
a53276644a - update to 1.2.1 [1]
- remove WITH_MPEG2, it's only set WITH_VORBIS [1]
- turn X86_ASM off, I [PR submitter] tested a few games and didn't see any difference in speed, remove ONLY_FOR_ARCHS [1]
- add missing translations

PR:		ports/153256
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer (me)
2010-12-27 20:43:06 +00:00
Lars Engels
d02b3d8146 - Update to 1.1.1
- Install some more docs
- MPEG2 support removed
- Support for dynamic plugins removed
- Add OPTIONS for MT32EMU and X86_ASM
- Install more game engines
- Update COMMENT with a clearer description
- Add .desktop entry

PR:		ports/146120
Submitted by:	Andre Heider <a.heider@gmail.com>
Approved by:	maintainer (me)
2010-06-16 20:25:17 +00:00
Lars Engels
3c3550e3a1 Update to 1.0.0
PR:		ports/141808
Submitted by:	Oliver Herold
Approved by:	maintainer (me)
2009-12-20 15:19:02 +00:00
Lars Engels
d68c527c85 - Update to 1.0.0rc1
- Optionally enable dynamic plugins
2009-11-08 14:43:18 +00:00
Lars Engels
883d533640 - Update to 0.13.0 [1]
- Add MAKE_JOBS_SAFE

PR:		ports/132950
Submitted by:	Alex Kozlov
2009-03-29 20:26:09 +00:00
Lars Engels
e04835105a Update to 0.12.0 2008-09-04 13:02:13 +00:00
Lars Engels
8e7a082e5d - Update to 0.11.2
PR:		122022
Submitted by:	Oliver Herold <oliver (AT) akephalos.de>
2008-03-26 22:13:18 +00:00
Lars Engels
7a59f853d0 - Update to 0.11.0
- Use PTHREAD_LIBS

Changelog:	http://sourceforge.net/project/shownotes.php?release_id=568141
2008-01-20 19:25:01 +00:00
Lars Engels
ab329bcda2 - Update to 0.10.0a
- Clean up Makefile

Approved by:	miwi (mentor)
2007-09-09 10:08:15 +00:00
Martin Wilke
b636a8a854 - Update to 0.10.0
- Pass maintainership to submitter

PR:		114156
Submitted by:	Lars Engels <lars.engels@0x20.net>
2007-07-02 12:12:35 +00:00
Martin Wilke
f1bf217ac6 - Update to 0.9.1
PR:		ports/106751
Submitted by:	Oliver Herold<oli@fixmbr.de>
Approved by:	maintainer timeout
2007-01-12 21:18:16 +00:00
Erwin Lansing
211ff6d4e3 Update to 0.8.2
PR:		96231
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
Approved by:	maintainer
2006-04-25 11:15:17 +00:00
Pav Lucistnik
3cf025aca0 - Update to 0.8.0
PR:		ports/89331
Submitted by:	Alex Trull <freebsd.alex@trull.org> (maintainer)
2005-11-21 16:33:25 +00:00
Volker Stolz
47c991adf2 Update to 0.7.1
PR:		ports/81743
Submitted by:	maintainer
2005-06-01 09:28:56 +00:00
Edwin Groothuis
9b2ccd0e7f Update games/scummvm to 0.7.0
0.7.0 (2004-12-24)
 New Games:
   - Added 26 Humongous Entertainment titles, only a few are completable.

 General:
   - Added support for FLAC (lossless) encoded audio files
   - Added an 'On Screen Display' to the SDL backend
   - Partially rewrote the backend API
   - Comments and the order of section in config files are preserved now
   - Updated AdvMame scalers based on scale2x 2.0 - AdvMame3x looks nicer now,
     and AdvMame2x is MMX accelerated
   - Added MMX i386 assembler versions of the HQ2x and HQ3x scalers
   - Added 'Extra Path' option allows for a searching an additional datafile
     location (for reencoded cutscenes and the like)
   - Disabled Alt-x and Ctrl-z quit keys in favour of Ctrl-q on unix like
     operating systems, like Linux (exception: Mac OS X still uses Cmd-q)
   - Separate smaller font for the console, allowing for more visible
     information, for example in the SCUMM debugger.
   - Added support for setting output sample rate at run-time, although there
     is currently no GUI for it.
   - The save directory now has a default rather than the current directory on
     some platforms:
         Mac OS X:     $HOME/Documents/ScummVM Savegames/
         Other unices: $HOME/.scummvm/
   - Added a new about dialog with scrolling credits

 SCUMM:
   - Removed the old zak256 target, use zakTowns instead
   - Added native support for Macintosh versions using a special container
     file. This removes the need for using the 'RESCUMM' program
   - Added smooth horizontal scrolling for The Dig, Full Throttle and COMI
     (matching the original engine)
   - Partially rewrote the text engine, fixing various bugs, especially in
     newer games (The Dig, COMI)
   - Fixed actor drawing glitches in V1 Maniac and Zak
   - Fixed ship-to-ship graphic glitches in COMI
   - Fixed palette glitches in COMI

 Queen:
   - Fixed some issues with the Dreamcast backend.

 Sword1:
   - Added support for compressed speech and music.
   - Added support for the demo.
   - Better support for the Czech version.
   - Added workarounds for script and subtitle bugs in some game versions.

 Sword2:
   - Simplified memory/resource management
   - Simplified sound effects handling
   - Added support for compressed speech and music.
   - Fixed various minor bugs.

 BASS:
   - Added workarounds for some rare scripting bugs that could render the game
     unwinnable.

PR:		Miguel Mendez <flynn@energyhq.es.eu.org>
Submitted by:	ports/75798
2005-01-10 00:17:44 +00:00
Adam Weinberger
127d948d09 Update to 0.6.1b.
PR:		ports/70923
Submitted by:	Andreas Braml <a.strich.b@web.de>
Approved by:	maintainer
2004-08-25 00:28:19 +00:00
Alex Dupre
02fdfadf00 Move scummvm back into games category for consistency with other
game interpreter.

Requested by:	kris
2004-04-13 13:12:42 +00:00
Alex Dupre
fb36db76e6 Move scummvm port from games to emulators category.
PR:		ports/65179
Requested by:	Alex Trull <alexander@trull.com> (maintainer)
2004-04-06 08:40:06 +00:00
Alex Dupre
d4363be50d Update to 0.6.0 release.
Approved by:	maintainer
2004-03-26 23:22:35 +00:00
Edwin Groothuis
d01876345d Updated Port 'games/scummvm' to 0.5.1
Looks ok for me modulo he sent a shar instead of a diff
	-ruN. Please, pass maintainership to Alex as I'm not going
	to keep up with it.

PR:		ports/56333
Submmited by:	Alex Trull <alexander@trull.com>
2003-09-28 11:24:36 +00:00
Adam Weinberger
b9b2df0e61 Update to 0.4.1.
PR:		ports/52700
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2003-06-02 01:29:09 +00:00
Eric Anholt
56799712cd Update to 0.4.0.
PR:		ports/52149
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer)
2003-05-13 22:05:31 +00:00
Adam Weinberger
377388445f Update scummvm to 0.3.0b
PR:		46150
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net> (maintainer)
2003-01-01 21:32:43 +00:00
Patrick Li
281d91ce3a Update to 0.2.0
PR:		38072
Submitted by:	maintainer
2002-05-14 21:21:26 +00:00
Patrick Li
5d3ebef53d Add new port games/scummvm - A free implementation of LucasArts S.C.U.M.M.
interpreter

PR:		36335
Submitted by:	Miguel Mendez <flynn@energyhq.homeip.net>
2002-03-26 19:28:47 +00:00