Age | Commit message (Expand) | Author |
2009-05-14 | SCI: cleanup | Max Horn |
2009-05-14 | SCI: Added a paranoia check to find_unique_script_block which causes us to ba... | Max Horn |
2009-05-14 | SCI: Stop SCI1.1 games from complaining about an 'invalid' savedir by setting... | Max Horn |
2009-05-14 | SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ... | Max Horn |
2009-05-14 | Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year... | Max Horn |
2009-05-14 | SCI: A provisional fix for the "invalid selector" problem in KQ6 and other | Walter van Niftrik |
2009-05-14 | Fixed the detection entry for SQ3 Amiga, and added a special case for cursor ... | Filippos Karapetis |
2009-05-14 | Cleanup | Filippos Karapetis |
2009-05-14 | Only load used palette entries with SCI1/11 | Willem Jan Palenstijn |
2009-05-14 | Fixed SQ3 Amiga by hardcoding the resource version (automatic resource versio... | Filippos Karapetis |
2009-05-14 | Fixed regression in EGA games | Filippos Karapetis |
2009-05-14 | Added a parameter to the graphics resource manager to determine if the runnin... | Filippos Karapetis |
2009-05-14 | Added the EGA version of Longbow, and partially reverted my previous commit. ... | Filippos Karapetis |
2009-05-14 | - Added a new game flag to distinguish SCI1 EGA versions | Filippos Karapetis |
2009-05-14 | Fixed regression with SCI1.1 games | Filippos Karapetis |
2009-05-14 | Replaced the SCI_VERSION_FTU_DOSOUND_VARIANT_2 version check with the game fe... | Filippos Karapetis |
2009-05-14 | Fix bug #2791699 - Feeble Files: Crash after OmniTV video. | Travis Howell |
2009-05-14 | - Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag | Filippos Karapetis |
2009-05-14 | Cleanup | Filippos Karapetis |
2009-05-14 | SCI: Renamed GF_SCI0_BEFORE_* macros to GF_FOR_SCI0_BEFORE_* (to emphasise th... | Max Horn |
2009-05-14 | SCI: Message: fix K_MESSAGE_SIZE | Walter van Niftrik |
2009-05-14 | Correct typo. | Travis Howell |
2009-05-14 | Added a feature flag for the SCI1.1 behavior of kSetCursor() in Eco 1 and KQ5... | Filippos Karapetis |
2009-05-14 | - Removed SCI_VERSION_FTU_NEW_GETTIME | Filippos Karapetis |
2009-05-14 | Started using game-specific flags and removed/replaced some SCI version check... | Filippos Karapetis |
2009-05-14 | - Enabled the code which puts the text inside the screen if it doesn't fit fo... | Filippos Karapetis |
2009-05-14 | Minor corrections. | Travis Howell |
2009-05-14 | Removed the hack used to check for the existence of the CantBeHere() selector | Filippos Karapetis |
2009-05-14 | Expand dump image code to cover all games, and add options to the debugger. | Travis Howell |
2009-05-13 | SCI: Fixes a crash when loading SCI1.1 views without palette. | Walter van Niftrik |
2009-05-13 | Simplified and re-enabled the debug code that shows pixmaps on screen and mov... | Filippos Karapetis |
2009-05-13 | SCI: Message: Added a few more subfunctions; cleanup. | Walter van Niftrik |
2009-05-13 | Fix some variable may be used uninitialized warnings. | Johannes Schickel |
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ... | Filippos Karapetis |
2009-05-13 | Fixed regression in SCI1 games from commit #40518 | Filippos Karapetis |
2009-05-13 | Reintroduced language string lists as a fallback for DELPHINE.LNG, since not ... | Paul Gilbert |
2009-05-13 | Normalized types for several variables. Formatting | Eugene Sandulenko |
2009-05-13 | Moved the construction of _sound and _music to the constructor, in case the r... | Paul Gilbert |
2009-05-12 | SCI: cleanup | Max Horn |
2009-05-12 | SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h | Max Horn |
2009-05-12 | SCI: Changed object / script local vars storage to use a Common::Array | Max Horn |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-05-12 | Surely this function is supposed to return -2 when the memory allocation | Torbjörn Andersson |
2009-05-12 | Rearranged all the different version checks based on SCI version in versions.... | Filippos Karapetis |
2009-05-12 | When source and destination are the same, there is no need to strcpy(). In fact | Torbjörn Andersson |
2009-05-12 | Clarification of a comment. | Johannes Schickel |
2009-05-12 | Fixed what looks like an obvious error in loadSong() that Valgrind caught. | Torbjörn Andersson |
2009-05-12 | Performed some cleanup on the different version checks | Filippos Karapetis |
2009-05-12 | Fall back to plain OPL2 emulation, when Dual OPL2 isn't available. | Johannes Schickel |
2009-05-12 | - Add support for selecting the OPL emulator being used (config entry: "opl_d... | Johannes Schickel |