aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2008-09-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-11Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".Johannes Schickel
2008-09-09Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-err...Filippos Karapetis
2008-09-07Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)...Max Horn
2008-09-03Changed some code to use the new Stream::readLine() methodMax Horn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-02Merging more of the GSoC 2008 RTL branch: PARALLACTIONNicola Mettifogo
2008-08-31Fixed leak with Input class, introduced in commit 34206.Nicola Mettifogo
2008-08-31More cleanup.Nicola Mettifogo
2008-08-31Cleanup.Nicola Mettifogo
2008-08-31Removed extra semicolon detected by salty-horse pesky compiler.Nicola Mettifogo
2008-08-31Moved save/load code into SaveLoad class.Nicola Mettifogo
2008-08-31Uniformed the interface of Parallaction class (and its hierarchy) with regard...Nicola Mettifogo
2008-08-30Removed global g_system.Nicola Mettifogo
2008-08-30Moved mouse cursor loading/handling to Input class.Nicola Mettifogo
2008-08-26Cleanup.Nicola Mettifogo
2008-08-25Fixed regression: show mouse and enable input in NS Demo.Nicola Mettifogo
2008-08-25Added workaround for bug 2070751, long standing issue with item matching expo...Nicola Mettifogo
2008-08-22Fixed error in parsing.Nicola Mettifogo
2008-08-22Implement transition when entering a new location for BRA. Not pixel-perfect,...Nicola Mettifogo
2008-08-21Fixed warning.Torbjörn Andersson
2008-08-21Removed unused code and structures, and a bit of cleanup.Nicola Mettifogo
2008-08-20Engine now returns to the menu when intro is over.Nicola Mettifogo
2008-08-20* Enlarged buffer for frame decoding. Crashes in the introduction were caused...Nicola Mettifogo
2008-08-19Deleted debug code that slipped in.Nicola Mettifogo
2008-08-19Fixed bug in low-level parser. Block comments weren't interpreted correctly.Nicola Mettifogo
2008-08-19Fixed segfault when quitting BRA.Nicola Mettifogo
2008-08-18* Split up blt routine (there is room for a ton of improvements)Nicola Mettifogo
2008-08-16Extended balloon manager to handle color constants and fixed color of text in...Nicola Mettifogo
2008-08-16Multiple balloons (answers) are now positioned correctly in BRA.Nicola Mettifogo
2008-08-16Removed unused variable.Torbjörn Andersson
2008-08-16Fixed half-invisible balloons.Nicola Mettifogo
2008-08-16Enabled interaction with movable zones - mainly NPCs - which are linked to an...Nicola Mettifogo
2008-08-16Fixed label positioning in BRA.Nicola Mettifogo
2008-08-16Merged revisions 33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-...Christopher Page
2008-08-16Fixes for Parallaction loading from launcherChristopher Page
2008-08-16Added a MetaEngineFeature for RTL support, the RTL button is disabled in the ...Christopher Page
2008-08-15Defined some MetaEngineFeatures for the engines, the launcher uses these feat...Christopher Page
2008-08-15Implemented raster operation for masks and postponed blitting of zones after ...Nicola Mettifogo
2008-08-15Added routines to load and handle item masks: animation are now correctly hid...Nicola Mettifogo
2008-08-15Updated layer calculation: animations are now hidden properly by background e...Nicola Mettifogo
2008-08-15Made coordinates and frame number protected into Zone and Animation, and chan...Nicola Mettifogo
2008-08-15Made scripts access Animation fields via accessors and mutators, instead of u...Nicola Mettifogo
2008-08-15Disabled lip syncing code in BRA, since I couldn't find any scripts actually ...Nicola Mettifogo
2008-08-15Simplified handling of script variables (especially locals).Nicola Mettifogo
2008-08-14Some variable renamed to make more sense.Nicola Mettifogo
2008-08-14More cleanup.Nicola Mettifogo
2008-08-14Cleanup.Nicola Mettifogo