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
/
sequences_hof.cpp
Age
Commit message (
Expand
)
Author
2013-05-02
COMMON: Change kPlatformPC to kPlatformDOS
Matthew Hoops
2013-05-01
KYRA: Fix loading from the Kyrandia 2 title menu
Torbjörn Andersson
2013-04-18
KYRA: (HOF) - fix possible null ptr dereference in sequences_hof.cpp
athrxx
2013-04-18
KYRA: (HOF) - fix possible out of bounds array access
athrxx
2013-04-14
KYRA: fix bug #3610247
athrxx
2013-01-09
KYRA: Make all hex constants use uppercase letters.
Johannes Schickel
2012-11-19
KYRA: Make "const type *const" use consistent.
Johannes Schickel
2012-11-19
KYRA: Make more static data tables const.
Johannes Schickel
2012-11-11
KYRA: fix several GCC compile issues in previous commits
athrxx
2012-11-11
KYRA: clean up audio resource handling
athrxx
2012-11-11
KYRA: finish implementation of new HOF sequence player code
athrxx
2012-11-11
KYRA: move HOF sequence player into its own class
athrxx
2012-03-13
JANITORIAL: Replace (x ? false : true) by !(x).
Christoph Mallon
2012-01-08
KYRA: fix regression in non-playable HOF demo
athrxx
2012-01-08
KYRA: Cleanup v2 item animation a little bit.
Johannes Schickel
2011-12-13
KYRA: Cast char to uint8 before passing it to getCharWidth.
Johannes Schickel
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
KYRA: Fix compilation when LoL is disabled.
Johannes Schickel
2011-04-28
KYRA: Clean up of header includes.
Johannes Schickel
2011-03-29
JANITORIAL: Remove/comment unused vars
dhewg
2011-01-29
KYRA: Hopefully fix valgrind warnings in the HoF intro when text is disabled.
Johannes Schickel
2010-10-23
ALL: Fix indention (whitespaces -> tabs)
Max Horn
2010-05-17
Some more enforcement of our formatting conventions in KYRA too.
Johannes Schickel
2010-05-01
KYRA: fixed some cppcheck warnings
Florian Kagerer
2010-01-29
Fix use of undefined behavior. (Thanks to syke for reporting)
Johannes Schickel
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-11-29
Cleanup.
Johannes Schickel
2009-11-21
More cleanup.
Johannes Schickel
2009-11-21
Cleanup.
Johannes Schickel
2009-10-06
KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t...
Florian Kagerer
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-07-07
Change all uses of FM-Towns/fm-towns to FM-TOWNS.
Johannes Schickel
2009-06-29
Adapted various code parts to use Palette::fill.
Johannes Schickel
2009-06-25
Change Screen_v2::findLeastDifferentColor to take a Palette object as source.
Johannes Schickel
2009-06-25
Change Screen_HoF::generateGrayOverlay to accept a Palette object as source.
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-22
- Changed the following Screen functions to take a reference to a Palette obj...
Johannes Schickel
2009-06-22
Add wrapper functionality for copying full palettes.
Johannes Schickel
2009-06-22
Changed Screen::getPalette to return a reference to a Palette object.
Johannes Schickel
2009-06-22
Got rid of Screen::_currentPalette.
Johannes Schickel
2009-06-09
- Moved Screen_v2::copyWsaRect to Screen::copyWsaRect
Johannes Schickel
2009-05-29
More formatting.
Johannes Schickel
2009-05-29
Formatting.
Johannes Schickel
2009-05-24
Cleanup.
Johannes Schickel
2009-05-24
Make various Sound functionality SoundHandle instead of filename based.
Johannes Schickel
2009-05-21
Remove trailing tabs/whitespaces.
Johannes Schickel
2009-05-19
Formatting.
Johannes Schickel
2009-05-19
Remov lots of superfluous debug output.
Johannes Schickel
[next]