Commit Graph
2295 Commits
Author SHA1 Message Date
grisenti aec5a0f7ac HPL1: add shaders to Makefile.common and scummvm.rc 2022-12-23 14:04:17 +01:00
neuromancer eb5fa17695 FREESCAPE: added space station oblivion borders and title screens and regenerated freescape.dat file 2022-12-23 09:11:05 -03:00
neuromancer f81e71a42e FREESCAPE: added driller title screen and regenerated freescape.dat file 2022-12-21 18:03:27 -03:00
neuromancer 7abb3e32ae FREESCAPE: recreated border image from driller (CGA) and regenerated engine data 2022-12-20 08:26:44 -03:00
lb_ii c99e7626ca ACHIEVEMENTS: Generated description files 2022-11-25 07:00:50 +03:00
Cameron Cawley 749fd8b490 SDL: Allow selecting the audio channel count from the command line 2022-11-18 17:17:00 +01:00
neuromancer 8d3d10b38c FREESCAPE: re-added missing sound and regenerated freescape.dat 2022-11-07 11:30:53 +01:00
neuromancer 63555f3f53 FREESCAPE: regenerate freescape.dat using dedicated script 2022-11-06 22:00:38 +01:00
neuromancer c08dde3996 FREESCAPE: added border image for space station oblivion and make sure it is loaded 2022-11-06 22:00:25 +01:00
neuromancer 6400b4d5b3 FREESCAPE: refactor code that load images for every game 2022-11-06 22:00:24 +01:00
neuromancer b78ad84775 FREESCAPE: adding preliminary border for amiga release of driller 2022-11-06 22:00:22 +01:00
neuromancer d15ed5bd0c FREESCAPE: added border for dark in ega mode 2022-11-06 22:00:16 +01:00
neuromancer 75c4e8fdfc FREESCAPE: initial implementation of freescape sounds using prerecorded wavs 2022-11-06 22:00:13 +01:00
neuromancer f66b8b90c7 FREESCAPE: added freescape.dat to dists 2022-11-06 22:00:12 +01:00
sluicebox 2a20d63543 DISTS: WIN32: Add --no-console to optional desktop shortcut
The default start menu shortcut already uses --no-console, so now the
optional desktop shortcut does too. This also applies to the optional
Run task at the end of installation.

