Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-06 | no need to save information which we can (and do) recompute | Max Horn | |
svn-id: r12167 | |||
2004-01-06 | Made o8_getActorZPlane return the same z value as Actor::drawActorCostume ↵ | Max Horn | |
computes - this *might* cause regressions, or might fix bugs, or might have no visible effect at all :-). Somebody feel free to verify this against assembly svn-id: r12166 | |||
2004-01-06 | Add check | Travis Howell | |
svn-id: r12164 | |||
2004-01-05 | replace more usages of _screenWidth by more appropriate variables/values | Max Horn | |
svn-id: r12162 | |||
2004-01-05 | more cleanup | Max Horn | |
svn-id: r12161 | |||
2004-01-05 | added Actor::getElevation and Actor::setElevation; cleaned up costume API a ↵ | Max Horn | |
bit; some minor cleanup/tweaks svn-id: r12160 | |||
2004-01-05 | Had checks wrong way around, seems to work now. | Travis Howell | |
svn-id: r12158 | |||
2004-01-05 | Add partial support for ignoreTurns, fixes some glitches in putt putt games. | Travis Howell | |
svn-id: r12150 | |||
2004-01-05 | 'proper' fix for V1 MM problem; added a FIXME | Max Horn | |
svn-id: r12149 | |||
2004-01-05 | fix bug #870433 (DIG: Scrolling regression with the lander game) | Max Horn | |
svn-id: r12148 | |||
2004-01-04 | Add comment | Travis Howell | |
svn-id: r12143 | |||
2004-01-04 | cleanup | Max Horn | |
svn-id: r12139 | |||
2004-01-04 | split out cursor/palette code into separate source files | Max Horn | |
svn-id: r12138 | |||
2004-01-04 | Allow subtitles to be disabled in games using imuse digital again. | Travis Howell | |
svn-id: r12137 | |||
2004-01-04 | Fix a few subtitles glitches in loomcd during cutscenes. | Travis Howell | |
svn-id: r12136 | |||
2004-01-04 | renamed global var _debugLevel to g_debugLevel; let Engine constructor init ↵ | Max Horn | |
it (this way all engines get it for free, allows further cleanup); removed some useless/duplicate member vars in SwordEngine svn-id: r12134 | |||
2004-01-04 | turns out we always had VirtScreen::backBuf but didn't use it... change that ↵ | Max Horn | |
(helps readability of the code, IMO); added Gdi::getMaskBuffer (again, helps understanding the code, I think); regrouped some functions in gfx.cpp svn-id: r12133 | |||
2004-01-04 | removed setFeatures (not needed anymore) | Max Horn | |
svn-id: r12132 | |||
2004-01-04 | replaced many instances of _screenWidth by VirtScreen::width, where ↵ | Max Horn | |
approriate (there are cases, like when dealing with the camera, where _screenWidth is correct; in other places we still use it, because the VirtScreen is not available in that place at this time, will be fixed later). Reason for all this: eventually a clean seperation will allow us to use a main screen which is wider than the real screen width -> useful for V7+ smooth scrolling svn-id: r12131 | |||
2004-01-04 | uhm? I don't see why VC 2003 would complain about this, but not about the ↵ | Max Horn | |
many equal instances of this code (which, BTW, is perfectly valid C...) svn-id: r12130 | |||
2004-01-04 | I don't see why this would be needed (my guess is that the hack in ↵ | Max Horn | |
initVirtScreen (to use _roomHeight) already covers this, and more) svn-id: r12125 | |||
2004-01-04 | remove this HACK workaround - I think I may have fixed the true cause (we'll ↵ | Max Horn | |
see) svn-id: r12124 | |||
2004-01-04 | cleanup (mostly moved stuff around, and replaced the fadeOut call) | Max Horn | |
svn-id: r12123 | |||
2004-01-03 | renamed updateDirtyRect to markRectAsDirty (because that's what it really ↵ | Max Horn | |
does); used virtual screen id constants in more places svn-id: r12122 | |||
2004-01-03 | cleanup | Max Horn | |
svn-id: r12121 | |||
2004-01-03 | oops | Max Horn | |
svn-id: r12120 | |||
2004-01-03 | removed unused param in initScreens | Max Horn | |
svn-id: r12119 | |||
2004-01-03 | added & renamed some constants; fixed & added some doxygen comments; cleaned ↵ | Max Horn | |
up the dirty screen code a bit (this should also fix a bug in V1/V2 games where part of the screen was not redrawn properly) svn-id: r12118 | |||
2004-01-03 | renamed AudioInputStream -> AudioStream | Max Horn | |
svn-id: r12110 | |||
2004-01-03 | Should be enabled for all GF_NEW_COSTUMES games. | Travis Howell | |
Fixes missing actors in craters section of puttmoon svn-id: r12105 | |||
2004-01-03 | Add last few | Travis Howell | |
svn-id: r12104 | |||
2004-01-03 | Update | Travis Howell | |
svn-id: r12101 | |||
2004-01-03 | re-enabled .sog and .so3 support for FT | Max Horn | |
svn-id: r12096 | |||
2004-01-02 | sync with data | Max Horn | |
svn-id: r12092 | |||
2004-01-02 | Add comments for HE specific opcodes | Travis Howell | |
Update hack for PuttPutt Add another small fix. svn-id: r12091 | |||
2004-01-02 | Ooops | Travis Howell | |
svn-id: r12085 | |||
2004-01-02 | Add another HE games opcode and case. | Travis Howell | |
svn-id: r12084 | |||
2004-01-02 | Fix missing sfx in puttputt | Travis Howell | |
svn-id: r12081 | |||
2004-01-02 | Fix some masking issue in Putt Putt games | Travis Howell | |
svn-id: r12080 | |||
2004-01-02 | Fix for bug #869045 (DIG: Crash in bundle decoder); t'was a buffer overflow | Max Horn | |
svn-id: r12079 | |||
2004-01-02 | Can be used for The Dig too, lander mini-games works again. | Travis Howell | |
svn-id: r12077 | |||
2004-01-01 | Bypass Monkey Island 1 CD copy protection on restart. | Travis Howell | |
svn-id: r12076 | |||
2003-12-30 | be a bit more gentle to people typing in invalid box IDs :-) | Max Horn | |
svn-id: r12044 | |||
2003-12-30 | improved box drawing in debugger (now also draws boxes of height 0 | Max Horn | |
svn-id: r12042 | |||
2003-12-30 | cleanup | Max Horn | |
svn-id: r12038 | |||
2003-12-30 | updated MD5 table | Max Horn | |
svn-id: r12036 | |||
2003-12-30 | hook up MD5 database (this is still kind of a hack, but at least it shows ↵ | Max Horn | |
that the approach works :-) svn-id: r12035 | |||
2003-12-30 | added generated MD5 table (not yet used) | Max Horn | |
svn-id: r12033 | |||
2003-12-30 | Add missing case for HE games. | Travis Howell | |
svn-id: r12030 | |||
2003-12-30 | This is dummy opcode in tentacle | Travis Howell | |
svn-id: r12029 |