Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-18 | Implement proper pan reversal for Roland MT-32 in iMuse (as desribed in bug ↵ | Johannes Schickel | |
report #1088045 "MI2: Minor problems in native MT-32 mode"). svn-id: r44184 | |||
2009-09-18 | Update game screen after changing the active scaler via hotkeys. This fixes ↵ | Johannes Schickel | |
black screens in occasions, where the engine does not call updateScreen itself after a scaler change. svn-id: r44183 | |||
2009-09-18 | Call updateScreen after setScreenPalette in olol_restoreMagicShroud, so that ↵ | Johannes Schickel | |
the palette is updated correctly. svn-id: r44182 | |||
2009-09-18 | Fix some memory leaks, caused by a recent regression in ↵ | Johannes Schickel | |
StaticResource::unloadId. svn-id: r44180 | |||
2009-09-17 | LOL: cleanup (replaced some uint8 arrays with new palette objects) | Florian Kagerer | |
svn-id: r44179 | |||
2009-09-17 | LOL/Floppy: fix king richard healing sequence | Florian Kagerer | |
svn-id: r44178 | |||
2009-09-17 | - Add preliminary support for Lands of Lore PC98 in create_kyradat | Johannes Schickel | |
- Increase kyra.dat version - Rebuilt kyra.dat svn-id: r44177 | |||
2009-09-17 | - Add missing k2SeqplaySeqData providers for Kyra2 floppy versions | Johannes Schickel | |
- Add missing k2SeqplayCredits provider for Kyra2 CD ITA fan translation svn-id: r44176 | |||
2009-09-17 | Updated the MSVC project files of the SCI engine (added engine/selector.cpp) | Filippos Karapetis | |
svn-id: r44175 | |||
2009-09-17 | Changed olol_restoreMagicShroud to be a bit more talkative on errors. | Johannes Schickel | |
svn-id: r44174 | |||
2009-09-17 | SCI: Add EngineState::_kernel member for convenience | Max Horn | |
svn-id: r44173 | |||
2009-09-17 | SCI: Move CallsStruct into vm.cpp, the only place it is being used | Max Horn | |
svn-id: r44172 | |||
2009-09-17 | SCI: Move some selector related function into a new file selector.cpp | Max Horn | |
svn-id: r44171 | |||
2009-09-17 | SCI: Add a global getSciVersion() function and make use of it | Max Horn | |
svn-id: r44170 | |||
2009-09-17 | SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enums | Max Horn | |
svn-id: r44169 | |||
2009-09-17 | Add some missing new lines to error messages. | Johannes Schickel | |
svn-id: r44168 | |||
2009-09-17 | Reenable commented out providers for k2IngameTalkObjIndex. | Johannes Schickel | |
svn-id: r44167 | |||
2009-09-17 | Typo. | Johannes Schickel | |
svn-id: r44165 | |||
2009-09-17 | Enable delay for Ninteno DS in all occasions in o2_isAnySoundPlaying. | Johannes Schickel | |
svn-id: r44164 | |||
2009-09-17 | Add workaround in "o2_isAnySoundPlaying", which will hopefully make Kyra2 ↵ | Johannes Schickel | |
work on the Nintendo DS. svn-id: r44163 | |||
2009-09-17 | Further cleanup of special id use. | Johannes Schickel | |
svn-id: r44162 | |||
2009-09-17 | SCI: Moved Kernel::findSelector from vocabulary.cpp to engine/kernel.cpp | Max Horn | |
svn-id: r44161 | |||
2009-09-17 | SCI: Properly hook up (I hope) CantBeHere instead of CanBeHere in SCI ↵ | Max Horn | |
versions that need it svn-id: r44160 | |||
2009-09-17 | SCI: Removed dead code | Max Horn | |
svn-id: r44159 | |||
2009-09-17 | Added alternate versions for iceman, lsl2, qfg1, sq3 and sq4 from bug report ↵ | Filippos Karapetis | |
#2612718. Still many to go, that bug report is huge svn-id: r44158 | |||
2009-09-17 | - Increase kyra.dat version | Johannes Schickel | |
- Fix language settings of some game entries svn-id: r44157 | |||
2009-09-17 | Cleanup special id usage. | Johannes Schickel | |
svn-id: r44156 | |||
2009-09-17 | SCI: Rename engine/memobj.* to engine/segment.* | Max Horn | |
svn-id: r44155 | |||
2009-09-17 | SCI: Simplify code in Kernel::checkStaticSelectorNames a bit (don't treat ↵ | Max Horn | |
nodePtr & cantBeHere special) svn-id: r44154 | |||
2009-09-17 | SCI: Get rid of the not_register() hack | Max Horn | |
svn-id: r44153 | |||
2009-09-17 | SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCache | Max Horn | |
svn-id: r44152 | |||
2009-09-17 | SCI: Move parts of struct ScriptState into a new struct DebugState | Max Horn | |
svn-id: r44151 | |||
2009-09-17 | SCI: cleanup | Max Horn | |
svn-id: r44150 | |||
2009-09-17 | Handle platform specific extraction via platform settings instead of special ↵ | Johannes Schickel | |
id where possible. svn-id: r44149 | |||
2009-09-17 | - Got rid of special id "kAmigaVersion" | Johannes Schickel | |
- Changed handling of platform settings via game platform settings and not via special id svn-id: r44148 | |||
2009-09-17 | Add platform information to game need table. | Johannes Schickel | |
svn-id: r44147 | |||
2009-09-17 | Consisteny change. | Johannes Schickel | |
svn-id: r44146 | |||
2009-09-17 | Cleanup includes. | Johannes Schickel | |
svn-id: r44145 | |||
2009-09-17 | Cleanup provider access. | Johannes Schickel | |
svn-id: r44144 | |||
2009-09-17 | - Cleanup multi language game processing | Johannes Schickel | |
- Vast move of static data tables to new files - Other cleanup svn-id: r44143 | |||
2009-09-17 | Cleanup. | Johannes Schickel | |
svn-id: r44142 | |||
2009-09-17 | Corrected the size of one of the Italian fan-translated versions of ITE (bug ↵ | Filippos Karapetis | |
report #2845399) svn-id: r44141 | |||
2009-09-17 | Made script_lookup_export() a method of SegManager | Filippos Karapetis | |
svn-id: r44140 | |||
2009-09-17 | Added the CD version of Jones (bug report #2813795) and another version of ↵ | Filippos Karapetis | |
RAMA (bug report #2850645) svn-id: r44139 | |||
2009-09-17 | Changed the way object selectors are accessed, by removing the relevant ↵ | Filippos Karapetis | |
defines and adding appropriate methods to the Object structure svn-id: r44138 | |||
2009-09-17 | Commit rebuilt version of kyra.dat. | Johannes Schickel | |
svn-id: r44137 | |||
2009-09-17 | - Augment detection tables as much as possible | Johannes Schickel | |
- Change some extraction processing logic to work with the newly agumented tables svn-id: r44136 | |||
2009-09-17 | - Augment all executable entries with platform | Johannes Schickel | |
- Augment all search data tables with platform and language, where required svn-id: r44135 | |||
2009-09-17 | Change extraction function signature. | Johannes Schickel | |
svn-id: r44134 | |||
2009-09-17 | Move extraction functionality to new file "extract.cpp". | Johannes Schickel | |
svn-id: r44133 |