Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-01 | SHERLOCK: RT: Move ADJUST_CORD usage to initial anim loading | Paul Gilbert | |
2015-07-01 | SHERLOCK: RT: Fix missing code in setWalking | Paul Gilbert | |
2015-06-30 | SHERLOCK: Change _lookPosition to use PositionFacing | Paul Gilbert | |
2015-06-30 | SHERLOCK: RT: Fix incorrectly playing sounds when looking at objects | Paul Gilbert | |
2015-06-30 | SHERLOCK: RT: Fix compiler warnings | Paul Gilbert | |
2015-06-30 | SHERLOCK: RT: Fix inventory tooltip when hovering on empty slots | Paul Gilbert | |
2015-06-30 | SHERLOCK: RT: Fix order of drawing sprites and on-screen widgets | Paul Gilbert | |
2015-06-30 | SHERLOCK: RT: Create a tooltip base clsas | Paul Gilbert | |
2015-06-30 | SHERLOCK: RT: Inventory tooltip now partially showing | Paul Gilbert | |
2015-06-30 | SHERLOCK: Fix out-of-bounds access of JOURNAL_COMMAND (CID 1308104) | Torbjörn Andersson | |
Maybe we should be using ARRAYSIZE() instead, though. | |||
2015-06-29 | SHERLOCK: RT: Fix display of lines in inventory dialog | Paul Gilbert | |
2015-06-29 | SHERLOCK: RT: Implement further inventory tooltip code | Paul Gilbert | |
2015-06-29 | SHERLOCK: RT: Fix Coverity problems | Paul Gilbert | |
2015-06-29 | SHERLOCK: RT: Add in .c_str() calls to fix compilation | Paul Gilbert | |
2015-06-29 | SHERLOCK: RT: Beginnings of inventory window tooltip class | Paul Gilbert | |
2015-06-29 | SHERLOCK: RT: Implement opcode cmdSetTalkSequence | Filippos Karapetis | |
2015-06-29 | SHERLOCK: Fix comment typo and remove unnecessary semicolon | Torbjörn Andersson | |
2015-06-28 | SHERLOCK: RT: Fix display of inventory window | Paul Gilbert | |
2015-06-28 | SHERLOCK: RT: Inventory window now partially showing | Paul Gilbert | |
2015-06-28 | SHERLOCK: RT: Implement initial inventory | Paul Gilbert | |
2015-06-27 | SHERLOCK: RT: Fix walking with a very close dest | Paul Gilbert | |
2015-06-27 | SHERLOCK: RT: Properly implement StreamingImageFile class | Paul Gilbert | |
2015-06-27 | COMMON: move Miles Audio AdLib+MT32 to common | Martin Kiewitz | |
- remove Miles Audio from Sherlock engine - put Miles Audio into common audio (namespace Audio) - Miles Audio is used at least by the engines TINSEL, GROOVIE, TOLTECS, SAGA and KYRA This way it can be used by the other engines | |||
2015-06-27 | SHERLOCK: RT: Fix display of talk text windows | Paul Gilbert | |
2015-06-27 | SHERLOCK: AdLib drivers: remove _ from reset-methods | Martin Kiewitz | |
remove "_" from reset-method-names | |||
2015-06-27 | SHERLOCK: RT: Miles Audio 3 MT32 driver | Martin Kiewitz | |
- implement Miles Audio 3 MT32 driver - work in progress - Miles Audio timbre files not supported atm b/c RT does not use them | |||
2015-06-27 | SHERLOCK: RT: miles adlib: variable + #def rename | Martin Kiewitz | |
- add "AdLib" to const tables (e.g. milesAdLibOperator1Register, etc.) - remove "SHERLOCK" prefix from #define names | |||
2015-06-26 | SHERLOCK: RT: Finish display of right-click Verbs menu | Paul Gilbert | |
2015-06-26 | SHERLOCK: Split FixedText into separate descendents for each game | Paul Gilbert | |
2015-06-26 | SHERLOCK: RT: Code for positioning text windows over characters | Paul Gilbert | |
2015-06-27 | SHERLOCK: RT: Miles AdLib Driver OPL3 support | Martin Kiewitz | |
- NOTE: 4-op voices not supported atm (not used in Sherlock Holmes 2) - support for up to 18 physical FM voices - support for hard-left + hard-right stereo - defaults to OPL3 - added comment about Miles Audio driver capabilities | |||
2015-06-26 | SHERLOCK: RT: Miles AdLib driver fix errormsg typo | Martin Kiewitz | |
2015-06-26 | SHERLOCK: RT: Miles AdLib Driver midi note fix | Martin Kiewitz | |
- fixed checking notes for percussion channel, fixes some notes missing during intro music - remove currentA0hReg from PhysicalFmVoiceEntry struct, wasn't used - moved setting virtual FM-voice in-use flag inside releaseFmVoice() | |||
2015-06-26 | SHERLOCK: RT: Miles AdLib: circular phys. assign | Martin Kiewitz | |
circular physical assignment of FM-voices - removed hardcoded value, that made it search from FM-voice 0 and replaced it with the total number of physical FM-voices this makes it easier to understand the code - added comment about why this is set (starting search at FM-voice 0) | |||
2015-06-26 | SHERLOCK: RT: Miles AdLib: circular phys. assign | Martin Kiewitz | |
implements circular physical assignment of FM-voices, which was enabled for Rose Tattoo. This is not really needed, but by implementing it assigned physical FM-voices should exactly match the original driver. | |||
2015-06-25 | SHERLOCK: RT: Set up new values for color constants | Paul Gilbert | |
2015-06-26 | SHERLOCK: Tattoo: Miles Audio 3 AdLib driver | Martin Kiewitz | |
- implement Miles Audio 3 AdLib driver - also cleanup of Scalpel AdLib driver - work in progress, sustain and for example OPL-3 missing | |||
2015-06-25 | SHERLOCK: RT: Fix compiler warnings | Paul Gilbert | |
2015-06-25 | SHERLOCK: RT: Further split-off of Scalpel-specific code | Paul Gilbert | |
2015-06-25 | SHERLOCK: RT: Implemented shaded background for dialogs | Paul Gilbert | |
2015-06-24 | SHERLOCK: RT: Fix look dialog not appearing | Paul Gilbert | |
2015-06-24 | SHERLOCK: RT: Remove deprecated fields from UI class | Paul Gilbert | |
2015-06-23 | SHERLOCK: RT: Beginnings of talk window widget class | Paul Gilbert | |
2015-06-23 | SHERLOCK: RT: Create WidgetMessage class for displaying messages | Paul Gilbert | |
2015-06-23 | SHERLOCK: RT: Implement message box ui mode | Paul Gilbert | |
2015-06-22 | SHERLOCK: RT: Beginnings of look window display | Paul Gilbert | |
2015-06-21 | SHERLOCK: RT: Implemented journal search term entry | Paul Gilbert | |
2015-06-21 | SHERLOCK: RT: Implemented journal event handling | Paul Gilbert | |
2015-06-21 | SHERLOCK: RT: Implemented further journal draw methods | Paul Gilbert | |
2015-06-21 | SHERLOCK: RT: Implemented drawJournalControls | Paul Gilbert | |