Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-19 | TSAGE: Fix blocking bug in scene 4100. | strangerke | |
That unlocks the infamous "Alcohol? Cool, get my daughter!" scene :P | |||
2011-04-19 | TSAGE: Rename several objects in Scene 4000 | strangerke | |
2011-04-19 | COMMON: Do not call ReadStream::eos in SubReadStream::read. | Johannes Schickel | |
Instead I moved the call to ReadStream::eos into SubReadStream::eos. fuzzie pointed out that in certain cases this resulted in a lot of eos calls before. Those were rather needlessly, since checking the eos bit of the decorated stream in read does not give any advantage over checking it when the client code really wants to test the eos flag. | |||
2011-04-19 | TSAGE: Suppress empty format string warning of g++. | Johannes Schickel | |
2011-04-19 | BACKENDS: Fix compilation for Caanoo and GP2xWiz. | Johannes Schickel | |
2011-04-19 | OPENPANDORA: Replace defunct MIXER_DOUBLE_BUFFERING by working code | Max Horn | |
2011-04-19 | GPH: Replace defunct MIXER_DOUBLE_BUFFERING by working code | Max Horn | |
2011-04-19 | TSAGE: Removed original game that uses 'Intro.txt' to indicate whether the ↵ | Paul Gilbert | |
introduction has played | |||
2011-04-19 | TSAGE: Simplified the new Saver::getObjectCount method | Paul Gilbert | |
2011-04-19 | TSAGE: Changed Scene::_sceneNumber to avoid confusion with ↵ | Paul Gilbert | |
SceneManager::_sceneNumber | |||
2011-04-19 | TSAGE: Reworked the saving code to fix crashes | Paul Gilbert | |
Note that this undoes the recent compilation fix for GCC, since it didn't work. For now, used an explicit void ** conversion as previously suggested. | |||
2011-04-19 | TSAGE: Fixed button highlighting in inventory dialog | Paul Gilbert | |
2011-04-19 | TSAGE: Bugfixes for graphics glitches when using the lift in scene #2320 | Paul Gilbert | |
2011-04-18 | SCUMM: Make use of new Common::Error type | Max Horn | |
2011-04-18 | COMMON: Cleanup names/handling of some error codes | Max Horn | |
2011-04-18 | COMMON: Clarify error naming conventions | Max Horn | |
Not all error codes comply with these yet. | |||
2011-04-18 | COMMON: Remove kInvalidPathError | Max Horn | |
2011-04-18 | COMMON: Tweak extra text handling in Common::Error | Max Horn | |
2011-04-18 | COMMON: Fix typo | Max Horn | |
2011-04-18 | COMMON: Cleanup error messages | Max Horn | |
2011-04-18 | COMMON: Rename Error to ErrorCode, introduce new Error class | Max Horn | |
2011-04-18 | TSAGE: Fix region 8 in scene 4045 | strangerke | |
2011-04-18 | SYMBIAN: Use astyle to slightly reduce code formatting mess ;) | Max Horn | |
2011-04-18 | SYMBIAN: Clarify vsnprintf.h legal header a little bit | Max Horn | |
2011-04-18 | MOHAWK: Speed up drawRLE8 a bit. | Alyssa Milburn | |
2011-04-18 | Merge pull request "New mixer mute handling." | Johannes Schickel | |
See https://github.com/scummvm/scummvm/pull/12 for more information. | |||
2011-04-18 | TSAGE: Fix bug in scene 4045 "missing character". | strangerke | |
I also renamed several objects and functions. | |||
2011-04-18 | TSAGE: Fix palette corruption in savegame files. | Paul Gilbert | |
2011-04-18 | TSAGE: Fix bug with selected inventory item remaining selected after ↵ | Paul Gilbert | |
restarting game | |||
2011-04-18 | TSAGE: Removed InventoryDialog allFlag parameter. | Paul Gilbert | |
This was intended to be used to simultaneously support the cheat mode dialog with all the inventory items. But that is going to need to be implemented as a completely separate dialog. | |||
2011-04-18 | TSAGE: Initialise scene zoom percents in constructor. Fixes crash at the end ↵ | Paul Gilbert | |
of Scene #1400 | |||
2011-04-18 | TSAGE: Fix a couple of problems in Scene 2320, still broken | strangerke | |
2011-04-18 | TSAGE: Describe scenes fro group 8 and 10 | strangerke | |
2011-04-18 | TSAGE: Fix bug in scene 1500 | strangerke | |
2011-04-18 | NEWS: Fixed full stops in the end of each news item | md5 | |
2011-04-18 | NEWS: Mention support for Amiga SCI games and Mac SCI1 games | md5 | |
2011-04-17 | TSAGE: Fix a glitch in scene222:postInit. Suppress a useless comment. | strangerke | |
2011-04-17 | TSAGE: Fix initialization of MTEXT speaker | strangerke | |
2011-04-17 | TSAGE: Fix subtle bug in StripManager. This fixes scene 2222. | strangerke | |
2011-04-17 | Merge branch 'master' of https://github.com/enginmanap/scummvm | Johannes Schickel | |
2011-04-17 | Merge branch 'master' of github.com:scummvm/scummvm | sylvaintv | |
2011-04-17 | TOON: Fix Flux staying outside of the dressing room | sylvaintv | |
2011-04-17 | GUI: Fix indentation problems. Remove unwanted space. | Engin Manap | |
All cosmetic changes, nothing changed. | |||
2011-04-17 | TSAGE: CD version don't use protection page 1, 17 and above | strangerke | |
2011-04-17 | HUGO: Enable the engine by default | strangerke | |
2011-04-17 | TOON: Fix dirty rect issues with fonts | sylvaintv | |
2011-04-17 | CREDITS: Add buildbot skin to billwashere crontibutions | Thierry Crozat | |
2011-04-17 | GUI: Fix apply old theme even if theme is not changed. | Engin Manap | |
There was no control if theme was changed. If you click cancel, it always changes theme to which options panel opened with. This is unneccessery if theme is not changed so a if statement added before applying old theme. | |||
2011-04-17 | GUI: Fix theme change ignores cancel on options window. | Engin Manap | |
add new protected value _oldTheme. It keeps theme at the init of options window, and cancel button reapplies old theme. | |||
2011-04-17 | TSAGE: Have copy protection turned on for all versions of the game | Paul Gilbert | |
I'd previously incorrectly assumed copy protection would be disabled in the CD version of the game without actually playing all the way through to that point to find out. |