Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2005-02-21 | Update HE100 | Travis Howell | |
svn-id: r16846 | |||
2005-02-21 | Update HE100 | Travis Howell | |
svn-id: r16845 | |||
2005-02-21 | Rename vars | Travis Howell | |
svn-id: r16844 | |||
2005-02-21 | removed lots of unnecessary seek()s and read()s by keeping the datafiles' ↵ | Robert Göffringmann | |
index tables in memory instead of accessing them over and over again, which caused major slowdowns with cd accesses. Also, the caching of datafiles depends on the memory usage now, not on the number of screens that the player entered in the meantime. The old behaviour made the engine run out of memory on the PS2. svn-id: r16843 | |||
2005-02-21 | WIP for o90_spriteInfoSet | Eugene Sandulenko | |
svn-id: r16842 | |||
2005-02-21 | Add functions for o90_getSpriteGroupInfo | Travis Howell | |
svn-id: r16841 | |||
2005-02-21 | WIP for o90_spriteInfoSet. Regression fix. | Eugene Sandulenko | |
svn-id: r16840 | |||
2005-02-21 | Ooops | Travis Howell | |
svn-id: r16839 | |||
2005-02-21 | Ooops | Travis Howell | |
svn-id: r16838 | |||
2005-02-21 | A few var renames. | Travis Howell | |
svn-id: r16837 | |||
2005-02-21 | More getSpriteInfo functions | Travis Howell | |
svn-id: r16836 | |||
2005-02-21 | o WIP for o90_spriteInfoSet. | Eugene Sandulenko | |
o kSFx -> kSF0x o kSGFx -> kSGF0x svn-id: r16835 | |||
2005-02-20 | Add sprite function | Travis Howell | |
svn-id: r16834 | |||
2005-02-20 | Add more sprite functions | Travis Howell | |
svn-id: r16833 | |||
2005-02-20 | some WIP HE sprites stuff | Gregory Montoir | |
svn-id: r16832 | |||
2005-02-20 | Changed mutex usage. | Robert Göffringmann | |
It now unlocks the mutex while it's loading mp3/ogg/wave data in order to have the sound thread play normally. The ps2's cd/dvd drive is too slow to transfer the entire file within a few millisecs, so it made the sound skip. svn-id: r16831 | |||
2005-02-20 | cache datafile handles instead of opening and closing all files hundreds of ↵ | Robert Göffringmann | |
times per second. I noticed that behaviour on the PS2. The cd/dvd drive was waaaay too slow for it. ;) svn-id: r16830 | |||
2005-02-20 | I guess someone forgot to put paranthesis here. | Robert Göffringmann | |
Forgive me if it was really meant to be like it was... but I can't believe it. :) svn-id: r16829 | |||
2005-02-20 | fix missing speech animations. I introduced that bug when I moved the ↵ | Robert Göffringmann | |
compacts out of the scummvm executable. svn-id: r16828 | |||
2005-02-20 | More BS2 restructuring. | Torbjörn Andersson | |
The various game settings are no longer stored in the Gui class. They are stored in the class that use them. Code that doesn't belong in the Gui class, e.g. the "restart" code, has been moved out of it. Afterwards, the Gui class had been reduced to nothing more than a handful of trivial methods for invoking the in-game dialogs. So the entire Gui class has been removed. svn-id: r16827 | |||
2005-02-20 | Fixed warning, hopefully without breaking anything. (GCC doesn't like | Torbjörn Andersson | |
casting from "const char *" to "char *".) svn-id: r16826 | |||
2005-02-20 | Sprite flags and one rename in SpriteInfo structure. | Eugene Sandulenko | |
svn-id: r16825 | |||
2005-02-20 | Use sprite functions | Travis Howell | |
svn-id: r16824 |