Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-21 | Use KEYCODE constants. | Torbjörn Andersson | |
svn-id: r27596 | |||
2007-06-20 | Add AGI256-2 support (On top of already present AGI256 support). | Kari Salminen | |
AGI256-2 means handling 256 color views/sprites (AGI256 means handling 256 color picture resources). The code can now handle both 16 color and 256 color views/sprites in the same game. FIXME: Background in AGI256-2 demo may be incorrect. svn-id: r27572 | |||
2007-06-20 | Make putPixelsA-function use correct mask (0x0f normally for 16 colors, 0xff ↵ | Kari Salminen | |
for 256 colors in AGI256 mode). svn-id: r27571 | |||
2007-06-20 | Make drawing & blitting always use the correct screen | Kari Salminen | |
(Always 16 color screen for vector stuff, 256 color screen for everything else in AGI256 mode). svn-id: r27570 | |||
2007-06-20 | Add AGI256 picture resource loading using AGI command unknown170. Uses parts ↵ | Kari Salminen | |
of patch #1728713. svn-id: r27569 | |||
2007-06-20 | Add AGI256 picture resource decoding support to PictureMgr::decodePicture. | Kari Salminen | |
svn-id: r27568 | |||
2007-06-20 | Add an additional AGI screen for 256 color data (For use with AGI256 and ↵ | Kari Salminen | |
AGI256-2). svn-id: r27564 | |||
2007-06-20 | Add AGI256 and AGI256-2 game feature flags to games that use them. | Kari Salminen | |
svn-id: r27562 | |||
2007-06-20 | svn-id: r27561 | Kari Salminen | |
2007-06-14 | Fixed warning about signedness issues | Max Horn | |
svn-id: r27402 | |||
2007-06-14 | Patch #1735773: "WAG file parsing patch to AGI's fallback detector". | Eugene Sandulenko | |
Slightly modified, split into separate files. svn-id: r27401 | |||
2007-06-13 | Some cleanup to the pred.dic AGI code | Max Horn | |
svn-id: r27386 | |||
2007-06-13 | implement predictive dictionary using ascii based operations, replacing the ↵ | Kostas Nakos | |
10ary tree svn-id: r27383 | |||
2007-06-12 | Patch #1733764: "Fallback detection patch". GSoC student. | Eugene Sandulenko | |
svn-id: r27375 | |||
2007-06-10 | Move hardcoded predictive dictionary name to config manager. | Eugene Sandulenko | |
svn-id: r27315 | |||
2007-06-09 | oops | Kostas Nakos | |
svn-id: r27246 | |||
2007-06-08 | Updated Symbian OS Prediction handling | Lars Persson | |
Updated AGI to only enable predictive input after dictionary was found. svn-id: r27206 | |||
2007-06-08 | adding navigation with arrow keys and enter; did away with some ugly gotos | Kostas Nakos | |
svn-id: r27193 | |||
2007-06-06 | oops. MAX -> MIN to prevent memory overwrite. | Eugene Sandulenko | |
svn-id: r27137 | |||
2007-06-06 | Fix potential memory overwrite here too. | Eugene Sandulenko | |
svn-id: r27134 | |||
2007-06-06 | Fix potential memory overwrite | Eugene Sandulenko | |
svn-id: r27132 | |||
2007-06-03 | Adding the new kFeatureDisableKeyFiltering OSystem feature. | Kostas Nakos | |
This feature is used by agi's prediction dialog and is a hint to the backend to temporarily switch off any keyboard mapping, used in devices with limited keyboard input. Also, supply some comments to the newly added event & feature. svn-id: r27069 | |||
2007-06-02 | Silence an MSVC8 warning | Filippos Karapetis | |
svn-id: r27059 | |||
2007-06-02 | implement most-recently-used scheme for dictionary words | Kostas Nakos | |
svn-id: r27058 | |||
2007-06-02 | better handle mode changes and command line length | Kostas Nakos | |
svn-id: r27057 | |||
2007-06-02 | adding multi-tap alpha input | Kostas Nakos | |
svn-id: r27056 | |||
2007-06-02 | oops, remove debugging output | Kostas Nakos | |
svn-id: r27048 | |||
2007-06-02 | permit only one instance of predictive dialog, add handling of keypad keys | Kostas Nakos | |
svn-id: r27047 | |||
2007-06-02 | kill misplaced cursor, refresh only when necessary, add some (cheap) visual ↵ | Kostas Nakos | |
feedback on keypress svn-id: r27046 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-30 | fixed predictive dialog messing up state if another dialog was already shown | Kostas Nakos | |
svn-id: r27023 | |||
2007-05-30 | properly direct pred. dialog's output, when started thru the event mechanism | Kostas Nakos | |
svn-id: r27022 | |||
2007-05-30 | Removing useless common/fs.h includes | Max Horn | |
svn-id: r27018 | |||
2007-05-29 | added EVENT_PREDICTIVE_DIALOG event to bring up the predictive dialog on ↵ | Kostas Nakos | |
demand by the backends svn-id: r27005 | |||
2007-05-27 | Removing debug leftovers | Eugene Sandulenko | |
svn-id: r26962 | |||
2007-05-26 | typo (interpretator => interpreter) | Matthew Hoops | |
svn-id: r26945 | |||
2007-05-26 | Add fallback detector to AGI engine. | Eugene Sandulenko | |
svn-id: r26939 | |||
2007-05-26 | Fix potential memory overwrite | Eugene Sandulenko | |
svn-id: r26938 | |||
2007-05-12 | Make new Schiller previews names more consistent. | Eugene Sandulenko | |
svn-id: r26807 | |||
2007-05-12 | Added MD5 from bug report "#1717129 - Schiller Preview No.2" | Filippos Karapetis | |
svn-id: r26803 | |||
2007-05-10 | Fixed warnings, cleanup | Max Horn | |
svn-id: r26799 | |||
2007-05-08 | Fixed bug #1715284: Roger sometimes disappears | Filippos Karapetis | |
svn-id: r26790 | |||
2007-05-07 | Fixed bug #1658514: AGI: SQ1 (2.2 DOS ENG) bizzare exploding roger | Filippos Karapetis | |
svn-id: r26782 | |||
2007-05-07 | Fixed some comments | Filippos Karapetis | |
svn-id: r26771 | |||
2007-05-06 | Changed a workaround made for Space Trek to apply to all AGI fanmade games. ↵ | Filippos Karapetis | |
The original workaround was inactive for Space Trek in ScummVM, but was activated for some older AGI games, which was not its original purpose. If this causes regressions with other fanmade games, it'd be best to limit it to Space Trek only svn-id: r26766 | |||
2007-05-06 | Added a game ID field for all Sierra AGI games. Removed many types which are ↵ | Filippos Karapetis | |
now obsolete from the game features field svn-id: r26764 | |||
2007-05-06 | Removed several goto statements | Filippos Karapetis | |
svn-id: r26763 | |||
2007-05-05 | Fixed bug #1658643: AGI: SQ1 (2.2 DOS ENG) Graphic error, ego leaves behind copy | Filippos Karapetis | |
Also, removed one of the two workarounds for the KQ4 intro, as it's not needed svn-id: r26754 | |||
2007-05-05 | Fix bug #1712585 | Filippos Karapetis | |
svn-id: r26753 | |||
2007-05-04 | Slight optimization | Filippos Karapetis | |
svn-id: r26745 |