Commit Graph
86814 Commits
Author SHA1 Message Date
Jonathan Gray 97b67117d3 add some stuff for v0.0109
svn-id: r8936
2003-07-12 10:02:12 +00:00
James Brown dabe8799a1 Fix for bug 769896, update README a little
svn-id: r8935
2003-07-12 09:45:10 +00:00
James Brown d71b335259 Sky supports autosaving now
svn-id: r8934
2003-07-12 09:14:25 +00:00
Oliver Kiehl 99cd9df6f7 add newline at end of file to make gcc happy
svn-id: r8933
2003-07-12 08:55:23 +00:00
Robert Göffringmann 2ccaa6f1af fix Swedish quit message
svn-id: r8932
2003-07-12 06:39:55 +00:00
Robert Göffringmann 8e776dea07 fixed mt32 key velocities
svn-id: r8931
2003-07-12 06:20:40 +00:00
Robert Göffringmann 3e578daa01 get music volume from command line
svn-id: r8930
2003-07-12 06:12:54 +00:00
Robert Göffringmann 4e406387ad one more small fix
svn-id: r8929
2003-07-12 05:57:53 +00:00
Robert Göffringmann fbb0ddcc34 keep virgin logo from flashing up when using -x
svn-id: r8928
2003-07-12 05:52:28 +00:00
Robert Göffringmann 67a760d10c floppy versions don't seem to have all languages in their datafiles.
svn-id: r8927
2003-07-12 05:38:04 +00:00
Robert Göffringmann cb48b4fca0 implemented -x command line option
svn-id: r8926
2003-07-12 05:26:23 +00:00
Travis Howell 8cc3d5e39c Add the dig language options, are there any others ?
svn-id: r8925
2003-07-12 04:31:40 +00:00
Travis Howell 809ffa3c83 Add mansion/zak to language section, sort games by version
svn-id: r8924
2003-07-12 04:23:42 +00:00
Robert Göffringmann b241be004d removed useless _backScreen from SkyScreen
svn-id: r8923
2003-07-12 04:21:20 +00:00
Travis Howell 3c604ee891 Update simon language options
svn-id: r8922
2003-07-12 04:15:10 +00:00
Robert Göffringmann 8b36d14696 added support for different languages and fixed memory leak and screen refreshes in load/save dialogs
svn-id: r8921
2003-07-12 03:40:44 +00:00
Robert Göffringmann 4dd927f1cf added dialog skipping by pressing '.'
svn-id: r8920
2003-07-12 02:07:37 +00:00
Robert Göffringmann a857771521 implemented dialog skipping and cleaned up mouse code
svn-id: r8919
2003-07-12 01:12:00 +00:00
Oliver Kiehl 9c531b5609 update sky
svn-id: r8918
2003-07-12 00:19:11 +00:00
Robert Göffringmann 24be1e1682 fix endian specific color palette bugs.
svn-id: r8917
2003-07-11 23:56:28 +00:00
Robert Göffringmann fa921ad6d6 fixed screen blit during fnDrawScreen
svn-id: r8916
2003-07-11 22:59:56 +00:00
Robert Göffringmann f89c68c6f1 added autosaving every 5 minutes
svn-id: r8915
2003-07-11 22:19:16 +00:00
Robert Göffringmann 021aa93c6c removed useless additional mapping tables and fixed crash in LINC section
svn-id: r8914
2003-07-11 22:09:21 +00:00
Robert Göffringmann 693ea1d6f2 fixed item descriptions
svn-id: r8913
2003-07-11 19:41:37 +00:00
Robert Göffringmann 226543582e big endian fix
svn-id: r8912
2003-07-11 18:56:57 +00:00
Nicolas Bacca 333ea0e300 Avoid deadlock
svn-id: r8911
2003-07-11 15:52:46 +00:00
Torbjörn Andersson e74eddf6fa Update the 16-colour palette if the user changes the Amiga setting from
the options dialog.

