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_sub_frame.cpp
Age
Commit message (
Expand
)
Author
2016-02-29
WINTERMUTE: Add debuggerToString
Tobia Tesan
2016-02-23
WINTERMUTE: Fix order of arguments in sprite rotation
Tobia Tesan
2014-06-15
WINTERMUTE: Switch to use of moved to OSystem TransparentSurface
Eugene Sandulenko
2014-02-18
WINTERMUTE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-02-16
WINTERMUTE: Janitorial - Remove trailing spaces
Strangerke
2013-11-05
WINTERMUTE: Transfer Char* explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-11-05
WINTERMUTE: Transfer Sint32s explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-11-05
WINTERMUTE: Transfer Uint32s explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-10-29
WINTERMUTE: Remove BasePlatform::setRect (replace with member-call)
Einar Johan Trøan Sømåen
2013-10-29
WINTERMUTE: Remove BasePlatform::isRectEmpty (replace with member-call).
Einar Johan Trøan Sømåen
2013-10-29
WINTERMUTE: Remove BasePlatform::setRectEmpty (replace with member-call)
Einar Johan Trøan Sømåen
2013-10-29
WINTERMUTE: Transfer Rect32s explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-10-29
WINTERMUTE: Transfer bytes explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-10-28
WINTERMUTE: Transfer booleans explicitly when saving/loading.
Einar Johan Trøan Sømåen
2013-10-01
WINTERMUTE: Clean up byte/char casts in loading/parsing
Willem Jan Palenstijn
2013-09-18
WINTERMUTE: Cast rotate in base_sub_frame
Tobia Tesan
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-08-01
WINTERMUTE: #define to const for TransformStruct defaults
Tobia Tesan
2013-08-01
WINTERMUTE: s/*transform/const &transform/
Tobia Tesan
2013-08-01
WINTERMUTE: Replace normalization loop with if() for legibility
Tobia Tesan
2013-08-01
WINTERMUTE: Use constants from transform_tools for consistency
Tobia Tesan
2013-08-01
WINTERMUTE: *transform as pointer in transform_tools
Tobia Tesan
2013-08-01
WINTERMUTE: Force angle normalization
Tobia Tesan
2013-07-31
WINTERMUTE: Refactor some bits to use TransformStruct
Tobia Tesan
2013-07-31
WINTERMUTE: Introduce TransformTools
Tobia Tesan
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-17
WINTERMUTE: Privatize even 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-09-29
WINTERMUTE: Make scGetProperty use Common::String& instead of const char*
Einar Johan Trøan Sømåen
2012-09-28
WINTERMUTE: Privatize variables in BaseRegion and BaseSubFrame
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-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-07-30
WINTERMUTE: Redraw ONLY the indicator when saving/loading.
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Make BaseSubFrame load lazily.
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-29
WINTERMUTE: Replace const char* with const Common::String & in fonts, gfx, pa...
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : SuperC...
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: Run Astyle with add-braces to break one-line statements into easi...
Einar Johan Trøan Sømåen
2012-07-26
WINTERMUTE: AStyle-formatting.
Einar Johan Trøan Sømåen
2012-07-25
WINTERMUTE: "if(" -> "if ("
Einar Johan Trøan Sømåen
2012-07-23
WINTERMUTE: Remove dcgf.h from almost all includes.
Einar Johan Trøan Sømåen
2012-07-23
WINTERMUTE: Remove unused code from platform_osystem.h
Einar Johan Trøan Sømåen
2012-07-23
WINTERMUTE: Encapsulate BaseRenderer::_rectList and replace it by Common::Array
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: Rename CamelCased filenames to prefixed_under_score-filenames
Einar Johan Trøan Sømåen