Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-04 | Internal: 'findsource' is pure C++ | Bertrand Augereau | |
2011-09-04 | DREAMWEB: 'showpersframe' and 'convicons' ported to C++ | Bertrand Augereau | |
2011-09-04 | DREAMWEB: talk.cpp to mirror talk.asm | Bertrand Augereau | |
2011-11-14 | TSAGE: Rename a variable using double-underscore (reserved) | Strangerke | |
2011-09-04 | DREAMWEB: Removal of the old 'showreelframe' | Bertrand Augereau | |
2011-11-14 | KYRA: Cleanup _saveSlots array sorting. | Johannes Schickel | |
2011-11-14 | KYRA: Add comment hopefully explaining _saveSlots | Willem Jan Palenstijn | |
2011-11-14 | KYRA: Whitespace fixes. | Johannes Schickel | |
2011-11-14 | KYRA: Fix bug #3437647 "LOL: Unexpected missing save file". | Johannes Schickel | |
Formerly the code was confused about what _saveSlots is doing, i.e. creating a continous list of existing save slot ids. | |||
2011-09-04 | DREAWMEB: 'showcity' ported to C++ | Bertrand Augereau | |
2011-11-14 | COMMON: Remove some double-underscore defines (reserved) | Willem Jan Palenstijn | |
2011-09-04 | DREAMWEB: 'sortoutmap' ported to C++ | Bertrand Augereau | |
2011-11-14 | DOC: Add AGOS Cabinet bugfix to NEWS. | D G Turner | |
2011-11-13 | AGOS: Fix engine crash when playing Feeble Files from cabinet datafiles. | D G Turner | |
Playing with cabinet datafiles, this failed to find the "Charisma.smk" file in the cabinets when in the Recreation (TV) room on Cygnus Alpha and this caused an engine abort after the GUI dialog warning of the "missing" video file. This was due to animation.cpp code using Common::file::exists() instead of going via the ArchiveMan. However,a hasFile() method implementation was also required to implement fallback to decompressed (movie) files if the file requested is not in the cabinet or the cabinet has been externally decompressed to files. Thanks to fuzzie for the hasFile() patch. Also, removed noisy warning which this correction triggers repeatedly in installshield_cab.cpp hasFile(). This looks like leftover from debugging, so not critical. | |||
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 |