aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-22I18N: Update translations files from templateThierry Crozat
2011-03-22I18N: Update translation template from source codeThierry Crozat
2011-03-22I18N: Change language name from Swedish to SvenskaThierry Crozat
2011-03-22I18N: Add Swedish translation from path #3232066Thierry Crozat
2011-03-22LASTEXPRESS: Fix sound timer to only run every 17 millisecondsLittleboy
2011-03-22ANDROID: Fix timer frequency to match SDLdhewg
2011-03-22TIMER: Cleanupdhewg
2011-03-22AUDIO: Cleanupdhewg
Is it just me or is overwriting-but-not-marking-as-virtual irritating?
2011-03-22MOHAWK: Ignore other 'time' variables when loading saves tooMatthew Hoops
2011-03-22MOHAWK: Implement xrwindowsetupMatthew Hoops
2011-03-22CONFIGURE: Apply patch #3193021 (AMIGAOS4: Typo in configure)Jordi Vilalta Prat
2011-03-22Merge branch 'master' of https://github.com/scummvm/scummvmathrxx
2011-03-22SCUMM FM-TOWNS: cleanup (thx LordHoto)athrxx
2011-03-23TSAGE: Initial implementation of Scene #4025Paul Gilbert
2011-03-22TSAGE: Implemented Scene #4010 - Village - By LanderPaul Gilbert
2011-03-22TSAGE: Implemented Scene #4000 - VillagePaul Gilbert
2011-03-21MOHAWK: Minor cleanup and consistency fixesMatthew Hoops
2011-03-21MOHAWK: Implement the prison viewerMatthew Hoops
2011-03-21MOHAWK: Add a getDuration() function to the VideoManagerMatthew Hoops
2011-03-21VIDEO: Add a getDuration() function to SeekableVideoDecoderMatthew Hoops
This function returns the total duration of the video
2011-03-21MOHAWK: Implement the hardcoded Catherine idle videosMatthew Hoops
2011-03-21MOHAWK: Add workaround for loading the bytramtime variableMatthew Hoops
2011-03-21MOHAWK: Don't error out when the ReturnStackID cannot be convertedMatthew Hoops
2011-03-21SWORD25: Reduce code duplication; formattingMax Horn
2011-03-21TSAGE: Bugfixes for animations in Scene #4000Paul Gilbert
2011-03-21HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::formatMax Horn
2011-03-21TSAGE: In progress work on Scene #4000Paul Gilbert
2011-03-21HUGO: Split Utils::Box -> new funcs Utils::yesNoBox and Utils::promptBoxMax Horn
This also fixes a bug in the kBoxPrompt code (it returned a pointer to the content of a temporary string object).
2011-03-21TSAGE: Cleanup after git merge epic failurestrangerke
2011-03-21TSAGE: Add some comments about Scenes in group #8strangerke
2011-03-21TSAGE: Scene 7000 (imperfect)strangerke
2011-03-21TSAGE: Implement scene7600strangerke
2011-03-21TSAGE: Added new speaker classesPaul Gilbert
2011-03-21TSAGE: Initial implementation of Scene #3700 - Remote ViewerPaul Gilbert
2011-03-21TSAGE: Implemented Scene #3500 - Ringworld ScanPaul Gilbert
2011-03-21TSAGE: Corrected bugs in Scene #1400 - Ringworld WallPaul Gilbert
2011-03-21TSAGE: Implemented Scene 2400 - Descending in LanderPaul Gilbert
2011-03-21TSAGE: Completed Scene #2320 - Starcraft - Lander BarPaul Gilbert
2011-03-21TSAGE: Added support to priority_regions to display a single specific ↵Paul Gilbert
priority region
2011-03-21TSAGE: Bugfix to the sequence manager to treat parameters as signed integersPaul Gilbert
2011-03-21TSAGE: Replaced some values with proper constantsPaul Gilbert
2011-03-21TSAGE: Correctly handle priority regions when drawing in a wide scenePaul Gilbert
2011-03-21TSAGE: Added command to show the priority regions of a scenePaul Gilbert
2011-03-21TSAGE: Implement original engine scene scrolling optimisationsPaul Gilbert
Wide screens are broken into 160x100 chunks. When scrolling, sections of the scene which have already been previously decoded for display can be reused, rather than re-decoding them from scratch
2011-03-21TSAGE: Corrected background scrolling on wide-screen scenesPaul Gilbert
2011-03-21TSAGE: Bugfixes for player movement in wide-screen scenesPaul Gilbert
2011-03-21TSAGE: Changed walk_regions debugger command to work in scrolling screensPaul Gilbert
2011-03-21OPENGL: Fix mouse cursor position in Normal mode when AR is enabled.Johannes Schickel
2011-03-20TSAGE: Implement scene 7100.strangerke
There's a problem with _object1 and _action11: a NPC doesn't start
2011-03-20MOHAWK: Implement the Ytram trapMatthew Hoops