Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-19 | TITANIC: Implemented CGameManager::update | Paul Gilbert | |
2016-03-19 | TITANIC: Implement view change logic | Paul Gilbert | |
2016-03-20 | SCI32: Mark KQ7 1.51 Windows only detection entries actually as Windows. | Johannes Schickel | |
2016-03-19 | TITANIC: Finished CViewItem::mouseChange | Paul Gilbert | |
2016-03-19 | TITANIC: Implementing view item message handling | Paul Gilbert | |
2016-03-19 | NEWS: Mention new Chinese Pinyin translation | Thierry Crozat | |
2016-03-19 | I18N: Regenerate translations data file | Thierry Crozat | |
2016-03-19 | I18N: Chinese Pinyin GUI Translation added, support ISO-8859-1 | Chenbo Li | |
2016-03-19 | TITANIC: Implement preEnterView and enterView | Paul Gilbert | |
2016-03-19 | TITANIC: Implemented CViewItem::viewChange | Paul Gilbert | |
2016-03-19 | TITANIC: Added CGameManager::viewChange | Paul Gilbert | |
2016-03-19 | TITANIC: Added various preSave and postSave methods | Paul Gilbert | |
2016-03-19 | TITANIC: Added various preLoad methods | Paul Gilbert | |
2016-03-18 | TITANIC: Enable event handlng | Paul Gilbert | |
2016-03-18 | TITANIC: Implement more events in CInputTranslator | Paul Gilbert | |
2016-03-18 | TITANIC: Remove const prefix from passed messages | Paul Gilbert | |
Turns out that some of the messages have properties that the objects that handle them can set. For example, the CMouseDragStartMsg has a _dragItem property that an item that allows dragging will explicitly set, allowing the input handler to keep track of what was dragged. | |||
2016-03-18 | TITANIC: Implemented drag/drop handling | Paul Gilbert | |
2016-03-18 | TITANIC: Implement input translator event methods | Paul Gilbert | |
2016-03-18 | TITANIC: Create Event manager class | Paul Gilbert | |
2016-03-18 | SCI32: Add workaround for invalid temp read in Torin | Colin Snover | |
2016-03-18 | SCI32: Use correct script dimensions for later SCI32 games | Colin Snover | |
These values are hard-coded in the engine executable for each game. | |||
2016-03-18 | SCI32: Add Phantasmagoria 1.000.000 signature | Colin Snover | |
2016-03-18 | AUDIO: Use MUNT's sample rate for MT-32 emulation. | Johannes Schickel | |
2016-03-18 | AUDIO: Make MT-32 emulator play MIDI events immediately. | Johannes Schickel | |
This fixes the Indiana Jones and the Fate of Atlantis specific issue reported in bug #6242 "AUDIO: Built-In MT-32 MUNT Produces Wrong Sounds". Delaying MIDI events has been introduced with Munt 1.3.0. Regression from 00992c1e68444a8123ffc89a971751cecf7287ed. | |||
2016-03-18 | SCI32: Fix crashes in kIsOnMe caused by stale CelObjs | Colin Snover | |
2016-03-18 | SCI32: More correctly fix kStringCopy overflow | Colin Snover | |
This entire kString code needs to be reviewed/refactored, but at least this fix is more complete than the last one. Thanks to @lordhoto and @wjp for their assistance. | |||
2016-03-18 | SCI32: Fix heap overflow (read) in kStringCopy | Colin Snover | |
2016-03-18 | SCI32: Fix incorrect double-read from CLUT | Colin Snover | |
2016-03-18 | WAGE: Plugged in console scrolling up/down | Eugene Sandulenko | |
2016-03-18 | WAGE: Fixed border highlighting | Eugene Sandulenko | |
2016-03-18 | WAGE: Correction to highlighted border drawing | Eugene Sandulenko | |
2016-03-18 | WAGE: Initial code for border manipulation | Eugene Sandulenko | |
2016-03-17 | TITANIC: Fleshing out CLinkItem class | Paul Gilbert | |
2016-03-17 | TITANIC: Add some CEnterViewMsg stubs | Paul Gilbert | |
2016-03-17 | TITANIC: Add stubs for CEnterNodeMsg message handlers | Paul Gilbert | |
2016-03-17 | TITANIC: Add room number to debugger rooms listing | Paul Gilbert | |
2016-03-17 | TITANIC: Implement debugger with dump and room commands | Paul Gilbert | |
2016-03-17 | TITANIC: Added stubbed CEnterRoomMsg event handlers as needed | Paul Gilbert | |
2016-03-17 | TITANIC: Fixes to make message handling const, adding CEnterRoomMsg handlers | Paul Gilbert | |
2016-03-17 | TITANIC: Fix image decoders | Paul Gilbert | |
2016-03-17 | GRAPHICS: Cleanup of ManagedSurface and Screen classes | Paul Gilbert | |
2016-03-17 | SCI32: Correct KQ7 version split | Colin Snover | |
The information in the wiki was wrong, KQ7 1.51 is always SCI 2.1 early. | |||
2016-03-17 | SCI32: Add kq7 1.51 English, fix kq7 1.51 German detection | Martin Kiewitz | |
Also sort detection entries for kq7 by game version | |||
2016-03-17 | TITANIC: Implemented the CJPEGDecode and CTargaDecode classes | Paul Gilbert | |
Thank goodness for the existing ScummVM image decoders for these types.. it made implementing the classes sooooo much easier | |||
2016-03-17 | SCI32: Code documentation improvements | Colin Snover | |
2016-03-17 | SCI32: Remove outdated note about state of frameout code | Colin Snover | |
This code is engine-accurate now, not based on guesswork. | |||
2016-03-17 | SCI32: Temporarily remove dead SCI2.1early transitions code | Colin Snover | |
This code sneaked in with the graphics engine rewrite, but is not ready yet to be used. It will return shortly, once it is enabled and working. | |||
2016-03-17 | SCI32: Clarify game engine version comments for split-version games | Colin Snover | |
2016-03-17 | SCI32: Update unimplemented TODO to reflect the correct operation type | Colin Snover | |
2016-03-17 | SCI32: Enable redrawAllCount in palMorphFrameOut | Colin Snover | |