Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-04 | DREAMWEB: Clean up the palette brightness code | Filippos Karapetis | |
2012-02-24 | DREAMWEB: Migrate loadTextFile() to using datafile prefix variable. | D G Turner | |
2012-02-24 | DREAMWEB: Migrate loadGraphicsFile() to using datafile prefix variable. | D G Turner | |
2012-02-24 | DREAMWEB: Migrate loadSounds() to using datafile prefix variable. | D G Turner | |
2012-02-24 | DREAMWEB: Migrate loadTempText() to using datafile prefix variable. | D G Turner | |
2012-02-24 | DREAMWEB: Add datafile name prefix to engine and modify showPCX() to it. | D G Turner | |
This new variable removes the need for duplicates strings of the form "DREAMWEB.*" spread throughout the dreamweb engine, replacing them with a common const string on the engine holding the datafile name prefix. This will reduce binary size and it should also simplify adding support for foreign language variants, where the datafile name prefix is changed. To demostrate usage and prove this, showPCX() is migrated to using this. | |||
2012-02-23 | Merge pull request #189 from fingolfin/cleanup | Eugene Sandulenko | |
ALL: Cleanup | |||
2012-02-23 | DREAMWEB: Dynamically allocate GraphicsFile::_frames. | Alyssa Milburn | |
This avoids extra memory usage due to the previous commit. | |||
2012-02-23 | DREAMWEB: Remove shared temp graphics variables. | Alyssa Milburn | |
Instead, have a different variable for each use. | |||
2012-02-22 | DREAMWEB: Avoid including advancedDetector.h from dreamweb.h | Max Horn | |
2012-02-12 | DREAMWEB: Fix missing subtitle lines in speech+subtitle mode | Willem Jan Palenstijn | |
This is done by adding a (very ugly) way to force the previous timed-temp line off screen, so the next one can be shown. | |||
2012-02-08 | DREAMWEB: Remove uneeded duplicate function "printUnderMon". | D G Turner | |
2012-01-08 | DREAMWEB: Extend the number of saveslots from 7 to 21 in the original | Torbjörn Andersson | |
save/load dialogs. | |||
2011-12-29 | DREAMWEB: Minor clean up | Willem Jan Palenstijn | |
2011-12-28 | DREAMWEB: Minor clean up and removal of goto usage in dreamweb(). | D G Turner | |
2011-12-28 | DREAMWEB: Added commandOnlyCond() method | Max Horn | |
2011-12-28 | DREAMWEB: Mark some member vars as only being used in keypad.cpp; cleanup | Max Horn | |
2011-12-28 | DREAMWEB: Remove global file handle | Max Horn | |
2011-12-28 | DREAMWEB: Clean up checkCoords | Willem Jan Palenstijn | |
2011-12-28 | Merge pull request #154 from fingolfin/dreamweb-cleanup | Filippos Karapetis | |
Dreamweb: Mark structs packed, minor tweaks | |||
2011-12-28 | DREAMWEB: Replaced most isCD calls with calls checking for speech | Filippos Karapetis | |
This is quite useful for devices with limited storage, where the user can use the CD version without its speech files | |||
2011-12-28 | DREAMWEB: Clean up some constants | Willem Jan Palenstijn | |
2011-12-28 | DREAMWEB: Rename getEitherAdCPP to getEitherAd, use obj type enums | Max Horn | |
2011-12-28 | DREAMWEB: Remove unused Sprite fields | Willem Jan Palenstijn | |
2011-12-28 | DREAMWEB: Clean up Sprite::_updateCallback | Willem Jan Palenstijn | |
2011-12-28 | DREAMWEB: Completely remove all of the runtime, and move everything into ↵ | Filippos Karapetis | |
DreamWebEngine Also, remove dead code (allocateMem/deallocateMem) | |||
2011-12-27 | DREAMWEB: Streamline graphics file access | Willem Jan Palenstijn | |
2011-12-18 | DREAMWEB: Add meta information to saved games | Filippos Karapetis | |
This information includes savegame versioning and the saved game's date/time, played time and game thumbnail. This information is stored into an unused data block of the original save format, so the generated ScummVM saves are (hopefully) fully compatible with the original ones and can be loaded in the original interpreter | |||
2011-12-11 | DREAMWEB: Do savefile reading directly in loadPosition() / scanForNames() | Max Horn | |
2011-12-11 | DREAMWEB: Move savefile creation into DreamGenContext::savePosition | Max Horn | |
Also, make sure the save file is properly finalized before being closed. | |||
2011-12-11 | DREAMWEB: Add DreamWebEngine::getSavegameFilename | Max Horn | |
2011-12-07 | DREAMWEB: Move g_lineData to DreamBase::_lineDaata | Max Horn | |
2011-12-07 | DREAMWEB: Avoid accessing DreamWebEngine::_context whenever possible | Max Horn | |
2011-12-07 | DREAMWEB: Merge DreamWeb::fadeDos into DreamGenContext::fadeDOS | Max Horn | |
2011-12-07 | DREAMWEB: Merge DreamWebEngine::setPalette into DreamGenContext::showGroup | Max Horn | |
2011-12-06 | DREAMWEB: Declare namespace *after* all #includes | Max Horn | |
2011-12-04 | DREAMWEB: kTempCharset and kCurrentSet are managed out of the VM | Bertrand Augereau | |
2011-12-04 | DREAMWEB: kIcons1 and kIcons2 ownership transferred from the VM to the engine | Bertrand Augereau | |
2011-12-04 | DREAMWEB: Convert 'readKey' and the keyboard buffer | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Move Bresenham output out of data segment | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Create and use FileHeader struct | Willem Jan Palenstijn | |
2011-12-02 | DREAMWEB: Removed mostly unused addr_* constants in dreamgen.h | D G Turner | |
The two used constants have been moved to dreamweb.h, though it is unclear if the values can be replaced by an enum or pointer to function. | |||
2011-08-25 | DREAMWEB: Better 'mouseCall' api, DreamWebEngine should not use _context, ↵ | Bertrand Augereau | |
ideally | |||
2011-08-18 | DREAMWEB: Add/fix loading from launcher | Willem Jan Palenstijn | |
This is very error-prone, and needs testing. | |||
2011-07-20 | DREAMWEB: Blacklist and reimplement cancelch0() and cancelch1() | eriktorbjorn | |
Now any sound playing on the channels is stopped immediately. This fixes missing voice-overs in the intro, makes it possible to skip lines of conversation, and fixes a problem where the sound effect from the Altar Room would keep playing after leaving the room. Possibly other glitches as well. | |||
2011-07-19 | DREAMWEB: Add ScummVM headers, remove SVN keywords. | Eugene Sandulenko | |
2011-06-25 | DREAMWEB: Reimplemented modifychar and language switching | Vladimir Menshakov | |
2011-06-25 | DREAMWEB: Replaced foreign-guarded code with "foreignrelease" variable, ↵ | Vladimir Menshakov | |
added modifychar stub | |||
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-18 | DREAMWEB: Fix saveGameState signature to match Engine's virtual method | Ori Avtalion | |