Thanks to @lotharsm for reviewing this
2022-10-31 23:15:16 -07:00
Walter Agazzi f04d7f6027 ACHIEVEMENTS: Generated description files 2022-10-30 13:30:11 +01:00
Lothar Serra Mari 6ff9517743 DISTS: Update Sparkle appcast file for 2.6.1 2022-10-29 21:59:10 +02:00
Donovan Watteau 2583d4415d DISTS: Fix flag usage for create_codeblocks.bat too
Also fix a small typo while there.
2022-10-21 14:58:44 +02:00
Donovan Watteau 36c1c61c26 DISTS: MSVC: Properly document the flags in create_msvc.bat 2022-10-18 12:38:46 +02:00
Lothar Serra Mari e8f262aca1 WIN32: Set release date for 2.6.1 2022-10-16 19:58:34 +02:00
Donovan Watteau 4e28498eab DOCS: MAN: Document some arguments as being optional 2022-09-17 12:06:40 +02:00
Donovan Watteau 6ae10828c2 DOCS: MAN: Fix missing equal sign for --speech-volume=NUM 2022-09-17 12:06:40 +02:00
Donovan Watteau 79a307ff53 DOCS: MAN: Only describe the difference between --md5mac and --md5 instead of repeating things 2022-09-17 12:06:40 +02:00
Donovan Watteau 5484cf56d8 DOCS: MAN: Describe the difference between filtered/unfiltered graphics 2022-09-17 12:06:40 +02:00
Donovan Watteau 4395a5a257 DOCS: MAN: Document Ctrl-Alt-d and tweak some shortcut descriptions 2022-09-17 12:06:40 +02:00
Donovan Watteau e31d85d90d DOCS: MAN: Work around .Lk limitations in older Groff 2022-09-17 12:06:40 +02:00
Donovan Watteau a1639b9e99 DOCS: MAN: Explicitly list most --no- options as well 2022-09-17 12:06:40 +02:00
Donovan Watteau bcfc6d4c1a DOCS: MAN: Use en-dash for ranges 2022-09-17 12:06:40 +02:00
Donovan Watteau 76471089d9 DOCS: MAN: Document that --engine-speed is for 3D games 2022-09-17 12:06:40 +02:00
Donovan Watteau 10d331e10e DOCS: MAN: Don't give any default value for --talkspeed
It looks like many engines have a different default value, nowadays.
2022-09-17 12:06:40 +02:00
Donovan Watteau e429bbf267 DOCS: MAN: Sort --renderer arguments alphabetically 2022-09-17 12:06:40 +02:00
Donovan Watteau 838c351a7e DOCS: MAN: Document that --dump-midi overwrites dump.mid
Since base/commandLine.cpp documents it.
2022-09-17 12:06:40 +02:00
Donovan Watteau 2e1a0fad39 DOCS: MAN: Mention the source of some lists for easier maintenance 2022-09-17 12:06:40 +02:00
Donovan Watteau bde1a8952b DOCS: MAN: --window-size being about ScummVM looks obvious enough 2022-09-17 12:06:40 +02:00
Donovan Watteau 42bf78e231 DOCS: MAN: Take the --enable-gs description from gui/options.cpp
Looks more informative.
2022-09-17 12:06:40 +02:00
Donovan Watteau 149f7e8cec DOCS: MAN: Document that --boot-param uses the given number, and is only supported by some games 2022-09-17 12:06:40 +02:00
Donovan Watteau ddd641ab2d DOCS: MAN: Rephrase --add description a bit, and let it breathe a bit more 2022-09-17 12:06:40 +02:00
Donovan Watteau 131b34aa53 DOCS: MAN: Minor word tweaks
Looks a bit better this way to me, but I'm not a native speaker...
2022-09-17 12:06:40 +02:00
Donovan Watteau 55548083bd DOCS: MAN: Replace "WORD" with more precise "PLATFORM" 2022-09-17 12:06:40 +02:00
Donovan Watteau 7ada3cd51c DOCS: MAN: Use parentheses for platform-specific options, as done below 2022-09-17 12:06:40 +02:00
Donovan Watteau 9f3c4fab62 DOCS: MAN: Document that these --list-XXX flags exit too
Also remove the "specified" word in --list-all-debugflags description,
it just looks more confusing than helpful, to me.
2022-09-17 12:06:40 +02:00
Donovan Watteau 125c308bea DOCS: MAN: Serial comma appears to be the standard for mdoc 2022-09-17 12:06:40 +02:00
Donovan Watteau 82475d9abf DOCS: MAN: Start (almost) all descriptions with verbs for consistency 2022-09-17 12:06:40 +02:00
Donovan Watteau 660bdaf1b0 DOCS: MAN: Remove a weird --game=ID copy-and-paste at the end --list-saves
There's no reason for --list-saves to document --add and --detect
again, so this is probably an old mistake.
2022-09-17 12:06:40 +02:00
Donovan Watteau 5e7f65bb19 DOCS: MAN: Reword --list-debugflags description for something simpler 2022-09-17 12:06:40 +02:00
Donovan Watteau 2f3754d06a DOCS: MAN: Sync --cdrom description with base/commandLine.cpp usage
--cdrom accepts more values than just numbers now.
2022-09-17 12:06:40 +02:00
Donovan Watteau ae56288e33 DOCS: MAN: Negative numbers must be used for choosing the last --md5-length bytes 2022-09-17 12:06:40 +02:00
Donovan Watteau 14bf80710c DOCS: MAN: Use a user-configured target in one of the examples
So that we don't only mention the built-in gameids (I'm not even sure
that a lot of command-line users know about them?).

Also add a bit more context.
2022-09-17 12:06:40 +02:00
Donovan Watteau 410af0369a DOCS: MAN: Mention --list-games and --list-targets when introducing built-in gameids and user-configured targets
The example was nice, but it was only given for the first case,
leaving you wonder what the second one really meant.
2022-09-17 12:06:40 +02:00
Donovan Watteau 0a14985fcd DOCS: MAN: Don't mention the Alt-s shortcut being "SDL backend only'
It works in OpenGL graphics mode too. Technically, it still relies on
the SDL backend, but end-users care about usage, not code internals.
2022-09-17 12:06:40 +02:00