aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2008-12-20Moved mask creation/handling to Gfx.Nicola Mettifogo
2008-12-17Reduced code duplication when manipulating Animations, and cleanup.Nicola Mettifogo
2008-12-15Weeded out some more unused code, and some restructuring.Nicola Mettifogo
2008-12-14Removed references to _vm from the engine itself.Nicola Mettifogo
2008-12-14Removed some unused code.Nicola Mettifogo
2008-12-13Some more restructuring of rendering code.Nicola Mettifogo
2008-12-13Restructuring of rendering code.Nicola Mettifogo
2008-12-13* Replaced char* with Common::String in the parser.Nicola Mettifogo
2008-12-13Fixed positioning of inventory.Nicola Mettifogo
2008-12-12Initialised variables to silence lots of valgrind's warnings.Nicola Mettifogo
2008-12-07Fixed some more leaks and mismatched allocations/deallocations.Nicola Mettifogo
2008-12-07Missing break statement caused many broken warning messages.Nicola Mettifogo
2008-12-07Fixed assorted leaks in Parallaction.Nicola Mettifogo
2008-12-07Fix bug #2401150: "Compiler: No matching function (Parallaction / Amiga)"Eugene Sandulenko
2008-12-06Fixed positioning of overlayed graphics (dialogues, inventory, labels) in all...Nicola Mettifogo
2008-12-06Simplified scrolling calculations.Nicola Mettifogo
2008-12-06Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i...Nicola Mettifogo
2008-12-04Made readLineIntern() return a zero-length string when no printable text is r...Nicola Mettifogo
2008-12-03Replaced remaining usages of readLine_OLD with readLine.Nicola Mettifogo
2008-11-30It's unnecessary to use strlen() just to find out if a string is empty or not.Torbjörn Andersson
2008-11-16Added missing initialization (which caused random crashes).Nicola Mettifogo
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-14Removed unused parameter.Nicola Mettifogo
2008-11-13Update to the low level parser:Nicola Mettifogo
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-12Fixed default zone flags, so that labels in BRA are only shown on zones which...Nicola Mettifogo
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-09- The GMM save dialog is now working for all engines which support the approp...Filippos Karapetis
2008-11-09Update ReadStringStream and parser to work with the new eos() logic.Nicola Mettifogo
2008-11-09Enabled flags parsing for all commands in location script. Most of them don't...Nicola Mettifogo
2008-11-09Fixed crash when closing BRA.Nicola Mettifogo
2008-11-09Better cleanup and handling of mouse when changing location in NS.Nicola Mettifogo
2008-11-09Fixed bug in introduction of NS.Nicola Mettifogo
2008-11-08* cleanupNicola Mettifogo
2008-11-08* removed the obsolete _quit flagNicola Mettifogo
2008-11-08Got rid of the SurfaceToMultiFrames adapter class.Nicola Mettifogo
2008-11-07* completed transition to Common::Archive for Nippon Safes.Nicola Mettifogo
2008-11-07Implemented a Common::Archive subclass to handle the content of archives in N...Nicola Mettifogo
2008-11-06Switched various Engine APIs to use Common::ErrorMax Horn
2008-11-05Got rid of the unused 'filename' attribute in SaveStateDescriptorMax Horn
2008-11-04Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat...Max Horn
2008-11-04Fixed leak (unreleased stream of music data).Nicola Mettifogo
2008-11-04Refactoring of NS disk code, preliminary to change towards Common::Archive.Nicola Mettifogo
2008-11-01Fixed assorted leaks in NS Amiga.Nicola Mettifogo
2008-10-29Removed reference to Common::File in music code, and small cleanup.Nicola Mettifogo
2008-10-29Cleanup of Nippon Safes disk code.Nicola Mettifogo
2008-10-26Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ...Filippos Karapetis
2008-10-26Cleaned up disk code after recent updates to Common::SearchSet.Nicola Mettifogo
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...Johannes Schickel
2008-10-12Changed BRA to use the new Common:Archive infrastructure.Nicola Mettifogo