aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-25- enabled speech soundsGregory Montoir
2007-11-25don't expose the Common::drawLine implementation details in client code, keep...Gregory Montoir
2007-11-25An attempt to implement thick line drawing.Eugene Sandulenko
2007-11-25Add md5 details for Blue's Art Time Activities.Travis Howell
2007-11-25Switch AGI to common drawLine() as wellEugene Sandulenko
2007-11-25Switch to our common drawLine routineEugene Sandulenko
2007-11-25Fix regression in Fun Shop titles, when starting activites.Travis Howell
2007-11-25Suspend ScummVM when the button is hit (or a call is received), putting it in...Oystein Eftevaag
2007-11-25Add stub for wizImages thickLine code.Travis Howell
2007-11-24Add notes (From wiki) for u32 codes used in Backyard Soccer.Travis Howell
2007-11-24Implement soccer opcode 1006. Nothing is tested and is pure processingEugene Sandulenko
2007-11-24Now always sending a mouse-moved event before a click (some engines don't upd...Oystein Eftevaag
2007-11-24Updated main features for Symbian with the latest game enginesLars Persson
2007-11-24Fix for keymappings not working properly for S60Lars Persson
2007-11-24updated makefile due to new dependencies of a new libLars Persson
2007-11-24Symbian build system does not cope with include file with the same name, spec...Lars Persson
2007-11-24Support for IGOR in the build system.Lars Persson
2007-11-24Fixed call to create puzzled/exclamation voice bubblesPaul Gilbert
2007-11-24Removed some unnecessary code which was common for two casesFilippos Karapetis
2007-11-23Some minor display and mouse cursor optimizationsOystein Eftevaag
2007-11-23Cleaned up some screen drawing offsetting issuesOystein Eftevaag
2007-11-23Minimized screen updates for Mickey's Space Adventure, and correctly set the ...Filippos Karapetis
2007-11-23don't pass a pointer in a middle of a resource buffer with mixer AUTOFREE fla...Gregory Montoir
2007-11-23cleanupMax Horn
2007-11-22Implement soccer logic opcode 1003Eugene Sandulenko
2007-11-22* added adapter from Graphics::Surface to FramesNicola Mettifogo
2007-11-22Fix bug with rotating shapes in funshop gamesEugene Sandulenko
2007-11-22* added (incomplete) explicit state machine handling in engine class (see _in...Nicola Mettifogo
2007-11-22Objects in Mickey's Space Adventure are shown correctly nowFilippos Karapetis
2007-11-22updated backends/platform/ds/arm9/makefile.in to match changes made to backen...Max Horn
2007-11-22Made iPhone Info.plist be generated from Info.plist.in, like all other source...Max Horn
2007-11-22Bugfix for the Escape key to close the Save/Restore dialogPaul Gilbert
2007-11-22Change the AGI image stack to use Common::StackMax Horn
2007-11-22Bugfix to talk data reading invalid data, and added French and German versionsPaul Gilbert
2007-11-22Removed deprecated language variablePaul Gilbert
2007-11-22Talk data bugfix - create_lure was reading past the end of the talk data listPaul Gilbert
2007-11-22Changed animation constants to clarify standard indexes versus custom voice b...Paul Gilbert
2007-11-22Fixed menu data for German versionPaul Gilbert
2007-11-22Re-enabled detection of French and German versionsPaul Gilbert
2007-11-22Refactore the AGI floodfill codeMax Horn
2007-11-21remove _ADVANCED_DETECTOR_DEFINE_PLUGIN_HEADGregory Montoir
2007-11-21sync with latest IGOR.TBLGregory Montoir
2007-11-21update IGOR.TBL with more static data (sounds offsets/strings)Gregory Montoir
2007-11-21code conventionsGregory Montoir
2007-11-21use mutex to prevent race between MidiParser & MidiDriverGregory Montoir
2007-11-21* moved label drawing into Gfx, to be drawn directly in the framebufferNicola Mettifogo
2007-11-21CleanupFilippos Karapetis
2007-11-21Fixed usage of Common::Stack.Johannes Schickel
2007-11-21Oops, Common::Stack should be used instead of Common::FixedStackFilippos Karapetis
2007-11-21Common::FixedStack is used now for AGI flood fill routinesFilippos Karapetis