Age | Commit message (Expand) | Author |
2006-08-07 | Renamed hotspot talking destination character field to make it's use clearer | Paul Gilbert |
2006-08-07 | Reworked the talk dialog system to properly handle destination character and ... | Paul Gilbert |
2006-08-07 | Fixed item overwriting destination character in ASK action | Paul Gilbert |
2006-08-07 | Enhanced Room::setTalkDialog to be passed the destination character and activ... | Paul Gilbert |
2006-08-07 | Fixed displayMessage script method to use the new Hotspot::showMessage | Paul Gilbert |
2006-08-07 | Dialog::showMessage transferred over to the Hotspot class. Also enhanced Talk... | Paul Gilbert |
2006-08-07 | Fixed signature of GetString method - it is a destination character passed, n... | Paul Gilbert |
2006-08-07 | Removed stripping of high two bits of hotspot name and desc field string Ids | Paul Gilbert |
2006-08-06 | Reduced MD5 checking to 1Kb, and recalculated MD5 strings | Paul Gilbert |
2006-08-06 | Fix bug #1535261 FF:Dock Crash - decompressData error | Travis Howell |
2006-08-05 | Since we link against libvorbisfile, we should check for its presence, too | Max Horn |
2006-08-05 | Added missing agi.vcproj file | Max Horn |
2006-08-04 | Fix bug in Fluidsynth configure code | Max Horn |
2006-08-04 | Simplify configure code a bit, making it easier to add stuff to config.mk | Max Horn |
2006-08-04 | Modified version of the rest of patch #1497254: Patch to add support for the ... | Max Horn |
2006-08-04 | Added -Wuninitialized to --enable-release (best used in combination with --en... | Max Horn |
2006-08-04 | Disabled '-O -Wuninitialized by default; this eases debugging a lot in some c... | Max Horn |
2006-08-04 | Patch #1522592: Bugfix [1498158] SIMON: Itemheap overflow on 64bit systems | Max Horn |
2006-08-04 | Only refresh the theme & reflow all dialogs if the screen settings actually c... | Max Horn |
2006-08-04 | There is no need anymore to report EVENT_SCREEN_CHANGED changes to the GUI code | Max Horn |
2006-08-04 | Activate _dimsInactive for ValueDisplayDialog, makes the text speed/volume ch... | Max Horn |
2006-08-04 | Fixed some broken #include's (the PS2 and Symbian may need more fixed, though) | Max Horn |
2006-08-04 | Patch #1531027: Updated MSVC7.1 (.NET 2003) project files | Max Horn |
2006-08-04 | Patch #1527347: Make maemo port compile again | Max Horn |
2006-08-04 | Changed GUI code to do 'lazy'/'just-in-time' reflowing, so that client code d... | Max Horn |
2006-08-04 | Renamed handleScreenChanged() -> reflowLayout() in the GUI code | Max Horn |
2006-08-04 | Added new method OSystem::getScreenChangeID(), which can be used by code to t... | Max Horn |
2006-08-04 | Run the Cine engine's game detector before starting a game, to ensure that it | Torbjörn Andersson |
2006-08-03 | Committed my own patch #1533833 (minus one line that was left over from an | Torbjörn Andersson |
2006-08-03 | Add a logo.bmp to DS port, to fix building. agentq, feel free to replace if t... | James Brown |
2006-08-03 | Since the XMIDI music no longer automatically loops, there's no need to fade it | Torbjörn Andersson |
2006-08-03 | This is a grossly over-simplified, yet hopefully sufficient for Kyrandia, way | Torbjörn Andersson |
2006-08-01 | Some more whitespace changes. | Torbjörn Andersson |
2006-08-01 | Whitespace. | Torbjörn Andersson |
2006-08-01 | Kyra 2 has two types of XMIDI files: XMI and C55. It seems C55 are for the | Torbjörn Andersson |
2006-08-01 | Don't start the Kyra 2 menu music until the first frame has faded up, to better | Torbjörn Andersson |
2006-08-01 | Until the native Kyra 2 Adlib music is supported, enable the automagic MIDI-to- | Torbjörn Andersson |
2006-08-01 | Don't set the MIDI volume to 255 at the end of a fade-out. At least on my | Torbjörn Andersson |
2006-07-31 | Committing patch '[ 1531177 ] Kyra2 mock-up' by eriktorbjorn, with the additi... | Oystein Eftevaag |
2006-07-31 | Yet more kyra3 init code. | Johannes Schickel |
2006-07-31 | Fix bug #1528856 - ZAK FM-TOWNS: Wrong Screen-Start position in jungle. | Travis Howell |
2006-07-31 | * Added copyright string to all engine plugins | Max Horn |
2006-07-31 | Const correctness | Max Horn |
2006-07-31 | Fix bug #1528535 - ZAK FM-TOWNS: Wrong stripe in background. | Travis Howell |
2006-07-31 | Cleaned up some comments | Max Horn |
2006-07-31 | Update details for other HE mini games | Travis Howell |
2006-07-30 | removing never used buffer. | Johannes Schickel |
2006-07-30 | Implements item shape loading for kyra3. | Johannes Schickel |
2006-07-30 | Add Pajama Sam 3 and Spy FOX 2 mini games | Travis Howell |
2006-07-30 | Added explicit string equals/hash functors to a new header common/hash-str.h;... | Max Horn |