Age | Commit message (Expand) | Author |
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 | 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 | 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 | 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 | SCI/newgui: SciGuiView - paletteoffset in EGA games documented and finally no... | Martin Kiewitz |
2009-10-07 | SCI/newgui: hopefully the final fix for drawpicture - set priority and contro... | Martin Kiewitz |
2009-10-07 | SCI/newgui: it seems that this fixes floodfill finally | Martin Kiewitz |
2009-10-07 | SCI: set default EGA palette to 0, if no parameter is actually given us. Fixe... | Martin Kiewitz |
2009-10-07 | SCI/newgui: undithering of picture now possible (just follow instructions in ... | Martin Kiewitz |
2009-10-07 | Fix mismatching new[]/delete use, by replacing delete with delete[]. | Johannes Schickel |
2009-10-07 | Implemented the SciGuiView destructor and plugged a memory leak in the curren... | Filippos Karapetis |
2009-10-07 | Hopefully fixed a mismatching free() call in gfx_free_pixmap(), originating f... | Filippos Karapetis |
2009-10-07 | Fixed a potential buffer overflow in kFormat, which occurs in the "About" scr... | Filippos Karapetis |
2009-10-07 | Replaced the view loading code with the new view loading functions. EGA view ... | Filippos Karapetis |
2009-10-07 | SCI/newgui: fix that caused floodfill to fail | Martin Kiewitz |
2009-10-07 | SCI/newgui: implemented debug command show_map | Martin Kiewitz |
2009-10-07 | SCI/newgui: kSetCursor (show, hide, pos, shape) implemented | Martin Kiewitz |
2009-10-07 | Updated the MSVC project files and module.mk for commit #r44730 | Filippos Karapetis |
2009-10-07 | SCI: removed OSystem from SciGuiScreen | Martin Kiewitz |
2009-10-07 | SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructor | Martin Kiewitz |
2009-10-07 | SCI: SciGuiPalette - init() is now private | Martin Kiewitz |
2009-10-07 | SCI: removed r44595, sierra sci really does behave like Common::Rect, no need... | Martin Kiewitz |
2009-10-07 | More work on the view code wrapper. Now all SCI0-SCI11 views should be displa... | Filippos Karapetis |
2009-10-06 | More work on the view wrapper code | Filippos Karapetis |