Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | AGI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-12-10 | AGI: Replace usage of 'goto'. | D G Turner | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-14 | ALL: colour -> color | Max Horn | |
2010-01-03 | Reduce header dependencies for AGI engine. | Eugene Sandulenko | |
svn-id: r46942 | |||
2009-10-20 | AGI: Turn g_tickTimer & g_mouse into members of class AgiEngine resp. AgiBase | Max Horn | |
svn-id: r45259 | |||
2009-08-18 | Possible fix for #2828330 (AGI: KQ1: Fast text box). If doesn't break ↵ | Kari Salminen | |
anything else then should go to the branch-1-0-0 too, but haven't had the time to do much testing yet - thus committing to the trunk first. svn-id: r43523 | |||
2009-07-22 | Move functions from agi.cpp to more appropriate files. | Eugene Sandulenko | |
svn-id: r42662 | |||
2009-06-06 | Correct implementation for set.key opcode. Fixes #2605104: "AGI: Manhunter, ↵ | Eugene Sandulenko | |
F3 hotkey dosent work", removed number of hacks svn-id: r41259 | |||
2009-06-06 | Implement fence.mouse opcode | Eugene Sandulenko | |
svn-id: r41258 | |||
2009-06-06 | Fix bug #2026605: "SQ2: Have to wait after dying to do anything." | Eugene Sandulenko | |
svn-id: r41250 | |||
2009-06-06 | Whitespace fixes and C++ comments | Eugene Sandulenko | |
svn-id: r41239 | |||
2009-02-11 | Fix for bug #2538123 - "AGI: loading from launcher disables hotkeys" | Filippos Karapetis | |
svn-id: r36266 | |||
2007-10-31 | Fix for bug #1751483 - "AGI: The -x command-line option appears to be broken" | Filippos Karapetis | |
svn-id: r29346 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-07-15 | Enabled menus in some old AGI games (released in 1986) which did not have ↵ | Filippos Karapetis | |
menus them originally: KQ1 Amiga and ST and early versions of KQ3 Amiga, SQ1 ST, SQ1 DOS and SQ1 Amiga. The GF_FORCEMENUS flag has been remaned to GF_MENUS. Also, two problematic versions of KQ3, a problematic version of SQ1 and a problematic version of Mixed up Mother Goose have been disabled. Finally, a duplicate detection entry for SQ1 has been removed svn-id: r28095 | |||
2007-07-11 | Fix for bug #1751390 in LSL1. When choosing a menu option, an appropriate ↵ | Filippos Karapetis | |
event is set. If that event is equal to 0x20, it was incorrectly triggered when the space bar key was pressed svn-id: r28024 | |||
2007-07-09 | Fix for bug #1746661: "KQ3: Lockup when pressing ESC (Amiga version)" | Filippos Karapetis | |
svn-id: r27989 | |||
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-01-16 | Remove #include "agi/text.h"; fixes build. Pointyhat to aquadran. | David Symonds | |
svn-id: r25103 | |||
2007-01-16 | Formating names in source code | Paweł Kołodziejski | |
svn-id: r25101 | |||
2007-01-07 | Fix interpretation of enable.item() and disable.item() AGI functions; they ↵ | David Symonds | |
affect *all* menu items with the given event code. This is most relevant to menu separators which are normally disabled, and often all share the same event code. svn-id: r25046 | |||
2007-01-06 | Extended text rendering code to allow "checkerboarding", and switch menu code | David Symonds | |
to using this checkerboard effect for disabled menu items (this is how Sierra's interpreter works). svn-id: r25024 | |||
2007-01-06 | Menus should wrap around at top and bottom. | David Symonds | |
svn-id: r25023 | |||
2006-12-06 | first phase of objectisation of agi engine | Paweł Kołodziejski | |
svn-id: r24808 | |||
2006-06-10 | Pop AGIs text.cpp into a class, for later cleanup. | James Brown | |
svn-id: r23011 | |||
2006-05-31 | Fixed many const related warnings | Max Horn | |
svn-id: r22794 | |||
2006-05-29 | objectify AGI menu.h/cpp | Willem Jan Palenstijn | |
svn-id: r22757 | |||
2006-05-26 | replace agi/list.h by Common::List; cleanup | Willem Jan Palenstijn | |
svn-id: r22666 | |||
2006-05-24 | include mouse support always | Paweł Kołodziejski | |
svn-id: r22605 | |||
2006-05-23 | imported AGI engine | Paweł Kołodziejski | |
svn-id: r22588 |