index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
kyra
/
sprites.cpp
Age
Commit message (
Expand
)
Author
2008-05-11
Consisteny fixes:
Johannes Schickel
2008-05-08
Silenced some g++ 4.3 warnings.
Johannes Schickel
2008-05-07
Changed kyra to use delete[] instead of delete [].
Johannes Schickel
2008-05-02
- Renamed ScreenAnimator -> Animator_v1
Johannes Schickel
2008-04-19
- some minor renaming in TIM code
Johannes Schickel
2007-09-19
Modified patch #1738058: "Action recorder".
Eugene Sandulenko
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-07-29
Restructure Kyrandia sourcecode (part 2, compiling works again)
Johannes Schickel
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-04-15
Formatting/Cleanup.
Johannes Schickel
2007-04-01
made _vm/_engine usage consistent. (_engine -> _vm all over the place now).
Johannes Schickel
2007-03-23
Implemented some palette code differences for Amiga version.
Johannes Schickel
2007-03-18
- little 'cleanup'
Johannes Schickel
2007-03-16
Basic support for Amiga MSC files.
Johannes Schickel
2007-03-12
WIP code for Amiga version:
Johannes Schickel
2007-03-07
- cleanup
Johannes Schickel
2007-02-01
Reworked delay handling.
Johannes Schickel
2007-02-01
- fixed the sprite updating
Johannes Schickel
2007-01-31
Some changes to be closer to the original with palette handling.
Johannes Schickel
2007-01-29
Changed debug message on unknown opcode to a warning.
Johannes Schickel
2007-01-29
Implements opcode 0xFFAA ('Reset Brandon's sprite')
Johannes Schickel
2006-09-16
Replaces all malloc/realloc usages with new.
Johannes Schickel
2006-06-03
Implements cmd_fadeEntirePalette, should fix some missing palette fades.
Johannes Schickel
2006-04-04
Since our debug() adds an exclamation mark at the message end, remove
Eugene Sandulenko
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-03-17
Fixes 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-14
Made the kyra debug extensions more generic, i.e. scumm engine could replace
Johannes Schickel
2006-02-14
Reworked kyra debug output system. Now he have special kyra intern debug leve...
Johannes Schickel
2006-02-11
Moved engines to the new engines/ directory
Max Horn