aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-03WINTERMUTE: Make Theora-playback behave a bit more as expected.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Add JPEG-support to BSurfaceSDLEinar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Actually register all DCPs.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Don't delete the fonts gotten from FontMan, they are const.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Add detection for the J.U.L.I.A.-demoEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Clean up Theora support quite a bit.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add hacky, but working video playbackEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add in more of the missing Video-pieces, also, copy over the ↵Einar Johan Trøan Sømåen
TheoraPlayer from SWORD25
2012-06-02WINTERMUTE: Implement IsTransparentAtLite, to fix the BitmapFont-drawing.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add color-keying for BSurfaceSDL BMPsEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Convert 8bpp images to 32 bppEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Mark BSaveThumbFile for future refactoring.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Revamp the file-system to deliver Common::-streams directlyEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Start refactoring the file-files in Base.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Protect CBFile's private members.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Move the file-related classes into Base/fileEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add folders for utils and videoEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add subfolders for math, UI, tinyxml and SysEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Move the B and Part files into Base/Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Move all the Ad files to Ad/Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Use const Common::String& for the file-accessors.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Let blitting of non 32bpp surfaces fail with a warning instead ↵Einar Johan Trøan Sømåen
of an error for now.
2012-06-02WINTERMUTE: Add detection for RosemaryEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Use the resolution asked for by the engines.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Fix Windows build under MSVC2010Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add in, and stub the VideoPlayer-filesEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Fix a few warnings.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Fix Linux-buildEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add TGA-support to BSurfaceSDLEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Use AdvancedDetector, and add another game.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Re-enable scaling.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add transparentSurface internally for now, to allow ↵Einar Johan Trøan Sømåen
alpha-blended blits.
2012-06-02WINTERMUTE: Don't use unsigned datatypes in rects.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Break the binary interface, to fix another truckload of warnings.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Fix more warnings, mostly missing switch-cases.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Fix another bunch of warningsEinar Johan Trøan Sømåen
Mostly SAFE_DELETE-macro removal
2012-06-02WINTERMUTE: Fix a few more warningsEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add protected to ScValueEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Require 32bpp for now.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Solve some const-char related warnings.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Remove a few defines from wintypes.hEinar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Remove a few of the __WIN32__ macros.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Make Sprites draw again.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Handle a few more forbidden symbols.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Remove a few warnings.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Unify license-headers, and header-guards.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Run Astyle on code-files to reformat.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add const to even more char* (Possibly the last ones)Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add const to even more char-pointers.Einar Johan Trøan Sømåen
2012-06-02WINTERMUTE: Add const to almost all char *Filename instances.Einar Johan Trøan Sømåen
Although done semi-automatically, almost all of these accesses don't need write-access to the string, this simplifies debugging a bit, and opens the possibility of adding in Common::String as a replacement down the line. This DOES change quite a bit of code, and has regressions wrt drawing, probably some super-classes don't fully match their sub-classes wrt virtual functions any more.