Age | Commit message (Expand) | Author |
2009-10-26 | - Fix some missing initialization warnings from cppcheck | Johannes Schickel |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-08-10 | Cleanup. | Johannes Schickel |
2009-08-09 | Cleanup AMIGA graphics conversion. | Johannes Schickel |
2009-06-29 | Change raw palette read to Screen::loadPalette call. | Johannes Schickel |
2009-06-22 | Changed Screen::loadPalette to take a reference to a Palette object instead o... | Johannes Schickel |
2009-06-22 | Changed Screen::loadBitmap and Movie::open to take an optional Palette pointe... | Johannes Schickel |
2009-06-09 | - Moved Screen_v2::copyWsaRect to Screen::copyWsaRect | Johannes Schickel |
2009-06-07 | Add support for "WF_NO_LAST_FRAME" in WSA v1 code too. Since so far every v1 ... | Johannes Schickel |
2009-06-07 | Fix WSA v2 code, now the automap remove WSA file in Lands of Lore plays corre... | Johannes Schickel |
2009-05-21 | Fix some Kyra1 movies. | Johannes Schickel |
2009-05-21 | Remove trailing tabs/whitespaces. | Johannes Schickel |
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel |
2009-05-18 | Preliminary support for LoL intro demo. | Johannes Schickel |
2009-05-18 | Fixed long standing palette loading bug in WSA v1 code. | Johannes Schickel |
2009-05-10 | KYRA: fixed typo | Florian Kagerer |
2009-05-10 | Oops typo. | Johannes Schickel |
2009-05-10 | Cleanup. | Johannes Schickel |
2009-05-10 | LOL: - added some spell casting (spark, heal, swarm) | Florian Kagerer |
2009-04-25 | LOL: - Started implementing the fighting system. The damage inflicted is wron... | Florian Kagerer |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel |
2008-05-11 | Consisteny fixes: | Johannes Schickel |
2008-05-07 | Changed kyra to use delete[] instead of delete []. | Johannes Schickel |
2008-05-02 | Started to refactor kyra2/kyra3 code to a common base. (regressions possible,... | Johannes Schickel |
2008-04-23 | - cleanup | Johannes Schickel |
2008-04-12 | - some refactoring for Kyra3 | Johannes Schickel |
2007-10-19 | Committing [ 1816080 ] KYRA: Intro Patch for HoF, from Florian, with some cle... | Oystein Eftevaag |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-07-29 | - Kyrandia 1 works again | Johannes Schickel |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-08 | Fixed WSA playing regression, introduced while cleaning up. (should fix Flopp... | Johannes Schickel |
2007-04-15 | Formatting/Cleanup. | Johannes Schickel |
2007-04-15 | - Renamed some files for consistency with other engines. | Johannes Schickel |
2007-04-03 | Little WSA loading fix. | Johannes Schickel |
2007-03-12 | WIP code for Amiga version: | Johannes Schickel |
2007-02-21 | c&p error | Johannes Schickel |
2007-01-25 | typo. | Johannes Schickel |
2007-01-06 | Merging decodeFrameDeltaPage() again and using Fingolfin's template trickery ... | Oystein Eftevaag |
2007-01-06 | formatting | Johannes Schickel |
2007-01-06 | A few minor fixes and optimizations (biggest one is splitting decodeFrameDelt... | Oystein Eftevaag |
2006-09-17 | - removes the kyra specific language flag system, and uses the language enum ... | Johannes Schickel |
2006-08-26 | Adds some framework for the Kyra2 intro, expands it a little bit and adds som... | Oystein Eftevaag |
2006-07-28 | Moves the kyra2 code to kyra2.cpp and kyra2.h, renames WSAMovieV3 to WSAMovie... | Oystein Eftevaag |
2006-07-27 | - moving KyraEngine_v3 declaration to newly added kyra3.h | Johannes Schickel |
2006-05-28 | - makes Screen::getPagePtr private | Johannes Schickel |
2006-05-16 | Removes ENABLE_KYRA2 and ENABLE_KYRA3. | Johannes Schickel |
2006-05-16 | Oops forgot some define checks | Johannes Schickel |
2006-05-16 | - implements kyrandia 3 wsa loader | Johannes Schickel |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |