Max Lingua
33b22acc5d
PS2: beautified & simplified version on screen
2014-01-18 13:46:17 -05:00
Max Lingua
7dc0a54c5d
PS2: beautified & simplified version on screen
2014-01-18 13:42:12 -05:00
Johannes Schickel
ed180f6b67
BASE: Add hack to switch graphics manager in runGame.
...
This is a (temporary) hack to assure that when the launcher is set up as an
SurfaceSDL graphics mode and the game is using an OpenGL graphics mode
everything will work as expected.
2013-10-19 22:17:42 +02:00
Pawel Kolodziejski
790db038c0
ALL: sync with scummvm
2013-10-13 11:30:34 +02:00
D G Turner
dd18159578
BASE: Fix uninitialized type field in plugin base class. CID 1002938.
2013-09-30 02:26:44 +01:00
Johannes Schickel
5fa6bb238d
BASE: Add feature string for libpng support.
2013-09-17 02:19:51 +02:00
Johannes Schickel
eb84a918f0
BASE: Add feature string for libjpeg support.
2013-09-17 02:19:51 +02:00
Johannes Schickel
f7d3b06711
COMMON: Get rid of write version of ConfigManager::getGameDomains.
...
This can be abused to insert Domains into the game domains without any checks.
Instead, only write iterator access is given.
2013-08-12 01:33:29 +02:00
Pawel Kolodziejski
068ff94d20
ALL: synced with ScummVM
2013-07-07 15:29:33 +02:00
Matthew Hoops
4a7e4e5b22
ALL: Don't use EventRecorder at all when not compiled in
2013-07-06 23:54:45 -04:00
Johannes Schickel
f56d8bfc2e
BASE: Fix --help output for --record-file-name.
...
Formerly it claimed the command is --record-file.
2013-07-05 14:42:36 +02:00
Eugene Sandulenko
f59512c47e
RECORDER: Implement Events Recorder
2013-05-17 00:18:09 +03:00
Eugene Sandulenko
e10eb97126
RELEASE: This is 1.7.0git
2013-05-05 00:42:10 +03:00
Matthew Hoops
0031c41db8
COMMON: Change kPlatformPC to kPlatformDOS
...
"PC" was very ambiguous and now it matches what we show in the GUI.
This also corrects sword2's platform to Windows.
2013-05-02 18:43:10 -04:00
Eugene Sandulenko
03882de79b
BASE: Fixed code flow warnings. CID 1002239
2013-04-24 01:40:46 +03:00
Johannes Schickel
0a3e00b307
GUI: Allow user to display hidden files in the browser dialog.
...
This implements feature request #3600774 "File browser: show hidden files".
2013-01-27 19:13:44 +01:00
Johannes Schickel
94edb3409f
Merge branch 'eriktorbjorn-fluidsynth-settings'
...
This is a manual merge of a slightly adapted pull request #296 .
The changes made are:
- Each time the theme format changes, the version was increased
- default.inc has been regenerated in the same commit as the theme changes
2013-01-26 14:00:04 +01:00
Torbjörn Andersson
a188a43da6
GUI: Make the FluidSynth settings dialog a bit more like Qsynth
...
To help people familiar with Qsynth (I'm not, but it seems to be
one of the more polished FluidSynth front ends), use the same
presentation and terminology for the FluidSynth settings.
More to follow.
2013-01-26 13:36:39 +01:00
Torbjörn Andersson
681f81211f
FLUIDSYNTH: Add separate dialog for FluidSynth settings
...
I don't really understand what these parameters do, or what the
sensible values are, so for now the sliders are limited only by
the allowed (or, in one case, "safe") values.
2013-01-26 13:36:37 +01:00
Torbjörn Andersson
f4514069f3
JANITORIAL: Fix or silence a couple of Clang analyzer warnings
...
Clang will produce plenty of warnings (most of them seem to be of
the "if the stars align the wrong way, this may happen" variety),
but I don't have the time or patience to look at all of them.
2013-01-02 19:31:05 +01:00
Paweł Kołodziejski
c1995d7d92
ALL: fixes after sync
2012-11-18 20:04:29 +01:00
Pawel Kolodziejski
adcb0b8383
ALL: synced with scummvm
2012-11-18 19:07:46 +01:00
Johannes Schickel
66fb399227
GUI: Save/restore the last used page in the grid save/load dialog.
...
This allows opening the dialog on (nearly) the same page again as when it was
closed. Sadly due to the different number of entries in the save and load
version this is not always exactly the same page as before. Same goes for
resolution changes.
Thanks to wjp for suggesting this.
2012-09-26 02:59:31 +02:00
Matthew Hoops
893a2b37ff
GRAPHICS: Rework YUV->RGB code a bit
2012-09-17 19:30:46 -04:00
D G Turner
03d34f1f92
BASE: Close possible EngineManager memory leak.
...
This singleton was omitted from fuzzie's memory leak fixes in 6bff611 .
Thanks to Tomaz^ for spotting this.
2012-09-18 00:01:36 +01:00
Pawel Kolodziejski
8bc0a26091
ALL: synced with scummvm
2012-08-20 08:20:05 +02:00
Johannes Schickel
4f7c65af0e
Merge pull request #260 from lordhoto/new-chooser.
...
New save/load chooser
Conflicts:
gui/saveload.cpp
2012-08-12 14:49:28 +02:00
Eugene Sandulenko
6387e3bca7
RELEASE: This is 1.6.0git
2012-07-08 22:30:05 +03:00
Pawel Kolodziejski
72664703cf
ALL: sync with scummvm
2012-07-06 22:05:21 +02:00
Johannes Schickel
e2056bdfd9
GUI: Remember last save/load chooser selection.
2012-06-29 16:09:59 +02:00
Johannes Schickel
b7c3ffd37c
BASE: Add operator* to PluginSubclass.
2012-06-14 03:12:48 +02:00
Jonathan Gray
8cfe25cd65
MIDI: add sndio midi backend
...
New sndio MIDI backend for OpenBSD written by Alexandre Ratchov.
Tested with an external MT-32 and fluidsynth.
2012-05-15 16:39:21 +10:00
Johannes Schickel
b96143c180
Merge pull request #213 from fuzzie/leak-fixes
...
The pull request in question is "Memory leak fixes".
2012-05-03 13:45:40 -07:00
Paweł Kołodziejski
308f407969
Merge pull request #613 from tobigun/android
...
ANDROID: preliminary Android port for ResidualVM
2012-05-02 21:36:07 -07:00
Pawel Kolodziejski
8543f6c1e6
ALL: synced with scummvm
2012-05-03 05:51:15 +02:00
Tobias Gunkel
79b2a64d55
ANDROID: remove EAS from plugin list
2012-04-30 19:02:06 +02:00
Max Horn
5185c61a2e
ENGINES: Move table of engines from base/plugins.cpp to new header
...
The new header engines/plugins_table.h is currently manually created
and maintained, but could be regenerated by a script in the future.
2012-04-18 15:44:11 +02:00
Paweł Kołodziejski
77241d350b
GRIM: update help
2012-04-15 10:23:20 +02:00
Paweł Kołodziejski
bdc9fe87bb
GRIM: update help
2012-04-15 09:52:08 +02:00
Paweł Kołodziejski
a211b967ab
AMIGAOS4: disabled camd
2012-04-09 21:06:52 +02:00
Pawel Kolodziejski
78bacb47bb
ALL: synced with scummvm
2012-04-07 17:58:15 +02:00
Joel Teichroeb
3f4d93373a
GRIM: Fix the default text speed
2012-04-03 16:10:03 -07:00
Johannes Schickel
a54045fa7d
BASE: Construct empty String instead of using "".
2012-04-01 19:59:23 +02:00
Filippos Karapetis
6a49d3eadd
ENGINES: Return all available custom GUI options if no target is specified
...
This is used to set default settings for all custom game options when an
engine starts
2012-03-31 13:55:03 +03:00
Alyssa Milburn
b470c9af28
BASE: Free TTFLibrary singleton on shutdown.
...
This uses a helper function because TTFLibrary is internal.
2012-03-28 19:17:53 +02:00
Alyssa Milburn
6bff611605
BASE: Destroy singletons on exit.
2012-03-28 19:16:29 +02:00
Filippos Karapetis
570237ea51
GUI: Remove leftover code for the global dithering checkbox
2012-03-25 22:18:35 +03:00
Pawel Kolodziejski
0517f256d7
ALL: synced with scummvm
2012-03-25 12:55:00 +02:00
Pawel Kolodziejski
8e2ab87455
ALL: synced with scummvm
2012-03-25 11:41:48 +02:00
Filippos Karapetis
c84cd8dee8
GUI: Add per-engine and per-game options
2012-03-19 20:32:34 +01:00