Age | Commit message (Expand) | Author |
2007-05-29 | removed some resource related memory leaks | Gregory Montoir |
2007-05-29 | added code for freePartRange, freePartEntry and freeOverlay (also renamed som... | Gregory Montoir |
2007-05-24 | sync resource unpacking code of cruise with cine | Gregory Montoir |
2007-05-20 | some fixes for the music in Amiga OS Demo | Gregory Montoir |
2007-05-20 | made the resource loading function case insensitive to the filename and remov... | Gregory Montoir |
2007-05-19 | when reading a string from a script, skip the '\0' trailing char (less opcode... | Gregory Montoir |
2007-05-19 | removed 4 unused offscreen buffers ; also changed several 64k buffers to be d... | Gregory Montoir |
2007-05-19 | Fix preprocessor error caused by undefined symbol DEBUG_SPRITE_MASK | Max Horn |
2007-05-19 | added basic support for Amiga music playback | Gregory Montoir |
2007-05-18 | added debug code to display sprite masks | Gregory Montoir |
2007-05-18 | added missing MIN() calls | Gregory Montoir |
2007-05-17 | moved gfx related functions from various.cpp/.h to gfx.cpp/.h and fixed inden... | Gregory Montoir |
2007-05-17 | removed unneeded if blocks | Gregory Montoir |
2007-05-17 | added code for gfxSpriteFunc1 and gfxSpriteFunc2, which are used for sprite m... | Gregory Montoir |
2007-05-14 | this should fix script label offsets computation for OS | Gregory Montoir |
2007-05-13 | added basic support for sounds playback in Amiga versions (only tested with t... | Gregory Montoir |
2007-05-13 | removed duplicated code (BASESON datafiles can be loaded with the existing bu... | Gregory Montoir |
2007-05-13 | minor fixes to the adlib sound code, this should help bug #1599270 | Gregory Montoir |
2007-03-19 | Added FIXME comment to CINE regarding an odd warning in processSeqListElement | Max Horn |
2007-03-18 | CINE: 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 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-02-20 | Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me | Max Horn |
2007-02-18 | Bad hack to make this engine works on PalmOS (compiler still seems to hate so... | Chris Apers |
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-12 | Merged the "palette manager" into the cursor manager. It was only used to | Torbjörn Andersson |
2007-02-04 | AdvancedDetector now has built-in fallback detection based on file lists. | Eugene Sandulenko |
2007-02-01 | Used Fingolfin's workaround for a bogus (?) warning produced by some versions | Torbjörn Andersson |
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-24 | Add optional size parameter to ADGameFileDescription. Not used now. | Eugene Sandulenko |
2007-01-24 | Hide all AdvacedDetector parameters into a structure for easier maintenance | Eugene Sandulenko |
2007-01-21 | Reduce dependency from common/advancedDetector.h | Eugene Sandulenko |
2007-01-21 | openForSaving can fail, so it should be handled gracefully -- but better to a... | Max Horn |
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko |
2007-01-15 | Fixed warning. | Torbjörn Andersson |
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 | Fix warning about a const cast | 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-12-07 | Remove unneeded #include | Eugene Sandulenko |
2006-12-03 | Changed CINE_*_H_ to CINE_*_H for consistency with other engines. (Oh, who am I | Torbjörn Andersson |
2006-12-03 | Fixed indentation. (Oh, ok, I actually just wanted to test the new SVN access | Torbjörn Andersson |