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
/
wintermute
/
base
/
base_game.h
Age
Commit message (
Expand
)
Author
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-15
WINTERMUTE: Stop any playing FMV when loading a savegame.
Einar Johan Trøan Sømåen
2013-10-01
WINTERMUTE: Clean up byte/char casts in loading/parsing
Willem Jan Palenstijn
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-07-31
WINTERMUTE: Add hack to allow language-selection in James Peris demo.
Einar Johan Trøan Sømåen
2013-07-31
WINTERMUTE: Let engine know both gameid and language of target as well as tar...
Einar Johan Trøan Sømåen
2013-07-14
JANITORIAL: Remove trailing whitespace
Sven Hesse
2013-04-18
WINTERMUTE: Add 'override' to most Script-related functions.
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Use int32 instead of int in classes.
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Split the timers from BaseGame into a separate class.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Increase const-usage.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Detach BaseSaveThumbHelper from inheritance tree.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Privatize even more members in BaseGame.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Privatize thumbnail sizes in BaseGame.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Privatize more members of BaseGame.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Move settings from BaseGame to separate struct.
Einar Johan Trøan Sømåen
2013-02-06
WINTERMUTE: Privatize a few more members in BaseGame.
Einar Johan Trøan Sømåen
2013-01-26
WINTERMUTE: Replace all NULLs with nullptr.
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Mark savedGameExt and localSaveDir for eventual removal.
Einar Johan Trøan Sømåen
2012-12-09
WINTERMUTE: Split out the music-related functionality of BaseGame to a separa...
Einar Johan Trøan Sømåen
2012-12-02
WINTERMUTE: Avoid including script_ext_math.h in base_game.cpp
Einar Johan Trøan Sømåen
2012-09-29
WINTERMUTE: Make scGetProperty use Common::String& instead of const char*
Einar Johan Trøan Sømåen
2012-09-11
WINTERMUTE: Only include base_renderer.h where needed
Einar Johan Trøan Sømåen
2012-09-04
WINTERMUTE: Convert CRLF to LF
Willem Jan Palenstijn
2012-08-31
WINTERMUTE: Cleanup the header-guards.
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Separate out SaveGame-code from BaseGame
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Remove the debugger.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager.
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Hardcode the Game.SaveDirectory return value in-engine for now.
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Move settings-files to save-dir (gzipped xml now)
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: More variable/function renaming VarName->varName
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: Replace BaseArray with a templated subclass of Common::Array.
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: Remove #if 0 - commented out code.
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: AStyle-formatting.
Einar Johan Trøan Sømåen
2012-07-25
WINTERMUTE: Privatize/Protect variables that don't need to be public.
Einar Johan Trøan Sømåen
2012-07-23
Rename BaseGame::SaveGame -> saveGame
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Get rid of the C-prefix for class-definitions.
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Fix a few Upper_case filenames that got missed in the last commit.
Einar Johan Trøan Sømåen
2012-07-21
WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames
Einar Johan Trøan Sømåen