Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-17 | KYRA: Remove redundant code. | Eugene Sandulenko | |
item variable value is less than 33, that is, 32 max. item+1 is never > 33. Thus, the clapping code is redundant. | |||
2014-02-18 | KYRA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-01-09 | KYRA: Make all hex constants use uppercase letters. | Johannes Schickel | |
Done with: git ls-files "*.cpp" *".h" | xargs sed -i -e 's/0x\([0-9a-f]*\)/0x\U\1/g' | |||
2012-06-13 | KYRA: Reduce amount of updateScreen calls. | Johannes Schickel | |
This fixes some slowdowns in Kyra2 with the OpenGL backend for me. Most of the updateScreen calls saved were introduced by us implementing the original behavior of hiding the mouse before drawing onto the screen and showing it again afterwards, since the mouse cursor is not drawn on the game screen in our implementation (and unlike in the original) this is not necessary. | |||
2011-12-26 | KYRA: Some formatting fixes. | Johannes Schickel | |
2011-12-26 | KYRA: whitespace cleanup | athrxx | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-07-27 | KYRA: add support for Russian Kyra 1 floppy fan translation | athrxx | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | KYRA: Clean up of header includes. | Johannes Schickel | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-10-22 | KYRA: More cleanup. | Johannes Schickel | |
svn-id: r53699 | |||
2010-10-22 | KYRA: Cleanup. | Johannes Schickel | |
svn-id: r53698 | |||
2010-10-22 | KYRA: Add a datatype for the item ids and convert Kyra1 to use it. | Johannes Schickel | |
svn-id: r53696 | |||
2010-10-15 | KYRA: Fix valid warnings of bug #3087837 "KYRA: Code analysis warnings". | Johannes Schickel | |
svn-id: r53494 | |||
2010-03-04 | Fix item exchange string in Kyra 1 Amiga (both English and German). | Johannes Schickel | |
svn-id: r48159 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-08-10 | Fix yet another inventory background color glitch in Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43238 | |||
2009-08-10 | Fix GUI menu colors for Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43215 | |||
2009-08-10 | Typo. | Johannes Schickel | |
svn-id: r43211 | |||
2009-08-10 | Implement item to item name list index mapping for Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43210 | |||
2009-08-10 | Fix inventory background color. | Johannes Schickel | |
svn-id: r43193 | |||
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel | |
svn-id: r40715 | |||
2009-04-11 | KYRA: Replaced Rect class by Common::Rect; replaced dirty rect handling code ↵ | Max Horn | |
by code similiar to the one used in SAGA and the frontend GUI code svn-id: r39929 | |||
2008-06-24 | Added const to some static data. | Johannes Schickel | |
svn-id: r32763 | |||
2008-05-17 | Changed parameter of KyraEngine_LoK::setMouseItem. | Johannes Schickel | |
svn-id: r32153 | |||
2008-05-14 | fix regression in KyraEngine_LoK::setMouseItem | Florian Kagerer | |
svn-id: r32128 | |||
2008-05-12 | - Moved some opcodes to KyraEngine_v1 | Johannes Schickel | |
- Little variable renaming svn-id: r32053 | |||
2008-05-11 | Consisteny fixes: | Johannes Schickel | |
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042 |