aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-01MISC: This is year 2012Strangerke
2012-01-01JANITORIAL: Remove SVN tagsStrangerke
2012-01-01TSAGE: Bugfix for trying to draw off screen objects, which was causing ↵Paul Gilbert
invalid dirty rects
2012-01-01TSAGE: Implemented a cleaner version of dirty rect handlingPaul Gilbert
2012-01-01TSAGE: Bugfix for #3467505 - crash viewing ammo belt when the clip is emptyPaul Gilbert
2012-01-01TSAGE: Do all screen drawing in an intermediate temporary screen surface.Paul Gilbert
This will be the first half of properly handling on screen dirty rects.
2012-01-01TSAGE: Revert buggy implementation of dirty rectsPaul Gilbert
This reverts commit f69dfba21a5d4be8cc60a20a0dd0628717fa5373.
2011-12-31TSAGE: BF - Fix for bug #3467502, crash when loading in map sceneStrangerke
2011-12-31AUDIO: Remove outdated comment about RawStream. Thanks to clone2727 for ↵Johannes Schickel
noticing.
2011-12-31KYRA: Slight formatting fixes.Johannes Schickel
2011-12-31KYRA: Little cleanup.Johannes Schickel
2011-12-31TSAGE: Close memory leak in savegame thumbnail.D G Turner
2011-12-30KEYMAPPER: Remap dialog shows buttons before labelsTarek Soliman
2011-12-30KEYMAPPER: Use single column in remap dialogTarek Soliman
This is to allow for long labels like in the eob keymap
2011-12-30KYRA: Clean up LoL keymap setup a bit.Johannes Schickel
2011-12-30KYRA: Add basic keymapper support to EoB 1+2.Johannes Schickel
2011-12-30KYRA: Fix typo bug and code cleanup in the keymapper game keymapTarek Soliman
2011-12-30KEYMAPPER: Fix clear button behavior in remap dialogTarek Soliman
This is a regression from 1b11139dc53da2dc95f74eb19e3a903d7d786f84
2011-12-30KEYMAPPER: Simplify calling getKeymapTarek Soliman
2011-12-30KEYMAPPER: Make engine keymap init and cleanup more genericTarek Soliman
2011-12-30COMMON: Slight formatting fix.Johannes Schickel
2011-12-30TSAGE: R2R - Implement scene 3395, fix some glitches in scene 3385Strangerke
2011-12-30TSAGE: R2R - Cleanup: reorganise speakers, add ancestor classes where ↵Strangerke
speaker declaration is common to several speakers.
2011-12-30COMMON: Perform some keymapper-related changes to the KeyState structFilippos 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-30TINSEL: Take advantage of KeyState::hasFlags.Johannes Schickel
2011-12-30KEYMAPPER: Use hasFlags() in findHardwareKey()Filippos Karapetis
2011-12-30KEYMAPPER: Disable the (accidentally reenabled automatic mapper againFilippos Karapetis
2011-12-30KEYMAPPER: 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-30CREATE_PROJECT: Add support for enabling the key mapper featureFilippos Karapetis
2011-12-29AUDIO: Fix M4A seeking with multiple time->sample chunksMatthew Hoops
2011-12-29DISTS/FEDORA: Build against libfaad2Willem Jan Palenstijn
2011-12-29KYRA: (EOB) - fix warning about overloaded virtual function being only ↵athrxx
partially overridden
2011-12-29KYRA: (EOB) - fix EOB 1 intro sound bugathrxx
2011-12-29KYRA: (EOB) - fix some valgrind warningsathrxx
(overlapping source/dest)
2011-12-29AUDIO: Only warn about audio edit lists when the count is > 1Matthew Hoops
MPEG-4 files don't contain any elst atom
2011-12-29TSAGE: R2R - Implement Scene 3385Strangerke
2011-12-29TSAGE: R2R - Fix bugs in scene 3375Strangerke
2011-12-29KYRA: Fix format stringWillem Jan Palenstijn
2011-12-29KYRA: Some formatting fixes.Johannes Schickel
2011-12-29KYRA: Prefix version string in LoL, EoB, EoB 2 main menu with "ScummVM".Johannes Schickel
2011-12-29DREAMWEB: Minor clean upWillem Jan Palenstijn
2011-12-29DREAMWEB: Allow quit during endingWillem Jan Palenstijn
2011-12-29DREAMWEB: Correct monitor header message alignment in floppy versions.D G Turner
2011-12-29GRAPHICS: 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-29DREAMWEB: Simplify finalization call in dreamweb main function.D G Turner
Thanks to Fingolfin for the suggestion.
2011-12-29TSAGE: R2R - Fixed one more ambiguity with NULL parameters in R2R setDetails ↵Strangerke
call
2011-12-29TSAGE: R2R - Fixed ambiguity with NULL parameters in R2R setDetails callsStrangerke
2011-12-29TSAGE: R2R - Add missing function in scene 3375Strangerke
2011-12-28DREAMWEB: Minor clean up and removal of goto usage in dreamweb().D G Turner
2011-12-28Merge pull request #158 from fingolfin/fix-warningsFilippos Karapetis
SCUMM: Fix warning due to implicit conversion to int