aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
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
2008-10-11Fixed crash when existing BRA: fonts were deallocated twice.Nicola Mettifogo
2008-10-09Manual merge of the GSoC2008 GUI branch. (71 files)Vicent Marti
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-10-05Merged several revisions from SVNMerge.Vicent Marti
2008-10-02Engine class changed:Max Horn
2008-10-02Renamed FilesystemNode -> FSNodeMax Horn
2008-09-30Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse...Max Horn
2008-09-29- Merged 75 revisions from trunk.Vicent Marti
2008-09-27Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor...Max Horn
2008-09-20fix drawing order in saveload choosers (draw container before contents)Willem Jan Palenstijn
2008-09-20- Merged the new RTL changes into the branch.Vicent Marti
2008-09-14Big patch changing semantics of ReadStream::eos():Willem Jan Palenstijn
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