Age | Commit message (Expand) | Author |
2007-06-20 | Make putPixelsA-function use correct mask (0x0f normally for 16 colors, 0xff ... | Kari Salminen |
2007-06-20 | Make drawing & blitting always use the correct screen | Kari Salminen |
2007-06-20 | Add AGI256 picture resource loading using AGI command unknown170. Uses parts ... | Kari Salminen |
2007-06-20 | Add AGI256 picture resource decoding support to PictureMgr::decodePicture. | Kari Salminen |
2007-06-20 | Add an additional AGI screen for 256 color data (For use with AGI256 and AGI2... | Kari Salminen |
2007-06-20 | Add AGI256 and AGI256-2 game feature flags to games that use them. | Kari Salminen |
2007-06-20 | svn-id: r27561 | Kari Salminen |
2007-06-14 | Fixed warning about signedness issues | Max Horn |
2007-06-14 | Patch #1735773: "WAG file parsing patch to AGI's fallback detector". | Eugene Sandulenko |
2007-06-13 | Some cleanup to the pred.dic AGI code | Max Horn |
2007-06-13 | implement predictive dictionary using ascii based operations, replacing the 1... | Kostas Nakos |
2007-06-12 | Patch #1733764: "Fallback detection patch". GSoC student. | Eugene Sandulenko |
2007-06-10 | Move hardcoded predictive dictionary name to config manager. | Eugene Sandulenko |
2007-06-09 | oops | Kostas Nakos |
2007-06-08 | Updated Symbian OS Prediction handling | Lars Persson |
2007-06-08 | adding navigation with arrow keys and enter; did away with some ugly gotos | Kostas Nakos |
2007-06-06 | oops. MAX -> MIN to prevent memory overwrite. | Eugene Sandulenko |
2007-06-06 | Fix potential memory overwrite here too. | Eugene Sandulenko |
2007-06-06 | Fix potential memory overwrite | Eugene Sandulenko |
2007-06-03 | Adding the new kFeatureDisableKeyFiltering OSystem feature. | Kostas Nakos |
2007-06-02 | Silence an MSVC8 warning | Filippos Karapetis |
2007-06-02 | implement most-recently-used scheme for dictionary words | Kostas Nakos |
2007-06-02 | better handle mode changes and command line length | Kostas Nakos |
2007-06-02 | adding multi-tap alpha input | Kostas Nakos |
2007-06-02 | oops, remove debugging output | Kostas Nakos |
2007-06-02 | permit only one instance of predictive dialog, add handling of keypad keys | Kostas Nakos |
2007-06-02 | kill misplaced cursor, refresh only when necessary, add some (cheap) visual f... | Kostas Nakos |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-30 | fixed predictive dialog messing up state if another dialog was already shown | Kostas Nakos |
2007-05-30 | properly direct pred. dialog's output, when started thru the event mechanism | Kostas Nakos |
2007-05-30 | Removing useless common/fs.h includes | Max Horn |
2007-05-29 | added EVENT_PREDICTIVE_DIALOG event to bring up the predictive dialog on dema... | Kostas Nakos |
2007-05-27 | Removing debug leftovers | Eugene Sandulenko |
2007-05-26 | typo (interpretator => interpreter) | Matthew Hoops |
2007-05-26 | Add fallback detector to AGI engine. | Eugene Sandulenko |
2007-05-26 | Fix potential memory overwrite | Eugene Sandulenko |
2007-05-12 | Make new Schiller previews names more consistent. | Eugene Sandulenko |
2007-05-12 | Added MD5 from bug report "#1717129 - Schiller Preview No.2" | Filippos Karapetis |
2007-05-10 | Fixed warnings, cleanup | Max Horn |
2007-05-08 | Fixed bug #1715284: Roger sometimes disappears | Filippos Karapetis |
2007-05-07 | Fixed bug #1658514: AGI: SQ1 (2.2 DOS ENG) bizzare exploding roger | Filippos Karapetis |
2007-05-07 | Fixed some comments | Filippos Karapetis |
2007-05-06 | Changed a workaround made for Space Trek to apply to all AGI fanmade games. T... | Filippos Karapetis |
2007-05-06 | Added a game ID field for all Sierra AGI games. Removed many types which are ... | Filippos Karapetis |
2007-05-06 | Removed several goto statements | Filippos Karapetis |
2007-05-05 | Fixed bug #1658643: AGI: SQ1 (2.2 DOS ENG) Graphic error, ego leaves behind copy | Filippos Karapetis |
2007-05-05 | Fix bug #1712585 | Filippos Karapetis |
2007-05-04 | Slight optimization | Filippos Karapetis |
2007-05-04 | AGI: Changed a nasty workaround regarding views to only apply to a specific v... | Filippos Karapetis |
2007-04-29 | Handle the escape key properly in KQ4. Fixes bug #1660158 | Filippos Karapetis |