Age | Commit message (Expand) | Author |
2010-04-02 | SCI: change actual setting of palette, fixes gk1 palette issue when talking t... | Martin Kiewitz |
2010-04-02 | Fix bug #2969232 - NIPPON: Kos sprite broken (Regression). The current disk a... | Travis Howell |
2010-04-02 | Fix bug #2976353 - NIPPON: Sound looping fails (regression). By reverting 474... | Travis Howell |
2010-04-02 | Fix bug #2979193 - NIPPON: Crash at character introduction (regression). By r... | Travis Howell |
2010-04-02 | Fixed bug 2976767 on corrupted char glyphs. | Robert Špalek |
2010-04-01 | Dragon History: fixing properly bug 2976774 | Robert Špalek |
2010-04-01 | Added an "fxq" debugger command to print the FX queue. I guess it might help in | Torbjörn Andersson |
2010-04-01 | Remove extra semicolons | Ori Avtalion |
2010-04-01 | Updated readme with history of releases | Lars Persson |
2010-04-01 | Add dists/redhat/scummvm-tools.spec.in, and add it to tools/update-version.pl | Max Horn |
2010-03-31 | Tweak WinCE port readme file to correct version numbers. | Robin Watts |
2010-03-31 | Change 'CVS' to 'SVN' in dist-module.sh | Max Horn |
2010-03-31 | Set 1.1.0 release date on trunk, too; also add entries for future 1.1.1 and 1... | Max Horn |
2010-03-31 | Basic correction for bug #2976774 "DRACI: Segfault Crash When Leaving Invento... | David Turner |
2010-03-30 | Let Parallaction return game-specific gameids. This completes the fix for bug... | Nicola Mettifogo |
2010-03-30 | Fix for Lure memory error indicated by Valgrind on Restart/Restore Screen (Te... | David Turner |
2010-03-30 | Patch from bug #2976619 (BUILD: Link error when building without engines) | Max Horn |
2010-03-29 | Use ConfMan to query the gameid of the passed target instead of deducing from... | Johannes Schickel |
2010-03-29 | COMMON: Cleanup ConfigManager code | Max Horn |
2010-03-29 | Fixed bug 2969234 by tampering with the gameId. Probably not a nice solution,... | Nicola Mettifogo |
2010-03-27 | Corrected deallocated of menu data reported by Valgrind | Paul Gilbert |
2010-03-27 | Use the enumerators instead of hardcoding the values of them. | Johannes Schickel |
2010-03-27 | Added the game options dialog, along with several bugfixes to dialog display ... | Paul Gilbert |
2010-03-27 | Completed dialog item selection code | Paul Gilbert |
2010-03-27 | Changed the encoding of keycodes to only include the flags for Ctrl, Alt, and... | Paul Gilbert |
2010-03-26 | Added explicit initialisation of NPC directions in the hotspot constructors | Paul Gilbert |
2010-03-26 | Bugfixes to the graphics display of dialogs | Paul Gilbert |
2010-03-26 | Further fixed the setEntry method to make it Endian safe | Paul Gilbert |
2010-03-26 | Bugfix for logic used to calculate single RGB palette entries | Paul Gilbert |
2010-03-25 | Fix compilation by removing a public keyword outside a class scope and using ... | Johannes Schickel |
2010-03-25 | Added preliminary logic for showing loaded sprite frames | Paul Gilbert |
2010-03-24 | configure: document --enable-release and --enable-profiling | Max Horn |
2010-03-24 | SAGA: Fix ScriptThread::operator=; some tweaking | Max Horn |
2010-03-24 | Prevent inifinite loop caused by a check of an unsigned integer against >= 0. | Johannes Schickel |
2010-03-24 | Remove pointer dereferencation in a place, where the result is not used at all. | Johannes Schickel |
2010-03-24 | not need this for samsungtv | Paweł Kołodziejski |
2010-03-24 | implemented screen shaking as in the original engine with delays before movin... | Vladimir Menshakov |
2010-03-24 | removed useless updateScreen | Vladimir Menshakov |
2010-03-24 | added shake screen effect | Vladimir Menshakov |
2010-03-24 | added desktop and service items for launching | Frantisek Dufka |
2010-03-24 | Maemo icons | Frantisek Dufka |
2010-03-24 | fixed warning | Vladimir Menshakov |
2010-03-24 | validate path before examining object | Vladimir Menshakov |
2010-03-24 | fixed big fan room | Vladimir Menshakov |
2010-03-24 | Stop the music before starting the next one, after discussing it with joostp. | Torbjörn Andersson |
2010-03-24 | update samsungtv toolchain prefix | Paweł Kołodziejski |
2010-03-24 | Moved new MadsView related code into Mads_Views, where it's more appropriate.... | Paul Gilbert |
2010-03-24 | Bugfix for getting correct quote information | Paul Gilbert |
2010-03-24 | Bugfixes for correctly getting string lengths and cropping drawn text | Paul Gilbert |
2010-03-23 | Cine: Fix regression in executePlayerInput (Caused slowness when clicking whe... | Kari Salminen |