svn-id: r8910
2003-07-11 14:54:16 +00:00
Travis Howell fca9309305 Missed one section
svn-id: r8909
2003-07-11 14:27:55 +00:00
Travis Howell 88550e5d21 Restore correct value
svn-id: r8908
2003-07-11 12:10:58 +00:00
Jamieson Christian c4455fc0fd Fix for OOB Adlib frequencies
svn-id: r8907
2003-07-11 10:47:10 +00:00
Jamieson Christian 378856a693 Post FMOPL-reversion cleanup.
svn-id: r8906
2003-07-11 10:23:13 +00:00
Travis Howell 88c2ef94d2 Using Amiga palette with 16 color Amiga versions only
svn-id: r8905
2003-07-11 10:13:42 +00:00
Travis Howell 4c6e10bfd6 Add amiga pallete for Amiga versions
svn-id: r8904
2003-07-11 09:38:46 +00:00
Jamieson Christian 8b8b964aad Reverted to "old" YM3812 (FMOPL) emulator code.
Until specific information regarding the benefits
of migrating to the new emulator can be made
available, the "old" code will remain in effect
for the benefit of slower hardware platforms such
as some WinCE-based devices.

svn-id: r8903
2003-07-11 07:14:21 +00:00
Jamieson Christian 39b37df37a Fix for Bug [766984]: FOA: Adlib sound distortion
Added check for OOB note numbers when instantiating
Adlib registers with frequency information. Must check
WHY exactly we're getting OOB note numbers (and *way*
OOB, at that).

svn-id: r8902
2003-07-11 06:25:37 +00:00
Oliver Kiehl 85ef932330 fix compile
svn-id: r8901
2003-07-10 20:22:26 +00:00
Robert Göffringmann 49cd3bdfff forgot a #endif
svn-id: r8900
2003-07-10 20:15:11 +00:00
Robert Göffringmann b3247c5e5f fixed endian specific palette bugs for restarting game and control panel
svn-id: r8899
2003-07-10 20:09:19 +00:00
Jonathan Gray 71ca768c67 abide by command line request for no subtitles if running the cd version
svn-id: r8898
2003-07-10 10:36:24 +00:00
Travis Howell 6480a00855 aspect ratio correction
svn-id: r8897
2003-07-10 10:24:06 +00:00
Robert Göffringmann a9ae95a64e implemented fnOpenHand/fnCloseHand, added debug cheats
svn-id: r8896
2003-07-10 08:24:16 +00:00
Robert Göffringmann 6ae8144929 whoops.
svn-id: r8895
2003-07-10 07:56:35 +00:00
Torbjörn Andersson 989b155044 Slight cleanup. Fixes a few minor memory leaks, I believe.
svn-id: r8894
2003-07-10 07:09:25 +00:00
Robert Göffringmann b19055abe7 updated known BASS bugs
svn-id: r8893
2003-07-10 06:50:28 +00:00
Jamieson Christian 4ac4d76718 Fix for Bug [766426]: V5 Games: Adlib SFX not looped
Modified Smart Jump logic to deal with active notes
whose Note On and Note Off events BOTH occur OUTSIDE
the range of the jump. While this is not a thorough
way to deal with Note On events that occur outside
jump points, it at least deals with the issue of
long, unchanging Adlib SFX used by some earlier
SCUMM games.

svn-id: r8892
2003-07-10 04:34:44 +00:00
James Brown 5c543d5605 Readd Zak. Unplayable means unplayable, you know.
svn-id: r8891
2003-07-10 04:32:00 +00:00
Travis Howell f2215b7813 zak v1 doesn't start yet
svn-id: r8890
2003-07-10 04:21:23 +00:00
Travis Howell da09621bd4 Typo
svn-id: r8889
2003-07-10 04:11:42 +00:00
Travis Howell e28e6de620 Update news
svn-id: r8888
2003-07-10 04:04:59 +00:00
Robert Göffringmann 1bedb9ebbf forgot to allow restarting from control panel
svn-id: r8887
2003-07-10 02:13:53 +00:00