aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-11-20Fix regression with the menusFilippos Karapetis
2007-11-20Optimized dirty rects handling a bit, makes AGOS engine games run betterOystein Eftevaag
2007-11-20fix bug #1834852Gregory Montoir
2007-11-20Cleanup and simplificationFilippos Karapetis
2007-11-20Cleanup.Johannes Schickel
2007-11-20Cleanup.Johannes Schickel
2007-11-20Cleaned up some formattingOystein Eftevaag
2007-11-20Muting the compiler :PSven Hesse
2007-11-20Fixed unterminated string in countSaveGames(), which may be the cause of theTorbjörn Andersson
2007-11-20Slight fix for the sound in Mickey's Space AdventureFilippos Karapetis
2007-11-20Added a check to keep the cursor active when entering a savegame name on back...Paul Gilbert
2007-11-20Changed the copy protection dialog event loop so the fourth digit pressed wil...Paul Gilbert
2007-11-20Changed calls to pollEvent to be in while loops to ensure all pending events ...Paul Gilbert
2007-11-20Implemented music in Mickey's Space Adventure, thanks to the now common softs...Filippos Karapetis
2007-11-19Oops, made _speakerStream private againFilippos Karapetis
2007-11-19_speakerStream should be public. Also, when preAGI engine closes, the speaker...Filippos Karapetis
2007-11-19Fixed a silly palette issue, and added a toggle for a click-and-hold-mouse-bu...Oystein Eftevaag
2007-11-19* made engine use Inventory and InventoryRendererNicola Mettifogo
2007-11-19oops. that's what last minute moves may result in.Eugene Sandulenko
2007-11-19Hook PC Speaker to Troll's Tale. Though pitch and duration are wrongEugene Sandulenko
2007-11-19Walk and script handling are now directly handled by the main loop, instead o...Nicola Mettifogo
2007-11-19Don't use M_PI, rather use our very own PI constantMax Horn
2007-11-19Define M_PI if it's not defined (seems not to be defined under MSVC)Filippos Karapetis
2007-11-19Updated the MSVC8 IGOR project file for commit #29552Filippos Karapetis
2007-11-18Moved Gob's square wave generator to sound/softsynth/pcspk.hSven Hesse
2007-11-18Muting the compiler :PSven Hesse
2007-11-18Cleanup.Nicola Mettifogo
2007-11-18Partly decoupled rendering from game data update. Graphics routines to draw/e...Nicola Mettifogo
2007-11-18factory functions should be documented at least roughly...Max Horn
2007-11-18added rjp1 module specific pattern playbackGregory Montoir
2007-11-18Removed other paranoia code from the original engine (as in revision 29505).Nicola Mettifogo
2007-11-18Implemented soft keyboard support, and added a workarond for engines that can...Oystein Eftevaag
2007-11-18Cleanup.Nicola Mettifogo
2007-11-18Fixed sluggish mouse cursor on restart/restore screen.Torbjörn Andersson
2007-11-18Further fixes to sound code (thanks to eriktorbjorn)Paul Gilbert
2007-11-18Added some extra mutex locks to the sound code to hopefully prevent randomo c...Paul Gilbert
2007-11-18- added CTMF music supportGregory Montoir
2007-11-18skip silence VOC block (used in Igor)Gregory Montoir
2007-11-18Bugfix to only delay showing a new talk dialog if there isn't one active in t...Paul Gilbert