aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sprites.cpp
AgeCommit message (Expand)Author
2008-07-10Removed unnecessary #inlcudesChristopher Page
2008-05-11Consisteny fixes:Johannes Schickel
2008-05-08Silenced some g++ 4.3 warnings.Johannes Schickel
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
2008-05-02- Renamed ScreenAnimator -> Animator_v1Johannes Schickel
2008-04-19- some minor renaming in TIM codeJohannes Schickel
2007-09-19Modified patch #1738058: "Action recorder".Eugene Sandulenko
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-29Restructure Kyrandia sourcecode (part 2, compiling works again)Johannes Schickel
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-15Formatting/Cleanup.Johannes Schickel
2007-04-01made _vm/_engine usage consistent. (_engine -> _vm all over the place now).Johannes Schickel
2007-03-23Implemented some palette code differences for Amiga version.Johannes Schickel
2007-03-18- little 'cleanup'Johannes Schickel
2007-03-16Basic support for Amiga MSC files.Johannes Schickel
2007-03-12WIP code for Amiga version:Johannes Schickel
2007-03-07- cleanupJohannes Schickel
2007-02-01Reworked delay handling.Johannes Schickel
2007-02-01- fixed the sprite updatingJohannes Schickel
2007-01-31Some changes to be closer to the original with palette handling.Johannes Schickel
2007-01-29Changed debug message on unknown opcode to a warning.Johannes Schickel
2007-01-29Implements opcode 0xFFAA ('Reset Brandon's sprite')Johannes Schickel
2006-09-16Replaces all malloc/realloc usages with new.Johannes Schickel
2006-06-03Implements cmd_fadeEntirePalette, should fix some missing palette fades.Johannes Schickel
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-17Fixes bug #1401337 ("KYRA: Platform with pegasi graphics glitch")Johannes Schickel
2006-03-17- Fixes bug #1401432 ("KYRA: Brandon graphics glitch when exiting castle cata...Johannes Schickel
2006-03-16- Fixes some gfx glitches (the falling feather and the falling leaf now have ...Johannes Schickel
2006-02-14Made the kyra debug extensions more generic, i.e. scumm engine could replaceJohannes Schickel
2006-02-14Reworked kyra debug output system. Now he have special kyra intern debug leve...Johannes Schickel
2006-02-11Moved engines to the new engines/ directoryMax Horn