Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | KYRA: Make GPL headers consistent in themselves. | Johannes Schickel | |
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. | |||
2012-01-08 | KYRA: Cleanup v2 item animation a little bit. | Johannes Schickel | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
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-01-29 | Fix use of undefined behavior. (Thanks to syke for reporting) | Johannes Schickel | |
svn-id: r47685 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel | |
svn-id: r40715 | |||
2009-05-10 | LOL: - added some spell casting (spark, heal, swarm) | Florian Kagerer | |
- fixed several bugs (not the one in the fighting system though) - added several opcodes. there shouldn't be any real show stoppers in the draracle cave now. - simplified wsa code (which required 4 lines of code for displaying a frame) - added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file) svn-id: r40420 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-05-19 | - Fixed out of bounds bug in KyraEngine_MR::updateItemAnimations | Johannes Schickel | |
- Clean up in KyraEngine_HoF::updateItemAnimations svn-id: r32189 | |||
2008-05-16 | cleanup | Florian Kagerer | |
svn-id: r32144 | |||
2008-05-12 | - Moved some opcodes to KyraEngine_v1 | Johannes Schickel | |
- Little variable renaming svn-id: r32053 | |||
2008-05-10 | Simplification in updateItemAnimations in KyraEngine_HoF and KyraEngine_MR. | Johannes Schickel | |
svn-id: r31976 | |||
2008-05-03 | Fixed some valgrind warnings. | Johannes Schickel | |
svn-id: r31839 | |||
2008-05-02 | fix bug in hof animator (incomplete initialization of _animObjects) | Florian Kagerer | |
svn-id: r31835 | |||
2008-05-02 | - Renamed ScreenAnimator -> Animator_v1 | Johannes Schickel | |
- Moved addItemToAnimList and deleteItemAnimEntry to KyraEngine_v2. svn-id: r31831 | |||
2008-05-02 | Moved some character code from kyra2/kyra3 to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31822 | |||
2008-05-02 | Started to refactor kyra2/kyra3 code to a common base. (regressions ↵ | Johannes Schickel | |
possible, compiling currently broken) svn-id: r31817 |