Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-21 | DREAMWEB: Fix bug #3528160 - "DREAMWEB: graphical glitch on UKV CD version ↵ | Filippos Karapetis | |
loading screen" | |||
2012-05-18 | DREAMWEB: Modify detection entries to allow for early UK CD Release. | D G Turner | |
As this version has identical dreamweb.r00 and r02 files to the international floppy release, have added the executable to clarify between the two versions. Fixes bug #3526483 - "DREAMWEB: No speech playing in CD version" | |||
2012-05-10 | DREAMWEB: Fix crash when entering short console password | Willem Jan Palenstijn | |
_inputLine is not a string, so it shouldn't be cast to Common::String. This fixes bug #3525602. | |||
2012-05-08 | DREAMWEB: Fix Speech Directory Name for SP/FR CD Variant. | D G Turner | |
This should fix the remaining issues on bug #3524362 "DREAMWEB: Problem with Spanish/French version". | |||
2012-05-08 | DREAMWEB: Add _speechDirName to remove duplication of Directory name. | D G Turner | |
2012-05-07 | DREAMWEB: Add detection entry for another French/Spanish CD variant. | D G Turner | |
The MD5sums are taken from bug #3524362 "DREAMWEB: Problem with Spanish/French version". | |||
2012-05-04 | DREAMWEB: Add character map for the Italian version. | Willem Jan Palenstijn | |
It is the same as the French version. This fixes bug #3523338. | |||
2012-05-03 | DREAMWEB: Tag all detection entries as testing instead of unstable. | Johannes Schickel | |
2012-04-22 | DREAMWEB: Slight cleanup | Filippos Karapetis | |
2012-04-22 | DREAMWEB: Move all of the mouse cursor related code into a separate file | Filippos Karapetis | |
2012-04-16 | DREAMWEB: Simplify modifyFileName() by using _datafilePrefix | Thierry Crozat | |
2012-04-16 | DREAMWEB: Minor style fixes | Thierry Crozat | |
2012-04-15 | DREAMWEB: Add character mapping for french version | Thierry Crozat | |
2012-04-15 | DREAMWEB: Support opening data files from ES and FR CD version | Thierry Crozat | |
2012-03-27 | DREAMWEB: Slight cleanup of DreamWebEngine::animPointer() | Filippos Karapetis | |
2012-03-25 | DREAMWEB: Rename the dreamweb_originalsaveload option to originalsaveload | Filippos Karapetis | |
This changes its naming to be like the rest of the game options | |||
2012-03-19 | DREAMWEB: Add per-game GUI option support. | Filippos Karapetis | |
2012-03-04 | DREAMWEB: Clean up the palette brightness code | Filippos Karapetis | |
2012-03-03 | DREAMWEB: Simplify some uses of randomNumber() | Torbjörn Andersson | |
Our random number generator isn't restricted to producing numbers between 0 and 255. We can just ask it for the desired range. | |||
2012-03-03 | DREAMWEB: The rain processing has its own cpp file | Bertrand Augereau | |
2012-02-24 | DREAMWEB: Remove uneeded Common::String construction. | D G Turner | |
2012-02-24 | DREAMWEB: Migrate remaining minor functions to using datafile prefix variable. | D G Turner | |
Currently, the usages associated with savegames have been omitted. These will probably need a different prefix constant as it is likely foreign variants still use "DREAMWEB.*" for savegames, while using a different prefix for the datafiles. We may even migrate away from this naming convention as this causes savegame collisions when multiple language variants are present, which could cause issues. The usages in the Room members of the constant g_roomData structure have also been omitted, as the members are copied into the savegame format, thus replacing these and fixing other accesses is not trivial. | |||
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-18 | DREAMWEB: Revert "Fix the detection entries for the French and Spanish CD ↵ | Willem Jan Palenstijn | |
versions" This reverts commit 0ff60284ce6e876ac895a13a45657afacddbd8e0. We do not want to encourage people to rename all files in their games. Instead, we should properly support the foreign versions. | |||
2012-02-18 | DREAMWEB: Fix the detection entries for the French and Spanish CD versions | Filippos Karapetis | |
2012-02-16 | DREAMWEB: Document some locations | Max Horn | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2012-02-12 | DREAMWEB: Improve subtitle durations in madman scene | Willem Jan Palenstijn | |
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-12 | DREAMWEB: Fix duplicate line in monk end sequence | Willem Jan Palenstijn | |
2012-02-08 | DREAMWEB: Remove uneeded duplicate function "printUnderMon". | D G Turner | |
2012-01-12 | DREAMWEB: Rewrite a comment, since the old one could be misread | Torbjörn Andersson | |
I read it as "this is how the original code expects save slots to be initialized", but I guess it could be read as "the original engine had 21 save slots". Which it didn't. | |||
2012-01-11 | DREAMWEB: Change selectSaveLoadPage()'s command type to be unique | Torbjörn Andersson | |
At Filippos's and wjp's suggestion. I don't really understand what it does (other than printing the mouse over text), so I had simply copied and pasted from another function. | |||
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-29 | DREAMWEB: Allow quit during ending | Willem Jan Palenstijn | |
2011-12-29 | DREAMWEB: Correct monitor header message alignment in floppy versions. | D G Turner | |
2011-12-29 | DREAMWEB: Simplify finalization call in dreamweb main function. | D G Turner | |
Thanks to Fingolfin for the suggestion. | |||
2011-12-28 | DREAMWEB: Minor clean up and removal of goto usage in dreamweb(). | D G Turner | |
2011-12-29 | DREAMWEB: Minor cleanup | Max Horn | |
2011-12-28 | DREAMWEB: Remove unnecessary DreamWebEngine:: uses | Max Horn | |
2011-12-28 | DREAMWEB: Use ObjectType enums in more places | Max Horn | |