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
/
lure
/
decode.cpp
Age
Commit message (
Expand
)
Author
2011-12-09
LURE: Converted the AnimationDecoder::decode_data routine to remove GOTO usage
Paul Gilbert
2011-12-09
LURE: Converted the vgaDecode routine to remove GOTO usage
Paul Gilbert
2011-05-25
ALL: favour/favourite -> favor/favorite
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-14
ALL: colour -> color
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-05
Fix to remove a tab character from the GPL header
Paul Gilbert
2007-12-31
Bugfix to data position start in vga decoder, and made ega/vga decoder method...
Paul Gilbert
2007-12-31
Added support for decoding EGA screens
Paul Gilbert
2007-12-01
Fix for Valgrind warning - at least one animation read a single byte beyond t...
Paul Gilbert
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-03-13
Changed temp variable from byte to word to fix decoding of some animation res...
Paul Gilbert
2006-02-19
Updated memory set method call to new name
Paul Gilbert
2006-02-11
Moved engines to the new engines/ directory
Max Horn