Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-02 | CGE: Simplify error() calls | eriktorbjorn | |
This also silences a few GCC warnings. | |||
2011-07-02 | CGE: Some more renaming (WIP) | Strangerke | |
2011-07-02 | CGE: Bugfix for wrapping event queue when it reaches the 256th event | Paul Gilbert | |
2011-07-02 | CGE: Fix for crash in BITMAP::solidAt when negative co-ordinates passed | Paul Gilbert | |
2011-07-02 | CGE: Added code for Mouse::On and Mouse::Off | Paul Gilbert | |
2011-07-02 | CGE: Hooked up mouse event handler | Paul Gilbert | |
2011-07-02 | CGE: Graceful exit rather than an error | Paul Gilbert | |
2011-07-02 | CGE: Fix naming of touch() virtual methods, and fixed keyboard handling | Paul Gilbert | |
2011-07-02 | TSAGE: Remove outdated extra channel variable | Paul Gilbert | |
2011-07-02 | CGE: Created an EventManager class and hooked it up to the Keyboard class | Paul Gilbert | |
2011-07-02 | CGE: Changed MOUSE class from using static fields to an instantiated class | Paul Gilbert | |
2011-07-02 | CGE: Added engine prefix to header file #defines | Paul Gilbert | |
2011-07-02 | CGE: Merged mouse.* and keybd.* files to centralise event handling | Paul Gilbert | |
2011-07-02 | CGE: Fix problem with calculating box sizes for text strings | Paul Gilbert | |
2011-07-02 | CGE: Bugfix to correctly reset wait timeouts when done | Paul Gilbert | |
2011-07-02 | TSAGE: Linked in the (in progress) SoundBlaster Fx class | Paul Gilbert | |
2011-07-02 | TSAGE: Fixed problem with saving double values | Paul Gilbert | |
2011-07-02 | TSAGE: Beginnings of SoundBlaster sound driver | Paul Gilbert | |
2011-07-02 | MOHAWK: Don't allocate zero-size array. | Alyssa Milburn | |
2011-07-02 | CGE: Some more renaming (WIP) | Strangerke | |
2011-07-01 | MOHAWK: Add the Mac version of Arthur's Reading Race | Matthew Hoops | |
2011-07-02 | MOHAWK: Always create a code object for every LBPage. | Alyssa Milburn | |
2011-07-02 | MOHAWK: Try implementing LBCode eval, random and seek. | Alyssa Milburn | |
2011-07-02 | MOHAWK: Use LBCode instead of running scripts in LBItem. | Alyssa Milburn | |
2011-07-02 | MOHAWK: Add LBCode::parseCode. | Alyssa Milburn | |
This allows script strings to be parsed into LB bytecode. | |||
2011-07-02 | MOHAWK: Allow creation of LBCode instances without an associated BCOD. | Alyssa Milburn | |
2011-07-02 | MOHAWK: Add LBCode::resolveItem helper function. | Alyssa Milburn | |
2011-07-02 | MOHAWK: Fix/add bounds checking in LBCode::nextToken. | Alyssa Milburn | |
2011-07-01 | CGE: Reimplemented game timer from using thread to using getMillis() | Paul Gilbert | |
2011-07-01 | CGE: Fix initialisation of the MOUSE class | Paul Gilbert | |
2011-07-01 | CGE: Palette fixes so that first screen shows correctly | Paul Gilbert | |
2011-07-01 | CGE: Some more renaming (wip) | Strangerke | |
2011-07-01 | LASTEXPRESS: Fix loading of subtitles from sound name | Littleboy | |
2011-07-01 | GRAPHICS: Remove default values from FontSJIS::drawChar. | Johannes Schickel | |
drawChar is overloaded in FontSJIS. One takes a "Surface &" as first parameter another one "void *", they furthermore have the exact same number of required parameters. The one "void *" just had a few extra parameters with default values. This resulted in a bug in SCUMM, where "VirtScreen *" (a subclass of Surface) was passed instead of "VirtScreen &" and thus the method taking "void *" was incorrectly used. To make it easier to spot such bugs in the future I just removed the default values and thus disallow such calls. | |||
2011-07-01 | DREAMWEB: Add Spanish CD and French CD Detection Entries. | D G Turner | |
These are taken from bug #3328865 ("DREAMWEB Spanish Version"). | |||
2011-06-30 | JANITORIAL: Silence a couple of "variable set but not used" warnings. | eriktorbjorn | |
2011-06-30 | MOHAWK: Fix tMOV resources at the end of a file | Matthew Hoops | |
Thanks to fuzzie for noticing | |||
2011-06-30 | ALL: Require DECLARE_SINGLETON to be used in the Common namepsace | Ori Avtalion | |
Silences the clang warning: static data member specialization of '_singleton' must originally be declared in namespace 'Common'; accepted as a C++0x extension [-Wc++0x-extensions] Wrapping "namespace Common {}" around the macro assignment causes clang to complain about a spurious semicolon, and removing the semicolon at the end of the macro causes some editors to misbehave. Changing the requirement of using the macro in one namespace (the global) to another (Common) seems a small price to pay to silence a warning. | |||
2011-06-30 | CGE: Some more renaming (wip) | Strangerke | |
2011-06-30 | MADE: Fix hidden overloaded virtual function warning | Ori Avtalion | |
2011-06-29 | LASTEXPRESS: Hook up preliminary sound filtering | Littleboy | |
- Add debug checks in soundFilter() - Rename kSoundStatusClear1 to kSoundStatusFilterVariant | |||
2011-06-29 | LASTEXPRESS: Update sound timer and sound entry playing | Littleboy | |
- Move filtering to SoundEntry class - Make some methods of SoundEntry class private - Add methods to check if a StreamedSound/AppendableSound is done playing | |||
2011-06-29 | LASTEXPRESS: Move SoundStatus to shared header | Littleboy | |
2011-06-29 | LASTEXPRESS: Replace shared sound buffer by per-entry buffer | Littleboy | |
2011-06-29 | SWORD25: removed useless warning in setVsync() | Eugene Sandulenko | |
2011-06-29 | SWORD25: Implement persistence functions for soundengine | Eugene Sandulenko | |
Now sound is properly saved/restored. Implemented savegame versioning. Compatibility with old saves pertained. | |||
2011-06-29 | Merge branch 'master' of github.com:scummvm/scummvm into soltys_wip2 | Strangerke | |
2011-06-29 | CGE: Some more renaming (wip) | Strangerke | |
2011-06-29 | CGE: Misc cleanup (provided by Digitall) | Strangerke | |
2011-06-29 | CGE: Removed Mouse from VGA::ShowQ to prevent crashes in the movie player | Paul Gilbert | |