Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-25 | SCI: Fix delete[] formatting. | Johannes Schickel | |
2012-07-25 | TOON: Fix delete[] formatting. | Johannes Schickel | |
2012-07-25 | SWORD1: Fix delete[] formatting. | Johannes Schickel | |
2012-07-25 | PARALLACTION: Fix delete[] formatting. | Johannes Schickel | |
2012-07-25 | MOHAWK: Fix delete[] formatting. | Johannes Schickel | |
2012-07-25 | KYRA: Fix delete[] formatting. | Johannes Schickel | |
2012-07-25 | WINTERMUTE: "delete []" -> "delete[]" | Einar Johan Trøan Sømåen | |
2012-07-25 | WINTERMUTE: Reformat and constify BaseStringTable | Einar Johan Trøan Sømåen | |
2012-07-25 | WINTERMUTE: Cleanup and comment BaseRenderer a bit | Einar Johan Trøan Sømåen | |
2012-07-25 | WINTERMUTE: Remove in-engine fullscreen-switching, let ScummVM handle that. | Einar Johan Trøan Sømåen | |
2012-07-25 | WINTERMUTE: Cleanup in BasePackage. | Einar Johan Trøan Sømåen | |
2012-07-25 | SCI: Add a workaround for a script bug in QFG4 | Filippos Karapetis | |
2012-07-25 | SCI: Silence some very chatty warnings | Filippos Karapetis | |
Also, add an example room where kRemapToGray is called | |||
2012-07-25 | WINTERMUTE: Privatize/Protect variables that don't need to be public. | Einar Johan Trøan Sømåen | |
2012-07-25 | WINTERMUTE: Move SaveGame-file-saving handling over to BasePersistenceManager | Einar Johan Trøan Sømåen | |
2012-07-25 | WINTERMUTE: Forgot to add this change to last commit (SQUASHME) | Einar Johan Trøan Sømåen | |
2012-07-25 | WINTERMUTE: Change the DCP-file access to work as an Common::Archive. | Einar Johan Trøan Sømåen | |
2012-07-25 | SCI: Expand an uninitialized read workaround for SQ6 | Filippos Karapetis | |
2012-07-25 | SCI: Add a workaround for QFG4, screen 140 (character selection screen) | Filippos Karapetis | |
2012-07-25 | WINTERMUTE: Cleanup in BaseFileManager | Einar Johan Trøan Sømåen | |
2012-07-25 | SCI: Set the RemapByPercent palette initially | Filippos Karapetis | |
This needs to be performed because the screen palette might not change after the call. Fixes the display of the bat in the character selection screen in the full version of QFG4 | |||
2012-07-25 | WINTERMUTE: Avoid starting up the engine to perform detection. | Einar Johan Trøan Sømåen | |
2012-07-25 | SCI: Rewrite the color remapping code to support simultaneous effects | Filippos Karapetis | |
Fixes the torch in the full version of QFG4 | |||
2012-07-24 | SCI: Refresh remapping by percent whenever the screen palette changes | Filippos Karapetis | |
2012-07-24 | SCI: Cleanup of the palette remapping code | Filippos Karapetis | |
2012-07-24 | SCI: More work on color remapping | Filippos Karapetis | |
More transparency/color mapping effects are now working (e.g. the flashlight at the Gedde tomb in GK1, the rays of light at Schloss Ritter in GK1, the torch in the QFG4 demo and the shadows in QFG4, PQ4 and KQ7) | |||
2012-07-24 | WINTERMUTE: Make sure we don't skip path-components. | Einar Johan Trøan Sømåen | |
2012-07-24 | WINTERMUTE: Clean up and comment base_disk_file. | Einar Johan Trøan Sømåen | |
2012-07-24 | WINTERMUTE: Use hasSuffix instead of contains to verify file-extensions. | Einar Johan Trøan Sømåen | |
2012-07-24 | SCI: Remove unused variables | Filippos Karapetis | |
2012-07-24 | SCI: Initial implementation of kRemapColors(kRemapByPercent) | Filippos Karapetis | |
Fixes some graphics glitches in the QFG4 demo and the menus of QFG4, by implementing one of the transparency effects used mainly in SCI32. Many thanks to fuzzie for her debugging info on QFG4 demo and to wjp for his great help on the dissassembly | |||
2012-07-24 | SCI: Separate the early SCI11 version of kRemapColors from the SCI32 one | Filippos Karapetis | |
2012-07-23 | WINTERMUTE: Handle the "language/" subdirectory separately for choice of ↵ | Einar Johan Trøan Sømåen | |
language. Since we don't have the same launcher the games have, we'll have to avoid including ALL the datafiles, as the localization-dcps are usually intended to work alone. For now, it's hardcoded to only load english. | |||
2012-07-23 | WINTERMUTE: Initialize the BaseGame reference in BasePersistenceManager | Einar Johan Trøan Sømåen | |
2012-07-23 | WINTERMUTE: Encapsulate and distance BasePersistenceManager from Base. | Einar Johan Trøan Sømåen | |
2012-07-23 | WINTERMUTE: Remove dcgf.h from almost all includes. | Einar Johan Trøan Sømåen | |
2012-07-23 | WINTERMUTE: Remove unused code from platform_osystem.h | Einar Johan Trøan Sømåen | |
2012-07-23 | WINTERMUTE: Remove 2 more unecessary includes. | Einar Johan Trøan Sømåen | |
2012-07-23 | WINTERMUTE: Clean out unused utils. | Einar Johan Trøan Sømåen | |
2012-07-23 | WINTERMUTE: Some more BaseFileManager-cleanup | Einar Johan Trøan Sømåen | |
2012-07-23 | WINTERMUTE: Clean up a few includes. | Einar Johan Trøan Sømåen | |
2012-07-23 | Rename BaseGame::SaveGame -> saveGame | Einar Johan Trøan Sømåen | |
2012-07-23 | WINTERMUTE: Encapsulate BaseRenderer::_rectList and replace it by Common::Array | Einar Johan Trøan Sømåen | |
2012-07-23 | WINTERMUTE: Remove Base as superclass for BaseImage | Einar Johan Trøan Sømåen | |
2012-07-23 | WINTERMUTE: Reenable direct package-loading for now | Einar Johan Trøan Sømåen | |
2012-07-23 | WINTERMUTE: Privatize/remove unused/internal functions in BaseFileManager | Einar Johan Trøan Sømåen | |
2012-07-22 | WINTERMUTE: Remove Base as superclass for base_file_entry | Einar Johan Trøan Sømåen | |
2012-07-22 | WINTERMUTE: Remove Base as superclass for base_package. | Einar Johan Trøan Sømåen | |
2012-07-22 | WINTERMUTE: Wrap _name in base_named_object in getters/setters. | Einar Johan Trøan Sømåen | |
2012-07-22 | WINTERMUTE: Wrap away base_script_holder's _filename field in ↵ | Einar Johan Trøan Sømåen | |
getters/setters, avoiding direct writes. |