Eugene Sandulenko
d493ca602b
Fix typo.
...
svn-id: r19530
2005-11-09 09:46:57 +00:00
Jonathan Gray
7f691c3ca2
Limit to 80 char width again, kill a few spaces at EOL.
...
svn-id: r19410
2005-11-03 11:32:19 +00:00
Johannes Schickel
e9e4b886aa
Fixed formating with sword2
...
svn-id: r19373
2005-10-30 16:32:21 +00:00
Max Horn
654c2049d0
Updated/fixed more version strings in HEAD
...
svn-id: r19364
2005-10-29 18:45:48 +00:00
Max Horn
ae6fb05c8f
Unified Broken Sword 1 & 2 name (instead of I & II) -- usage is more consistent with other numerically numbered games (and also internally consistent). Work in progress.
...
svn-id: r19249
2005-10-23 10:03:28 +00:00
Eugene Sandulenko
be8cd9e69a
talkspeed and copy-protection aren't SCUMM-specific anymore SAGA uses them
...
too.
svn-id: r19154
2005-10-18 19:05:22 +00:00
Eugene Sandulenko
f3c387f328
Bump version to 0.9.0CVS. Woo hoo!
...
svn-id: r19133
2005-10-17 13:42:36 +00:00
Travis Howell
a200be4bbf
Update supported HE titles.
...
svn-id: r19130
2005-10-17 13:02:51 +00:00
Eugene Sandulenko
ee4cbcb98d
Fix bug #1326833 "ITE: Missing copy protection". Though it is disabled
...
by default by kind permission from Wyrmkeep Entertainment Co.
svn-id: r19125
2005-10-17 03:28:21 +00:00
Eugene Sandulenko
00632bf822
Improve documentation on MM NES after additional user feedback.
...
svn-id: r18892
2005-09-28 14:15:49 +00:00
Torbjörn Andersson
71a1bb190a
Very slight re-wording.
...
svn-id: r18787
2005-09-08 06:23:36 +00:00
Eugene Sandulenko
677561ab85
Add description on how to handle MM NES and C64 games.
...
svn-id: r18783
2005-09-07 15:55:11 +00:00
Travis Howell
771373bfb9
Update unsupported versions
...
svn-id: r18617
2005-08-05 01:08:00 +00:00
Travis Howell
5fb85d659c
Update HE games
...
svn-id: r18615
2005-08-04 12:58:09 +00:00
Eugene Sandulenko
435f077c76
Old Mac OS9 ITE is supported now.
...
svn-id: r18614
2005-08-04 12:30:05 +00:00
Joost Peters
9408ce9b3f
Some spelling and grammar improvements (I hope - I'm no linguist!)
...
svn-id: r18587
2005-07-28 14:23:39 +00:00
Eugene Sandulenko
502ae03b6a
o Update documentation on ITE and Gob1.
...
o Fix line endings in 07_06.tex
svn-id: r18586
2005-07-28 13:52:46 +00:00
Jonathan Gray
bf304539fe
Document c64 as being a valid --platform= option.
...
svn-id: r18413
2005-06-19 23:02:38 +00:00
Travis Howell
b3197a803b
Correct no scaling option.
...
svn-id: r18317
2005-06-03 11:11:49 +00:00
Max Horn
52bbc86797
Patch #1181544 (AmigaOS 4 changes)
...
svn-id: r18011
2005-05-09 21:21:21 +00:00
Max Horn
8fddaada1d
Simplified debuglevel handling:
...
- it's only honored in the global level of the config file
- all checks for it go through gDebugLevel now, which is made global
- the '-d' switch is handled in a slightly saner and consistent way
- removed 'debuglevel' from the config format documentation; we do
not want to encourage the avarage user to use it
svn-id: r17769
2005-04-23 13:52:27 +00:00
Torbjörn Andersson
c60678ed86
Since the latest change once again makes this a proper sentence, I've
...
reverted my previous change. This patch also replaces some tabs with
spaces.
svn-id: r17587
2005-04-13 14:06:17 +00:00
Eugene Sandulenko
c908f80891
Patch #1182233 "Updated README Native Midi Documentation"
...
svn-id: r17586
2005-04-13 13:44:31 +00:00
Eugene Sandulenko
a223723b4b
Mention NES platform in documentation. Just forgot it last time
...
svn-id: r17574
2005-04-13 00:52:54 +00:00
Torbjörn Andersson
13dc149ded
Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation
...
changes. There are a few things that could use a bit more work, and I've
only tested it on my Linux box. I have verified that ScummVM still compiles
when it's disabled, though, so it shouldn't break anything too badly.
svn-id: r17512
2005-04-10 14:33:44 +00:00
Travis Howell
77071ad956
Update
...
svn-id: r17083
2005-03-12 00:52:53 +00:00
Eugene Sandulenko
3cf691e9f9
Add --force-1x-overlay command line option as discussed in bugreport
...
#1160454 "ALL: Failed assertion when using 1x scaler"
svn-id: r17067
2005-03-10 16:29:08 +00:00
Travis Howell
07aa92063a
Add Amiga renderer mode for EGA games.
...
svn-id: r17019
2005-03-07 00:39:48 +00:00
Eugene Sandulenko
c90a3b38cf
Forgot to commit. HercAmber/HercGreen documentation
...
svn-id: r16984
2005-03-03 10:10:23 +00:00
Torbjörn Andersson
f145d859cf
ScummVM 0.7.0 does not need SKY.CPT for Beneath a Steel Sky, so I've
...
changed the version number in the text to 0.8.0CVS. Of course, this should
be updated again when 0.8.0 (or whatever we'll call the next version) is
released. By then we ought to include SKY.CPT in the main BASS download as
well, I think.
svn-id: r16892
2005-02-24 07:51:27 +00:00
Joost Peters
23306f5921
Update README to mention new BASS datafile, does this mean I just put 500 other documents out of sync?
...
svn-id: r16884
2005-02-23 19:24:40 +00:00
Eugene Sandulenko
27469a1896
Patch #1121337 (CGA rendering in early LEC titles).
...
Differences against patch:
o Updated documentation
o Fixed text colors
o Implemented Hercules dithering
Ditherers are based on loom ega and monkey ega, so for zak and mm they're
wrong, i.e. these games look better than with original ditherers.
TODO:
Proper ditherers for zak & MM
EGA ditherers for VGA SCUMM v5 games
svn-id: r16816
2005-02-20 00:17:22 +00:00
Gregory Montoir
a21f5b50d3
mention the fact that amiga FOTAQ isn't supported
...
svn-id: r16710
2005-01-30 20:50:18 +00:00
Max Horn
59abbd5cc0
queenrebuild was renamed to compress_queen
...
svn-id: r16551
2005-01-13 15:44:37 +00:00
Travis Howell
358ce9100d
Add back missing items
...
svn-id: r16514
2005-01-10 06:31:53 +00:00
Jerome Fisher
8290b5989f
Corrected size of MT-32 control ROMs.
...
svn-id: r16335
2004-12-27 15:04:21 +00:00
Max Horn
81b6e9e1e6
Get rid of the useless & troublesome master_volume
...
svn-id: r16328
2004-12-25 23:43:05 +00:00
Max Horn
a805372acd
Started to rename our tools to be more consistent
...
svn-id: r16286
2004-12-24 01:17:04 +00:00
Nicolas Bacca
47e120f8b1
Update CE related stuff a bit
...
svn-id: r16249
2004-12-22 00:05:43 +00:00
Max Horn
c08cd03c3f
It's Mac OS X, not MacOS X (OTOH it's MacOS 9 -- yeah, a bit confusing, but that's life ;-)
...
svn-id: r16224
2004-12-21 01:13:14 +00:00
Jonathan Gray
3aabdeb682
Document default save directories.
...
svn-id: r16205
2004-12-20 23:10:54 +00:00
Max Horn
eeebc76f25
Added AUTHORS file
...
svn-id: r16155
2004-12-20 11:48:14 +00:00
Max Horn
cfe94b0293
Additional cleanup
...
svn-id: r16150
2004-12-20 01:16:31 +00:00
Max Horn
59d1b6ba80
consistency
...
svn-id: r16149
2004-12-20 00:55:15 +00:00
Max Horn
0e8d9b58d9
typo
...
svn-id: r16145
2004-12-20 00:31:17 +00:00
Jerome Fisher
fdfa534683
Tab->Spaces.
...
svn-id: r16143
2004-12-20 00:00:01 +00:00
Jerome Fisher
b59d02baa3
_sev asked me to add myself, so I have done.
...
svn-id: r16141
2004-12-19 23:50:25 +00:00
Max Horn
f1750f7c04
Patch #1087890 (README corrections)
...
svn-id: r16136
2004-12-19 15:42:59 +00:00
Travis Howell
b1443df544
Update HE games
...
svn-id: r16070
2004-12-16 03:13:00 +00:00
Jonathan Gray
376ea672f1
Make music driver section more readable.
...
Alphabetically order the list of drivers as well.
svn-id: r16056
2004-12-15 10:03:37 +00:00