aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw_v2.cpp
AgeCommit message (Collapse)Author
2006-06-13Fixing Scenery::_statics, Game::_totTextData and Game::_totResourceTableSven Hesse
svn-id: r23078
2006-06-10More stub-filling + small clean-upSven Hesse
svn-id: r23012
2006-06-06Two segfault and several coding style related fixesSven Hesse
svn-id: r22954
2006-06-01- Fixed drawing of sprite-parts based textsSven Hesse
- Removed misplaced Music::stopPlay() call svn-id: r22816
2006-05-01- More differences in Draw_v2::spriteOperation()Sven Hesse
- GOB2 handles _frontSurface/_backSurface a bit differently, this fixes (most of) the drawing glitches in the intro - Added using a fallback when the user's game version doesn't have the requested language - off_2E51B et al. stubs, I think it has something to do with the menu svn-id: r22254
2006-04-18Fixed portability issueSven Hesse
svn-id: r22006
2006-04-18- Closed the stub in Draw_v2::printText()Sven Hesse
- Added a language field in GameSettings, so that the texts in Gob2 work for other languages than EN_GRB as well svn-id: r22005
2006-04-18- I misunderstood Draw::initBigSprite(); fixedSven Hesse
- Changed Draw::spriteOperation() for blitting from/to/between and fillrecting to big sprites - Enabled drawing of text svn-id: r22001
2006-04-14Fix compiler warningsMax Horn
svn-id: r21855
2006-04-13Fixed the invalid reads visible with valgrind, deleted theSven Hesse
printText-dup, it's wrong for Gob2 anyway... svn-id: r21849
2006-04-13Commented the SpriteOperation in Draw_v2::printText() out for now,Sven Hesse
they are responsible for background mess-ups in the intro svn-id: r21848
2006-04-13- More stubs, the intro now works completely (with extreme graphicalSven Hesse
glitches and without sound in the floppy version), the title screen is shown afterwards - Added skipping of the floppy version's copy protection screen, since the CD version doesn't show it either svn-id: r21845