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
Age
Commit message (
Expand
)
Author
2013-06-06
WINTERMUTE: Fix for unnecessary "WARNING: getChildren() failed for path:"
Tobia Tesan
2013-05-23
WINTERMUTE: Fix erroneous _gameRef in BaseQuickMSG
Einar Johan T. Sømåen
2013-04-23
WINTERMUTE: Cap the renderqueue to 800.
Einar Johan Trøan Sømåen
2013-04-23
WINTERMUTE: Fix non-dirty-rect render-path.
Einar Johan Trøan Sømåen
2013-04-22
WINTERMUTE: Use the theme-path to find scummodern.zip
Einar Johan Trøan Sømåen
2013-04-20
WINTERMUTE: Fix ScriptExtDate-saving (bump savegame-version to 1.2.1).
Einar Johan Trøan Sømåen
2013-04-20
WINTERMUTE: Change ScriptValue to use int32.
Einar Johan Trøan Sømåen
2013-04-20
WINTERMUTE: Further reduce the amount of int->int32-confusion.
Einar Johan Trøan Sømåen
2013-04-20
WINTERMUTE: Fix a few more int->int32's spotted by fuzzie.
Einar Johan Trøan Sømåen
2013-04-19
WINTERMUTE: Change more int's to int32s.
Einar Johan Trøan Sømåen
2013-04-19
WINTERMUTE: Add overrides to Font-classes.
Einar Johan Trøan Sømåen
2013-04-19
WINTERMUTE: Replace a few more ints by int32s.
Einar Johan Trøan Sømåen
2013-04-19
WINTERMUTE: Change transfer(int *val) to transfer(int32 *val)
Einar Johan Trøan Sømåen
2013-04-19
WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid overload-...
Einar Johan Trøan Sømåen
2013-04-19
WINTERMUTE: Initialize member _gameRef in SaveThumbHelper
Einar Johan Trøan Sømåen
2013-04-19
Merge pull request #322 from fingolfin/fix-clang-warnings
Johannes Schickel
2013-04-19
JANITORIAL: Add a CRLF at the end of the file to fix compilation using MSVC (...
Strangerke
2013-04-19
JANITORIAL: Add a CRLF at the end of the file to fix compilation using MSVC
Strangerke
2013-04-18
WINTERMUTE: Do not us char literals to index an array
Max Horn
2013-04-18
ENGINES: Remove a bunch of unused private member variables
Max Horn
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: Get Renderer from BaseEngine, not BaseGame in BaseClasses.
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Use BaseEngine for Logging, not _gameRef in base-classes.
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Avoid including BaseGame in PartEmitter.
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Avoid including BaseGame in BaseSoundManager.
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Avoid including BaseGame in BaseFader.
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-18
WINTERMUTE: Avoid including BaseGame in BaseViewport.
Einar Johan Trøan Sømåen
2013-04-18
WINTERMUTE: Avoid including BaseGame in BaseFrame.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Protect more members in BaseRenderer.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Constify _width and _height in BaseRenderer.
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: Use only const BaseGame-ref in SaveThumbHelper.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Rename base_save_thumb_helper.cpp to match class-hierarchy.
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: Avoid including BaseGame in BaseRegion.
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-04-17
WINTERMUTE: Use strlcpy instead of strcpy in SXString::scCallMethod()
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Check results while traversing file-system.
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Remove unused member _volumeOriginal
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Initialize _savedTimeStamp and _savedPlayTime
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Replace strcat with strlcat in BaseGame::displayDebugInfo
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Use strlcat/strlcpy in BaseGame::setWindowTitle
Einar Johan Trøan Sømåen
2013-04-17
WINTERMUTE: Replace strcpy by strlcpy in BaseFileManager
Einar Johan Trøan Sømåen
2013-04-15
WINTERMUTE: Fix warnings and improve const-correctness
Willem Jan Palenstijn
2013-04-15
WINTERMUTE: Fix side effect of assert
Willem Jan Palenstijn
[next]