Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-22 | Fixed some issues with the previous commit, bug #1893564 should be fixed now ↵ | Filippos Karapetis | |
without affecting anything else svn-id: r30917 | |||
2008-02-22 | Fix for bug #1893564 - "AGI: Texts messed out in Naturette 1" | Filippos Karapetis | |
svn-id: r30916 | |||
2008-02-15 | Merged lots of _mixer->isReady() warnings into a single one in Engine ↵ | Max Horn | |
constructor svn-id: r30871 | |||
2008-02-13 | Fix for bug #1883989 (AGI: Jolimie freezes). Game's detection entry had its ↵ | Kari Salminen | |
parameters in wrong order and game feature flags were interpreted as the AGI version number and vice versa... whoops. svn-id: r30857 | |||
2008-02-12 | Tiny fix to autodetected game's naming (Removes an extra space). | Kari Salminen | |
svn-id: r30854 | |||
2008-02-12 | Added better AGIPAL autodetect to the AGI's fallback detector (Now checks ↵ | Kari Salminen | |
files 'pal.100' - 'pal.109' rather than just the file 'pal.101'). svn-id: r30852 | |||
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat | |
svn-id: r30825 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson | |
svn-id: r30754 | |||
2008-02-02 | Moved AdvancedMetaEngine to namespace Common | Max Horn | |
svn-id: r30736 | |||
2008-02-02 | New MetaEngine class (work in progress to replace the current Engine plugin ↵ | Max Horn | |
API with a more object oriented approach) svn-id: r30726 | |||
2008-01-30 | Fix for bug #1881170 (AGI: palette-related glitches reported). Made AGIPAL ↵ | Kari Salminen | |
use only the lowest 6 bits of each color component (This should be the way the original AGIPAL-hack behaves too). svn-id: r30708 | |||
2008-01-29 | Combined two cases that did the exact same thing (In a switch-clause). | Kari Salminen | |
svn-id: r30702 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-25 | Fully fix bug #1660424 (KQ4: Zombie bug). The bug also affected room 18 in ↵ | Kari Salminen | |
addition to the room 16 that was already taken care of in revision 30482. svn-id: r30631 | |||
2008-01-24 | Added detection for fanmade AGI game Enclosure v1.03. | Kari Salminen | |
svn-id: r30630 | |||
2008-01-23 | Define and use enumerations for AGI Mouse protocol 1.0's button states. | Kari Salminen | |
svn-id: r30620 | |||
2008-01-22 | Fixed typo in comment. | Kari Salminen | |
svn-id: r30614 | |||
2008-01-21 | Implements 2 arguments version of the adj.ego.move.to.x.y-command. Should ↵ | Kari Salminen | |
fix bug #1733297 (GR: Actor stuck (Amiga version)). Savegames when using adj.ego.move.to.x.y-command may be broken at the moment. svn-id: r30602 | |||
2008-01-19 | fixed potential unitialized variables, one array overflow | Paweł Kołodziejski | |
svn-id: r30571 | |||
2008-01-17 | Fixed obsolete comment. | Kari Salminen | |
svn-id: r30535 | |||
2008-01-17 | Confirmed that the Amiga version of Space Quest II v2.0F using Amiga AGI ↵ | Kari Salminen | |
2.202 uses value 5 for v20 (i.e. the computer type variable). Thanks to Raziel for the info! svn-id: r30533 | |||
2008-01-17 | Fix for isalpha() assertions (Almost identical to revision 29924's fix). ↵ | Kari Salminen | |
Added the rationale for this fix in comments so hopefully this won't happen a third time at the same point in code ;). svn-id: r30531 | |||
2008-01-16 | Confirmed that Amiga version of King's Quest III (v1.01 1986-11-08) using ↵ | Kari Salminen | |
Amiga AGI 2.090 uses value 5 for v20 (i.e. the computer type variable). Thanks to Raziel for the info! svn-id: r30516 | |||
2008-01-14 | Workaround for bug #1660424 (KQ4: Zombie bug) which is a script bug present ↵ | Kari Salminen | |
in the original game. svn-id: r30482 | |||
2008-01-13 | Indentation | Kari Salminen | |
svn-id: r30478 | |||
2008-01-11 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r30405 | |||
2008-01-11 | Don't show help when the alt or shift keys are pressed | Filippos Karapetis | |
svn-id: r30404 | |||
2008-01-11 | Cleanup and simplification | Filippos Karapetis | |
svn-id: r30403 | |||
2008-01-10 | Remove disabling of moving using mouse in mines in Amiga's Gold Rush ↵ | Kari Salminen | |
introduced in r30375. So bug #1733297 remains although not stricly in its original form (Moving using mouse in the mines bugs still but not identically as when the bug report was given). svn-id: r30377 | |||
2008-01-10 | Disable moving using mouse in mines (Rooms 147-162) and ↵ | Kari Salminen | |
'adj.ego.move.to.x.y'-command (Which uses 2 arguments) in Amiga's Gold Rush. This temporary hack fixes bug #1733297 (GR: Actor stuck (Amiga version)). svn-id: r30375 | |||
2008-01-09 | Fixed some issues with AGI keyboard input | Filippos Karapetis | |
svn-id: r30356 | |||
2008-01-09 | Added a debug command, did some cleanup | Filippos Karapetis | |
svn-id: r30351 | |||
2008-01-09 | Cleanup of the debugger commands, added some more commands, removed now ↵ | Filippos Karapetis | |
obsolete debug code svn-id: r30350 | |||
2008-01-09 | Added a debug console for Mickey's Space Adventures | Filippos Karapetis | |
svn-id: r30349 | |||
2008-01-07 | typo | Max Horn | |
svn-id: r30328 | |||
2008-01-07 | Reject AGIPAL-files with over 6 bits per color component. Makes at least ↵ | Kari Salminen | |
fanmade AGI game Naturette II's colors not be messed up anymore. svn-id: r30326 | |||
2008-01-07 | Add detection data for a finished fanmade AGI game Naturette IV (2007-10-05). | Kari Salminen | |
svn-id: r30324 | |||
2008-01-07 | Add partial implementation of obj.status.v-command (Based on observations of ↵ | Kari Salminen | |
the command's output in the Amiga version of Gold Rush!). svn-id: r30321 | |||
2008-01-05 | Fixed warning. | Torbjörn Andersson | |
svn-id: r30269 | |||
2008-01-05 | Workaround for Amiga Gold Rush's broken picture 147 by patching it. | Kari Salminen | |
svn-id: r30263 | |||
2008-01-05 | Implement a workaround to hide.mouse-command for Amiga's Gold Rush. Fixes ↵ | Kari Salminen | |
walking with mouse in room 192 (The hanging scene i.e. the copy protection failure scene). svn-id: r30259 | |||
2008-01-05 | Implement unknown test command 19 (hopefully) properly and name it ↵ | Kari Salminen | |
unofficially as the in.motion.using.mouse-command. svn-id: r30251 | |||
2008-01-04 | Make AGIPAL also accept 'pal.100' (Original hacked interpreter also does this). | Kari Salminen | |
svn-id: r30213 | |||
2008-01-03 | Fix another -Wuninitialized warnings - n could have been returned w/o having ↵ | Max Horn | |
been set first svn-id: r30211 | |||
2008-01-03 | Silence a -Wuninitialized warning | Max Horn | |
svn-id: r30205 | |||
2008-01-03 | Made AGIPAL-loading more lenient with errors. Added AGIPAL-flag to Naturette ↵ | Kari Salminen | |
3. These together fix Naturette 3's intro (No more long shakings). svn-id: r30193 | |||
2008-01-03 | Fix for the Space Trek sprite duplication bug (#1659209). Makes commands ↵ | Kari Salminen | |
position and position.v use coordinate clipping for Space Trek. svn-id: r30190 | |||
2008-01-02 | Add GF_OLDAMIGAV20 game flag for correctly setting computer type (v20 i.e. ↵ | Kari Salminen | |
vComputer) for particular old Amiga AGI games (Space Quest I v1.2 at the moment). svn-id: r30164 |