aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base
AgeCommit message (Expand)Author
2012-06-22WINTERMUTE: Rename Persist->persistEinar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Remove BEvent.Einar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Remove FontGlyphCache.Einar 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: Fix a few warnings in BPersistMgrEinar 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: Clean out a few debug-prints.Einar Johan Trøan Sømåen
2012-06-22WINTERMUTE: Fix a mistake in saving CVidTheora-objects (and strengthen the sa...Einar Johan Trøan Sømåen
2012-06-21WINTERMUTE: Fix loading of fonts from savegames.Einar Johan Trøan Sømåen
2012-06-19WINTERMUTE: Add a first attempt at load-from-launcher supportEinar Johan Trøan Sømåen
2012-06-18WINTERMUTE: Add savegame-thumbnail-support.Einar Johan Trøan Sømåen
2012-06-16WINTERMUTE: Handle empty strings properly in saves.Einar Johan Trøan Sømåen
2012-06-16WINTERMUTE: Make saves get listed properlyEinar Johan Trøan Sømåen
2012-06-16WINTERMUTE: A first attempt at getting savegames to work.Einar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Get rid of all system-headers BUT limits.hEinar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Change a few char* to Common::String in AdActorEinar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Get rid of rand/srand.Einar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Clear up another few includes.Einar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Remove unused include in BGame.cppEinar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Remove a bunch of commented-out includes.Einar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Make factory-functions for the SX-classes, to avoid having to inc...Einar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Clean out some un-needed headers, and some FORBIDDEN_SYMBOL_EXCEP...Einar Johan Trøan Sømåen
2012-06-15WINTERMUTE: Clean up BFonTT a little.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
2012-06-14WINTERMUTE: Warn about WAVE-files for now.Einar Johan Trøan Sømåen
2012-06-14WINTERMUTE: Use offsets correctly in BSurfaceSDL.Einar Johan Trøan Sømåen
2012-06-14WINTERMUTE: Use fonts 1/3 larger than the engine asks for, to compensate for ...Einar Johan Trøan Sømåen
2012-06-14WINTERMUTE: Add a quick-fix to replace SDL_TEXTINPUT.Einar Johan Trøan Sømåen
2012-06-14WINTERMUTE: Implement a bit more of the key-handling.Einar Johan Trøan Sømåen
2012-06-14WINTERMUTE: Fix SXString's - "Split"Einar Johan Trøan Sømåen
2012-06-14WINTERMUTE: Fix quite a lot of memory leaks.Einar Johan Trøan Sømåen
2012-06-14WINTERMUTE: Fix theora-playback with the new Rendering-changes.Einar Johan Trøan Sømåen
2012-06-13WINTERMUTE: Implement SXDateEinar Johan Trøan Sømåen
2012-06-13WINTERMUTE: Fix a critical typo in II_ADD in ScScriptEinar Johan Trøan Sømåen
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, and...Einar Johan Trøan Sømåen
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: 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 FORBIDDEN_SYMBOL...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 C...Einar Johan Trøan Sømåen