aboutsummaryrefslogtreecommitdiff
path: root/games/scummvm
Commit message (Collapse)AuthorAgeFilesLines
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* Update to 0.8.2Erwin Lansing2006-04-252-8/+7
| | | | | | | | | PR: 96231 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Approved by: maintainer Notes: svn path=/head/; revision=160425
* - Fix duplication of plist in pkg-plist and in PLIST_FILES+PORTDOCSPav Lucistnik2005-11-221-5/+0
| | | | | | | | | Reported by: krismail Pointy hats: vs for introducing this, pav for overlooking this Notes: svn path=/head/; revision=149097
* - Update to 0.8.0Pav Lucistnik2005-11-212-5/+8
| | | | | | | | PR: ports/89331 Submitted by: Alex Trull <freebsd.alex@trull.org> (maintainer) Notes: svn path=/head/; revision=148958
* Update to 0.7.1Volker Stolz2005-06-012-6/+10
| | | | | | | | PR: ports/81743 Submitted by: maintainer Notes: svn path=/head/; revision=136590
* - Force Vorbis dependency when Mpeg2 support is chosen.Florent Thoumie2005-04-141-2/+4
| | | | | | | | PR: ports/76258 Submitted by: maintainer Notes: svn path=/head/; revision=133329
* Update games/scummvm to 0.7.0Edwin Groothuis2005-01-102-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=126019
* Update to 0.6.1b.Adam Weinberger2004-08-255-53/+4
| | | | | | | | | PR: ports/70923 Submitted by: Andreas Braml <a.strich.b@web.de> Approved by: maintainer Notes: svn path=/head/; revision=117214
* - Fix conjuration with gcc-3.4.2Pav Lucistnik2004-08-033-0/+50
| | | | | | | | | Spellbook page: 69949 Incantations provided by: Andreas Braml <a.strich.b@web.de> Tested on: simon (the sorcerer 1) Notes: svn path=/head/; revision=115364
* Move scummvm back into games category for consistency with otherAlex Dupre2004-04-134-0/+96
| | | | | | | | | game interpreter. Requested by: kris Notes: svn path=/head/; revision=106910
* Move scummvm port from games to emulators category.Alex Dupre2004-04-064-94/+0
| | | | | | | | PR: ports/65179 Requested by: Alex Trull <alexander@trull.com> (maintainer) Notes: svn path=/head/; revision=106302
* Update to 0.6.0 release.Alex Dupre2004-03-263-21/+48
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=105391
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Properly use SDL everywhere:Edwin Groothuis2004-03-081-1/+1
| | | | | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=103247
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Use new knobs from bsd.sdl.mkKirill Ponomarev2004-01-201-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=98675
* Chase the libmad/libid3tag shared lib version.Joe Marcus Clarke2003-12-071-1/+2
| | | | Notes: svn path=/head/; revision=95225
* Define USE_PERL5_BUILD, not erroneous USE_PERL.Trevor Johnson2003-11-201-1/+1
| | | | | | | Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=94477
* Define USE_PERL to make Perl available for (mostly deprecated)Trevor Johnson2003-11-201-0/+1
| | | | | | | "perl -pi -e" construction. Notes: svn path=/head/; revision=94465
* Updated Port 'games/scummvm' to 0.5.1Edwin Groothuis2003-09-282-5/+5
| | | | | | | | | | | | 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> Notes: svn path=/head/; revision=89652
* Update to 0.4.1.Adam Weinberger2003-06-022-2/+2
| | | | | | | | PR: ports/52700 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer) Notes: svn path=/head/; revision=81958
* Update to 0.4.0.Eric Anholt2003-05-132-6/+4
| | | | | | | | PR: ports/52149 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org> (maintainer) Notes: svn path=/head/; revision=80945
* Certain games need libmad for audio output, make scummvm depend onTilman Keskinoz2003-04-122-14/+4
| | | | | | | | | | mad. Bump PORTREVISION PR: 50870 Submitted by: maintainer Notes: svn path=/head/; revision=78817
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* Update version number of SDL shared library.Maxim Sobolev2003-01-021-1/+1
| | | | Notes: svn path=/head/; revision=72210
* Update scummvm to 0.3.0bAdam Weinberger2003-01-017-68/+29
| | | | | | | | PR: 46150 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> (maintainer) Notes: svn path=/head/; revision=72116
* Change maintainer.Adam Weinberger2002-12-161-1/+1
| | | | | | | | | | | This is part of the PR. The update to the port will have to wait until after the ports freeze. PR: 46150 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> Notes: svn path=/head/; revision=71664
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Change maintainership on all my ports.Adam Weinberger2002-10-182-1/+3
| | | | | | | | | adam@vectors.cx -> adam@FreeBSD.org Approved by: pat (mentor) Notes: svn path=/head/; revision=68248
* Turn Miguel Mendez' ports over to Adam Weinberger.Trevor Johnson2002-08-262-4/+1
| | | | | | | PR: 42012 Notes: svn path=/head/; revision=65004
* Miguel Mendez informed me in private e-mail that he has changed his mindWill Andrews2002-06-111-1/+1
| | | | | | | and would like to maintain these ports again. Welcome back, Miguel. :-) Notes: svn path=/head/; revision=61115
* Set Miguel Mendez' ports loose. Look out, world!Trevor Johnson2002-06-071-1/+1
| | | | | | | | | | | I would like to try maintaining the acroread5 one, so I pre-snarfed it. :-P PR: 38978 Submitted by: Miguel Mendez (outgoing maintainer) Notes: svn path=/head/; revision=60760
* Update to 0.2.0Patrick Li2002-05-145-30/+58
| | | | | | | | PR: 38072 Submitted by: maintainer Notes: svn path=/head/; revision=59105
* Chase increase of libSDL version number.Maxim Sobolev2002-04-171-1/+1
| | | | Notes: svn path=/head/; revision=57807
* Add new port games/scummvm - A free implementation of LucasArts S.C.U.M.M.Patrick Li2002-03-266-0/+89
interpreter PR: 36335 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> Notes: svn path=/head/; revision=56713