aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/video
AgeCommit message (Collapse)Author
2012-07-30WINTERMUTE: Fix a few memory-leaksEinar Johan Trøan Sømåen
2012-07-29WINTERMUTE: Remove statics and silence spam in debug console.Einar Johan Trøan Sømåen
2012-07-29WINTERMUTE: Introduce a Singleton-class for holding registry/filemanager.Einar Johan Trøan Sømåen
2012-07-27WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : ↵Einar Johan Trøan Sømåen
SuperClass(args)
2012-07-27WINTERMUTE: Remove all unneccessary #if 0 blocksEinar Johan Trøan Sømåen
2012-07-27WINTERMUTE: Clean up some TODOs.Einar Johan Trøan Sømåen
2012-07-26WINTERMUTE: More variable/function renaming VarName->varNameEinar Johan Trøan Sømåen
2012-07-26WINTERMUTE: Replace BaseArray with a templated subclass of Common::Array.Einar Johan Trøan Sømåen
This needs additional cleanup, but compiles and runs at this point.
2012-07-26WINTERMUTE: Remove #if 0 - commented out code.Einar Johan Trøan Sømåen
2012-07-26WINTERMUTE: Run Astyle with add-braces to break one-line statements into ↵Einar Johan Trøan Sømåen
easier-to-read-code.
2012-07-25WINTERMUTE: "if(" -> "if ("Einar Johan Trøan Sømåen
2012-07-25WINTERMUTE: "delete []" -> "delete[]"Einar Johan Trøan Sømåen
2012-07-23WINTERMUTE: Encapsulate and distance BasePersistenceManager from Base.Einar Johan Trøan Sømåen
2012-07-23WINTERMUTE: Remove dcgf.h from almost all includes.Einar Johan Trøan Sømåen
2012-07-23WINTERMUTE: Remove 2 more unecessary includes.Einar Johan Trøan Sømåen
2012-07-23WINTERMUTE: Remove Base as superclass for BaseImageEinar Johan Trøan Sømåen
2012-07-21WINTERMUTE: Get rid of the C-prefix for class-definitions.Einar Johan Trøan Sømåen
2012-07-21WINTERMUTE: Get rid of #pragma once.Einar Johan Trøan Sømåen
2012-07-21WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenamesEinar Johan Trøan Sømåen
This is mostly a lead-up to namespacing the Ad/Base folders, and then possibly removing the prefixes from the files, it also has the added benefit of getting rid of the odd case-typos that makes for issues on platforms that don't ignore case.
2012-07-20WINTERMUTE: Rename PlatformSDL->platform_osystemEinar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Change all folder-names to lowercase.Einar Johan Trøan Sømåen
2012-07-19WINTERMUTE: Move all the gfx-related files to a subfolder, and rename ↵Einar Johan Trøan Sømåen
SDL->OSystem
2012-07-18WINTERMUTE: Rename ERRORCODE (formerly HRESULT) to boolEinar Johan Trøan Sømåen
2012-07-18WINTERMUTE: Rename the Game-variable to _gameRef/gameRefEinar Johan Trøan Sømåen
2012-07-17WINTERMUTE: Revamp the sound-system, adding WAV-support and following the ↵Einar Johan Trøan Sømåen
ScummVM-volume settings.
2012-07-09WINTERMUTE: Change usage of Common::Rect to our own 32-bit variant.Einar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Rename FuncName->funcName in coll_templ.hEinar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Change RECT -> Common::Rect and POINT-> Common::Point, ↵Einar Johan Trøan Sømåen
completing the removal of Windows-specifics in wintypes.h
2012-07-09WINTERMUTE: Remove most of the wintype-definitions.Einar Johan Trøan Sømåen
2012-07-09WINTERMUTE: Cleanup and rename functions in PlatformSDL.Einar Johan Trøan Sømåen
2012-07-04WINTERMUTE: Rename FuncName->funcName and VarName->varName mainly in AdGame. ↵Einar Johan Trøan Sømåen
(But also all const char* Filename->filename)
2012-07-03WINTERMUTE: Rename FuncName->funcName in utilsEinar Johan Trøan Sømåen
2012-07-03WINTERMUTE: Rename most functions in BGame FuncName->funcNameEinar Johan Trøan Sømåen
2012-06-27WINTERMUTE: Fix almost all of the memory leaks that were left.Einar Johan Trøan Sømåen
2012-06-26WINTERMUTE: Rename FuncName->funcName in the Font-classes.Einar Johan Trøan Sømåen
2012-06-26WINTERMUTE: Rename FuncName->funcName in AdTalkNode, AdTalkHolder, ↵Einar Johan Trøan Sømåen
AdTalkDef, AdSpriteSet, AdSentence and AdSceneState
2012-06-26WINTERMUTE: Rename FuncName->funcName in BFileManagerEinar Johan Trøan Sømåen
2012-06-26WINTERMUTE: Rename FuncName -> funcName in BObjectEinar Johan Trøan Sømåen
2012-06-26WINTERMUTE: Rename FuncName->funcName in BNamedObject and BScriptHolderEinar Johan Trøan Sømåen
2012-06-25WINTERMUTE: Fix a bunch of warningsEinar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Get rid of a few warningsEinar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Rename Persist->persistEinar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Run astyle on the source-files.Einar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Rename the functions and arguments in BPersistMgrEinar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Reinitialize Theora-videos after load.Einar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Remove AdActorDir and fix buildEinar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Fix a mistake in saving CVidTheora-objects (and strengthen the ↵Einar Johan Trøan Sømåen
saving by putting in some more headers)
2012-06-16WINTERMUTE: Save the VidTheoraPlayer-data too.Einar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Clean up and refactor VidTheoraPlayer a bit.Einar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Clear out a bunch of warning (mostly shadowed variables)Einar Johan Trøan Sømåen