Age | Commit message (Expand) | Author |
2009-10-09 | Set up a basic tracing system for all memory allocations to help track down m... | Paul Gilbert |
2009-10-09 | SCI/newgui: Implemented kAddToPic (almost complete, but z-sorting and some ex... | Martin Kiewitz |
2009-10-08 | SCI: Turn reconstruct_scripts into SegManager::reconstructScripts | Max Horn |
2009-10-08 | SCI: Remove outdated comment | Willem Jan Palenstijn |
2009-10-08 | SCI: Don't iterate past end of list | Willem Jan Palenstijn |
2009-10-08 | SCI: Removed obsolete stringfrags code | Max Horn |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-10-08 | SCI/newgui: RestoreBits() now ignores empty handles | Martin Kiewitz |
2009-10-08 | SCI/newgui: more cleanup | Martin Kiewitz |
2009-10-08 | LOL/PC-98: fixed lightning spell | Florian Kagerer |
2009-10-08 | LOLLOL/PC-98: fixed add-spell-to-scroll animation | Florian Kagerer |
2009-10-08 | SCI/newgui: cleanup, fixing uninitialized variable in SciGuiPalette | Martin Kiewitz |
2009-10-08 | SCI: Removed SegManager::getDescription | Max Horn |
2009-10-08 | LOLLOL/PC-98: fixed ghorka swamp freeze mode | Florian Kagerer |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-10-08 | SCI/newgui: floodfill cleanup, pattern drawing: helper went private, clipping... | Martin Kiewitz |
2009-10-08 | SCI: Fix warning | Max Horn |
2009-10-08 | SCI/newgui: remarks about _menuPort, uninitialized usage in SciGuiPalette rem... | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate changes | Martin Kiewitz |
2009-10-08 | SCI/newgui: implemented more of kAnimate, currently crashes on windowMgr update. | Martin Kiewitz |
2009-10-08 | Started rewriting the check for the graphics functions type (still not finis... | Filippos Karapetis |
2009-10-08 | Add a hack that fixes bug #2858887 and #2859606 | Arnaud Boutonné |
2009-10-08 | SCI/newgui: change to nsRect, scripts expect that. Fixes mouse clicking on se... | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate - coordinates fixed | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate - _delete invoking implemented | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate - more implemented, cels are now drawn but isnt working ... | Martin Kiewitz |
2009-10-08 | SCI/newgui: kAnimate SciGuiGfx::AnimateFill implemented | Martin Kiewitz |
2009-10-08 | The layout of global object data is different in the PCE version of Loom. | Travis Howell |
2009-10-08 | SCI/newgui: kAnimate - resolved previously unknown code functionality | Martin Kiewitz |
2009-10-08 | Updated comment to indicate that QFG1VGA is one of the newer SCI1.1 games tha... | Filippos Karapetis |
2009-10-08 | gob - Fix a Valgrind warning occuring in CD games | Arnaud Boutonné |
2009-10-08 | Don't store the engine state in the SciGuiPalette class. The palette timestam... | Filippos Karapetis |
2009-10-08 | SCI/newgui: removed EGAmapping | Martin Kiewitz |
2009-10-08 | Restore the engine state stored within SciGui during loading once more, since... | Filippos Karapetis |
2009-10-08 | Removed the unused game_time variable, and fixed the incorrect calculation of... | Filippos Karapetis |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-07 | SCI: Change more stuff to be CFG compliant | Max Horn |
2009-10-07 | SCI: Reduce header interdepencies once again. Rule of thumb: Never include a ... | Max Horn |
2009-10-07 | SCI: Get rid of SciGuiScreen::initScreen, also known as 'calloc' elsewhere ;) | Max Horn |
2009-10-07 | SCI: Replace SciGuiGfx::mallocPort by 'new GuiPort'; also add FIXMES about po... | Max Horn |
2009-10-07 | SCI: Fix warning, cleanup | Max Horn |
2009-10-07 | SCI: Make local tables 'static', rename them according to our CFG | Max Horn |
2009-10-07 | SCI/newgui: changed dithering logic, otherwise colors combined with black wou... | Martin Kiewitz |
2009-10-07 | SCI: debug command undither implemented | Martin Kiewitz |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-07 | SCI: kDrawPic / had an error in previous revision | Martin Kiewitz |
2009-10-07 | SCI/newgui: SciGuiPicture now errors out on mirrored VGA pictures (added fixme) | Martin Kiewitz |
2009-10-07 | SCI: changed kDrawPic to use oldGfxFuncs() | Martin Kiewitz |
2009-10-07 | SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki... | Martin Kiewitz |
2009-10-07 | LOL/PC-98: fixed freeze spell | Florian Kagerer |