aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-06KYRA: (EOB) - add basic distinction between music and sound effectsathrxx
(The original code of the DOS version does not distinguish here, but we do it anyway so as to make more sense of the GMM volume settings)
2012-01-06KYRA: (EOB) - cleanup eob/lol version of delayUntil()athrxx
2012-01-06AGI: Fix ignoring some exact matches in predictive inputWillem Jan Palenstijn
The matcher now always tries an exact match before trying an inexact one. Together with 41ba2433f, this fixes bug #3470080.
2012-01-06AGI: Fix predictive input binary searchWillem Jan Palenstijn
Note that there are still issues with this input mode. If the binary search hits a prefix match before finding the full match, it won't recognize the full match. (Example: typing "buy" will show "buz" because it's aiming for "buzzard" without realizing "buy" exists.)
2012-01-06TSAGE: R2R - Implement scene 1020Strangerke
2012-01-05TSAGE: R2R - Implement scene 1010Strangerke
2012-01-05TSAGE: R2R - Implement scene 3900Strangerke
2012-01-05GRAPHICS: The PNG decoder is not used by our GUI.Johannes Schickel
2012-01-04TSAGE: Explain function of sub_F8E5_calculatePointWillem Jan Palenstijn
2012-01-04TSAGE: R2R - Implement scene 3800.Strangerke
sub1B007() is still stubbed as _field312 usage is conflicting with IDB structure
2012-01-04TSAGE: Implemented the changes needed for R2R SceneActor::dispatchPaul Gilbert
2012-01-04TSAGE: Added needed speaker method call for R2R in StripManager::signalPaul Gilbert
2012-01-03I18N: Regenerate translations data fileThierry Crozat
2012-01-03I18N: Update Hungarian translation from patch #3467850Thierry Crozat
2012-01-03I18N: Update Czech translation from patch #3466579Thierry Crozat
2012-01-03DOC: Update Czech README from patch #3466579Thierry Crozat
2012-01-03KYRA: (EOB) - improved eob target detection in transfer party dialogathrxx
(parse domains instead of save files)
2012-01-03KYRA: (EOB) - improve keyboard control for spell book cursor with non QWERTZ ↵athrxx
keyboards
2012-01-03TSAGE: Add _field8A to SceneObject, use it in R2R scene 3600Strangerke
2012-01-03TSAGE: R2R - Add missing custom VisualSpeaker in scene 3600Strangerke
2012-01-03TSAGE: R2R - Preliminar implementation of scene 3600Strangerke
2012-01-03OPENGL: Fix mouse cursor scaling.Johannes Schickel
2012-01-03VKEYBD: Fix cursor palette.Johannes Schickel
2012-01-03VKEYBD: Slight cleanup.Johannes Schickel
2012-01-03VKEYBD: Properly error out parsing if an area is defined again.Johannes Schickel
Formerly the code did never check whether ImageMap::createArea returned a valid pointer and always just assumed so.
2012-01-03VKEYBD: Slight cleanup in ImageMap code.Johannes Schickel
2012-01-03VKEYBD: Some formatting fixes.Johannes Schickel
2012-01-02Merge pull request #160 from BenCastricum/masterEugene Sandulenko
SCUMM: Add detection for Dutch HE demos
2012-01-02TSAGE: Implemented changes for dirty rect handling needed for R2RPaul Gilbert
2012-01-02TSAGE: Simplified some of the dirty rect code to use existing Rect methodsPaul Gilbert
2012-01-01SCUMM: Add support for 2 Dutch/Mac spyfox demos (1 MD5, 1 filename pattern)Ben Castricum
2012-01-01SCUMM: Don't hide scumm detector debug message for certain casesBen Castricum
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