Age | Commit message (Expand) | Author |
2008-12-07 | Fixed assorted leaks in Parallaction. | Nicola Mettifogo |
2008-12-07 | Fix bug #2401150: "Compiler: No matching function (Parallaction / Amiga)" | Eugene Sandulenko |
2008-12-06 | Fixed positioning of overlayed graphics (dialogues, inventory, labels) in all... | Nicola Mettifogo |
2008-12-06 | Simplified scrolling calculations. | Nicola Mettifogo |
2008-12-06 | Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues i... | Nicola Mettifogo |
2008-12-04 | Made readLineIntern() return a zero-length string when no printable text is r... | Nicola Mettifogo |
2008-12-03 | Replaced remaining usages of readLine_OLD with readLine. | Nicola Mettifogo |
2008-11-30 | It's unnecessary to use strlen() just to find out if a string is empty or not. | Torbjörn Andersson |
2008-11-16 | Added missing initialization (which caused random crashes). | Nicola Mettifogo |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-14 | Removed unused parameter. | Nicola Mettifogo |
2008-11-13 | Update to the low level parser: | Nicola Mettifogo |
2008-11-12 | Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI... | Max Horn |
2008-11-12 | Fixed default zone flags, so that labels in BRA are only shown on zones which... | Nicola Mettifogo |
2008-11-10 | Merged 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-09 | Update ReadStringStream and parser to work with the new eos() logic. | Nicola Mettifogo |
2008-11-09 | Enabled flags parsing for all commands in location script. Most of them don't... | Nicola Mettifogo |
2008-11-09 | Fixed crash when closing BRA. | Nicola Mettifogo |
2008-11-09 | Better cleanup and handling of mouse when changing location in NS. | Nicola Mettifogo |
2008-11-09 | Fixed bug in introduction of NS. | Nicola Mettifogo |
2008-11-08 | * cleanup | Nicola Mettifogo |
2008-11-08 | * removed the obsolete _quit flag | Nicola Mettifogo |
2008-11-08 | Got rid of the SurfaceToMultiFrames adapter class. | Nicola Mettifogo |
2008-11-07 | * completed transition to Common::Archive for Nippon Safes. | Nicola Mettifogo |
2008-11-07 | Implemented a Common::Archive subclass to handle the content of archives in N... | Nicola Mettifogo |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-05 | Got rid of the unused 'filename' attribute in SaveStateDescriptor | Max Horn |
2008-11-04 | Fixed the EngineFeature vs. MetaEngineFeature mess, clarified some EngineFeat... | Max Horn |
2008-11-04 | Fixed leak (unreleased stream of music data). | Nicola Mettifogo |
2008-11-04 | Refactoring of NS disk code, preliminary to change towards Common::Archive. | Nicola Mettifogo |
2008-11-01 | Fixed assorted leaks in NS Amiga. | Nicola Mettifogo |
2008-10-29 | Removed reference to Common::File in music code, and small cleanup. | Nicola Mettifogo |
2008-10-29 | Cleanup of Nippon Safes disk code. | Nicola Mettifogo |
2008-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-10-26 | Cleaned up disk code after recent updates to Common::SearchSet. | Nicola Mettifogo |
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP... | Johannes Schickel |
2008-10-12 | Changed BRA to use the new Common:Archive infrastructure. | Nicola Mettifogo |
2008-10-11 | Fixed crash when existing BRA: fonts were deallocated twice. | Nicola Mettifogo |
2008-10-09 | Manual merge of the GSoC2008 GUI branch. (71 files) | Vicent Marti |
2008-10-06 | Added new type Engine::Feature; pushed down some #include dependencies | Max Horn |
2008-10-05 | Merged several revisions from SVNMerge. | Vicent Marti |
2008-10-02 | Engine class changed: | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-29 | - Merged 75 revisions from trunk. | Vicent Marti |
2008-09-27 | Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor... | Max Horn |
2008-09-20 | fix 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-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn |