aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-09SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_increfMax Horn
svn-id: r39273
2009-03-09Reset child iterators on deletion.Willem Jan Palenstijn
This fixes an illegal access in ~TeeSongIterator. svn-id: r39272
2009-03-09- Applied patch #2668849 by sunmaxBenjamin Haisch
svn-id: r39271
2009-03-09Added LGOP2 detection entries:Benjamin Haisch
- German, supplied by windlepoons (bug tracker #2675695) - French and Spanish, supplied by goodoldgeorg (bug tracker #2675759) svn-id: r39270
2009-03-09SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid ↵Max Horn
rounding issues between ticks (1/60s) and milliseconds; also fixed a bug (coming from Glutton ;) where delays measured in millisecs were treated as ticks instead. Thanks to Walter for the precursor of this patch svn-id: r39263
2009-03-09Added some more Audio::Timestamp unit testsMax Horn
svn-id: r39262
2009-03-09Add more code differences in PN.Travis Howell
svn-id: r39261
2009-03-09Cleanup.Travis Howell
svn-id: r39260
2009-03-09Minor cleanup.Travis Howell
svn-id: r39259
2009-03-09Changed _inputting & _inputReady from uint8 to bool.Travis Howell
svn-id: r39258
2009-03-09Added some comments to Audio::TimestampMax Horn
svn-id: r39257
2009-03-09AGOS: Changed _leftButtonDown & _rightButtonDown from byte to intMax Horn
svn-id: r39256
2009-03-09Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as ↵Max Horn
some other tweaks svn-id: r39255
2009-03-09cleanup ;-)Max Horn
svn-id: r39254
2009-03-09Change Personal Nightmare support to optional, until setjmp/longjmp code is ↵Travis Howell
converted. svn-id: r39253
2009-03-09Add comment to getlong().Travis Howell
svn-id: r39252
2009-03-09LOL: added scene animations (like that fountain right at the start)Florian Kagerer
svn-id: r39251
2009-03-09LOL: minor fix for text displayer (text pages now advance automatically when ↵Florian Kagerer
the speech has reached the next part) svn-id: r39250
2009-03-08LOL: some more work on the text displayer so that it handles longer texts ↵Florian Kagerer
(needed for some library books) svn-id: r39249
2009-03-08Replace samewrd() function, with scumm_strnicmp.Travis Howell
svn-id: r39248
2009-03-08Add loading of hard coded icon data in the AtariST version of PN.Travis Howell
svn-id: r39247
2009-03-08Added more missing NULLingSven Hesse
svn-id: r39246
2009-03-08Formatting.Johannes Schickel
svn-id: r39245
2009-03-08Fix warning.Johannes Schickel
svn-id: r39244
2009-03-08Fix missing return.Willem Jan Palenstijn
svn-id: r39243
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
There are some remaining regressions with text colour in SCI1 games, but overall it should fix more than it breaks. svn-id: r39242
2009-03-08some cleanupMax Horn
svn-id: r39241
2009-03-08Resurrection of SCI tools. Step 1.Eugene Sandulenko
svn-id: r39240
2009-03-08Added proper icon for the mac os x targetOystein Eftevaag
svn-id: r39239
2009-03-08The xcode project can now compile a native Mac OS X buildOystein Eftevaag
svn-id: r39238
2009-03-08Added game object data files for dino and FTA2Filippos Karapetis
svn-id: r39237
2009-03-08Patch #2658710: "Add comments to specify which engines use which decoders"Eugene Sandulenko
svn-id: r39236
2009-03-08Updated the MSVC project files of the SAGA engineFilippos Karapetis
svn-id: r39235
2009-03-08- Reworked the different file types a bitFilippos Karapetis
- Some initial work on Dinotopia's intro sequence svn-id: r39234
2009-03-08Correct more errors in hitBox8().Travis Howell
svn-id: r39233
2009-03-08Updated the MSVC project files of the SCI engine (added gfx/font.h)Filippos Karapetis
svn-id: r39232
2009-03-08Updated the AGOS engine with the additional files for PN. Also, warnings are ↵Filippos Karapetis
not treated as errors in AGOS, cause MSVC throws a warning about the currently non-portable setjmp code in PN svn-id: r39231
2009-03-08Oops, fix size argument to memset call.Johannes Schickel
svn-id: r39230
2009-03-08Variable _oneClick is a byte, so we can't compare it to boolean true/falseFilippos Karapetis
svn-id: r39229
2009-03-08Restore potentially useful info deleted in r39188Willem Jan Palenstijn
svn-id: r39228
2009-03-08Cleanup.Travis Howell
svn-id: r39227
2009-03-08Fix boxes not blocking control/priority map.Willem Jan Palenstijn
This is a regression from r39089 and caused text to be hidden behind trees in the KQ5 introduction and missing text in longbow. svn-id: r39226
2009-03-08- CleanupJohannes Schickel
- Add FIXME svn-id: r39225
2009-03-08Cleanup.Johannes Schickel
svn-id: r39224
2009-03-08Correct error in hitBox8().Travis Howell
svn-id: r39223
2009-03-08Cleanup.Travis Howell
svn-id: r39222
2009-03-08Cleanup.Johannes Schickel
svn-id: r39221
2009-03-08Move Greg Frieger from Tinsel to SCI in credits as intended by r39179Willem Jan Palenstijn
svn-id: r39220
2009-03-08Clarify several errors messages.Travis Howell
svn-id: r39219
2009-03-08Don't attempt to load save game slot in PN, if no match found.Travis Howell
svn-id: r39218