Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-15 | DREAMWEB: Use strcpy/strlen instead of manual loops | Willem Jan Palenstijn | |
2011-11-15 | DREAWMEB: 'transfertext' ported to C++ | Bertrand Augereau | |
2011-11-14 | DREAMWEB: 'roomname' ported to C++ | Bertrand Augereau | |
2011-11-15 | DREAMWEB: Fix regression in obicons | Willem Jan Palenstijn | |
This fixes the 'use' icon on the winch controls. Regression from 1f531c6f7fc90d78a4d14cda377e5aed7c7f4eb0. Thanks to fuzzie for spotting it. | |||
2011-11-15 | DREAMWEB: 'showwatch' ported to C++ | Bertrand Augereau | |
2011-11-14 | CGE: Add detection for our Freeware versions of Soltys | Strangerke | |
2011-11-14 | TINSEL: Don't leak _curChunk on exit. | Alyssa Milburn | |
2011-11-14 | DREAMWEB: Unhardcode checkcoords tables | Willem Jan Palenstijn | |
This patch makes __dispatch_call (even more) superfluous, but does not yet remove it. | |||
2011-11-14 | DREAMWEB: Convert 'mainscreen' | Willem Jan Palenstijn | |
2011-11-14 | DREAMWEB: Move 'mainscreen' from dreamgen | Willem Jan Palenstijn | |
2011-11-14 | DREAMWEB: Convert 'inventory' | Willem Jan Palenstijn | |
2011-11-14 | DREAMWEB: Move 'inventory' from dreamgen | Willem Jan Palenstijn | |
2011-11-14 | DREAMWEB: Convert 'examineob' | Willem Jan Palenstijn | |
2011-11-14 | DREAMWEB: Move 'examineob' from dreamgen | Willem Jan Palenstijn | |
2011-11-14 | GRAPHICS: Comment unused variables | Eugene Sandulenko | |
2011-11-14 | QUEEN: Comment unused variable | Eugene Sandulenko | |
2011-11-14 | MADS: remove/comment unused variables | Eugene Sandulenko | |
2011-11-14 | CRUISE: Remove unused variables | Eugene Sandulenko | |
2011-11-14 | SKY: Support external digital music tracks. | Alyssa Milburn | |
This allows replacement of the supplied MIDI music with tracks from the Music Enhancement Project. | |||
2011-11-14 | DREAMWEB: 'showicon' ported to C++ | Bertrand Augereau | |
2011-11-14 | CGE: Add check in order to avoid the display of empty text-boxes | Strangerke | |
2011-11-14 | CGE: Rename a structure member using double-underscore (reserved) | Strangerke | |
Also removed a useless comment | |||
2011-11-13 | DRASCULA: Simplify speech mute handling. | Johannes Schickel | |
This also adds two TODOs to playFile, which are related to how the sound data size is calculated. | |||
2011-11-13 | ENGINES: Handle speech_mute in syncSoundSettings. | Johannes Schickel | |
This assures we always mute all speech sounds, when the user selects subtitles only mode. Hopefully no engine abuses the speech sound type for other sounds, since that would make them gone now too. Then again I would consider this an utter abuse of the speech sound type... | |||
2011-11-13 | DRASCULA: Improve confirm quit screen. | Johannes Schickel | |
Now the confirm quit screen still updates the room and allows mouse movement. For me that removes the feeling that ScummVM locked up when I pressed escape. | |||
2011-11-13 | DRASCULA: Allow faster quit when in the mid of a conversation. | Johannes Schickel | |
This allows quitting ScummVM in only a minimal time when a converstion is running instead of waiting for it to finish. It is still not instant but much better. | |||
2011-11-13 | CGE: Remove some useless constants | Strangerke | |
2011-11-13 | CGE: F1 now displays Soltys version and translators. | Strangerke | |
This is only available in versions modified or translated by the team | |||
2011-11-13 | COMMON: Some minor formatting fixes in translation code. | Johannes Schickel | |
Done by running astyle over the files. | |||
2011-11-12 | TSAGE: BF - Some more renaming | Strangerke | |
2011-11-11 | SCI: Fix style | Willem Jan Palenstijn | |
2011-11-11 | SCI: Fix const cast | Willem Jan Palenstijn | |
2011-11-10 | CRUISE: Fix OOM checks | Willem Jan Palenstijn | |
2011-11-10 | TSAGE: Change the cursor to an arrow when showing the R2R help dialog | Paul Gilbert | |
2011-11-10 | TSAGE: Implemented R2R help dialog | Paul Gilbert | |
2011-11-10 | SCI: Do not add 1 pixel to rect dimensions in SCI32 | Filippos Karapetis | |
2011-11-09 | TSAGE: BF - Cleanup: Rename some more objects in scene 115 | Strangerke | |
2011-11-09 | TSAGE: BF - Fix unnoticed bug in scene 115 | Strangerke | |
2011-11-09 | TSAGE: BF - Cleanup: Rename several variables and objects in scene 115 | Strangerke | |
2011-11-09 | DRASCULA: Don't go straight to inventory after close volume settings. | Torbjörn Andersson | |
2011-11-09 | OPENGL: Always set the unpack alignment when refreshing the textures. | Johannes Schickel | |
This should hopefully make sure we are always having the correct alignment set up. This might fix bug #3435655 "OpenGL display corruption with various Sierra games Daily B.". | |||
2011-11-09 | CGE: Properly stop player moving when saving or restoring | Paul Gilbert | |
2011-11-09 | TSAGE: BF - Cleanup: Rename two more global variables | Strangerke | |
2011-11-09 | TSAGE: BF - Cleanup: Rename a couple of global variables, remove a useless ↵ | Strangerke | |
global Savegame version wasn't incremented as the current one is too recent | |||
2011-11-09 | TSAGE: BF - Cleanup: Remove _uselessVariable in scene 360 | Strangerke | |
2011-11-09 | TSAGE: BF - Cleanup: Use enum name where object/icon identifier is directly used | Strangerke | |
2011-11-09 | TSAGE: BF - Cleanup: Use enum name where bookmark is set to value directly | Strangerke | |
2011-11-09 | TSAGE: BF - Cleanup: Use enum name where global flags was set to value directly | Strangerke | |
2011-11-09 | TSAGE: BF - Map (50): rename a couple of parameters, remove two useless ↵ | Strangerke | |
variables and simplify checks | |||
2011-11-09 | TSAGE: BF - intro (20): renaming objects | Strangerke | |