Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-05-21 | Remove trailing tabs/whitespaces. | Johannes Schickel | |
svn-id: r40760 | |||
2009-05-19 | Formatting. | Johannes Schickel | |
svn-id: r40717 | |||
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel | |
svn-id: r40715 | |||
2009-04-25 | LOL: - Started implementing the fighting system. The damage inflicted is ↵ | Florian Kagerer | |
wrong, however (at least the damage inflicted by the monsters). I'm sowewhat clueless about that bug atm. - added support for monsters with distance attacks (like those orcs in front of roland's house) - lots of small bug fixes - Some startup support for the pc-98 16 color version. The intro will run, but the font drawing/coloring is still wrong. svn-id: r40144 | |||
2009-03-08 | Cleanup. | Johannes Schickel | |
svn-id: r39221 | |||
2009-03-08 | LOL: some opcodes for the library room (so that the game will at least not ↵ | Florian Kagerer | |
freeze when clicking one of the books) svn-id: r39210 | |||
2009-03-08 | LOL: fixed bug reported by MD5 (crashes and freezes caused by calls to ↵ | Florian Kagerer | |
non-existent sub scripts) svn-id: r39209 | |||
2009-03-06 | LOL: - doors can now be opened and closed | Florian Kagerer | |
- some more work on monster walk code svn-id: r39166 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel | |
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044 | |||
2008-05-10 | Fixed warning. | Torbjörn Andersson | |
svn-id: r31988 | |||
2008-05-10 | Implemented pausing of timers, this should fix some minor glitches. | Johannes Schickel | |
svn-id: r31985 | |||
2008-04-28 | Fixed bug in TimerManager::update, this should fix tic-tac-toe game in kyra3. | Johannes Schickel | |
svn-id: r31763 | |||
2008-03-27 | Removed much code duplication in Hand of Fate savefile loading with ↵ | Johannes Schickel | |
SeekableSubReadStreamEndian. svn-id: r31271 | |||
2008-03-26 | Fixed typo. | Johannes Schickel | |
svn-id: r31254 | |||
2008-03-26 | Added support for HoF savefile from the original interpreter. | Johannes Schickel | |
svn-id: r31249 | |||
2008-03-21 | Oops removing debug output. | Johannes Schickel | |
svn-id: r31216 | |||
2008-03-21 | - improved timer information output in debugger | Johannes Schickel | |
- fixed timer data loading svn-id: r31215 | |||
2008-03-17 | Let Kyra1 and Kyra2 use a common savegame version number. (cleanup) | Johannes Schickel | |
svn-id: r31155 | |||
2008-03-17 | Implemented quick (via hotkeys) save/load suppot for HoF. | Johannes Schickel | |
svn-id: r31154 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-12-28 | Fixes compiling on msvc7.1, it seems like it has problems to decide when to ↵ | Johannes Schickel | |
use operator bool. svn-id: r30024 | |||
2007-10-21 | Fixes timers in Kyra1. (Initialized them twice oops...) | Johannes Schickel | |
svn-id: r29245 | |||
2007-07-29 | - Kyrandia 1 works again | Johannes Schickel | |
- Added timer class for timer handling - Little bit more resturcturing - A little bit (almost nothing but a start!) Kyrandia 2 support svn-id: r28297 | |||
2007-07-29 | - Restructure Kyrandia sourcecode (part 1, breaks compiling) | Johannes Schickel | |
svn-id: r28294 | |||
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-04-27 | Cleanup. | Johannes Schickel | |
svn-id: r26604 | |||
2006-03-08 | Implemented the last menu (the settings screen). Walking speed, text speed, | Oystein Eftevaag | |
and speech modes (text only, speech only, speech & text) can now be configured. Toggling music and sound in general is not enabled yet. Also formatted the static menu resources a bit differently, made sure some vars in the menu code always got initalized, and fixed a slight formatting error :). svn-id: r21145 | |||
2006-02-14 | Made the kyra debug extensions more generic, i.e. scumm engine could replace | Johannes Schickel | |
their debugC calls now with the new introduced debugC calls. (A mail how to use it will follow shortly on -devel) Also now these special engine debug flags can be specified from the commandline. Also made the -c & --config parameter check more secure. svn-id: r20695 | |||
2006-02-14 | Reworked kyra debug output system. Now he have special kyra intern debug ↵ | Johannes Schickel | |
levels + the global debug levels, for now I enable all kyra debug levels if the global debug level is not -1. see 'toggle_debug' in the kyra debugger and kyra.h for the different levels. (This is just the beginning of it anyway, for example the sound debug level isn't used for now) svn-id: r20678 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |