Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski | |
svn-id: r9337 | |||
2003-07-31 | Forward-port ZakV2 hacks from 0.5.0 branch | James Brown | |
svn-id: r9332 | |||
2003-07-31 | Fix for RC bug [780675] MI2: Reoccuring crash | Jamieson Christian | |
Tightened up OOB track selection handling in MidiParser. Apparently some SMFs in the Mac version of MI2 (and other games?) specify track -1 in their jump commands to indicate a jump within the same track. svn-id: r9321 | |||
2003-07-31 | Disabled unknown pragma warning in MSVC-6. | Jamieson Christian | |
svn-id: r9320 | |||
2003-07-30 | the VC warning for unknown pragmas is now gloabally disabled, no need to ↵ | Max Horn | |
work around it locally svn-id: r9300 | |||
2003-07-29 | cleanup | Max Horn | |
svn-id: r9281 | |||
2003-07-29 | Add option for the demo included in Maniac Mansion (Classic version) | Travis Howell | |
svn-id: r9279 | |||
2003-07-29 | Added FIXME | Max Horn | |
svn-id: r9265 | |||
2003-07-28 | no need to zero these variables twice | Max Horn | |
svn-id: r9254 | |||
2003-07-28 | removed _encbyte (it's only used locally) | Max Horn | |
svn-id: r9252 | |||
2003-07-28 | Fix for bug #778060 ("DOTT: Subtitle drawing glitch"). | Torbjörn Andersson | |
svn-id: r9249 | |||
2003-07-28 | Patch #715991: Quit Confirmation Dialog (feature request #642721) with some ↵ | Max Horn | |
tweaks by me svn-id: r9210 | |||
2003-07-28 | more sanity checks | Max Horn | |
svn-id: r9208 | |||
2003-07-28 | adding an assert (better paranoid than letting a null pointer slip thru) | Max Horn | |
svn-id: r9207 | |||
2003-07-28 | fix return values in getObjectOrActorXY; turned unsafe derefActorSafe call ↵ | Max Horn | |
into derefActor (return value of derefActorSafe was used w/o checking it for 0) svn-id: r9206 | |||
2003-07-27 | init walkdata (fix for bug #770306); move Actor::Actor constructor from ↵ | Max Horn | |
header to source file svn-id: r9205 | |||
2003-07-27 | oops this was never meant to be removed | Max Horn | |
svn-id: r9203 | |||
2003-07-27 | fix inventory scrolling V1/V2 games (there were problems with an odd ↵ | Max Horn | |
inventory count) svn-id: r9201 | |||
2003-07-27 | some cleanup | Paweł Kołodziejski | |
svn-id: r9198 | |||
2003-07-25 | fixed setActorCostume for COMI; fixees bug #754421 and hopefully also the ↵ | Max Horn | |
issue described in patch #696033 svn-id: r9191 | |||
2003-07-25 | lots of mixer changes: replaced _volumeTable by _globalVolume (applying ↵ | Max Horn | |
volume after resampling is more accurate); made more member vars of SoundMixer protected (and thus added some new getter methods); added (untested) support for a second (stereo) channel when playing MP3 svn-id: r9184 | |||
2003-07-24 | oops, wanted to move talkFrequency initialisation, but only re-moved it, and ↵ | Max Horn | |
didn't add it in its new place. bad me! svn-id: r9182 | |||
2003-07-24 | cleanup: encapsulate some more members of class Actor, and rename ↵ | Max Horn | |
newDirection -> targetFacing (since it corresponds to the future value of 'facing'; the distinction between 'facing' and 'direction' is extremly fuzzy) svn-id: r9175 | |||
2003-07-23 | Slight cleanup of previous commit. | Torbjörn Andersson | |
svn-id: r9147 | |||
2003-07-23 | Allow the sentence line to be 40 printable characters long. The verb part | Torbjörn Andersson | |
is padded with '@', which should not be counted. svn-id: r9146 | |||
2003-07-23 | Small correction for mac loom | Travis Howell | |
svn-id: r9143 | |||
2003-07-23 | Ooops that should not have been commmited | Travis Howell | |
svn-id: r9142 | |||
2003-07-23 | fm towns cd audio fix from Hibernatus | Travis Howell | |
svn-id: r9141 | |||
2003-07-22 | fix for bug #775839; unified the various Indy3 checks (this gets annoying, ↵ | Max Horn | |
maybe we can merge the three GIDs after 0.5.0; any difference could be handled via _feature flags (e.g. added a GF_TOWNS flag) svn-id: r9137 | |||
2003-07-22 | fix for bug #762593 (ZAK256: Audio CD not handled properly) | Max Horn | |
svn-id: r9135 | |||
2003-07-22 | Changed "SCALLING" to "SCALING". | Torbjörn Andersson | |
svn-id: r9134 | |||
2003-07-22 | so it's not the endFrame, but the duration (in frames), after all! grmbl, ↵ | Max Horn | |
took me long enough to figure this out, now I can fix up system.h, and then decide whom I can blame for this mess (yeah I know I renamed everything to endFrame in here, but it was named incorrectly in many other places already... ah well, at least now we know :-) svn-id: r9130 | |||
2003-07-22 | fix for bug #775420; also properly implemented the 'box matrix truncated' ↵ | Max Horn | |
workaround svn-id: r9129 | |||
2003-07-22 | fix for bug #775640 | Max Horn | |
svn-id: r9128 | |||
2003-07-22 | made about dialog global (so that it can be used from the launcher and from ↵ | Max Horn | |
sky/simon; also added our copyright to it svn-id: r9122 | |||
2003-07-22 | added a FIXME | Max Horn | |
svn-id: r9121 | |||
2003-07-22 | fix spanish prepositions, see bug #772277. And BTW, does anybody know when ↵ | Max Horn | |
and where the 'on/mit/sur/su/en' preposition is actually used? svn-id: r9116 | |||
2003-07-22 | fix for bug #770704 | Max Horn | |
svn-id: r9115 | |||
2003-07-21 | Fix for #775275 : debugger support on WinCE | Nicolas Bacca | |
svn-id: r9114 | |||
2003-07-21 | fixing bug #774783 for the VGA version, too - and I bet the FmTowns version ↵ | Max Horn | |
will need this fix, too svn-id: r9112 | |||
2003-07-21 | really fix #774783 in IndyEGA (while the value '1' is not strictly correct, ↵ | Max Horn | |
and in IndyVGA it is 0, and 0 is the logical value - this *has* to be 1 (and 1 is what the original returns, too, due to a bug) svn-id: r9111 | |||
2003-07-21 | Fix for bug #770690 and bug #774783 | Max Horn | |
svn-id: r9110 | |||
2003-07-21 | added getResourceSize method | Max Horn | |
svn-id: r9109 | |||
2003-07-20 | improved stampObject opcode for FT mine field, still layers? problem | Paweł Kołodziejski | |
svn-id: r9099 | |||
2003-07-20 | some changes for stampObject opcode to be more similiar dissassembly | Paweł Kołodziejski | |
svn-id: r9098 | |||
2003-07-20 | fixed regression caused by me | Paweł Kołodziejski | |
svn-id: r9097 | |||
2003-07-20 | fixed warnings | Paweł Kołodziejski | |
svn-id: r9096 | |||
2003-07-20 | Revert my bad code | Travis Howell | |
svn-id: r9094 | |||
2003-07-20 | fix for bug #758542 | Max Horn | |
svn-id: r9088 | |||
2003-07-20 | typo | Max Horn | |
svn-id: r9086 |