Age | Commit message (Expand) | Author |
2007-04-28 | Changed abs() to ABS() | Torbjörn Andersson |
2007-04-26 | Make AGIPAL support more robust | Eugene Sandulenko |
2007-04-24 | Patch #1705791: Patch for #1648396 - AGI : SQ2 / 2.0F / IBM / priority line | Filippos Karapetis |
2007-04-23 | Patch #1705392: "Fix regression with patch #1704914" | Eugene Sandulenko |
2007-04-22 | Patch from bugreport #1678230: "AGI: Entering text while screen is shaking" | Eugene Sandulenko |
2007-04-22 | Fix for loading savegames from the command line. | Eugene Sandulenko |
2007-04-21 | Patch #1704914: "Fix for #1671426: MH2 : Doesn't recognize Enter for actions" | Eugene Sandulenko |
2007-04-21 | Patch #1704575: 'Fix for #1692346: "KQ2: Cannot leave menu"' | Eugene Sandulenko |
2007-04-21 | More safe version of patch #1689533: "AGI: Load from command line" | Eugene Sandulenko |
2007-04-06 | Updating DS port for changes in main codebase. Code changes for DevkitArm r2... | Neil Millstone |
2007-04-01 | added the instance of EventManager returned by OSystem::getEventManager as a ... | Gregory Montoir |
2007-03-30 | Renamed AGIs savegame.cpp to saveload.cpp, to match the other engines | Max Horn |
2007-03-29 | cleanup. | Johannes Schickel |
2007-03-25 | Removed code that at least for now is presumed dead. | Torbjörn Andersson |
2007-03-22 | - Save AGIPAL resource number properly | Eugene Sandulenko |
2007-03-22 | - adding support for saving AGIPAL games | Matthew Hoops |
2007-03-21 | adding debug message if running AGIPAL game | Matthew Hoops |
2007-03-21 | adding AGIPAL support (for changing palettes in some fan games) Patch:1684685 | Matthew Hoops |
2007-03-18 | updating shake.screen warning/comment to reflect that AGIPAL uses it, and not... | Matthew Hoops |
2007-03-18 | adding GF_AGIPAL to those games which have that feature (the ones with pal.10... | Matthew Hoops |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Allow synthetic events in dialog windows, e.g. so you can use keyboard repeat | Torbjörn Andersson |
2007-03-17 | Applied my re-revised patch #1487149 ("Simplified keyboard repeat"), with | Torbjörn Andersson |
2007-03-17 | Allow using the left/right keys to select button in a selection box. (Selection | Torbjörn Andersson |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-12 | Some usability improvements to the save/load dialog: The scrollbar uses the | Torbjörn Andersson |
2007-03-12 | Patch #1678264: "AGI: Extending the number of save slots" | Eugene Sandulenko |
2007-03-10 | Fixed error handling: we count the command itself in argc, and returning false | Torbjörn Andersson |
2007-03-08 | Replaced uses of fprintf() with warning() or error() | Max Horn |
2007-02-26 | Fix alignment issues in wince port. | Kostas Nakos |
2007-02-26 | Removing dead code | Max Horn |
2007-02-23 | Put back DDP entries, but #if 0 them for future reference and prevent | Eugene Sandulenko |
2007-02-20 | Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me | Max Horn |
2007-02-20 | More header consistency fixes. (Actually, there was nothing at all to keep | Torbjörn Andersson |
2007-02-19 | AGI: Removed detection sums for DDP. DDP uses an unsupporeted agi engine 2.01... | Stuart George |
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 | made rtrim() and ltrim() global functions, to reduce code duplication (it see... | Gregory Montoir |
2007-02-13 | Fixed compilation | Max Horn |
2007-02-13 | added GF_AGIMOUSE for all fangames who seem to use it | Joachim Eberhard |
2007-02-13 | Add FNAMADE_LF() macro | Eugene Sandulenko |
2007-02-13 | Get rid of _opt. Cleanup. | Eugene Sandulenko |
2007-02-13 | AdvancedDetector changes: | Max Horn |
2007-02-13 | Fix Apocalyptic Quests. | Eugene Sandulenko |
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 | autodistinguish sq2 2.0F dos+amiga | Joachim Eberhard |
2007-02-12 | Fingolfin's patch for improving dictionary loading speed. Applied as is. | Eugene Sandulenko |
2007-02-12 | Merged the "palette manager" into the cursor manager. It was only used to | Torbjörn Andersson |