Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-25 | Switch to our common drawLine routine | Eugene Sandulenko | |
svn-id: r29635 | |||
2007-11-25 | Fix regression in Fun Shop titles, when starting activites. | Travis Howell | |
svn-id: r29634 | |||
2007-11-25 | Suspend 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-25 | Add stub for wizImages thickLine code. | Travis Howell | |
svn-id: r29632 | |||
2007-11-24 | Add notes (From wiki) for u32 codes used in Backyard Soccer. | Travis Howell | |
svn-id: r29631 | |||
2007-11-24 | Implement soccer opcode 1006. Nothing is tested and is pure processing | Eugene Sandulenko | |
of bb86 utility. svn-id: r29630 | |||
2007-11-24 | Now 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-24 | Updated main features for Symbian with the latest game engines | Lars Persson | |
svn-id: r29628 | |||
2007-11-24 | Fix for keymappings not working properly for S60 | Lars Persson | |
svn-id: r29627 | |||
2007-11-24 | updated makefile due to new dependencies of a new lib | Lars Persson | |
svn-id: r29626 | |||
2007-11-24 | Symbian 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-24 | Support for IGOR in the build system. | Lars Persson | |
svn-id: r29624 | |||
2007-11-24 | Fixed call to create puzzled/exclamation voice bubbles | Paul Gilbert | |
svn-id: r29623 | |||
2007-11-24 | Removed some unnecessary code which was common for two cases | Filippos Karapetis | |
svn-id: r29622 | |||
2007-11-23 | Some minor display and mouse cursor optimizations | Oystein Eftevaag | |
svn-id: r29621 | |||
2007-11-23 | Cleaned up some screen drawing offsetting issues | Oystein Eftevaag | |
svn-id: r29620 | |||
2007-11-23 | Minimized screen updates for Mickey's Space Adventure, and correctly set the ↵ | Filippos Karapetis | |
hint for Uranus svn-id: r29619 | |||
2007-11-23 | don'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-23 | cleanup | Max Horn | |
svn-id: r29617 | |||
2007-11-22 | Implement soccer logic opcode 1003 | Eugene Sandulenko | |
svn-id: r29616 | |||
2007-11-22 | * added adapter from Graphics::Surface to Frames | Nicola 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-22 | Fix bug with rotating shapes in funshop games | Eugene 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-22 | Objects in Mickey's Space Adventure are shown correctly now | Filippos Karapetis | |
svn-id: r29612 | |||
2007-11-22 | updated 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-22 | Made 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-22 | Bugfix for the Escape key to close the Save/Restore dialog | Paul Gilbert | |
svn-id: r29609 | |||
2007-11-22 | Change the AGI image stack to use Common::Stack | Max Horn | |
svn-id: r29608 | |||
2007-11-22 | Bugfix to talk data reading invalid data, and added French and German versions | Paul Gilbert | |
svn-id: r29606 | |||
2007-11-22 | Removed deprecated language variable | Paul Gilbert | |
svn-id: r29605 | |||
2007-11-22 | Talk data bugfix - create_lure was reading past the end of the talk data list | Paul Gilbert | |
svn-id: r29604 | |||
2007-11-22 | Changed animation constants to clarify standard indexes versus custom voice ↵ | Paul Gilbert | |
bubble Ids svn-id: r29603 | |||
2007-11-22 | Fixed menu data for German version | Paul Gilbert | |
svn-id: r29602 | |||
2007-11-22 | Re-enabled detection of French and German versions | Paul Gilbert | |
svn-id: r29601 | |||
2007-11-22 | Refactore the AGI floodfill code | Max Horn | |
svn-id: r29600 | |||
2007-11-21 | remove _ADVANCED_DETECTOR_DEFINE_PLUGIN_HEAD | Gregory Montoir | |
svn-id: r29599 | |||
2007-11-21 | sync with latest IGOR.TBL | Gregory Montoir | |
svn-id: r29598 | |||
2007-11-21 | update IGOR.TBL with more static data (sounds offsets/strings) | Gregory Montoir | |
svn-id: r29596 | |||
2007-11-21 | code conventions | Gregory Montoir | |
svn-id: r29595 | |||
2007-11-21 | use mutex to prevent race between MidiParser & MidiDriver | Gregory Montoir | |
svn-id: r29594 | |||
2007-11-21 | * moved label drawing into Gfx, to be drawn directly in the framebuffer | Nicola Mettifogo | |
* changed low level blitting function to accept Graphics::Surface to ease development * temporarily disabled labels/subtitles in BRA svn-id: r29593 | |||
2007-11-21 | Cleanup | Filippos Karapetis | |
svn-id: r29592 | |||
2007-11-21 | Fixed usage of Common::Stack. | Johannes Schickel | |
svn-id: r29591 | |||
2007-11-21 | Oops, Common::Stack should be used instead of Common::FixedStack | Filippos Karapetis | |
svn-id: r29590 | |||
2007-11-21 | Common::FixedStack is used now for AGI flood fill routines | Filippos Karapetis | |
svn-id: r29589 | |||
2007-11-20 | Fix regression with the menus | Filippos Karapetis | |
svn-id: r29588 | |||
2007-11-20 | Optimized dirty rects handling a bit, makes AGOS engine games run better | Oystein Eftevaag | |
svn-id: r29587 | |||
2007-11-20 | fix bug #1834852 | Gregory Montoir | |
svn-id: r29586 | |||
2007-11-20 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r29585 | |||
2007-11-20 | Cleanup. | Johannes Schickel | |
svn-id: r29584 |