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
/
sword1.h
Age
Commit message (
Expand
)
Author
2017-07-08
SWORD1: Use booleans for _systemVars speech and subtitles flags
Thierry Crozat
2016-05-17
ALL: Change main engine header guard defines to <directory>_<engine>_H
Eugene Sandulenko
2014-09-07
SWORD1: Add debugger command to set mac speech endianness
Thierry Crozat
2014-02-18
SWORD1: Make GPL headers consistent in themselves.
Johannes Schickel
2012-10-06
SWORD1: Enable American ("Circle of Blood") panel
Torbjörn Andersson
2011-10-31
SWORD1: Fix bug #3430793 Freeze before meeting with police
Thierry Crozat
2011-09-07
SWORD1: Made code conform a bit better to our formatting guidelines.
Johannes Schickel
2011-06-02
ENGINES: Change 2nd param of Engine::saveGameState to Common::String
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-18
COMMON: Rename Error to ErrorCode, introduce new Error class
Max Horn
2010-11-08
SWORD1: Added basic debugging console to engine
David Turner
2010-10-29
SWORD1: Switch to the new play time counting of the Engine class.
Johannes Schickel
2010-10-15
ENGINES: Enhance namespace comments a bit
Max Horn
2009-11-24
Added Doxygen comments for the various engine namespaces (currently mostly wi...
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-06-08
sword1: add Broken Sword PSX demo support
Fabio Battaglia
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-03-03
Enabled and hopefully fixed GMM saving/loading for sword1
Fabio Battaglia
2009-03-02
Add playtime feature support to sword1
Fabio Battaglia
2009-03-01
Merged Engine::go() and ::init() into a new run() method (currently implement...
Max Horn
2009-02-28
Patch #2638336: Broken Sword PSX Support
Eugene Sandulenko
2009-02-15
Applied my patch for the BS1/2 video player
Filippos Karapetis
2008-11-18
Applied a slightly modified version of my patch #2307224 - "BS1: Save/load ov...
Filippos Karapetis
2008-11-06
Switched various Engine APIs to use Common::Error
Max Horn
2008-11-04
Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...
Max Horn
2008-07-17
SWORD1 Sound settings work with the GMM
Christopher Page
2008-07-13
SWORD1 works with the new GMM implementation
Christopher Page
2007-11-28
Update mouse coordinates onn *all* mouse events, i.e. also after click events
Max Horn
2007-06-22
Converted rest of BS1 to use Common::KeyState (removing two more hacks)
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-20
Last batch of header consistency fixes. At least for the game engines.
Torbjörn Andersson
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-16
Reduce code duplication
Max Horn
2006-04-15
- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn