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-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: Reinstate rgbaMod comparisons for compare-tickets
Tobia Tesan
2013-08-01
WINTERMUTE: Deprecate setAlphaMod, setColorMod
Tobia Tesan
2013-08-01
WINTERMUTE: Rename rotate() -> rotoscale() for consistency
Tobia Tesan
2013-08-01
WINTERMUTE: *transform as pointer in transform_tools
Tobia Tesan
2013-08-01
WINTERMUTE: Fix alpha bug in engines/wintermute/base/gfx/osystem/base_surface...
Tobia Tesan
2013-08-01
WINTERMUTE: Force angle normalization
Tobia Tesan
2013-08-01
WINTERMUTE: Removed useless argument from rotate()
Tobia Tesan
2013-08-01
WINTERMUTE: Add rotation
Tobia Tesan
2013-07-31
WINTERMUTE: Refactor some bits to use TransformStruct
Tobia Tesan
2013-07-31
WINTERMUTE: Introduce TransformTools
Tobia Tesan
2013-07-31
Merge pull request #358 from tobiatesan/fix_wme_base_disk
Einar Johan Trøan Sømåen
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-29
WINTERMUTE: Handle setting Save/Load-screen to NULL.
Einar Johan Trøan Sømåen
2013-07-23
WINTERMUTE: Set _scriptStream to nullptr after deletion
Einar Johan Trøan Sømåen
2013-07-14
JANITORIAL: Remove trailing whitespace
Sven Hesse
2013-07-13
WINTERMUTE: Remove fixedPath snippet
Tobia Tesan
2013-06-18
WINTERMUTE: Avoid explicitly including <math.h>
Einar Johan Trøan Sømåen
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
[prev]
[next]