aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
AgeCommit message (Collapse)Author
2012-06-13WINTERMUTE: Move image-loading to BImage, and cleanup some relevant code.Einar Johan Trøan Sømåen
2012-06-13WINTERMUTE: Implement various functions in BRenderSDL.Einar Johan Trøan Sømåen
2012-06-13WINTERMUTE: Use the correct height for TTF-fonts.Einar Johan Trøan Sømåen
2012-06-12WINTERMUTE: Fix some memory-leaks in BSoundBuffer.Einar Johan Trøan Sømåen
2012-06-12WINTERMUTE: Optimize the blitting in BSurfaceSDL by adding scale-caching, ↵Einar Johan Trøan Sømåen
and alpha-less blits for completely opaque surfaces.
2012-06-12WINTERMUTE: Add some loop-support to BSoundBuffer.Einar Johan Trøan Sømåen
2012-06-12WINTERMUTE: Clear out the debug-printing, so that it's actually readable.Einar Johan Trøan Sømåen
2012-06-12WINTERMUTE: Make sure to NULL-out _theora in AdEntity.Einar Johan Trøan Sømåen
2012-06-12WINTERMUTE: Add rewindability to Theora-DecoderEinar Johan Trøan Sømåen
This currently just abuses the fact that reset() does a rewind instead of a proper reset().
2012-06-12WINTERMUTE: Fix formatting.Einar Johan Trøan Sømåen
2012-06-12WINTERMUTE: Correct some math-errors in the debug-logging.Einar Johan Trøan Sømåen
2012-06-11WINTERMUTE: Get rid of even more FORBIDDEN SYMBOLsEinar Johan Trøan Sømåen
2012-06-11WINTERMUTE: Get rid of all but one FORBIDDEN SYMBOL in BGame.Einar Johan Trøan Sømåen
2012-06-11WINTERMUTE: Stub out BRenderSDL::DumpData, to get rid of the ↵Einar Johan Trøan Sømåen
FORBIDDEN_SYMBOL_EXCEPTIONs there
2012-06-11WINTERMUTE: Let looping movies atleast stall at the end for now.Einar Johan Trøan Sømåen
2012-06-11WINTERMUTE: Make AdEntity-Theora videos work properly.Einar Johan Trøan Sømåen
2012-06-11WINTERMUTE: Make Theora-playback fail properly when THEORA isn't compiled in.Einar Johan Trøan Sømåen
2012-06-11WINTERMUTE: Formatting in BRenderSDLEinar Johan Trøan Sømåen
2012-06-08WINTERMUTE: Align TTF's properly.Einar Johan Trøan Sømåen
2012-06-08WINTERMUTE: Move FORBIDDEN_SYMBOL_EXCEPTION out of the headers and into the ↵Einar Johan Trøan Sømåen
CPP-files that still need it.
2012-06-08WINTERMUTE: Minor cleanup in includes in BSurfaceSDLEinar Johan Trøan Sømåen
2012-06-08WINTERMUTE: VarName -> varName in BSurface/BSurfaceSDLEinar Johan Trøan Sømåen
2012-06-08WINTERMUTE: Remember to free the image decoders after use.Einar Johan Trøan Sømåen
2012-06-08WINTERMUTE: Avoid compilation errors if Theora isn't included.Einar Johan Trøan Sømåen
2012-06-07WINTERMUTE: Add detection for german Dirty SplitEinar Johan T. Sømåen
2012-06-07WINTERMUTE: Fix BRenderSDL::FillEinar Johan T. Sømåen
2012-06-07WINTERMUTE: Fix compile on linux again.Einar Johan T. Sømåen
2012-06-04WINTERMUTE: Let SystemFontPath be empty for now.Einar Johan Trøan Sømåen
2012-06-04WINTERMUTE: Add word-wrapping for TTF-fonts, as well as proper loading of ↵Einar Johan Trøan Sømåen
fonts in game-folder.
2012-06-04WINTERMUTE: Make BDiskFile reset it's files after testing for compression.Einar Johan Trøan Sømåen
2012-06-04WINTERMUTE: Add missing break in event-handler switch-case.Einar Johan Trøan Sømåen
2012-06-04WINTERMUTE: Reenable CBRenderSDL::Fill to let the screen be blanked for ↵Einar Johan Trøan Sømåen
every frame This makes J.U.L.I.A. look a lot better.
2012-06-03WINTERMUTE: Make text-measuring work without FreeType2.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Make sprite-mirroring work correctly.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Fix a missing const that made Rosemary bug out in scripts.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Correct RGBA->ARGB in BSurfaceSDLEinar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Don't error out on missing WeedResponses.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Make BFontTT draw almost the right color.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Implement most of BSoundBuffer, to get sentences to play properly.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Get a fallback font to at least draw something for BFontTTEinar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Add detection for the white chamber v1.7Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Make the engine atleast register keypresses.Einar Johan Trøan Sømåen
2012-06-03WINTERMUTE: Add back Theora support to AdEntity.Einar Johan Trøan Sømåen
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