aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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-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-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-21sync with latest IGOR.TBLGregory Montoir
svn-id: r29598
2007-11-21code conventionsGregory Montoir
svn-id: r29595
2007-11-21use mutex to prevent race between MidiParser & MidiDriverGregory Montoir
svn-id: r29594
2007-11-21* moved label drawing into Gfx, to be drawn directly in the framebufferNicola Mettifogo
* changed low level blitting function to accept Graphics::Surface to ease development * temporarily disabled labels/subtitles in BRA svn-id: r29593
2007-11-21CleanupFilippos Karapetis
svn-id: r29592
2007-11-21Fixed usage of Common::Stack.Johannes Schickel
svn-id: r29591
2007-11-21Oops, Common::Stack should be used instead of Common::FixedStackFilippos Karapetis
svn-id: r29590
2007-11-21Common::FixedStack is used now for AGI flood fill routinesFilippos Karapetis
svn-id: r29589
2007-11-20Fix regression with the menusFilippos Karapetis
svn-id: r29588
2007-11-20fix bug #1834852Gregory Montoir
svn-id: r29586
2007-11-20Cleanup and simplificationFilippos Karapetis
svn-id: r29585
2007-11-20Muting the compiler :PSven Hesse
svn-id: r29581
2007-11-20Fixed unterminated string in countSaveGames(), which may be the cause of theTorbjörn Andersson
problem with Feeble Files savegames not being shown that was described on the forum recently. svn-id: r29580
2007-11-20Slight fix for the sound in Mickey's Space AdventureFilippos Karapetis
svn-id: r29579
2007-11-20Added a check to keep the cursor active when entering a savegame name on ↵Paul Gilbert
backends that provide a virtual keyboard svn-id: r29578
2007-11-20Changed the copy protection dialog event loop so the fourth digit pressed ↵Paul Gilbert
will be briefly displayed svn-id: r29577
2007-11-20Changed calls to pollEvent to be in while loops to ensure all pending events ↵Paul Gilbert
get processed svn-id: r29576
2007-11-20Implemented music in Mickey's Space Adventure, thanks to the now common ↵Filippos Karapetis
softsynth square wave generator svn-id: r29575
2007-11-19Oops, made _speakerStream private againFilippos Karapetis
svn-id: r29574
2007-11-19_speakerStream should be public. Also, when preAGI engine closes, the ↵Filippos Karapetis
speaker handle is freed svn-id: r29573
2007-11-19* made engine use Inventory and InventoryRendererNicola Mettifogo
* inventory drawing is now performed directly in the framebuffer instead of using the game screen buffer * specialized jobs to handle inventory drawing have been deleted as they had become obsolete svn-id: r29571
2007-11-19oops. that's what last minute moves may result in.Eugene Sandulenko
svn-id: r29570
2007-11-19Hook PC Speaker to Troll's Tale. Though pitch and duration are wrongEugene Sandulenko
svn-id: r29569
2007-11-19Walk and script handling are now directly handled by the main loop, instead ↵Nicola Mettifogo
of relying on the job list. svn-id: r29568
2007-11-18Moved Gob's square wave generator to sound/softsynth/pcspk.hSven Hesse
svn-id: r29564
2007-11-18Muting the compiler :PSven Hesse
svn-id: r29563
2007-11-18Cleanup.Nicola Mettifogo
svn-id: r29562
2007-11-18Partly decoupled rendering from game data update. Graphics routines to ↵Nicola Mettifogo
draw/erase animations and labels are now invoked explicitly instead of being handled in the job list. svn-id: r29561
2007-11-18added rjp1 module specific pattern playbackGregory Montoir
svn-id: r29559
2007-11-18Removed other paranoia code from the original engine (as in revision 29505).Nicola Mettifogo
svn-id: r29558
2007-11-18Cleanup.Nicola Mettifogo
svn-id: r29556
2007-11-18Fixed sluggish mouse cursor on restart/restore screen.Torbjörn Andersson
svn-id: r29555
2007-11-18Further fixes to sound code (thanks to eriktorbjorn)Paul Gilbert
svn-id: r29554
2007-11-18Added some extra mutex locks to the sound code to hopefully prevent randomo ↵Paul Gilbert
crashes svn-id: r29553
2007-11-18- added CTMF music supportGregory Montoir
- fixed dialogue in PART12 svn-id: r29552
2007-11-18Bugfix to only delay showing a new talk dialog if there isn't one active in ↵Paul Gilbert
the current room svn-id: r29550
2007-11-18Reordered savegame content to fix bug where restoring a savegame from after ↵Paul Gilbert
a fight caused the opponent to briefly appear alive again svn-id: r29549
2007-11-18Added sounds to endgame animation sequencePaul Gilbert
svn-id: r29548
2007-11-18Cleaned up animation player and added support for a set of sounds to be ↵Paul Gilbert
played during an animation svn-id: r29547