Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-16 | SCI: Updated the description of LSL6 hires to distinguish it better | Filippos Karapetis | |
2011-10-16 | SCI: Script 64036 in Torin's passage contains an invalid export | Filippos Karapetis | |
2011-10-15 | SCI: Added a heuristic to distinguish Mac SCI1.1 from SCI2.1 versions | Filippos Karapetis | |
This removes the hack that checks for the existence of resource.cfg | |||
2011-10-15 | SCI: Fixed text length in upscaled SCI32 games | Filippos Karapetis | |
2011-10-14 | SCI: Fixed display of text surfaces in SCI21 | Filippos Karapetis | |
2011-10-14 | SCI: Silenced warnings | Filippos Karapetis | |
2011-10-14 | SCI: More work on kBitmap (still WIP) | Filippos Karapetis | |
2011-10-14 | SCI: More work on the vertical plane offset for SCI32. Still WIP. | Filippos Karapetis | |
Vertical clipping is still not finished. This fixes the display in the Torin demo (which uses a scene with loads of items with a vertical offset). | |||
2011-10-13 | SCI: Extended the detection of certain selectors to work in SCI2 | Filippos Karapetis | |
This is needed for some demos that do not supply a selector vocabulary (i.e. vocab 997) | |||
2011-10-13 | SCI: Implemented kBitmap(3) and kBitmap(5). Some cleanup | Filippos Karapetis | |
2011-10-13 | SCI: Updated a comment inside processPlaySound() | Filippos Karapetis | |
2011-10-12 | SCI: Fixed a long-standing bug in kDoSound(init) | Filippos Karapetis | |
The sound handle should not be set in kDoSound(init), but in kDoSound(play). This is verified against several SCI versions, plus game scripts check if a sound slot is playing primarily by checking its handle. Fixes the sound in Shivers and probably an assortment of other sound related bugs | |||
2011-10-12 | SCI: Marked functions that have been changed into dummy ones in SCI3 | Filippos Karapetis | |
2011-10-12 | SCI: kSave(3) is kCheckSaveGame() and kSave(6) is kFileIOUnlink() | Filippos Karapetis | |
2011-10-12 | SCI: Implementation of kCelInfo subop 4 | Heather Douglass | |
kCelInfo subop 4 returns the pixel color at the passed in x,y coordinates for the passed in view, loop, cel. Shivers uses this function for the red door puzzle, room 23601 to determine what blocks on the puzzle board are already occupied by pieces. | |||
2011-10-12 | SCI: 3 Uninitialized read workarounds for Shivers | Heather Douglass | |
2011-10-12 | SCI: Added proper handling of duplicate items in kAddScreenItem | Filippos Karapetis | |
- Items that are being readded to the scene should be updated instead - Added a findScreenItem() call to simplify the code slightly | |||
2011-10-11 | SCI: Fixed text display in QFG4 | Filippos Karapetis | |
2011-10-11 | SCI: Some work on the SCI32 bitmap / font code | Filippos Karapetis | |
- Initial implementation of kBitmap(0) - Bugfixes for fonts in upscaled games | |||
2011-10-11 | SCI: kBitmap(1) is kDisposeTextBitmap | Filippos Karapetis | |
2011-10-11 | SCI: Changed a warning about wrong object variable count into a debugC | Filippos Karapetis | |
2011-10-11 | SCI: Removed leftover unused variables | Filippos Karapetis | |
2011-10-11 | SCI: Proper implementation of text drawing for SCI2+ | Filippos Karapetis | |
2011-10-10 | SCI: Mixed Adlib/MIDI mode for audio resources should always be enabled in SCI32 | Filippos Karapetis | |
2011-10-10 | SCI: SCI32 kernel functions kRepaintPlane and kInputText are unused | Filippos Karapetis | |
2011-10-10 | SCI: Fixed menu music in GK1 when multi MIDI is disabled | Filippos Karapetis | |
A regression from commit 9fd66de | |||
2011-10-09 | SCI: CreateTextBitmap should return a pointer. Also, silenced a warning | Filippos Karapetis | |
2011-10-09 | SCI: Fix formatting in kRobot. | Johannes Schickel | |
2011-10-09 | SCI32: Marked/updated several unused/still not needed kernel functions | Filippos Karapetis | |
2011-10-09 | SCI32: Documented the extra 2 params in kCreateTextBitmap(0) | Filippos Karapetis | |
2011-10-09 | SCI: Removed the old kDoAvoider code | Filippos Karapetis | |
2011-10-09 | SCI2+: Added info for the extra parameter used in kGetSaveDir in SCI32 | Filippos Karapetis | |
The warning can be safely removed, as the parameter is a string that should not be set | |||
2011-10-09 | SCI21: Moved kRobot() together with the other video functions | Filippos Karapetis | |
2011-10-09 | SCI2+: Added a workaround for an uninitialized temp in PQ4 | Filippos Karapetis | |
2011-10-08 | SCI2+: Fixed the implementation of kTextSize(), removing some hacks | Filippos Karapetis | |
Thanks to lskovlun for the fix | |||
2011-10-08 | SCI2+: Some groundwork for kTextSize() | Filippos Karapetis | |
The old behavior is currently hacked in inside kernelTextSize(), as the top of the subtitles frame is wrong if kTextWidth() is properly working... | |||
2011-10-08 | SCI: Fix black screen in LSL7 intro | Lars Skovlund | |
2011-10-07 | SCI: Fix comment in kCelInfo | Lars Skovlund | |
2011-10-07 | SCI21: Some initial work on kBitmap | Filippos Karapetis | |
2011-10-07 | SCI: Added some extra static selectors | Filippos Karapetis | |
These aren't needed by the engine, but make debugging easier in games that have no selector vocabulary | |||
2011-10-06 | SCI: Also default to MIDI for Windows versions of SCI1.1 games | Filippos Karapetis | |
2011-09-30 | Merge pull request #88 from tsoliman/savegame-timestamp-rebase | Eugene Sandulenko | |
ENGINES: make the default savegame description be the timestamp | |||
2011-09-27 | SCI: Added support for the halfbrite palette used in Longbow Amiga | Filippos Karapetis | |
This fixes the remaining palette problems in the game (bug #3309036) | |||
2011-09-26 | SCI: Changes to the sound resource initialization code | Filippos Karapetis | |
- Unified the sound resource initialization code in processInitSound() and reconstructPlayList() - Now checking the "Mixed Adlib/MIDI" mode checkbox for SCI1.1 digital audio sound effects, like it's done for SCI0 - SCI1 sound effects. If it's unchecked, their MIDI counterparts will play instead, if available | |||
2011-09-26 | SCI: Code formatting | Filippos Karapetis | |
2011-09-25 | SCI2: kString(Format) uses %d for unsigned integers. Some cleanup | Filippos Karapetis | |
2011-09-25 | SCI: Bugfix for the palette of Longbow Amiga (still not right) | Filippos Karapetis | |
2011-09-24 | SCI: Always reset hold when starting a new song. Fixes bug #3413589 - "SCI: ↵ | Filippos Karapetis | |
KQ6CD: Game stops responding in the catacombs" kDoSoundSetHold is always called after kDoSoundPlay. A regression from commit 4f3b85f4efc05affb7b4a7080e349360a3352048 | |||
2011-09-23 | SCI: change savegame default description day format to YYYY.MM.DD | Tarek Soliman | |
... and make it optional subject to USE_SAVEGAME_TIMESTAMP | |||
2011-09-24 | SCI: Fixed timer bug #3127824 - "SCI: speed problem - Castle of Dr Brain" | Filippos Karapetis | |