index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
agi
Age
Commit message (
Expand
)
Author
2008-04-15
Cleanup (Remove unneeded functions and rename a struct correctly).
Kari Salminen
2008-04-15
Move MIDI program change mappings to their own structs (Useful for later chan...
Kari Salminen
2008-04-12
Fix a couple of typos spotted by Raziel.
Kari Salminen
2008-04-11
Show current text prompt when the accept_input opcode is called. This, togeth...
Filippos Karapetis
2008-04-10
Initial attempt at handling non-default AGI game input prompt
Filippos Karapetis
2008-04-10
Allow the predictive dialog to be shown when ego cannot be moved (i.e. when _...
Filippos Karapetis
2008-04-09
Fixed warnings for msvc9.
Johannes Schickel
2008-04-09
Fixed an off-by one error in the AGI set_menu opcode. Fixes bug #1935896 - "A...
Filippos Karapetis
2008-04-08
Implement the full range of Apple IIGS MIDI program number to instrument mapp...
Kari Salminen
2008-04-08
Added a sanity check for original game script bugs in Agent06. Fixes bugs #19...
Filippos Karapetis
2008-04-05
Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...
Max Horn
2008-04-03
Add Apple IIGS MIDI program number to instrument number mappings (Both for th...
Kari Salminen
2008-04-03
After further testing it seems Apple IIGS midi playing speed is actually 60 t...
Kari Salminen
2008-04-03
Fix naming of the Apple IIGS midi speed variable and its value (Was erronousl...
Kari Salminen
2008-04-03
Fix Apple IIGS midi playing speed (Based on tests with Apple IIGS KQ1 and SQ1...
Kari Salminen
2008-04-01
Add detection entry for Serguei's Destiny II Demo v1.3.1 (March 22nd 2008).
Kari Salminen
2008-03-30
Removed char &operator [] from class String -- it had the potential to wreak ...
Max Horn
2008-03-28
Added FIXME comment regarding sorting of pred.dic; replaced weird binary sear...
Max Horn
2008-03-15
Got rid of EncapsulatedADGameDesc
Max Horn
2008-03-14
Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...
Max Horn
2008-03-14
Advanced Detector: Changed fallback detector from a callback function pointer...
Max Horn
2008-02-22
Fixed some issues with the previous commit, bug #1893564 should be fixed now ...
Filippos Karapetis
2008-02-22
Fix for bug #1893564 - "AGI: Texts messed out in Naturette 1"
Filippos Karapetis
2008-02-15
Merged lots of _mixer->isReady() warnings into a single one in Engine constru...
Max Horn
2008-02-13
Fix for bug #1883989 (AGI: Jolimie freezes). Game's detection entry had its p...
Kari Salminen
2008-02-12
Tiny fix to autodetected game's naming (Removes an extra space).
Kari Salminen
2008-02-12
Added better AGIPAL autodetect to the AGI's fallback detector (Now checks fil...
Kari Salminen
2008-02-08
Initial support for plugin types
Jordi Vilalta Prat
2008-02-03
Revised Engine plugin API to only provide a single func which returns a MetaE...
Max Horn
2008-02-03
Changed "COMPATIBLITY" to "COMPATIBILITY".
Torbjörn Andersson
2008-02-02
Moved AdvancedMetaEngine to namespace Common
Max Horn
2008-02-02
New MetaEngine class (work in progress to replace the current Engine plugin A...
Max Horn
2008-01-30
Fix for bug #1881170 (AGI: palette-related glitches reported). Made AGIPAL us...
Kari Salminen
2008-01-29
Combined two cases that did the exact same thing (In a switch-clause).
Kari Salminen
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-25
Fully fix bug #1660424 (KQ4: Zombie bug). The bug also affected room 18 in ad...
Kari Salminen
2008-01-24
Added detection for fanmade AGI game Enclosure v1.03.
Kari Salminen
2008-01-23
Define and use enumerations for AGI Mouse protocol 1.0's button states.
Kari Salminen
2008-01-22
Fixed typo in comment.
Kari Salminen
2008-01-21
Implements 2 arguments version of the adj.ego.move.to.x.y-command. Should fix...
Kari Salminen
2008-01-19
fixed potential unitialized variables, one array overflow
Paweł Kołodziejski
2008-01-17
Fixed obsolete comment.
Kari Salminen
2008-01-17
Confirmed that the Amiga version of Space Quest II v2.0F using Amiga AGI 2.20...
Kari Salminen
2008-01-17
Fix for isalpha() assertions (Almost identical to revision 29924's fix). Adde...
Kari Salminen
2008-01-16
Confirmed that Amiga version of King's Quest III (v1.01 1986-11-08) using Ami...
Kari Salminen
2008-01-14
Workaround for bug #1660424 (KQ4: Zombie bug) which is a script bug present i...
Kari Salminen
2008-01-13
Indentation
Kari Salminen
2008-01-11
Cleanup and simplification
Filippos Karapetis
2008-01-11
Don't show help when the alt or shift keys are pressed
Filippos Karapetis
[prev]
[next]