Age | Commit message (Expand) | Author |
2007-05-01 | Renamed decodeILBM to decodePBM, removed a TODO | Filippos Karapetis |
2007-05-01 | Implemented a IFF (Interchange File Format) parser and added subclasses to pa... | Nicola Mettifogo |
2007-04-27 | SAGA: Moved displayinfo stuff into its own header file | Max Horn |
2007-04-27 | Some tweaks to saga/detection_tables.h | Max Horn |
2007-04-27 | Renamed sagagame.cpp -> detection_tables.h; merged sagagame.h into saga.h | Max Horn |
2007-04-27 | Renamed some game.cpp files to detection.cpp | Max Horn |
2007-04-21 | Slighty modified patch #1704979: "Fix for #1690045: ITE: Item description mis... | Eugene Sandulenko |
2007-04-21 | More meaningful error message | Eugene Sandulenko |
2007-04-14 | oops, openStreamFile of course uses milliseconds, not frames, for the playbac... | Max Horn |
2007-04-14 | Removed some leftovers | Max Horn |
2007-04-14 | Replaced the use of DigitalTrackInfo objects (which were being leaked, BTW) w... | Max Horn |
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ... | Gregory Montoir |
2007-03-18 | SAGA: Make use of EventManager::getMousePos | Max Horn |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-02-25 | Fix looping for enchanced soundtracks. | Eugene Sandulenko |
2007-02-24 | Added numLoops parameter to DigitalTrackInfo::play | Max Horn |
2007-02-19 | Renamed SAGA_xxx_H_ to SAGA_xxx_H for consistency. | Torbjörn Andersson |
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just flushes... | Max Horn |
2007-02-13 | Changed detectBestMatchingGame to return a pointer to a ADGameDescription (or... | Max Horn |
2007-02-13 | AdvancedDetector changes: | Max Horn |
2007-02-13 | Rename Common::GF_XXX to Common::ADGF_XXX | Eugene Sandulenko |
2007-02-13 | Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and a... | Max Horn |
2007-02-13 | (re)added flags field to ADGameDescription, with currently only one value (GF... | Max Horn |
2007-02-04 | AdvancedDetector now has built-in fallback detection based on file lists. | Eugene Sandulenko |
2007-02-03 | * Reimplemented Mixer::pauseAll to simply invoke pause on all channels | Max Horn |
2007-01-30 | warnings | Gregory Montoir |
2007-01-29 | Now AdvancedDetector could use single ID per engine. Also it can suggest | Eugene Sandulenko |
2007-01-28 | Add more paramteres to AdvancedDetector. Not used yet. | Eugene Sandulenko |
2007-01-25 | Lots of cleanup in the AdvancedDetector | Max Horn |
2007-01-25 | Reduce #include dependencies | Eugene Sandulenko |
2007-01-25 | Use file sizes in detection too. | Eugene Sandulenko |
2007-01-24 | Sync with last AdvancedDetector changes | Eugene Sandulenko |
2007-01-24 | Add optional size parameter to ADGameFileDescription. Not used now. | Eugene Sandulenko |
2007-01-21 | Reduce dependency from common/advancedDetector.h | Eugene Sandulenko |
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko |
2006-12-29 | Make ADGameFileDescription is built in directly into ADGameDescription. | Eugene Sandulenko |
2006-12-19 | Renamed real_ADVANCED_DETECTOR_DETECT_GAMES_FUNCTION to ADVANCED_DETECTOR_DET... | Max Horn |
2006-12-19 | Merged SagaEngine::postInitGame() into SagaEngine::initGame() | Max Horn |
2006-12-19 | Get rif od ARRAYSIZE in ADGameDescription | Eugene Sandulenko |
2006-12-19 | Got rid of ARRAYSIZE in advanceDetector calls | Eugene Sandulenko |
2006-11-27 | Got rid of an 'unused variable' warning | Gregory Montoir |
2006-11-12 | Reworked code in the advanced game detector (getting rid of much of the evil ... | Max Horn |
2006-11-10 | Next step in AdvancedDetector unification. Moved all common functions to | Eugene Sandulenko |
2006-11-09 | Workaround for bug #1259608: "ITE: Riff ignores command in Ferret merchant | Eugene Sandulenko |
2006-11-03 | got rid of two memory leaks | Gregory Montoir |
2006-10-24 | const correctness | Max Horn |
2006-10-22 | Backend modularization: Create timer manager, savefile manager and audio mixe... | Max Horn |
2006-10-21 | cleanup | Max Horn |