Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-13 | SCI: Fixed some graphics corruption (black boxes) in the dialogs of GK1 | Filippos Karapetis | |
2012-01-01 | JANITORIAL: Remove SVN tags | Strangerke | |
2011-12-28 | SCI: Always prefer digital sound effects to prevent confusion to users | Filippos Karapetis | |
This toggle will be enabled again when a more user-friendly GUI option is possible | |||
2011-12-28 | SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside ↵ | Filippos Karapetis | |
SoundCommandParser | |||
2011-12-08 | SCI: Add preliminary support for SCI1 early Amiga sound patches | Matthew Hoops | |
As used by KQ1 and MUMG. Sound still seems a bit off, but it's close. | |||
2011-11-29 | SCI: Fix restarting SCI engine with different SCI version | Willem Jan Palenstijn | |
2011-11-29 | SCI: Add RtL FIXME | Willem Jan Palenstijn | |
2011-11-28 | SCI: Added handling of invalid jump offsets (e.g. QFG2, script 260) | Filippos Karapetis | |
2011-11-20 | SCI: Reset parameters for all channels used by a song when it starts | Filippos Karapetis | |
2011-11-17 | SCI: Break the huge kernelFrameOut function into several smaller ones | Filippos Karapetis | |
Also, prefix more class variables with underscores | |||
2011-11-17 | SCI: Prefix class variables with underscores | Filippos Karapetis | |
2011-11-17 | SCI: Add newline back to get rid of the warning. | Alyssa Milburn | |
2011-11-17 | SCI: Updated information regarding bug #3439240 | Filippos Karapetis | |
2011-11-17 | SCI: Fixed bug #3439240 - "QFG1VGA: Game Crashes While Sleeping at Erana's ↵ | Filippos Karapetis | |
Peace" | |||
2011-11-16 | SCI: Add support for slater mac | Matthew Hoops | |
2011-11-16 | LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) | Strangerke | |
2011-11-11 | SCI: Fix style | Willem Jan Palenstijn | |
2011-11-11 | SCI: Fix const cast | Willem Jan Palenstijn | |
2011-11-10 | SCI: Do not add 1 pixel to rect dimensions in SCI32 | Filippos Karapetis | |
2011-11-05 | SCI: add Japanese MUMG detection entry and adapt Fm-Towns sound driver | athrxx | |
2011-11-05 | SCI: Updated Script::getObjectMap() | Filippos Karapetis | |
It now returns a reference to the object list instead of copying it | |||
2011-11-05 | SCI: Made the object map hashmap of the Script class private | Filippos Karapetis | |
2011-11-05 | SCI: Made more fields of the Script class private. Some cleanup. | Filippos Karapetis | |
2011-11-04 | SCI: Removed a duplicate variable assignment | Filippos Karapetis | |
2011-11-03 | SCI: Fixed a workaround | Filippos Karapetis | |
2011-11-03 | SCI: Fixed typo in colorIsFromMacClut() | Filippos Karapetis | |
2011-11-03 | SCI: Add fixme comment to a weird comparison | Eugene Sandulenko | |
2011-11-03 | SCI: Fix copy/paste error | Eugene Sandulenko | |
2011-11-02 | SCI: Remove unnecessary semicolon | Torbjörn Andersson | |
2011-11-02 | SCI: Fixed bug in commit 1a17bba. | Filippos Karapetis | |
Thanks to wjp for pointing it out. | |||
2011-11-02 | SCI: Fix Common::List::erase usage. | Filippos Karapetis | |
Thanks to Tron for pointing that out. | |||
2011-11-01 | SCI: Fixed bug #3430834 - "SCI: KQ6: Music stops after leaving shop" | Filippos Karapetis | |
A regression from commit 9654068 | |||
2011-11-01 | SCI: Fixed unexpected end of file in fmtowns.cpp | Filippos Karapetis | |
2011-11-01 | SCI: limit new FM-Towns driver to KQ5 | athrxx | |
Mixed up mother goose is reported not to use that driver and even crash when trying to use it. Play Id and instrument patch id seem to be different. | |||
2011-11-01 | SCI: (KQ5 FM-Towns) - fix voice mapping | athrxx | |
(Driver channels would get reserved via the 0x4b control, but they would never get released) | |||
2011-11-01 | SCI: add sound driver for KQ5 FM-Towns | athrxx | |
2011-11-01 | SCI: add Japanese detection entry for KQ5 FM-Towns and fix audio language ↵ | athrxx | |
handling | |||
2011-10-30 | SCI: More work on kEditText | Filippos Karapetis | |
2011-10-30 | SCI: Removed the hack for the creation of LARRY3.DRV, used in LSL3 | Filippos Karapetis | |
This is no longer necessary, as our file I/O code handles this case correctly now. Also, updated the description of file I/O on top. | |||
2011-10-30 | SCI32: kString: Move variable declaration to prevent problems | Lars Skovlund | |
with object lifetimes. | |||
2011-10-29 | SCI: Allow alt key combinations in all SCI games | Filippos Karapetis | |
Such key combos are used for the game debugger in SCI1.1 and GK1 | |||
2011-10-29 | SCI: Added a new debug flag, "DebugMode" for SCI32 games | Filippos Karapetis | |
This is used to enable the embedded debugger in several SCI32 games (PQ4, QFG4, GK1, GK2, KQ7, SQ6 and LSL7) | |||
2011-10-29 | SCI: Bugfix for text alignment in SCI32 games | Filippos Karapetis | |
2011-10-29 | SCI: Fixed speech in PQ4 CD | Filippos Karapetis | |
2011-10-29 | SCI: Silence GCC warning | Torbjörn Andersson | |
2011-10-29 | SCI: Fixed the up/down buttons in GK1 | Filippos Karapetis | |
2011-10-29 | SCI: Implemented text alignment for SCI32 | Filippos Karapetis | |
2011-10-29 | SCI: Fixed typo | Filippos Karapetis | |
2011-10-29 | SCI: Some fixes for text positioning in SCI32 games (still WIP) | Filippos Karapetis | |
Also, removed duplicate code | |||
2011-10-28 | SCI: Remove unneeded casts (thanks to wjp for pointing that out) | Filippos Karapetis | |