aboutsummaryrefslogtreecommitdiff
path: root/devtools/tasmrecover/dreamweb
AgeCommit message (Collapse)Author
2012-01-01MISC: This is year 2012Strangerke
2011-12-18DREAMWEB: Remove reelRoutines from data blobWillem Jan Palenstijn
2011-12-03DREAMWEB: Clean up last remaining kFileheader/kFiledata usageWillem Jan Palenstijn
2011-12-03DREAMWEB: Omit a number of unused binary blobsWillem Jan Palenstijn
2011-12-03DREAMWEB: Convert 'loadOld' and clean up 'doLoad' callsWillem Jan Palenstijn
2011-11-15DREAMWEB: Fix crash on quitWillem Jan Palenstijn
The functions 'mainscreen' and 'screenupdate' can set kQuitrequested, so we have to check that from their callers.
2011-09-02DREAMWEB: Fix quitting in the inventory screenBertrand Augereau
2011-08-18DREAMWEB: Add/fix loading from launcherWillem Jan Palenstijn
This is very error-prone, and needs testing.
2011-08-14Merge pull request #60 from tramboi/masterEugene Sandulenko
DREAMWEB: Fixes, cleaning and more functions ported to C++
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-07-28DREAMWEB: Fixed what is very probably a typo in original code and ↵Bertrand Augereau
regenerated the source
2011-07-18DREAMWEB: C++-isation of a part of the sprite subsystemBertrand Augereau
2011-06-25DREAMWEB: Removed workaround of invalid size of extext dataVladimir Menshakov
2011-06-25DREAMWEB: Replaced foreign-guarded code with "foreignrelease" variable, ↵Vladimir Menshakov
added modifychar stub
2011-06-25DREAMWEB: Fixed quit from keypad screenVladimir Menshakov
2011-06-25DREAMWEB: Fixed keypad animationVladimir Menshakov
2011-06-24DREAMWEB: Fixed quit() from dialogueVladimir Menshakov
2011-06-23DREAMWEB: Added subtitle optionVladimir Menshakov
2011-06-21DREAMWEB: Remove control char from sourceWillem Jan Palenstijn
2011-06-21Merge branch 'dreamsrc'Willem Jan Palenstijn
2011-06-19DREAMWEB: Remove control chars from sourceWillem Jan Palenstijn
2011-06-19DREAMWEB: Added crash workaroundVladimir Menshakov
2011-06-19DREAMWEB: Fixed quit from travel screenVladimir Menshakov
2011-06-19DREAMWEB: Removed getback = 4 hack, added clean exit from every menus and ↵Vladimir Menshakov
credits
2011-06-18DREAMWEB: do not call updatescreen before quitting, fixed crash on ↵Vladimir Menshakov
dosreturn, cleaned up dosreturn stub
2011-06-18DREAMWEB: implemented clean exitVladimir Menshakov
2011-06-16DREAMWEB: Fix probably copy-paste error in asmWillem Jan Palenstijn
This removes an (empty) 'unbounded code' block in dreamgen.cpp
2011-06-15DREAMWEB: converted line endings to the unix formatVladimir Menshakov
2011-06-15DREAMWEB: Added original sources. Released with permission from Neil Dodwell.Vladimir Menshakov
2011-06-05DREAMWEB: Add original Dreamweb assembly sourcesWillem Jan Palenstijn
They have been released under the GPL with permission from Neil Dodwell. Note that the version of these sources that was added in 9599894a4b2f79672fc3e2ca5a93ef9c7d457c08 has been tweaked to prepare for processing by tasmrecover.