Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-24 | Correct classId. | Travis Howell | |
svn-id: r16896 | |||
2005-02-24 | I'm not quite sure if this is the correct fix, but by not calling | Torbjörn Andersson | |
updateActorsScene() when _sceneNumber is -1 we avoid followers going into that scene and being drawn (as garbage) early during the ITE intro. (Look in the upper left corner -- that's where the garbage appeared for me.) svn-id: r16895 | |||
2005-02-24 | Update sprite calls in main loop | Travis Howell | |
svn-id: r16894 | |||
2005-02-24 | Some syncing between the README and the LaTeX documentation. Untested since | Torbjörn Andersson | |
I don't have LaTeX on this computer. The "Known Problems" section is still out of sync. svn-id: r16893 | |||
2005-02-24 | ScummVM 0.7.0 does not need SKY.CPT for Beneath a Steel Sky, so I've | Torbjörn Andersson | |
changed the version number in the text to 0.8.0CVS. Of course, this should be updated again when 0.8.0 (or whatever we'll call the next version) is released. By then we ought to include SKY.CPT in the main BASS download as well, I think. svn-id: r16892 | |||
2005-02-24 | init vars | Travis Howell | |
svn-id: r16891 | |||
2005-02-24 | Correct SpriteInfo_setFlags* | Travis Howell | |
Rename functions svn-id: r16890 | |||
2005-02-24 | This is a dirty hack which lets see HE sprites, so further debugging is | Eugene Sandulenko | |
possible. svn-id: r16889 | |||
2005-02-24 | Fix bug in ScummEngine_v90he::spritesSortActiveSprites() | Eugene Sandulenko | |
svn-id: r16888 | |||
2005-02-24 | Initial implementation of spritesProcessWiz. Also plugged it into main loop. | Eugene Sandulenko | |
svn-id: r16887 | |||
2005-02-24 | Fix regression, seems like bug in pajama3 disasm. | Travis Howell | |
svn-id: r16886 | |||
2005-02-23 | implementation of spritesSortActiveSprites() | Eugene Sandulenko | |
svn-id: r16885 | |||
2005-02-23 | Update README to mention new BASS datafile, does this mean I just put 500 ↵ | Joost Peters | |
other documents out of sync? svn-id: r16884 | |||
2005-02-23 | fix typo | Joost Peters | |
warning() appends a '!', so remove the trailing '.' svn-id: r16883 | |||
2005-02-23 | Fix spriteInfoGet_classFlags*. | Eugene Sandulenko | |
svn-id: r16882 | |||
2005-02-23 | Add sprite function | Travis Howell | |
svn-id: r16881 | |||
2005-02-23 | Update HE100 | Travis Howell | |
svn-id: r16880 | |||
2005-02-23 | Clear a few more fields when reseting sprite | Travis Howell | |
svn-id: r16879 | |||
2005-02-23 | Ooops, order wrong. | Travis Howell | |
svn-id: r16878 | |||
2005-02-23 | Correct subOp, used in freddicove | Travis Howell | |
svn-id: r16877 | |||
2005-02-23 | freddicove adds extra SpriteInfo field. | Travis Howell | |
Correction, only redraw sprite if value changed. svn-id: r16876 | |||
2005-02-23 | Add sprite function. | Travis Howell | |
Correct sprite function (class_flags, not flags). svn-id: r16875 | |||
2005-02-23 | Another sprite function. | Travis Howell | |
svn-id: r16874 | |||
2005-02-23 | Cleanup | Travis Howell | |
svn-id: r16873 | |||
2005-02-23 | More sprite functions | Travis Howell | |
svn-id: r16872 | |||
2005-02-23 | Add some setSpriteGroupInfo code. | Travis Howell | |
svn-id: r16871 | |||
2005-02-23 | Implementation of spriteInfoSet_addImageToList. It needs review, | Eugene Sandulenko | |
especially inner loop with pointer arithmetix. Cyx, remember that x * 0x31 that's it just somewhat complicated. svn-id: r16870 | |||
2005-02-23 | spriteInfoSet_case183 -> spriteInfoSet_resetSprite and its implementation. | Eugene Sandulenko | |
svn-id: r16869 | |||
2005-02-23 | Add setSpriteGroupInfo stubs | Travis Howell | |
svn-id: r16868 | |||
2005-02-22 | Rename classFlags functions and fix one of them. | Eugene Sandulenko | |
svn-id: r16867 | |||
2005-02-22 | o90_setSpriteInfo so 91 | Gregory Montoir | |
svn-id: r16866 | |||
2005-02-22 | some WIP stuff for HE sprites | Gregory Montoir | |
svn-id: r16865 | |||
2005-02-22 | 3 stage iso drawing implemented: | Andrew Kurushin | |
1)iso scene 2)figure 3)tiles above figure svn-id: r16864 | |||
2005-02-22 | Added consts (this usually helps the compiler a bit when optimizing code) | Max Horn | |
svn-id: r16863 | |||
2005-02-22 | Verify domain names as they are passed into the config manager (better to ↵ | Max Horn | |
crash here, early, than to corrupt a user's config file) svn-id: r16862 | |||
2005-02-22 | Fix compilation on BE systems | Max Horn | |
svn-id: r16861 | |||
2005-02-22 | Minor cleanup | Travis Howell | |
svn-id: r16860 | |||
2005-02-22 | Moved some debugging stuff into the debugger class. | Torbjörn Andersson | |
svn-id: r16859 | |||
2005-02-22 | All languages | Travis Howell | |
svn-id: r16858 | |||
2005-02-22 | Ooops | Travis Howell | |
svn-id: r16857 | |||
2005-02-22 | More debugs, to catch error points. | Travis Howell | |
svn-id: r16856 | |||
2005-02-22 | Implementation of GFX transactions. May cause some regressions in case I | Eugene Sandulenko | |
missed some unusual mode switching. This implementation let us avoid two nasty hacks in scumm.cpp. *Now* we could return to OSystem layers. patch. svn-id: r16855 | |||
2005-02-22 | Add a few sprite stubs | Travis Howell | |
svn-id: r16854 | |||
2005-02-22 | Rename script flags as suggested. | Eugene Sandulenko | |
svn-id: r16853 | |||
2005-02-22 | cyx's WIP for sprites. Implemented spritesBlitToScreen | Eugene Sandulenko | |
svn-id: r16852 | |||
2005-02-21 | Fix _heversion for Russian updated pajama2. Today I played it with kids | Eugene Sandulenko | |
and found that it is actually 99, not 98. svn-id: r16851 | |||
2005-02-21 | Typos | Travis Howell | |
svn-id: r16850 | |||
2005-02-21 | basically the same change as for bs1; don't keep the mutex locked while ↵ | Robert Göffringmann | |
loading mp3, ogg or wave data. it blocks the playing thread for too long. Also added index caching for the speech and music clusters to reduce seeks. svn-id: r16849 | |||
2005-02-21 | Some cleanup and renaming. (It was confusing to see "load" sometimes and | Torbjörn Andersson | |
"restore" other times.) The save/restore dialog now has two separate classes, though they both inherit from the old combined class of course. svn-id: r16848 | |||
2005-02-21 | Fixed warning. | Torbjörn Andersson | |
svn-id: r16847 |