Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-27 | Add the Mac sync resource type and allow for more than 9 Mac SCI1.1+ data files. | Matthew Hoops | |
svn-id: r49255 | |||
2010-05-27 | Add some null checking when pausing/resuming videos. | Matthew Hoops | |
svn-id: r49254 | |||
2010-05-26 | Made _k_new_node() a method of the segment manager, and fixed a bug with the ↵ | Filippos Karapetis | |
rarely used SCI0 kernel function kSort in the process (_k_new_node was called with key, value instead of value, key inside kSort) svn-id: r49251 | |||
2010-05-26 | SCI: fixing kReadNumber to behave like in sierra sci (non standard atoi ↵ | Martin Kiewitz | |
implementation) - fixes big door not unlocking in sq4 svn-id: r49250 | |||
2010-05-26 | Replace SCUMM F5 dialog by GMM & add help button to GMM | Max Horn | |
The new "Help" button in the GMM is currently only used by SCUMM. To use it, an engine currently needs to subclass MainMenuDialog. svn-id: r49249 | |||
2010-05-26 | SCI: More const related changes; remove unnecessary casts which hide const ↵ | Max Horn | |
issues svn-id: r49248 | |||
2010-05-26 | SCI: adding another workaround for picture 376 in sq4/cd (same issue like ↵ | Martin Kiewitz | |
originally found in r49216) svn-id: r49247 | |||
2010-05-26 | SCI: Making various object and script related things const | Max Horn | |
svn-id: r49246 | |||
2010-05-26 | SCI: Simplify appending string 'seeker' to sierraId | Max Horn | |
svn-id: r49244 | |||
2010-05-26 | Fixed compilation | Filippos Karapetis | |
svn-id: r49242 | |||
2010-05-26 | Made find_unique_script_block() a member of the Script class | Filippos Karapetis | |
svn-id: r49241 | |||
2010-05-26 | SCI: adding another hack to sci32 picture drawing, fixes crash in sci32 ↵ | Martin Kiewitz | |
games introduced by r49216 svn-id: r49238 | |||
2010-05-26 | Fix the 'boiling water' videos in the boiler puzzle. | Matthew Hoops | |
svn-id: r49237 | |||
2010-05-26 | Avoid adding a null char in the sierraId Common::String | Filippos Karapetis | |
svn-id: r49234 | |||
2010-05-26 | Formatting | Filippos Karapetis | |
svn-id: r49233 | |||
2010-05-26 | Added more info to the warning thrown when argc > 1 while modifying a ↵ | Filippos Karapetis | |
variable selector in send_selector() svn-id: r49232 | |||
2010-05-26 | After running some tests, it appears that modifying argc inside ↵ | Filippos Karapetis | |
send_selector() was a bad idea. Reverting the relevant code, and putting the warning back, with some extra comments svn-id: r49231 | |||
2010-05-26 | Silence a warning inside send_selector(): argc > 0 means "write selector". ↵ | Filippos Karapetis | |
Added code do make sure that argc is always either 0 or 1 when referencing variable selectors (this isn't strictly necessary, but better safe than sorry...). Some cleanup svn-id: r49230 | |||
2010-05-26 | Gave proper names to each flag in the message flag set | Paul Gilbert | |
svn-id: r49229 | |||
2010-05-26 | More work on controlling access to members of the Object class: | Filippos Karapetis | |
- Moved the code for initializing the object class, species and base object inside the Object class - Made propertyOffsetToId() a method of the Object class - Made relocateObject() a method of the Object class - The Object getVariable() method now returns a reference to the requested variable Only SegManager::reconstructScripts() is left needing direct access to the members of the Object class svn-id: r49228 | |||
2010-05-26 | Cleanup | Filippos Karapetis | |
svn-id: r49227 | |||
2010-05-26 | Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' ↵ | Matthew Hoops | |
videos now play. However, they require multiple edit list support to look completely correct. svn-id: r49224 | |||
2010-05-25 | Patch #2959341: Minor update to SCUMM debugger command 'passcode' | Eugene Sandulenko | |
svn-id: r49221 | |||
2010-05-25 | SCI: adding comment about error() on pattern opcodes sci1.1+ | Martin Kiewitz | |
svn-id: r49217 | |||
2010-05-25 | SCI: error out on pattern opcodes inside vector data when drawing pictures ↵ | Martin Kiewitz | |
in sci1.1+, also adding workaround for garbage data inside picture 381 in sq4 svn-id: r49216 | |||
2010-05-25 | Fix a Myst regression: not a good idea to use memset on a Common::String :) | Matthew Hoops | |
svn-id: r49215 | |||
2010-05-25 | SCI: dont lock mutex in pauseAll(), isn't needed anyway - fixes deadlock in sq4 | Martin Kiewitz | |
svn-id: r49214 | |||
2010-05-25 | SCI: sci1.1 uses hardcoded white for picture cel data instead of the value ↵ | Martin Kiewitz | |
specified in header - fixes pixel glitches in island of dr. brain title, sq4 title and qfg3 room during intro svn-id: r49213 | |||
2010-05-25 | SCI: sci1.1 changed priority to 15, when adding to picture - fixes title in ↵ | Martin Kiewitz | |
island of dr. brain intro svn-id: r49212 | |||
2010-05-25 | Bugfix to allow timed text to display in the correct colours | Paul Gilbert | |
svn-id: r49211 | |||
2010-05-25 | Changed the font system to allow for multiple fonts to be loaded simultaneously | Paul Gilbert | |
svn-id: r49209 | |||
2010-05-25 | Implement *scpbtn and *_domecheck. The domes can now be opened/closed (not ↵ | Matthew Hoops | |
using the sliders). svn-id: r49208 | |||
2010-05-24 | SCI: forgot one rename in r49202 - MSVC, why? | Martin Kiewitz | |
svn-id: r49203 | |||
2010-05-24 | SCI: renaming MacIconBar to GfxMacIconBar | Martin Kiewitz | |
svn-id: r49202 | |||
2010-05-24 | Surface is a struct, not a class | Filippos Karapetis | |
svn-id: r49201 | |||
2010-05-24 | Oops, forgot to delete the icon bar. | Matthew Hoops | |
svn-id: r49199 | |||
2010-05-24 | SCI: leave console open for pic_visualize/undither commands - also don't use ↵ | Martin Kiewitz | |
SciGui class for undither anymore svn-id: r49198 | |||
2010-05-24 | Add support for showing the icon bar in SCI1.1 Mac. | Matthew Hoops | |
svn-id: r49196 | |||
2010-05-24 | Move the PICT code to graphics/ with some updates; needed for SCI1.1 Mac. | Matthew Hoops | |
svn-id: r49195 | |||
2010-05-24 | Fix bug #2827172: DRASCULA: Cursor appears ontop of ending and credits | Eugene Sandulenko | |
svn-id: r49194 | |||
2010-05-24 | Fix crash when there is no drascula.dat file | Eugene Sandulenko | |
svn-id: r49193 | |||
2010-05-24 | Fix warning | Eugene Sandulenko | |
svn-id: r49192 | |||
2010-05-24 | Fix Russian versions of airport and farm as they use extended charset. | Eugene Sandulenko | |
svn-id: r49191 | |||
2010-05-24 | SCI: sort according to original order in kAnimate, when y and z are the same ↵ | Martin Kiewitz | |
- fixes iceman half-open compartment in room 35 svn-id: r49189 | |||
2010-05-24 | SCI: only remove isQueued status for sound sci0 | Martin Kiewitz | |
svn-id: r49187 | |||
2010-05-24 | SCI: remove isQueued status when sound gets stopped - fixes iceman resuming ↵ | Martin Kiewitz | |
music when entering hotel complex (with bar) right at the start svn-id: r49186 | |||
2010-05-24 | sync | Eugene Sandulenko | |
svn-id: r49184 | |||
2010-05-24 | Implemented the bulk of the logic for displaying timed on-screen messages | Paul Gilbert | |
svn-id: r49180 | |||
2010-05-24 | Added Russian airport and farm. Needs more work as crashes at attempt to ↵ | Eugene Sandulenko | |
opening some dictionary entries with Cyrillic characters svn-id: r49176 | |||
2010-05-23 | Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when ↵ | Matthew Hoops | |
Mohawk is not enabled) so SCI can use the code. svn-id: r49165 |