aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-12The ListWidget constructor already did most of what reflowLayout() does, exceptTorbjörn Andersson
2006-08-12Whitespace.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-08Updates msvc8 project files.Johannes Schickel
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-07Removed stripping of high two bits of hotspot name and desc field string IdsPaul 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-05Since we link against libvorbisfile, we should check for its presence, tooMax Horn
2006-08-05Added missing agi.vcproj fileMax Horn
2006-08-04Fix bug in Fluidsynth configure codeMax Horn
2006-08-04Simplify configure code a bit, making it easier to add stuff to config.mkMax Horn
2006-08-04Modified version of the rest of patch #1497254: Patch to add support for the ...Max Horn
2006-08-04Added -Wuninitialized to --enable-release (best used in combination with --en...Max Horn
2006-08-04Disabled '-O -Wuninitialized by default; this eases debugging a lot in some c...Max Horn
2006-08-04Patch #1522592: Bugfix [1498158] SIMON: Itemheap overflow on 64bit systemsMax Horn
2006-08-04Only refresh the theme & reflow all dialogs if the screen settings actually c...Max 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-04Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)Max Horn
2006-08-04Patch #1531027: Updated MSVC7.1 (.NET 2003) project filesMax Horn
2006-08-04Patch #1527347: Make maemo port compile againMax 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-04Added new method OSystem::getScreenChangeID(), which can be used by code to t...Max 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-03Add a logo.bmp to DS port, to fix building. agentq, feel free to replace if t...James Brown
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-01Some more whitespace changes.Torbjörn Andersson
2006-08-01Whitespace.Torbjö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