Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-09 | Fix uninitialized color meta-values. | Willem Jan Palenstijn | |
This fixes holes in text boxes in Iceman, among other things. svn-id: r39274 | |||
2009-03-09 | SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_incref | Max Horn | |
svn-id: r39273 | |||
2009-03-09 | Reset child iterators on deletion. | Willem Jan Palenstijn | |
This fixes an illegal access in ~TeeSongIterator. svn-id: r39272 | |||
2009-03-09 | - Applied patch #2668849 by sunmax | Benjamin Haisch | |
svn-id: r39271 | |||
2009-03-09 | Added 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-09 | SCI: 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-09 | Added some more Audio::Timestamp unit tests | Max Horn | |
svn-id: r39262 | |||
2009-03-09 | Add more code differences in PN. | Travis Howell | |
svn-id: r39261 | |||
2009-03-09 | Cleanup. | Travis Howell | |
svn-id: r39260 | |||
2009-03-09 | Minor cleanup. | Travis Howell | |
svn-id: r39259 | |||
2009-03-09 | Changed _inputting & _inputReady from uint8 to bool. | Travis Howell | |
svn-id: r39258 | |||
2009-03-09 | Added some comments to Audio::Timestamp | Max Horn | |
svn-id: r39257 | |||
2009-03-09 | AGOS: Changed _leftButtonDown & _rightButtonDown from byte to int | Max Horn | |
svn-id: r39256 | |||
2009-03-09 | Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as ↵ | Max Horn | |
some other tweaks svn-id: r39255 | |||
2009-03-09 | cleanup ;-) | Max Horn | |
svn-id: r39254 | |||
2009-03-09 | Change Personal Nightmare support to optional, until setjmp/longjmp code is ↵ | Travis Howell | |
converted. svn-id: r39253 | |||
2009-03-09 | Add comment to getlong(). | Travis Howell | |
svn-id: r39252 | |||
2009-03-09 | LOL: added scene animations (like that fountain right at the start) | Florian Kagerer | |
svn-id: r39251 | |||
2009-03-09 | LOL: 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-08 | LOL: 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-08 | Replace samewrd() function, with scumm_strnicmp. | Travis Howell | |
svn-id: r39248 | |||
2009-03-08 | Add loading of hard coded icon data in the AtariST version of PN. | Travis Howell | |
svn-id: r39247 | |||
2009-03-08 | Added more missing NULLing | Sven Hesse | |
svn-id: r39246 | |||
2009-03-08 | Formatting. | Johannes Schickel | |
svn-id: r39245 | |||
2009-03-08 | Fix warning. | Johannes Schickel | |
svn-id: r39244 | |||
2009-03-08 | Fix missing return. | Willem Jan Palenstijn | |
svn-id: r39243 | |||
2009-03-08 | Use 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-08 | some cleanup | Max Horn | |
svn-id: r39241 | |||
2009-03-08 | Resurrection of SCI tools. Step 1. | Eugene Sandulenko | |
svn-id: r39240 | |||
2009-03-08 | Added proper icon for the mac os x target | Oystein Eftevaag | |
svn-id: r39239 | |||
2009-03-08 | The xcode project can now compile a native Mac OS X build | Oystein Eftevaag | |
svn-id: r39238 | |||
2009-03-08 | Added game object data files for dino and FTA2 | Filippos Karapetis | |
svn-id: r39237 | |||
2009-03-08 | Patch #2658710: "Add comments to specify which engines use which decoders" | Eugene Sandulenko | |
svn-id: r39236 | |||
2009-03-08 | Updated the MSVC project files of the SAGA engine | Filippos Karapetis | |
svn-id: r39235 | |||
2009-03-08 | - Reworked the different file types a bit | Filippos Karapetis | |
- Some initial work on Dinotopia's intro sequence svn-id: r39234 | |||
2009-03-08 | Correct more errors in hitBox8(). | Travis Howell | |
svn-id: r39233 | |||
2009-03-08 | Updated the MSVC project files of the SCI engine (added gfx/font.h) | Filippos Karapetis | |
svn-id: r39232 | |||
2009-03-08 | Updated 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-08 | Oops, fix size argument to memset call. | Johannes Schickel | |
svn-id: r39230 | |||
2009-03-08 | Variable _oneClick is a byte, so we can't compare it to boolean true/false | Filippos Karapetis | |
svn-id: r39229 | |||
2009-03-08 | Restore potentially useful info deleted in r39188 | Willem Jan Palenstijn | |
svn-id: r39228 | |||
2009-03-08 | Cleanup. | Travis Howell | |
svn-id: r39227 | |||
2009-03-08 | Fix 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 | - Cleanup | Johannes Schickel | |
- Add FIXME svn-id: r39225 | |||
2009-03-08 | Cleanup. | Johannes Schickel | |
svn-id: r39224 | |||
2009-03-08 | Correct error in hitBox8(). | Travis Howell | |
svn-id: r39223 | |||
2009-03-08 | Cleanup. | Travis Howell | |
svn-id: r39222 | |||
2009-03-08 | Cleanup. | Johannes Schickel | |
svn-id: r39221 | |||
2009-03-08 | Move Greg Frieger from Tinsel to SCI in credits as intended by r39179 | Willem Jan Palenstijn | |
svn-id: r39220 | |||
2009-03-08 | Clarify several errors messages. | Travis Howell | |
svn-id: r39219 |