aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2006-08-21cleanup & check for sentence overflowsMax Horn
2006-08-20Rename VAR_MOUSEPRESENT to VAR_INPUTMODE and set the default input type to mo...Travis Howell
2006-08-16Fixed pathfindingSven Hesse
2006-08-16Apply patch #1534805 ("BASS: Linc font too wide in version 303")Joost Peters
2006-08-15Limit md5 computations to first 5000 bytes in gob engine.Eugene Sandulenko
2006-08-15Add PT_BRA FT MD5 as reported in bugreport #1539740Eugene Sandulenko
2006-08-15- adding LPGL headers to adlib sound specific filesJohannes Schickel
2006-08-13Made FF use the same max length for every line when word-wrapping subtitles,Torbjörn Andersson
2006-08-12Ooops again, use the correct delete...Sven Hesse
2006-08-12Ooops, free the allocated _startTot/_startTot0, too...Sven Hesse
2006-08-12Added another field to the GameSettings for the intro.tot, because the Goblii...Sven Hesse
2006-08-12- Some more goblins-handling functionsSven Hesse
2006-08-08Little Common::String usage 'fix'.Johannes Schickel
2006-08-07changed references to StringData::getString to use two parameter version rath...Paul Gilbert
2006-08-07Incremented required data file versionPaul Gilbert
2006-08-07Renamed hotspot talking destination character field to make it's use clearerPaul Gilbert
2006-08-07Reworked the talk dialog system to properly handle destination character and ...Paul Gilbert
2006-08-07Fixed item overwriting destination character in ASK actionPaul Gilbert
2006-08-07Enhanced Room::setTalkDialog to be passed the destination character and activ...Paul Gilbert
2006-08-07Fixed displayMessage script method to use the new Hotspot::showMessagePaul Gilbert
2006-08-07Dialog::showMessage transferred over to the Hotspot class. Also enhanced Talk...Paul Gilbert
2006-08-07Fixed signature of GetString method - it is a destination character passed, n...Paul Gilbert
2006-08-06Reduced MD5 checking to 1Kb, and recalculated MD5 stringsPaul Gilbert
2006-08-06Fix bug #1535261 FF:Dock Crash - decompressData errorTravis Howell
2006-08-04Patch #1522592: Bugfix [1498158] SIMON: Itemheap overflow on 64bit systemsMax Horn
2006-08-04There is no need anymore to report EVENT_SCREEN_CHANGED changes to the GUI codeMax Horn
2006-08-04Activate _dimsInactive for ValueDisplayDialog, makes the text speed/volume ch...Max Horn
2006-08-04Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code d...Max Horn
2006-08-04Renamed handleScreenChanged() -> reflowLayout() in the GUI codeMax Horn
2006-08-04Run the Cine engine's game detector before starting a game, to ensure that itTorbjörn Andersson
2006-08-03Committed my own patch #1533833 (minus one line that was left over from anTorbjörn Andersson
2006-08-03Since the XMIDI music no longer automatically loops, there's no need to fade itTorbjörn Andersson
2006-08-03This is a grossly over-simplified, yet hopefully sufficient for Kyrandia, wayTorbjörn Andersson
2006-08-01Kyra 2 has two types of XMIDI files: XMI and C55. It seems C55 are for theTorbjörn Andersson
2006-08-01Don't start the Kyra 2 menu music until the first frame has faded up, to betterTorbjörn Andersson
2006-08-01Until the native Kyra 2 Adlib music is supported, enable the automagic MIDI-to-Torbjörn Andersson
2006-08-01Don't set the MIDI volume to 255 at the end of a fade-out. At least on myTorbjörn Andersson
2006-07-31Committing patch '[ 1531177 ] Kyra2 mock-up' by eriktorbjorn, with the additi...Oystein Eftevaag
2006-07-31Yet more kyra3 init code.Johannes Schickel
2006-07-31Fix bug #1528856 - ZAK FM-TOWNS: Wrong Screen-Start position in jungle.Travis Howell
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-07-31Const correctnessMax Horn
2006-07-31Fix bug #1528535 - ZAK FM-TOWNS: Wrong stripe in background.Travis Howell
2006-07-31Cleaned up some commentsMax Horn
2006-07-31Update details for other HE mini gamesTravis Howell
2006-07-30removing never used buffer.Johannes Schickel
2006-07-30Implements item shape loading for kyra3.Johannes Schickel
2006-07-30Add Pajama Sam 3 and Spy FOX 2 mini gamesTravis Howell
2006-07-30Added explicit string equals/hash functors to a new header common/hash-str.h;...Max Horn
2006-07-30Added proper item selection handling for the ASK actionPaul Gilbert