Age | Commit message (Expand) | Author |
2008-11-20 | cleanup | Max Horn |
2008-11-17 | Hopefully fixed the regression described in bug #2299682 ("FT: Crash in the i... | Torbjörn Andersson |
2008-11-17 | Fix regressions in HE games, when slashes are used in filenames for file opco... | Travis Howell |
2008-11-16 | Fixed various g++ warnings ("format not a string literal and no format argume... | Johannes Schickel |
2008-11-15 | Fixed strncpy usage. | Johannes Schickel |
2008-11-15 | Fix for bug #2251765: FT: Talk speed inconsistency | Max Horn |
2008-11-15 | Paranoia: Add destination buffer size to Engine::errorString to help avoiding... | Johannes Schickel |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-14 | Committed my own patch #2278665 ("SCUMM: Font data in old SCUMM games") to get | Torbjörn Andersson |
2008-11-13 | * got rid of CDECL | Max Horn |
2008-11-12 | Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI... | Max Horn |
2008-11-12 | GUI: Got rid of the WidgetSize stuff | Max Horn |
2008-11-12 | cleanup | Max Horn |
2008-11-12 | Patch #2258906: SCUMM: fix builtin load game screen for v1-v5 | Max Horn |
2008-11-11 | SCUMM: Regulate save/load support in GMM based on VAR_MAINMENU_KEY - though I... | Max Horn |
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-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-11-06 | Implemented GMM loading (and, once the GMM supports it, saving) for SCUMM | Max Horn |
2008-11-06 | cleanup | Max Horn |
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be used... | 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-10-26 | Renamed engine feature kSupportsDirectLoad to kSupportsLoadingDuringStartup, ... | Filippos Karapetis |
2008-10-23 | Pushed down some header deps | Max Horn |
2008-10-14 | Another tweak to HE: Use SearchMan.openFile instead of a raw FSNode | Max Horn |
2008-10-13 | Fix for bug #2162342: FREDDI1: Game does not start | Max Horn |
2008-10-11 | Use Common::File instead of FilePtr | Max Horn |
2008-10-11 | Add patch from Quietust - Correct music speed in Amiga V2/V3 games. | Travis Howell |
2008-10-05 | Merged several revisions from SVNMerge. | Vicent Marti |
2008-10-04 | Renamed some MetaEngine feature flags; removed explicit numbers from this fea... | Max Horn |
2008-10-03 | SCUMM: Added french Monkey VGA variant, see bug #2129199 | Max Horn |
2008-10-02 | typo | Max Horn |
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn |
2008-10-02 | Correct HE version for Putt-Putt Enters the Race (French/Windows). | Travis Howell |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-30 | Added multiple new open() methods to Common::File, which make it possible to ... | Max Horn |
2008-09-30 | SCUMM HE: Use FilesystemNode::openForReading() instead of 'new Common::File' ... | Max Horn |
2008-09-29 | Since no one has come up with any better suggestion... this should fix #2123258 | Torbjörn Andersson |
2008-09-29 | restrict _heXmapNum to HE versions, should fix #2135822 | Gregory Montoir |
2008-09-29 | - Merged 75 revisions from trunk. | Vicent Marti |
2008-09-29 | Added const qualifiers | Max Horn |
2008-09-29 | SCUMM HE: Fixed leak in Win32ResExtractor::extractResource_, use _filename in... | Max Horn |
2008-09-29 | Added const qualifiers | Max Horn |
2008-09-28 | Add Italian C64 Zak | Eugene Sandulenko |
2008-09-27 | SCUMM: Use FilesystemNode::openForReading instead of Common::File::open(Files... | Max Horn |
2008-09-25 | cleanup | Max Horn |
2008-09-25 | SCUMM: Moved more stuf from class Actor to ActorHE | Max Horn |
2008-09-25 | SCUMM: Moved Actor::drawActorToBackBuf to class ActorHE | Max Horn |
2008-09-25 | SCUMM: Added a new ActorHE class, as well as a virtual Actor::prepareDrawActo... | Max Horn |