Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-30 | TSAGE: R2R - Cleanup: reorganise speakers, add ancestor classes where ↵ | Strangerke | |
speaker declaration is common to several speakers. | |||
2011-12-30 | COMMON: Perform some keymapper-related changes to the KeyState struct | Filippos Karapetis | |
The == operator in KeyState should not be checking for sticky modifier keys. This allows the keymapper's defined actions to function correctly in desktop platforms, when sticky modifier keys such as caps lock and num lock are turned on. Also, added some sanity checks to hasFlags() and enums for sticky and non-sticky keys | |||
2011-12-30 | TINSEL: Take advantage of KeyState::hasFlags. | Johannes Schickel | |
2011-12-30 | KEYMAPPER: Use hasFlags() in findHardwareKey() | Filippos Karapetis | |
2011-12-30 | KEYMAPPER: Disable the (accidentally reenabled automatic mapper again | Filippos Karapetis | |
2011-12-30 | KEYMAPPER: Fix broken implementation of findHardwareKey() | Filippos Karapetis | |
This fixes the keymapper dialog (at least on desktop platforms), but the keymapper itself is still not working (tested with LoL) | |||
2011-12-30 | CREATE_PROJECT: Add support for enabling the key mapper feature | Filippos Karapetis | |
2011-12-29 | AUDIO: Fix M4A seeking with multiple time->sample chunks | Matthew Hoops | |
2011-12-29 | DISTS/FEDORA: Build against libfaad2 | Willem Jan Palenstijn | |
2011-12-29 | KYRA: (EOB) - fix warning about overloaded virtual function being only ↵ | athrxx | |
partially overridden | |||
2011-12-29 | KYRA: (EOB) - fix EOB 1 intro sound bug | athrxx | |
2011-12-29 | KYRA: (EOB) - fix some valgrind warnings | athrxx | |
(overlapping source/dest) | |||
2011-12-29 | AUDIO: Only warn about audio edit lists when the count is > 1 | Matthew Hoops | |
MPEG-4 files don't contain any elst atom | |||
2011-12-29 | TSAGE: R2R - Implement Scene 3385 | Strangerke | |
2011-12-29 | TSAGE: R2R - Fix bugs in scene 3375 | Strangerke | |
2011-12-29 | KYRA: Fix format string | Willem Jan Palenstijn | |
2011-12-29 | KYRA: Some formatting fixes. | Johannes Schickel | |
2011-12-29 | KYRA: Prefix version string in LoL, EoB, EoB 2 main menu with "ScummVM". | Johannes Schickel | |
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 | GRAPHICS: Crash fix for bug #3466536 ("Assertion on MIDI gain slider"). | D G Turner | |
This fixes the crash, but the Midi Gain slider (and probably any other slider bar in modern theme) still distorts the left corner shape when the slider thumb is at very small values... | |||
2011-12-29 | DREAMWEB: Simplify finalization call in dreamweb main function. | D G Turner | |
Thanks to Fingolfin for the suggestion. | |||
2011-12-29 | TSAGE: R2R - Fixed one more ambiguity with NULL parameters in R2R setDetails ↵ | Strangerke | |
call | |||
2011-12-29 | TSAGE: R2R - Fixed ambiguity with NULL parameters in R2R setDetails calls | Strangerke | |
2011-12-29 | TSAGE: R2R - Add missing function in scene 3375 | Strangerke | |
2011-12-28 | DREAMWEB: Minor clean up and removal of goto usage in dreamweb(). | D G Turner | |
2011-12-28 | Merge pull request #158 from fingolfin/fix-warnings | Filippos Karapetis | |
SCUMM: Fix warning due to implicit conversion to int | |||
2011-12-28 | Merge pull request #159 from fingolfin/dreamweb-cleanup | Filippos Karapetis | |
Dreamweb cleanup | |||
2011-12-29 | TSAGE: R2R - Fix bug in scene 3700 | Strangerke | |
2011-12-29 | TSAGE: R2R -Fix errors not detected by MSVC | Strangerke | |
2011-12-29 | TSAGE: R2R - Partial implementation of scene 3375. | Strangerke | |
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 | |
2011-12-28 | SCUMM: Fix warning due to implicit conversion to int | Max Horn | |
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: Fix crash when loading a room without reels | Willem Jan Palenstijn | |
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 #156 from fingolfin/dreamweb-keypad | Willem Jan Palenstijn | |
DREAMWEB: Move more methods to keypad.cpp, reorder them to match ASM | |||
2011-12-28 | DREAMWEB: Move more methods to keypad.cpp, reorder them to match ASM | Max Horn | |
2011-12-28 | Merge pull request #154 from fingolfin/dreamweb-cleanup | Filippos Karapetis | |
Dreamweb: Mark structs packed, minor tweaks | |||
2011-12-28 | DREAMWEB: Changed hasSpeech() to also take account of the audio settings | Filippos Karapetis | |
This fixes an assert in the madman sequence | |||
2011-12-28 | DREAMWEB: Allow skipping the mad man sequence with the ESC key | Filippos Karapetis | |
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: Add 'packed' attribute to structs that need it | Max Horn | |
... and probably also to some that don't need it; since it seems better to err on the wrong side here for now, I did not check every struct as to whether it really needs this. On the long run, it would be better if the code did not rely on any kind of packing anyway. | |||
2011-12-28 | DREAMWEB: Cleanup | Max Horn | |