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
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
2006-03-02
Fix for bug #1438822 (Targets are case sensitive)
Max Horn
2006-02-21
Removed the "extra bars/nodes" code, since nothing ever added the extra bars or
Torbjörn Andersson
2006-02-20
Fix for bug #1428261 (Solaris x86 build fails: variable name collision)
Max Horn
2006-02-18
- Merged GameDetector::detectGame() into GameDetector::detectMain()
Max Horn
2006-02-18
- renamed PLUGIN_getSupportedGames to PLUGIN_gameIDList for consistency
Max Horn
2006-02-18
- Removed the 'features' field from GameSettings
Max Horn
2006-02-17
Reduced use of GF_DEFAULT_TO_1X_SCALER in favor of a new param to Engine::ini...
Max Horn
2006-02-12
Reduced data duplication in module.mk files; added module.mk files for null a...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn