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
/
sword2
/
sword2.cpp
Age
Commit message (
Expand
)
Author
2012-03-25
SWORD2: Add a custom game option to toggle object labels
Filippos Karapetis
2012-02-26
COMMON: Move RenderMode and GUIOptions functionality into separate files
Max Horn
2012-02-23
SWORD2: Add support for PSX stream playback
Matthew Hoops
2011-10-24
LAUNCHER: Add GUIO_NOASPECT to sword2
Strangerke
2011-10-23
AD: Switched rest of the engines to new GUIO
Eugene Sandulenko
2011-06-02
ENGINES: Change 2nd param of Engine::saveGameState to Common::String
Max Horn
2011-06-02
SWORD2: Replace snprintf() usage with Common::String::format()
D G Turner
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-22
ENGINES: Further unify engine names
Thierry Crozat
2011-05-17
COMMON: Registers RandomSources in constructor with the event recorder
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-03-19
SWORD2: Cleanup syncSoundSettings()
dhewg
2010-11-01
SWORD2: Cleanup
Torbjörn Andersson
2010-11-01
SWORD2: Cleanup pause handling
Torbjörn Andersson
2010-09-20
SWORD2: More safeguards for mute setting
Eugene Sandulenko
2010-09-20
SWORD25: Fix bug #3032763: "SWORD2: Mute setting does not work"
Eugene Sandulenko
2010-07-23
SWORD2: Improve sync between local and global "mute" settings
Torbjörn Andersson
2010-07-17
DEBUGGER: Simplify how our console debugger works / is used
Max Horn
2010-05-04
Move initGraphics and initCommonGFX from to new header.
Max Horn
2010-05-04
Get rid of Engine::_gameDataDir.
Max Horn
2010-03-18
COMMON: Get rid of Common::StringList
Max Horn
2010-02-21
Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...
Yotam Barnoy
2010-01-03
Change BS 1 & 2 to I & II (see discussion on -devel)
Max Horn
2009-09-23
Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...
Johannes Schickel
2009-07-25
Move the event recorder to its own class (EventRecoder inside common/EventRec...
Johannes Schickel
2009-06-06
Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD)
Eugene Sandulenko
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2009-05-27
sword2: base psx demo detection on screens.clu, and let the user decide betwe...
Fabio Battaglia
2009-05-24
Strip trailing whitespaces in the whole code base.
Johannes Schickel
2009-05-06
Const correctness
Eugene Sandulenko
2009-04-18
sword2: add support for BS2 PSX demo
Fabio Battaglia
2009-04-07
Sword2: PSX version support, and GMM loading/saving
Fabio Battaglia
2009-03-15
sword2: added detection for Broken Sword 2 PSX, and a check to say wether pc ...
Fabio Battaglia
2009-03-05
Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...
Jordi Vilalta Prat
2009-03-01
Engines: Fused several init&go methods into a single run method
Max Horn
2009-02-15
Applied my patch for the BS1/2 video player
Filippos Karapetis
2009-02-07
Make the subtitle settings in Options section of the global main menu optiona...
Travis Howell
2009-01-31
Disable the "press c for credits" hotkey (which wasn't in the original anyway)
Torbjörn Andersson
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-11-14
Committed my patch #2123680 "SDL: Backend transaction / rollback support".
Johannes Schickel
2008-11-09
Only hide the cursor for in-game pausing. Pausing from the outside is assumed to
Torbjörn Andersson
2008-11-09
Added a getMaximumSaveSlot() implementation for sword1 and sword2
Filippos Karapetis
2008-11-09
Allow pausing (from the outside) during credits and palette fades. Refactored...
Torbjörn Andersson
2008-11-09
Fixed pausing during credits.
Torbjörn Andersson
2008-11-09
Allow pausing during cutscene movies. (This will need an update to the mixer's
Torbjörn Andersson
2008-11-09
Moved sound-related settings to syncSoundSettings() for the global options di...
Torbjörn Andersson
2008-11-06
Switched various Engine APIs to use Common::Error
Max Horn
2008-11-05
Turned enum PluginError into Common::Error, which in the future is to be used...
Max Horn
2008-11-05
Got rid of the unused 'filename' attribute in SaveStateDescriptor
Max Horn
[next]