Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-05 | Make prepositions work | James Brown | |
svn-id: r9505 | |||
2003-08-05 | fix warning / whitespace | Max Horn | |
svn-id: r9504 | |||
2003-08-05 | Forgot some V1 prep code | James Brown | |
svn-id: r9503 | |||
2003-08-05 | V1 preposition support, but broken. | James Brown | |
svn-id: r9502 | |||
2003-08-05 | Revert | Travis Howell | |
svn-id: r9500 | |||
2003-08-05 | This sam and max demo includes midi tracks | Travis Howell | |
svn-id: r9499 | |||
2003-08-05 | removed obsolete FIXME | Max Horn | |
svn-id: r9488 | |||
2003-08-05 | fixed VAR_TALKSTOP_KEY for V7 games (descumm6.cpp had it right all the time :-) | Max Horn | |
svn-id: r9486 | |||
2003-08-05 | Humongous Games should use native midi drivers if available, since music ↵ | Travis Howell | |
resources are MIDI type. svn-id: r9483 | |||
2003-08-05 | nuke old resource again | Travis Howell | |
svn-id: r9481 | |||
2003-08-05 | Add adlib music improvements for indy3/monkeyega/monkeyvga and cleanups from ↵ | Travis Howell | |
patch #770862 svn-id: r9480 | |||
2003-08-03 | fix warning | Max Horn | |
svn-id: r9443 | |||
2003-08-03 | removed obsolete warning | Max Horn | |
svn-id: r9442 | |||
2003-08-03 | o5_getStringWidth was missing getResultPos() (thanks to _Q for pointing this ↵ | Max Horn | |
out) svn-id: r9441 | |||
2003-08-02 | removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵ | Max Horn | |
did it should be trivial to get them working again) svn-id: r9391 | |||
2003-08-01 | indention fix (so the code adheres to our indention rules) | Max Horn | |
svn-id: r9384 | |||
2003-08-01 | enable partial looping: However this is *completely* untested since I have ↵ | Max Horn | |
no clue where this feature is used, so i can't test it... if somebody tells me where this occurs, I can fix it, if it's not working already svn-id: r9361 | |||
2003-08-01 | #include cleanup (explicityl specify the location for headers from common/, ↵ | Max Horn | |
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359 | |||
2003-08-01 | more descriptive title for mac ft demo | Jonathan Gray | |
svn-id: r9353 | |||
2003-07-31 | added support for FT mac demo | Max Horn | |
svn-id: r9351 | |||
2003-07-31 | revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this ↵ | Max Horn | |
allows to finally get rid of the hackish isChannelActive/isChannelUsed methods in SoundMixer svn-id: r9346 | |||
2003-07-31 | spelling (bug #781028) | Max Horn | |
svn-id: r9342 | |||
2003-07-31 | cleanup for some comments & indention | Max Horn | |
svn-id: r9341 | |||
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 |