aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-27Apparently, I can't write...Sven Hesse
svn-id: r29650
2007-11-27Added detection fallback for Lost In TimeSven Hesse
svn-id: r29649
2007-11-27- Changed sound creation to automatically reset volume so that introduction ↵Paul Gilbert
sound sequences play correctly - Cleaned up my channel sharing code to allow for either cropping the number of channels used or use the same channel multiple times. Ideally, though, I need to find out if the MidiParser can be set to use less than 8 channels svn-id: r29648
2007-11-27Removed old commented out debug codePaul Gilbert
svn-id: r29647
2007-11-26Fix keyword expansion in asm sourcesMax Horn
svn-id: r29646
2007-11-26Moved port specific build rules from Makefile to ports.mkMax Horn
svn-id: r29645
2007-11-26Update MSVC8 projectEugene Sandulenko
svn-id: r29644
2007-11-25- enabled speech soundsGregory Montoir
- added end of demo check for demo 1.10 - simplified parts loop - populated strings table in IGOR.TBL - updated and packed charset data svn-id: r29641
2007-11-25don't expose the Common::drawLine implementation details in client code, ↵Gregory Montoir
keep it local to graphics.cpp. svn-id: r29640
2007-11-25An attempt to implement thick line drawing.Eugene Sandulenko
svn-id: r29639
2007-11-25Add md5 details for Blue's Art Time Activities.Travis Howell
svn-id: r29637
2007-11-25Switch AGI to common drawLine() as wellEugene Sandulenko
svn-id: r29636
2007-11-25Switch to our common drawLine routineEugene Sandulenko
svn-id: r29635
2007-11-25Fix regression in Fun Shop titles, when starting activites.Travis Howell
svn-id: r29634
2007-11-25Suspend ScummVM when the button is hit (or a call is received), putting it ↵Oystein Eftevaag
in a sleep loop until it's resumed svn-id: r29633
2007-11-25Add stub for wizImages thickLine code.Travis Howell
svn-id: r29632
2007-11-24Add notes (From wiki) for u32 codes used in Backyard Soccer.Travis Howell
svn-id: r29631
2007-11-24Implement soccer opcode 1006. Nothing is tested and is pure processingEugene Sandulenko
of bb86 utility. svn-id: r29630
2007-11-24Now always sending a mouse-moved event before a click (some engines don't ↵Oystein Eftevaag
update the mouse position on click events, it seems). Also added a workaround for an event not always being received when the secondary finger is lifted from the touchscreen. svn-id: r29629
2007-11-24Updated main features for Symbian with the latest game enginesLars Persson
svn-id: r29628
2007-11-24Fix for keymappings not working properly for S60Lars Persson
svn-id: r29627
2007-11-24updated makefile due to new dependencies of a new libLars Persson
svn-id: r29626
2007-11-24Symbian build system does not cope with include file with the same name, ↵Lars Persson
specific sub include path will fix this depency. svn-id: r29625
2007-11-24Support for IGOR in the build system.Lars Persson
svn-id: r29624
2007-11-24Fixed call to create puzzled/exclamation voice bubblesPaul Gilbert
svn-id: r29623
2007-11-24Removed some unnecessary code which was common for two casesFilippos Karapetis
svn-id: r29622
2007-11-23Some minor display and mouse cursor optimizationsOystein Eftevaag
svn-id: r29621
2007-11-23Cleaned up some screen drawing offsetting issuesOystein Eftevaag
svn-id: r29620
2007-11-23Minimized screen updates for Mickey's Space Adventure, and correctly set the ↵Filippos Karapetis
hint for Uranus svn-id: r29619
2007-11-23don't pass a pointer in a middle of a resource buffer with mixer AUTOFREE ↵Gregory Montoir
flag set (untested but probably fixes #1754525) svn-id: r29618
2007-11-23cleanupMax Horn
svn-id: r29617
2007-11-22Implement soccer logic opcode 1003Eugene Sandulenko
svn-id: r29616
2007-11-22* added adapter from Graphics::Surface to FramesNicola Mettifogo
* changed all Disk routines to return Frames* instead of Graphics::Surface* * changed displayItemComment to use new gfx routines * merged code for Examine zones into displayComment svn-id: r29615
2007-11-22Fix bug with rotating shapes in funshop gamesEugene Sandulenko
svn-id: r29614
2007-11-22* added (incomplete) explicit state machine handling in engine class (see ↵Nicola Mettifogo
_inputMode) * added service routines to Gfx * changed displayCharacterComment to work with the new state machine and gfx routines svn-id: r29613
2007-11-22Objects in Mickey's Space Adventure are shown correctly nowFilippos Karapetis
svn-id: r29612
2007-11-22updated backends/platform/ds/arm9/makefile.in to match changes made to ↵Max Horn
backends/platform/ds/arm9/makefile (next time, please modify makefile.in then run tools/update-version.pl) svn-id: r29611
2007-11-22Made iPhone Info.plist be generated from Info.plist.in, like all other ↵Max Horn
source files which contain the version string; also fixed the CFBundleIdentifier (we have .org domain, not .com). TODO: Somebody check which keys are supported by the iPhone's Info.plist svn-id: r29610
2007-11-22Bugfix for the Escape key to close the Save/Restore dialogPaul Gilbert
svn-id: r29609
2007-11-22Change the AGI image stack to use Common::StackMax Horn
svn-id: r29608
2007-11-22Bugfix to talk data reading invalid data, and added French and German versionsPaul Gilbert
svn-id: r29606
2007-11-22Removed deprecated language variablePaul Gilbert
svn-id: r29605
2007-11-22Talk data bugfix - create_lure was reading past the end of the talk data listPaul Gilbert
svn-id: r29604
2007-11-22Changed animation constants to clarify standard indexes versus custom voice ↵Paul Gilbert
bubble Ids svn-id: r29603
2007-11-22Fixed menu data for German versionPaul Gilbert
svn-id: r29602
2007-11-22Re-enabled detection of French and German versionsPaul Gilbert
svn-id: r29601
2007-11-22Refactore the AGI floodfill codeMax Horn
svn-id: r29600
2007-11-21remove _ADVANCED_DETECTOR_DEFINE_PLUGIN_HEADGregory Montoir
svn-id: r29599
2007-11-21sync with latest IGOR.TBLGregory Montoir
svn-id: r29598
2007-11-21update IGOR.TBL with more static data (sounds offsets/strings)Gregory Montoir
svn-id: r29596