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
/
video
Age
Commit message (
Expand
)
Author
2013-08-13
WINTERMUTE: Be explicit when storing Floats in savegames.
Einar Johan Trøan Sømåen
2013-08-09
WINTERMUTE: Avoid setting alpha-image when filename is ""
Einar Johan Trøan Sømåen
2013-08-07
Merge pull request #365 from lordhoto/protected-pixels
Johannes Schickel
2013-08-04
WINTERMUTE: Fix end of namespace comments.
Johannes Schickel
2013-08-03
WINTERMUTE: Take advantage of Surface::getPixels.
Johannes Schickel
2013-07-14
JANITORIAL: Remove trailing whitespace
Sven Hesse
2013-04-19
WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid overload-...
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: Improve const-usage in VideoTheoraPlayer.
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: Add sanity check to VideoTheoraPlayer
Einar Johan Trøan Sømåen
2013-01-26
WINTERMUTE: Replace all NULLs with nullptr.
Einar Johan Trøan Sømåen
2012-10-23
WINTERMUTE: Add a hack to allow videos to loop
Einar Johan Trøan Sømåen
2012-09-11
WINTERMUTE: Remove a few more unused includes.
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-08-31
WINTERMUTE: Use tabs in enums
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Fix g++ warnings listed by LordHoto
Einar Johan Trøan Sømåen
2012-08-31
WINTERMUTE: Update to use new TGA-decoder and new Video-system
Einar Johan Trøan Sømåen
2012-08-15
WINTERMUTE: Clear out some commented-out code.
Einar Johan Trøan Sømåen
2012-08-14
WINTERMUTE: Clean out some comments in the theora player
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: Write alpha properly on big-endian platforms.
Einar Johan Trøan Sømåen
2012-08-13
WINTERMUTE: WinterMute -> Wintermute
Einar Johan Trøan Sømåen
2012-07-30
WINTERMUTE: Fix a few memory-leaks
Einar Johan Trøan Sømåen
2012-07-29
WINTERMUTE: Remove statics and silence spam in debug console.
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: Constructor(args): SuperClass(args) -> Constructor(args) : SuperC...
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Remove all unneccessary #if 0 blocks
Einar Johan Trøan Sømåen
2012-07-27
WINTERMUTE: Clean up some TODOs.
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: Run Astyle with add-braces to break one-line statements into easi...
Einar Johan Trøan Sømåen
2012-07-25
WINTERMUTE: "if(" -> "if ("
Einar Johan Trøan Sømåen
2012-07-25
WINTERMUTE: "delete []" -> "delete[]"
Einar Johan Trøan Sømåen
2012-07-23
WINTERMUTE: Encapsulate and distance BasePersistenceManager from Base.
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 2 more unecessary includes.
Einar Johan Trøan Sømåen
2012-07-23
WINTERMUTE: Remove Base as superclass for BaseImage
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: Get rid of #pragma once.
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
2012-07-20
WINTERMUTE: Rename PlatformSDL->platform_osystem
Einar Johan Trøan Sømåen
2012-07-19
WINTERMUTE: Change all folder-names to lowercase.
Einar Johan Trøan Sømåen
2012-07-19
WINTERMUTE: Move all the gfx-related files to a subfolder, and rename SDL->OS...
Einar Johan Trøan Sømåen
2012-07-18
WINTERMUTE: Rename ERRORCODE (formerly HRESULT) to bool
Einar Johan Trøan Sømåen
2012-07-18
WINTERMUTE: Rename the Game-variable to _gameRef/gameRef
Einar Johan Trøan Sømåen
2012-07-17
WINTERMUTE: Revamp the sound-system, adding WAV-support and following the Scu...
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Change usage of Common::Rect to our own 32-bit variant.
Einar Johan Trøan Sømåen
2012-07-09
WINTERMUTE: Rename FuncName->funcName in coll_templ.h
Einar Johan Trøan Sømåen
[next]