aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb
AgeCommit message (Expand)Author
2011-06-28DREAMWEB: Removed memcpy as suggested by wjpVladimir Menshakov
2011-06-26DREAMWEB: Added italian floppy releaseVladimir Menshakov
2011-06-26DREAMWEB: Added assert on memcpy overlapVladimir Menshakov
2011-06-25DREAMWEB: Removed workaround of invalid size of extext dataVladimir Menshakov
2011-06-25DREAMWEB: Save registers in vsync, like in original sourcesVladimir Menshakov
2011-06-25DREAMWEB: Minor cleanup in playSound, added kSpeechSoundType for speechVladimir Menshakov
2011-06-25DREAMWEB: Added missing syncSoundSettings()Vladimir Menshakov
2011-06-25DREAMWEB: Reimplemented modifychar and language switchingVladimir Menshakov
2011-06-25DREAMWEB: Replaced foreign-guarded code with "foreignrelease" variable, added...Vladimir Menshakov
2011-06-25DREAMWEB: Added german and spanish floppy versionsVladimir Menshakov
2011-06-25DREAMWEB: Fixed quit from keypad screenVladimir Menshakov
2011-06-25DREAMWEB: Fixed keypad animationVladimir Menshakov
2011-06-24DREAMWEB: Show subtitle options only for CD versionVladimir Menshakov
2011-06-24DREAMWEB: Fixed continuing to another procedure. (axe misuse crash)Vladimir Menshakov
2011-06-24DREAMWEB: Fixed quit() from dialogueVladimir Menshakov
2011-06-23DREAMWEB: Added ui settings integrationVladimir Menshakov
2011-06-23DREAMWEB: Added subtitle optionVladimir Menshakov
2011-06-22DREAMWEB: frameoutv becomes a native functionBertrand Augereau
2011-06-22DREAMWEB: Fix bug in tasmrecover causing load/save mixupWillem Jan Palenstijn
2011-06-20DREAMWEB: Use kMaingamepal provided by the tasm-recovereriktorbjorn
2011-06-20DREAMWEB: Remove readabyte() and readoneblock()eriktorbjorn
2011-06-20DREAMWEB: Remove convertkey()eriktorbjorn
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-19DREAMWEB: Fix compilation error on MSVCPaul Gilbert
2011-06-19DREAMWEB: Added crash workaroundVladimir Menshakov
2011-06-19DREAMWEB: Added assertions on cx == 0xffffVladimir Menshakov
2011-06-19DREAMWEB: Added checksums for German CD releaseVladimir Menshakov
2011-06-19DREAMWEB: Removed getback = 4 hack, added clean exit from every menus and cre...Vladimir Menshakov
2011-06-19DREAMWEB: removed hack from openfileVladimir Menshakov
2011-06-18DREAMWEB: Fix saveGameState signature to match Engine's virtual methodOri Avtalion
2011-06-18DREAMWEB: fixed size check in stosw(size)Vladimir Menshakov
2011-06-18DREAMWEB: added stubs for loading from lancher (disabled).Vladimir Menshakov
2011-06-18DREAMWEB: do not call updatescreen before quitting, fixed crash on dosreturn,...Vladimir Menshakov
2011-06-18DREAMWEB: implemented clean exitVladimir Menshakov
2011-06-17Merge pull request #30 from tsoliman/configure-enhancement-warning-cleanEugene Sandulenko
2011-06-17DREAMWEB: clear cx after rep movs/stos commandsVladimir Menshakov
2011-06-17DREAMWEB: replaced generated code with c++ style stubsVladimir Menshakov
2011-06-16DREAMWEB: flag all WIP games with ADGF_UNSTABLETarek Soliman
2011-06-16DREAMWEB: Re-optimize unbounded code blocksWillem Jan Palenstijn
2011-06-16DREAMWEB: Fix probably copy-paste error in asmWillem Jan Palenstijn
2011-06-16DREAMWEB: Try to clean up jumps to returnsWillem Jan Palenstijn
2011-06-16DREAMWEB: removed while loops from rep+stos/movs instructionsVladimir Menshakov
2011-06-16DREAMWEB: Improved code formattingVladimir Menshakov
2011-06-16DREAMWEB: Clarified 2nd CD version as the US releasePaul Gilbert
2011-06-16DREAMWEB: Added detection for second CD versionPaul Gilbert
2011-06-16DREAMWEB: Fixed size of the save file titleVladimir Menshakov
2011-06-16DREAMWEB: added savefiles enumerationVladimir Menshakov
2011-06-16DREAMWEB: moved stubs into stubs.cppVladimir Menshakov
2011-06-16DREAMWEB: optimized consequtive movsb/w and stosb/wVladimir Menshakov
2011-06-15DREAMWEB: added unused label elimination. Does not work for some labels, but ...Vladimir Menshakov