aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/base
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-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: Only include base_renderer.h where neededEinar 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: 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 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: Use <math.h> instead of <cmath>Einar 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: Adjust a few warnings.Einar Johan Trøan Sømåen
2012-08-14WINTERMUTE: Save the loop-state of sounds properly.Einar Johan Trøan Sømåen
2012-08-13WINTERMUTE: Add language-filtering for Czech, Italian, Polish and Russian.Einar Johan Trøan Sømåen
2012-08-13WINTERMUTE: Readd support for save/load-images.Einar Johan Trøan Sømåen
2012-08-13WINTERMUTE: WinterMute -> WintermuteEinar Johan Trøan Sømåen
2012-08-13WINTERMUTE: Remove BPkgFile, as wrapCompressedStream can handle that job now.Einar Johan Trøan Sømåen
2012-08-13WINTERMUTE: Use the correct DPI for TTF-fonts, and don't display overshooting...Einar Johan Trøan Sømåen
2012-08-13WINTERMUTE: Apply color-key to RGB-images, and upconvert them to RGBA.Einar Johan Trøan Sømåen
2012-08-13WINTERMUTE: Use 64k-tables for alpha-blitting.Einar Johan Trøan Sømåen
2012-08-11WINTERMUTE: Silence a few float-cast warnings.Einar Johan Trøan Sømåen
2012-08-11WINTERMUTE: Make missing-file warnings a debugCEinar Johan Trøan Sømåen
2012-08-11WINTERMUTE: Get rid of strncpy+manual termination.Einar Johan Trøan Sømåen