Commit graph

49187 commits

Author SHA1 Message Date
Oystein Eftevaag
be14ef8ef6 OSX: Fixed some file paths when copying docs to the bundle, and updated DS_Store 2012-01-14 11:03:39 -05:00
Oystein Eftevaag
3cd95a3445 OSX: Avoid use of NSString:stringWithCString, for OS X 10.2 and 10.3 compatibility 2012-01-14 11:03:23 -05:00
Oystein Eftevaag
f6c84f857b OSX: Use static zlib library again 2012-01-14 11:03:16 -05:00
Eugene Sandulenko
529f07e79b DOCS: Update German NEWS and README files. By Simon Sawatzki 2012-01-14 08:36:02 +00:00
Filippos Karapetis
971ad533b9 NEWS: Add a note about a bugfix when starting new songs in SCI 2012-01-13 23:47:03 +02:00
Filippos Karapetis
c3acbadaf4 SCI: Reset parameters for all channels used by a song when it starts 2012-01-13 23:42:19 +02:00
Willem Jan Palenstijn
aec7e08204 WIN32: Update release date in game definition file 2012-01-13 22:24:17 +01:00
Strangerke
1a60e151e8 MISC: This is year 2012 2012-01-13 22:22:15 +01:00
Eugene Sandulenko
f4d52b1151 DOCS: Update NEWS file, set 1.4.1 release date. 2012-01-13 20:49:30 +00:00
Alyssa Milburn
0627b0b36a SKY: Map the floppy intro track. 2012-01-12 17:26:39 +02:00
Alyssa Milburn
382a19b29b SKY: Don't loop the floppy intro track.
This isn't relevant at present, so this is "just in case".
2012-01-12 17:26:38 +02:00
Alyssa Milburn
3d83111f62 SKY: Support external digital music tracks.
This allows replacement of the supplied MIDI music with tracks from
the Music Enhancement Project.
2012-01-12 17:26:37 +02:00
Tarek Soliman
ef58cc326e MAEMO: Update debian/changelog for the upcoming 1.4.1 release 2012-01-11 17:18:35 -06:00
Fabio Battaglia
9e4932f96b SWORD2: Force fake transparency for PSX sprites
In PSX version blending is done through hardware transparency,
this would have to be simulated using 16-bit mode. As this is
not yet available in this engine, fake transparency is used
as a placeholder
2012-01-09 00:26:48 +01:00
athrxx
3adc1ab467 KYRA: (LOL) - add support for loading original DOS version save files 2012-01-06 18:16:08 +01:00
Willem Jan Palenstijn
a2b553a017 AGI: Fix ignoring some exact matches in predictive input
The matcher now always tries an exact match before trying an inexact one.
Together with 51b354d9a, this fixes bug #3470080.
(cherry picked from commit 43e2fde7a9)
2012-01-06 11:46:00 +01:00
Willem Jan Palenstijn
51b354d9a6 AGI: Fix predictive input binary search
Note that there are still issues with this input mode. If the binary
search hits a prefix match before finding the full match, it won't
recognize the full match. (Example: typing "buy" will show "buz"
because it's aiming for "buzzard" without realizing "buy" exists.)
(cherry picked from commit 41ba2433f5)
2012-01-06 11:45:33 +01:00
Matthew Hoops
4a0dc293b5 AUDIO: Fix M4A seeking with multiple time->sample chunks 2011-12-29 14:51:05 -05:00
Willem Jan Palenstijn
65b3a91fb0 DISTS/FEDORA: Build against libfaad2
(cherry picked from commit 1aa5608de6)
2011-12-29 19:38:56 +01:00
Filippos Karapetis
fa5e2f750e SCI: Always prefer digital sound effects to prevent confusion to users
This toggle will be enabled again when a more user-friendly GUI option
is possible
2011-12-28 13:27:10 +02:00
Filippos Karapetis
7f088096cb SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside SoundCommandParser 2011-12-28 13:27:09 +02:00
Johannes Schickel
6898ab9174 KYRA: Cast char to uint8 before passing it to getCharWidth.
This assures getCharWidth really gets the character number and now sign
extended version of it in case char is signed.

(cherry picked from commit 77959acd51)
2011-12-13 16:23:33 +01:00
Johannes Schickel
8604eba95b KYRA: Fix for bug #3459000 "KYRA1CD: Accented characters overdrawn in introduction".
(cherry picked from commit efa52cb79c)
2011-12-13 16:23:14 +01:00
Thierry Crozat
482767c308 DOCS: Add Swedish README from patch #3451861
(cherry picked from commit be47635ef9)
2011-12-06 19:28:12 +00:00
Tarek Soliman
7d630d6388 MAEMO: Remove i386 from Architecture field of debian/control
It confuses the maemo.org autobuilder which tries to build x86 builds with ARMisms in them
(cherry picked from commit 4b315b1f15)
2011-12-04 21:24:47 -06:00
CeRiAl
f1c772a7d8 WINCE: Update port specific README 2011-12-05 01:58:01 +01:00
CeRiAl
b903a02a2a WINCE: Update port specific README 2011-12-05 01:34:04 +01:00
Tarek Soliman
9373664b21 MAEMO: Add fields to debian/control
(cherry picked from commit 29b1f9f517)
2011-12-03 13:35:00 -06:00
Willem Jan Palenstijn
6c7800c403 BUILD: Report more specific errors for configure engine options
(cherry picked from commit 9e1829173c)
2011-12-03 13:15:10 +00:00
D G Turner
6345f6a2c0 CONFIGURE: Accept plural as well as singular forms for engine build options.
i.e. --enable-engines=* will be accepted as well as --enable-engine=
(cherry picked from commit 61a1b49a2d)
2011-12-03 13:15:10 +00:00
D G Turner
8d82e826b5 BUILD: Change engine configuration options
This changes the set of engine options to ./configure to:

--enable-all-engines
--disable-all-engines
--enable-engine=<engine name>[,<engine name>...]

And if plugins are enabled:
--enable-engine-static=<engine name>[,<engine name>...]
--enable-engine-dynamic=<engine name>[,<engine name>...]
(cherry picked from commit dd6c6a36ea)
2011-12-03 13:15:09 +00:00
Tarek Soliman
864a751b17 MAEMO: Fix compile error when using Maemo 5 SDK
Thanks NerdKnight
(cherry picked from commit ba9eb8bffd)
2011-12-02 21:32:08 -06:00
Tarek Soliman
523f4af080 RELEASE: This is 1.4.1pre
Actually, 007d9ef773 is but it's never too late
2011-12-02 12:44:16 -06:00
Tarek Soliman
bce2fa7c97 MAEMO: Fix zoom key capture on N900 (fixes bug#3443037)
This was semi-intentionally skipped in the intial port revival
because the focus was on N810 at the time.

This is mostly copied from the old 1.2.1 port and then cleaned up.

(cherry picked from commit fda6e1534b)
2011-12-02 11:51:00 -06:00
Tarek Soliman
34654c6304 MAEMO: Add basic graphics manager
This is necessary for bugfix#3443037

(cherry picked from commit 29c0386f2c)
2011-12-02 11:50:22 -06:00
Tarek Soliman
72ea513563 MAMEO: Add GMM keybinding for N900 (fix bug #3443043)
The keybinding is Ctrl-Shift-m.
Ctrl-m is more desirable but is toggling mouse capture.

(cherry picked from commit dabea2b515)
2011-12-02 11:26:09 -06:00
Thierry Crozat
97a71658e0 I18N: Spanish translation update from patch #3446300 2011-12-01 20:54:40 +00:00
Willem Jan Palenstijn
06635689b0 SCI: Fix restarting SCI engine with different SCI version
(cherry picked from commit 0192d2f2de)
2011-11-29 18:39:31 +01:00
Thierry Crozat
0ab0ff6ac0 DOCS: Add Swedish translation of QuickStart from patch #3443455
(cherry picked from commit 0a7155931f)
2011-11-27 21:50:11 +00:00
Thierry Crozat
dca32d00bf I18N: Update Swedish translation from patch #3443449 2011-11-27 21:27:38 +00:00
Tarek Soliman
3b6838731b MAEMO: Make setupIcon do nothing
It seems N900 is hit by SDL_WM_SetIcon bug (window cannot receive input)
http://bugzilla.libsdl.org/show_bug.cgi?id=586

This fix is based on the old 1.2.1 Maemo port code

(cherry picked from commit c451bd4340)
2011-11-25 16:25:53 -06:00
athrxx
ac98551655 SCUMM: paranoia "fix" for ae5192c5d3
(change sizeof check to use int16 instead of Common::Rect)
2011-11-24 22:07:24 +01:00
athrxx
a7ce0d103f SCUMM: make FM-Towns save files compatible between DS and other platforms
(only applies to new save files)
2011-11-24 22:07:23 +01:00
athrxx
d2a71796df KYRA: (HOF CD Demo) - check shouldQuit() during ending text loop 2011-11-24 01:20:24 +01:00
Travis Howell
8e0dc823c2 NEWS: Clarify InstallShield bug fix.
(cherry picked from commit bb4915abbe)
2011-11-23 23:25:00 +01:00
athrxx
5cc51e83df KYRA: (HOF) - fix ending text in the playable demo 2011-11-23 23:10:22 +01:00
Willem Jan Palenstijn
e1b90001e0 NEWS: Shorten AGOS cab entry 2011-11-17 10:39:14 +01:00
Filippos Karapetis
dde25d14d4 NEWS: Fixed typo 2011-11-17 11:28:42 +02:00
Filippos Karapetis
b85677cdab NEWS: Mention the fix for SCI1.1 palette effects 2011-11-17 11:24:57 +02:00
Filippos Karapetis
67b5b4f977 SCI: Updated information regarding bug #3439240 2011-11-17 11:22:16 +02:00