Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | DREAMWEB: Move printBoth, printChar, printDirect to DreamBase | Max Horn | |
2011-12-08 | DREAMWEB: Refactor segment management | Max Horn | |
All segment code is now in a new header file segment.h. A new class takes care of managing the segments: SegmentManager. The DreamBase class subclasses this -- thus, segments can now be accessed from within it. | |||
2011-12-07 | TSAGE: R2R - Implement scene 2425 | Strangerke | |
2011-12-07 | DREAMWEB: 'bossman' ported to C++ | Filippos Karapetis | |
2011-12-07 | DREAMWEB: Fixed regression in louisChair() | Filippos Karapetis | |
2011-12-07 | DREAMWEB: 'louischair' ported to C++ | Filippos Karapetis | |
2011-12-07 | DREAMWEB: Blacklist 18 functions already moved to stubs.cpp... | D G Turner | |
Some of these functions in stubs.cpp have been removed or merged since they are only used in a single place or are now unused. | |||
2011-12-07 | DREAMWEB: 'alleybarksound', 'drinker', 'interviewer' converted to C++ | Filippos Karapetis | |
2011-12-07 | DREAMWEB: Blacklist 'allocatemem' and remove parameter-less C++ version. | D G Turner | |
2011-12-07 | DREAMWEB: 'candles1', 'candles2', 'smallcandle' converted to C++ | Filippos Karapetis | |
2011-12-07 | DREAMWEB: Convert 'selectlocation' | Willem Jan Palenstijn | |
2011-12-07 | DREAMWEB: 'intromagic2', 'intromagic3' ported to C++ | Filippos Karapetis | |
2011-12-07 | Merge pull request #127 from fingolfin/dreamweb-cleanup | Willem Jan Palenstijn | |
Dreamweb: Remove more dead stuff, advance DreamBase <-> DreamGenContext split | |||
2011-12-07 | DREAMWEB: 'clearrest' ported to C++. | D G Turner | |
2011-12-07 | DREAMWEB: Regenerated dreamgen.* | D G Turner | |
Oops. Missed doing this in previous commit. | |||
2011-12-07 | DREAMWEB: 'deallocatemem' blacklisted, already ported to C++. | D G Turner | |
2011-12-07 | DREAMWEB: Remove now unused sound interrupt related functions. | D G Turner | |
All are empty and unused, except for soundStartup() which was called but was empty and soundCheckInt which unconditionally set kTestResult to 1 (assumed to be "Test Pass"), but this value is not used anywhere and the function was not called anyway, so safe to remove. | |||
2011-12-07 | DREAMWEB: Move showFrame() and some things using it to DreamBase | Max Horn | |
2011-12-07 | DREAMWEB: Move g_lineData to DreamBase::_lineDaata | Max Horn | |
2011-12-07 | DREAMWEB: Move checkDest() to DreamBase | Max Horn | |
2011-12-07 | DREAMWEB: Move some more things to DreamBase | Max Horn | |
2011-12-07 | GUI: Fix and regenerate theme files for y==400 case. | Alyssa Milburn | |
2011-12-07 | GUI: Regenerated theme files for new arrow look | Eugene Sandulenko | |
2011-12-07 | GUI: Improved pop up and scrollbar arrows look | MaximRussia | |
Previous triangle drawing was all wrong, rewrote it from the scratch. Added padding to drawsteps in stx files | |||
2011-12-07 | DREAMWEB: Some more workspace cleanup | Max Horn | |
2011-12-07 | DREAMWEB: Turn workspace from a segment into a plain array | Max Horn | |
2011-12-07 | DREAMWEB: Avoid accessing DreamWebEngine::_context whenever possible | Max Horn | |
2011-12-07 | DREAMWEB: Document class DreamBase | Max Horn | |
2011-12-07 | DREAMWEB: Convert volumeAdjust | 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-07 | DREAMWEB: Make DreamBase::engine protected | Max Horn | |
2011-12-07 | DREAMWEB: Pass data segment as SegmentRef to Context constructor | Max Horn | |
And not as SegmentPtr. | |||
2011-12-07 | DREAMWEB: Remove more dead stuff | Max Horn | |
2011-12-07 | DREAMWEB: Replace cs by data (outside of dreamgen.cpp) | Max Horn | |
2011-12-07 | TSAGE: Fix for displaying text correctly in Ringworld Spanish version. | Paul Gilbert | |
2011-12-07 | DREAMWEB: Move generated constants out of class DreamGenContext | Max Horn | |
2011-12-07 | DREAMWEB: Remove unused method | Max Horn | |
2011-12-07 | DREAMWEB: Move more methods to DreamBase, cleanup | Max Horn | |
2011-12-07 | DREAMWEB: Move a few methods to DreamBase, remove some unused code | Max Horn | |
2011-12-07 | DREAMWEB: Add DreamBase as second base class for DreamGenContext | Max Horn | |
The idea is to slowly transfer converted methods into this new base class. This transition then proves that the method does not access or modify any of the emulation context. for eaiser step-by-step migration away from Context | |||
2011-12-07 | DREAMWEB: Fix regression in keeper | Willem Jan Palenstijn | |
2011-12-07 | DREAMWEB: 'attendant', 'keeper' ported to C++ | Filippos Karapetis | |
2011-12-07 | DREAMWEB: 'manasleep2' ported to C++ (same as 'manasleep') | Filippos Karapetis | |
2011-12-07 | CGE: Fix issue with music not stopping when reloading game | Thierry Crozat | |
If you turn off the music and then save a game, then turn on the music again and then load the saved game, the music from the scene continue to play despite the _music flag being false. So the first time you click on the music on/off button the music restart and only the second time does it stop. This fixes the bug by stoping the music before reloading a game. | |||
2011-12-07 | DREAMWEB: Use symbolic constants and move functions to right files | Willem Jan Palenstijn | |
2011-12-07 | DREAMWEB: 'dumpkeypad', 'dumpsymbol', 'dumpsymbox', 'dumpzoom' | Filippos Karapetis | |
2011-12-07 | DREAMWEB: Added a C++ implementation of isSetObOnMap() | Filippos Karapetis | |
2011-12-06 | DREAMWEB: Fix regression in 'moretalk' | Willem Jan Palenstijn | |
2011-12-07 | DREAMWEB: 'moretalk' and 'redes' ported to C++ | Filippos Karapetis | |