aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2011-07-29Merge remote-tracking branch 'official/master'Bertrand Augereau
Conflicts: devtools/tasmrecover/tasm-recover
2011-07-29DREAMWEB: 'kernchar' fixBertrand Augereau
2011-07-29DREAMWEB: Fixed showframe ABI to conform to wjp's patch ↵Bertrand Augereau
c626394f2b6566bc310f7fb02b9449acc2e8f00f
2011-07-28DREAMWEB: Rewrite main loopWillem Jan Palenstijn
2011-07-28DREAMWEB: Move main function to stubsWillem Jan Palenstijn
2011-07-28DREAMWEB: Fix rendering underlined charactersWillem Jan Palenstijn
The frame number argument to showframe is 9 bits of ax in the original asm, but was passed in a uint8.
2011-07-28DREAMWEB: Fix kerning in printcharWillem Jan Palenstijn
ah should contain the next char to print for kernchars(), but it was getting clobbered in one code path, and not even set in another.
2011-07-28DREAMWEB: 'makebackob' portedBertrand Augereau
2011-07-28DREAMWEB: diffDest blitting in 'showframe' doesn't pollute the interface any ↵Bertrand Augereau
more
2011-07-28DREAMWEB: Cleanings and less register useBertrand Augereau
2011-07-28DREAMWEB: 'getroomspaths' and 'facerightway' ported to C++Bertrand Augereau
2011-07-28DREAMWEB: Misc. register usage cleaningBertrand Augereau
2011-07-28DREAMWEB: Extraction of print.cpp from stubs.cppBertrand Augereau
2011-07-28DREAMWEB: Extraction of sprite.cpp from stubs.cppBertrand Augereau
2011-07-28DREAMWEB: Less register pollutionBertrand Augereau
2011-07-28DREAMWEB: Ported 'lockeddoorway'Bertrand Augereau
2011-07-28DREAMWEB: Fixed what is very probably a typo in original code and ↵Bertrand Augereau
regenerated the source
2011-07-28DREAMWEB: Fix (underlined object names) in 'printchar' parameter interpretationBertrand Augereau
2011-07-28TSAGE: Fixed a problem with only the first Fx sound being playedPaul Gilbert
2011-07-28TSAGE: Clarified some method names in the sound codePaul Gilbert
2011-07-28TSAGE: Added sound debugger commandPaul Gilbert
2011-07-28TSAGE: Sound Fx is now playingPaul Gilbert
2011-07-28TSAGE: Fix problem with sound Fx start method being called multiple timesPaul Gilbert
2011-07-27KYRA: add support for Russian Kyra 1 floppy fan translationathrxx
2011-07-27COMPOSER: Fix clang warnings.Johannes Schickel
2011-07-27COMPOSER: Correct module.mk for Dynamic Plugins.D G Turner
2011-07-27MOHAWK: Corrected Regression due to minor typo in Myst o_disableAreas.D G Turner
Thanks to bgKa for looking at this.
2011-07-27Merge pull request #58 from fuzzie/composerEugene Sandulenko
COMPOSER: Merge engine
2011-07-27TSAGE: Beginning of implementation of Fx method #32Paul Gilbert
2011-07-25GOB: Add a workaround for bug #3376547 (gob3 footstep sound)Sven Hesse
2011-07-25KYRA: add support for Kyra 2 Russian floppyathrxx
2011-07-25TSAGE: Re-factored sound driver method #32 with extra parameters needed by ↵Paul Gilbert
Sound Fx driver
2011-07-24Merge pull request #55 from tramboi/printingEugene Sandulenko
DREAMWEB: Translate printing subsystem
2011-07-24LOL: add support for Russian CD-ROM versionathrxx
2011-07-24LOL: add support for Russian floppy versionathrxx
2011-07-24TSAGE: Reverted to using a single thread for audio playbackPaul Gilbert
2011-07-23DREAMWEB: Blacklisted 'usetimedtext', 'getundertimed' and 'putundertimed'Bertrand Augereau
2011-07-23DREAMWEB: 'multiput' and 'multiget' get signaturesBertrand Augereau
2011-07-23DREAMWEB: Less register usage in 'printslow'Bertrand Augereau
2011-07-23DREAMWEB: 'printdirect' has a C++ signatureBertrand Augereau
2011-07-23DREAMWEB: Less register usage in 'getnumber'Bertrand Augereau
2011-07-23DREAMWEB: 'dumptextline' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: Less register usage in 'printslow'Bertrand Augereau
2011-07-23DREAMWEB: Useless register shuffling in printbothBertrand Augereau
2011-07-23DREAMWEB: Cleaning in 'printslow'Bertrand Augereau
2011-07-23DREAMWEB: Cleaning of 'printasprite'Bertrand Augereau
2011-07-23DREAMWEB: Cleaning of 'showframe'Bertrand Augereau
2011-07-23DREAMWEB: Fix code formattingBertrand Augereau
2011-07-23DREAMWEB: 'printboth' ported to C++Bertrand Augereau
2011-07-23DREAMWEB: 'multidump' has a nicer signatureBertrand Augereau