aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.cpp
AgeCommit message (Collapse)Author
2008-05-02Started to refactor kyra2/kyra3 code to a common base. (regressions ↵Johannes Schickel
possible, compiling currently broken) svn-id: r31817
2008-04-26Fixed unitialized variable in Screen.Johannes Schickel
svn-id: r31732
2008-04-26Fixed kyra screen initialization.Johannes Schickel
svn-id: r31730
2008-04-25minor drawShape() bug fix for Malcolm's shadowFlorian Kagerer
svn-id: r31728
2008-04-23- cleanupJohannes Schickel
- some valgrind warning fixes svn-id: r31669
2008-04-20Fixed yet another two long standing bugs in Screen::encodeShape.Johannes Schickel
svn-id: r31633
2008-04-20Fixed long standing bug in encodeShape.Johannes Schickel
svn-id: r31593
2008-04-17Little fix in drawShape.Johannes Schickel
svn-id: r31555
2008-04-17Commented out unused variables.Torbjörn Andersson
svn-id: r31539
2008-04-17some more drawShape plot functions now (after Lord Hoto's additions) ↵Florian Kagerer
required for Kyra 1 svn-id: r31528
2008-04-16Fixed mask page handling in ScreenEx::copyWsaRect, this time it should be ↵Johannes Schickel
correct... svn-id: r31524
2008-04-16- Some more mask page handling fixes for Kyra3.Johannes Schickel
- Implemented a few scene animation opcodes - basic run loop (all the user can do is quit though) - music related fix Wee you can see the squirrel animation and listen to the music now! svn-id: r31523
2008-04-16Fixed warning.Torbjörn Andersson
svn-id: r31522
2008-04-16Fixed shape drawing in HoF (regression) and Kyra3.Johannes Schickel
svn-id: r31521
2008-04-16Some more kyra3 code.Johannes Schickel
svn-id: r31519
2008-04-16Some more kyra3 code. This should show the first scene for a brief second. ↵Johannes Schickel
(and it initializes a bit more internal stuff) svn-id: r31518
2008-04-16fix sjis text color (ship scene)Florian Kagerer
svn-id: r31517
2008-04-12Initialize all screen buffers properly.Johannes Schickel
svn-id: r31492
2008-04-12- some refactoring for Kyra3Johannes Schickel
- removed unneeded map code in KyraEngine_v3 svn-id: r31488
2008-04-09fix drawShape glitch (Brandon's feet got mutilated and one vertical line was ↵Florian Kagerer
not drawn when leaving the screen to the left or to the right ) svn-id: r31461
2008-04-06implement missing Screen::drawShapePlotType11_15()Florian Kagerer
svn-id: r31441
2008-04-04Added partial support for main menu. Only load, save and resume buttons are ↵Johannes Schickel
working currently svn-id: r31375
2008-03-30Cleanup.Johannes Schickel
svn-id: r31319
2008-03-30Always clip rect to copy in Screen::copyRegion now, like the original does.Johannes Schickel
This fixes bug #1537373 "KYRA1: Crash when meeting Zanthia". svn-id: r31318
2008-03-30- get rid of const_castFlorian Kagerer
svn-id: r31317
2008-03-30Cleanup.Johannes Schickel
svn-id: r31313
2008-03-30Renamed some functions according to our coding guidelines.Johannes Schickel
svn-id: r31310
2008-03-30- fixed formattingJohannes Schickel
- fixed const correctness (needed a const_cast though :-/) svn-id: r31309
2008-03-29New drawShape code for Kyra 1 and 2. Scaled sprites no longer appear ↵Florian Kagerer
mutilated. This also fixes bug #1582675 (KYRA1: Brandon standing IN the floor). This still needs some testing (for both Kyra 1 and Kyra 2). svn-id: r31306
2008-03-27Fixed palette loading debug command for amiga version.Johannes Schickel
svn-id: r31266
2008-03-16- fix mouse cursor hotspot for sjis modeFlorian Kagerer
svn-id: r31138
2008-03-09Implemented spellbook in HoF.Johannes Schickel
svn-id: r31084
2008-03-09Fixed access of inventory in HoF while cursor is not visible. Johannes Schickel
svn-id: r31081
2008-03-03Fix compile.Travis Howell
svn-id: r31040
2008-03-03Started to implement GUI code for HoF.Johannes Schickel
Currently working: - _basic_ inventory, this doesn't include scrolling through the inventory svn-id: r31038
2008-02-10Committed patch #1885629 "KYRA: HoF missing talkie credits and demo support".Johannes Schickel
svn-id: r30845
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-12Removed warning in Screen::getOverlayPtr for now.Johannes Schickel
svn-id: r30440
2008-01-12Commit patch #1869747 "KYRA: HoF sjis patch".Johannes Schickel
svn-id: r30437
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
2007-12-28Fixes compiling on msvc7.1, it seems like it has problems to decide when to ↵Johannes Schickel
use operator bool. svn-id: r30024
2007-12-24Cleanup(/formatting).Johannes Schickel
svn-id: r29983
2007-12-15debug(C) parameter type fixes.Johannes Schickel
svn-id: r29864
2007-10-21Fix warningMax Horn
svn-id: r29243
2007-10-19Committing [ 1816080 ] KYRA: Intro Patch for HoF, from Florian, with some ↵Oystein Eftevaag
cleanup and a minor fix svn-id: r29233
2007-10-12HoF:Johannes Schickel
- added some _skipFlag and _quitFlag handling - extended Screen::fadePal to take an functor for update purposes - changed KyraEngine_v2::fadeScenePal to use Screen::fadePal with a functor svn-id: r29188
2007-10-09HoF:Johannes Schickel
- added support for dropping items into scenes - added const to some static data - implemented opcode 0x55 o2_setLayerFlag - fixed a bug in Screen_v2::drawShape svn-id: r29175
2007-09-23Added command to enable screen debug functionallity. (instead of the old ↵Johannes Schickel
compile time enabling) svn-id: r29078
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966