Age | Commit message (Expand) | Author |
2008-12-17 | - Added some disabled code for Smacker audio support (still incomplete, not w... | Filippos Karapetis |
2008-12-16 | - Added some comments | Filippos Karapetis |
2008-12-15 | Add Moonbase Commander target again, for testing only. | Travis Howell |
2008-12-15 | Disable video play back in 16bit color HE games for now. | Travis Howell |
2008-12-14 | Enable Smacker support, and switch later HE games to Smacker support (since t... | Travis Howell |
2008-12-09 | Removed some dead code, clarified comments, cleanup | Max Horn |
2008-12-09 | SCUMM: Turned two former warnings into errors -- I never got reports on this ... | Max Horn |
2008-12-04 | Fix typo. | Kari Salminen |
2008-11-29 | Remove warnings from NDS build. | Robin Watts |
2008-11-23 | Oops, removed the *actual* unused code, and fixed my previous incorrect commi... | Filippos Karapetis |
2008-11-23 | Removed unused/dead code | Filippos Karapetis |
2008-11-20 | SCUMM: Reduced code size used up by NES file decoding/loading/extraction code | Max Horn |
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 |