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
/
wsamovie.cpp
Age
Commit message (
Expand
)
Author
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
2006-03-08
Fixed tons of format string warnings for debug/error calls (including several...
Max Horn
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