aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/scene_lol.cpp
AgeCommit message (Collapse)Author
2014-03-17KYRA: (LOL) - fix LoLEngine::updateCompass()athrxx
2014-02-18KYRA: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-18KYRA: (LOL) - fix bug in last commit for scene_lol.cppathrxx
2013-04-18KYRA: (LOL) - fix possible null ptr dereference in scene_lol.cppathrxx
2013-01-09KYRA: Make all hex constants use uppercase letters.Johannes Schickel
Done with: git ls-files "*.cpp" *".h" | xargs sed -i -e 's/0x\([0-9a-f]*\)/0x\U\1/g'
2012-11-11KYRA: move HOF sequence player into its own classathrxx
(also cleaning up and fixing things while doing that)
2012-02-21KYRA: (EOB) - fix EOB1 door clippingathrxx
(this was done in the same way as in EOB2 and LOL, but it has to be slightly different)
2012-02-21KYRA: (EOB) - start work on CGA and EGA graphics modesathrxx
2011-12-31KYRA: Slight formatting fixes.Johannes Schickel
2011-12-28KYRA: (LOL) - refactor item/monster structsathrxx
2011-12-26KYRA: (EOB) - remove unneeded virtual declarations in screen.hathrxx
2011-12-26KYRA: (EOB/LOL) - rename some varsathrxx
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon)
2011-12-26KYRA: (EOB) - fix some valgrind warningsathrxx
2011-12-26KYRA: (EOB) - complete EOBII playabilityathrxx
- fixed temp data generation, block data loading, some spell issues, etc. - both EOB I and II should now be completable - one big issue remaining (AdLib driver gets swamped with monster sounds which causes heavy lags in some levels)
2011-12-26KYRA: (EOB) - implement explodeObject()athrxx
2011-12-26KYRA: (EOB) - initial code base commitathrxx
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-09KYRA: Get rid of most snprintf usages.Johannes Schickel
Thanks to digitall for his initial patch, which I only altered slightly.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28KYRA: Clean up of header includes.Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2010-10-23ALL: Fix indention (whitespaces -> tabs)Max Horn
svn-id: r53738
2010-08-03KYRA: Get rid of Screen_LoL::generateLevelOverlay.Johannes Schickel
This function is actually exactly the same as Screen_v2::generateOverlay, after I fixed the implementation of the latter last commit. svn-id: r51704
2010-02-09LOL: fixed script bug in castle cimmeria that would cause out of bounds mem ↵Florian Kagerer
access (should fix bug #2948109) svn-id: r48016
2010-02-07LOL: fixed handling of invalid monster attack sfx in the Urbish mines ↵Florian Kagerer
(should fix bug no #2945950) svn-id: r47967
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-12-26LOL: - added workaround for portrait speech animations which would sometimes ↵Florian Kagerer
"freeze" - renamed some stuff svn-id: r46601
2009-12-26LOL: fixed minor bug in lamp codeFlorian Kagerer
svn-id: r46587
2009-12-24LOL: fixed minor bug in lamp codeFlorian Kagerer
svn-id: r46534
2009-12-13LOL: fixed regressionFlorian Kagerer
svn-id: r46366
2009-11-11LOL: - fixed transparency tables in PC-98 16 color versionFlorian Kagerer
- renamed some variables svn-id: r45847
2009-10-13LOL/PC-98: fixed outroFlorian Kagerer
svn-id: r45046
2009-10-11LOL/PC-98: fix decoration shape drawingFlorian Kagerer
svn-id: r44947
2009-10-09LOL/PC-98: fixed monster drawing bug (some wrong pixels)Florian Kagerer
svn-id: r44847
2009-10-08LOLLOL/PC-98: fixed ghorka swamp freeze modeFlorian Kagerer
svn-id: r44794
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for ↵Max Horn
consistency svn-id: r44634
2009-10-02LOL: cleanupFlorian Kagerer
svn-id: r44549
2009-10-02LOL/PC-98: - some more fixes for level graphics (shapes are still not quite ↵Florian Kagerer
right) - fixed heal spell svn-id: r44547
2009-09-30LOL/PC-98: - fixed TIM dialogue button text colorsFlorian Kagerer
- fixed menu text alignment svn-id: r44501
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵Max Horn
things) svn-id: r44495
2009-09-26LOL/PC-98: start fixing sequences (like broken arms inn and king richard ↵Florian Kagerer
getting poisoned) svn-id: r44375
2009-09-20Cleanup.Johannes Schickel
svn-id: r44228
2009-09-20Fix compilation under Linux.Johannes Schickel
svn-id: r44226
2009-09-20LOL/PC-98: start fixing color issues (still not working correctly though)Florian Kagerer
svn-id: r44223
2009-09-19LOL/PC-98: fixed block drawing (colors are still wrong)Florian Kagerer
svn-id: r44198
2009-09-19LOL: fix warning/errorFlorian Kagerer
svn-id: r44196
2009-09-19LOL: start on pc98 support (still messed up and not working though)Florian Kagerer
svn-id: r44195
2009-09-11LOL: add missing opcodeFlorian Kagerer
svn-id: r44036
2009-09-11LOL/Floppy: fixed gfx tables generationFlorian Kagerer
svn-id: r44034
2009-09-05LOL: fix inventory drawing in floppy versionFlorian Kagerer
svn-id: r43960