index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sword1
Age
Commit message (
Expand
)
Author
2007-02-20
Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me
Max Horn
2007-02-20
Last batch of header consistency fixes. At least for the game engines.
Torbjörn Andersson
2007-02-17
Added finalize() method to Common::OutSaveFile (which by default just flushes...
Max Horn
2007-02-03
Fixing various doxygen warnings
Max Horn
2007-02-03
* Reimplemented Mixer::pauseAll to simply invoke pause on all channels
Max Horn
2007-01-20
First phase of detection-related plugins interface improvements. Now plugins
Eugene Sandulenko
2006-12-15
GF_DEMO is only required by the PC version of Broken Sword 1 demo
Travis Howell
2006-12-14
Add proper detection of BS1 Mac demo. Game crashes at attempt to play speech.
Eugene Sandulenko
2006-12-14
When drawing an interlaced frame, only clear every other line instead of the
Torbjörn Andersson
2006-12-11
Adjust DXA scaling code for Broken Sword 1
Travis Howell
2006-11-12
Slighty modified Patch #1571787: "Support for Mac Broken Sword 1". sword1macdemo
Eugene Sandulenko
2006-09-23
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...
Max Horn
2006-09-17
Only decompress the number of speech samples indicated by 'resSize'. This
Torbjörn Andersson
2006-09-16
Reduce code duplication
Max Horn
2006-09-09
Fixed unaligned read (this fix a potential crash clicking on the Text option ...
Chris Apers
2006-09-09
Initialise variable. Should fix Valgrind warning.
Torbjörn Andersson
2006-09-09
Fixed crashes on Zodiac and add support for this device
Chris Apers
2006-08-28
Only clear the part of the screen usually controlled by the Screen class. The
Torbjörn Andersson
2006-08-27
Forgot to close the DXA file.
Torbjörn Andersson
2006-08-27
Renamed graphics/animation.[cpp|h] to graphics/mpeg_player.[cpp|h] to be more
Torbjörn Andersson
2006-08-26
Now that the cutscene handling in both BS1 and BS2 has been extended to play
Torbjörn Andersson
2006-08-26
Added support for DXA cutscenes. Still needs a bit of cleanup, and the DCA
Torbjörn Andersson
2006-07-31
* Added copyright string to all engine plugins
Max Horn
2006-07-23
Use #include "..." instead of #include <...> for pack-start.h and pack-end.h
Torbjörn Andersson
2006-07-22
Fix struct packing issues (macros are not resolve in #pragma params, at least...
Max Horn
2006-07-22
Using FilesystemNode::name instead of FilesystemNode::displayName in the swor...
Johannes Schickel
2006-07-21
Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...
Max Horn
2006-07-09
Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...
Max Horn
2006-06-24
* Renamed config.mak to config.mk
Max Horn
2006-06-24
Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp
Max Horn
2006-06-20
Cleanup.
Torbjörn Andersson
2006-05-25
Set and show/hide mouse cursors through a "cursor manager" (analogous to the
Torbjörn Andersson
2006-05-25
Setting a "null" cursor like this doesn't do anything in the SDL backend, and
Torbjörn Andersson
2006-05-18
Renamed screenChanged() to handleScreenChanged().
Torbjörn Andersson
2006-05-18
Allow changing scaler while playing MPEG cutscenes.
Torbjörn Andersson
2006-05-17
- Heavily modified patch #1214784: "Disable overlay scaling"
Eugene Sandulenko
2006-05-03
Changed FilesystemNode::listDir to return a bool indicating its success (or f...
Max Horn
2006-05-03
Use FilesystemNode, never AbstractFilesystemNode (which is for internal use o...
Max Horn
2006-04-29
Moved the AudioCDManager as well as class AudioStream and its (standard) subc...
Max Horn
2006-04-29
* Changed the createEngine() factory function of our plugins to return an err...
Max Horn
2006-04-21
Fixed silly bug in --save-slot handling: Don't try to restore a savegame unless
Torbjörn Andersson
2006-04-18
Added support for the --save-slot option for Broken Sword 1. (Feature request
Torbjörn Andersson
2006-04-18
Call updateScreen() from delay functions for smoother mouse cursor movement.
Torbjörn Andersson
2006-04-15
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...
Max Horn
2006-04-15
Removed GameDetector::_gameid in favor of using a config manager entry
Max Horn
2006-04-08
Modified the REGISTER_PLUGIN macro so that it allows (and requires) a trailin...
Max Horn
2006-04-04
Removed extra exclamation marks in warning() calls as well.
Eugene Sandulenko
2006-04-01
A lot of code in sword1/router.cpp and sword2/router.cpp is virtually identic...
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-03-09
- Renamed GameSettings to PlainGameDescriptor
Max Horn
[prev]
[next]