aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
AgeCommit message (Expand)Author
2012-09-29WINTERMUTE: Make scGetProperty use Common::String& instead of const char*Einar Johan Trøan Sømåen
2012-09-28WINTERMUTE: Privatize variables in BaseQuickMsgEinar Johan Trøan Sømåen
2012-09-28WINTERMUTE: Privatize variables in BaseRegion and BaseSubFrameEinar Johan Trøan Sømåen
2012-09-28WINTERMUTE: Privatize variables in BaseFrame and BaseSpriteEinar Johan Trøan Sømåen
2012-09-28WINTERMUTE: Privatize variables in BaseFaderEinar Johan Trøan Sømåen
2012-09-28WINTERMUTE: Privatise member-variables in BaseDynamicBufferEinar Johan Trøan Sømåen
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-24WINTERMUTE: Fix leakWillem Jan Palenstijn
2012-09-24WINTERMUTE: Remove unnecessary semicolons.Torbjörn Andersson
2012-09-15WINTERMUTE: Disable aspect-ratio correction for now.Einar Johan Trøan Sømåen
2012-09-11WINTERMUTE: Remove a few more unused includes.Einar Johan Trøan Sømåen
2012-09-11WINTERMUTE: Remove unneccessary includes of base_file.hEinar Johan Trøan Sømåen
2012-09-11WINTERMUTE: Alphabetize the includes in Ad/Einar Johan Trøan Sømåen
2012-09-11WINTERMUTE: Only include base_renderer.h where neededEinar Johan Trøan Sømåen
2012-09-07WINTERMUTE: Remove engine-specific READMEEinar Johan Trøan Sømåen
2012-09-04WINTERMUTE: Convert CRLF to LFWillem Jan Palenstijn
2012-09-04Revert "WINTERMUTE: Fix compilation when vorbis isn't available"Johannes Schickel
2012-09-04Revert "WINTERMUTE: Remove extra semicolon."Johannes Schickel
2012-09-04WINTERMUTE: Replace VKeyCodes constant names.Johannes Schickel
2012-09-04WINTERMUTE: Remove extra semicolon.Johannes Schickel
2012-09-04WINTERMUTE: Fix compilation when vorbis isn't availableFilippos Karapetis
2012-09-04WINTERMUTE: Fix a warning with MSVCFilippos Karapetis
2012-09-01WINTERMUTE: Fix various comments.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix a regression from the getSize()->size() change.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use tabs in enumsEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Even more fixes to header-guards.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix a type in the header-guard-fix for base_active_rect.hEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix a warning I missed in the last commit.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix warningsEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use ++it instead of it++Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: General cleanupEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Cleanup the header-guards.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Replace col_templ's getSize with Common::Array::size()Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Take int32 as parameters in Rect32.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Add namespacing to the UTF-conversion codeEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use <math.h> instead of <cmath>Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Correct some endif-comments.Einar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use tabs instead of spaces in ad_types.hEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Use tabs instead of spaces for indenting dctypes.hEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Replace qsort with Common::sortEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Simplify getNodeForRelativePathEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix some of the clang++ warnings listed by LordHotoEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Fix g++ warnings listed by LordHotoEinar Johan Trøan Sømåen
2012-08-31WINTERMUTE: Update to use new TGA-decoder and new Video-systemEinar Johan Trøan Sømåen
2012-08-19WINTERMUTE: Be case-insensitive when testing for sound-format.Einar Johan Trøan Sømåen
2012-08-15WINTERMUTE: Make use of the wday-field in dates, instead of a wrong mday-value.Einar Johan Trøan Sømåen
2012-08-15WINTERMUTE: Clear out some commented-out code.Einar Johan Trøan Sømåen
2012-08-14WINTERMUTE: Fill the screen with fillRect for now.Einar Johan Trøan Sømåen
2012-08-14WINTERMUTE: Clean out some comments in the theora playerEinar Johan Trøan Sømåen
2012-08-14WINTERMUTE: Adjust a few warnings.Einar Johan Trøan Sømåen