Age | Commit message (Expand) | Author |
2004-11-26 | Fix break introduced with last commit :). | Eugene Sandulenko |
2004-11-26 | oops | Max Horn |
2004-11-25 | Make use of new graphic primitives (untested, I don't have saga -- please don... | Max Horn |
2004-11-24 | Fix a`ll engines. They work, though current fix is just temporary. | Eugene Sandulenko |
2004-11-20 | o Restore cursor after walkthrough | Eugene Sandulenko |
2004-10-30 | Turn some methods into functions (potentially gives better code, and we may w... | Max Horn |
2004-10-30 | Let Saga::SURFACE inherit from SURFACE | Max Horn |
2004-10-27 | removed R_ prefix with few r_ too | Paweł Kołodziejski |
2004-10-22 | Made the usage of the Rect data type more consistent with the rest of | Torbjörn Andersson |
2004-10-21 | Fixed some clipping problems. I think there are more still in there, but I | Torbjörn Andersson |
2004-10-08 | pass arguments by reference-to-const rather than by value, it's usually more ... | Gregory Montoir |
2004-10-08 | Implement scene change via exits. You still cannot leave first scene | Eugene Sandulenko |
2004-10-04 | R_POINT -> Common::Point, R_RECT -> Common::Rect. Less R_ prefixes. | Eugene Sandulenko |
2004-08-02 | move static vars to private members | Jonathan Gray |
2004-08-01 | merge gfx_mod.h into gfx.h and stick functions into a class | Jonathan Gray |
2004-08-01 | merge reinherit.h into saga.h and gfx_mod.h, note the error loading animation... | Jonathan Gray |
2004-07-31 | update comment to relfect reality | Jonathan Gray |
2004-07-31 | remove YS_IGNORE_PARAM macro and some uneeded yslib.h includes | Jonathan Gray |
2004-06-25 | clearnup | Max Horn |
2004-06-25 | Removed unused stuff; cleanup | Max Horn |
2004-06-05 | Set graphics cursor before using it, fixes segfault when launching ihnm from ... | Jonathan Gray |
2004-05-05 | Now cursor is really always shown. | Eugene Sandulenko |
2004-05-02 | Make sure cursor is always white | Eugene Sandulenko |
2004-05-02 | Made the cursor work a bit better in IHNM. | Torbjörn Andersson |
2004-05-02 | Got rid of r_softcursor by having the backend always draw the cursor | Torbjörn Andersson |
2004-05-02 | Merged sysgfx.cpp and gfx.cpp to gfx.cpp | Eugene Sandulenko |
2004-05-01 | Proper #includes everywhere | Eugene Sandulenko |
2004-05-01 | All graphics and input now is in OSystem. | Eugene Sandulenko |
2004-05-01 | Remove scalers, 16bpp code, unused functions. | Eugene Sandulenko |
2004-05-01 | indent | Paweł Kołodziejski |
2004-04-30 | Move from custom unsigned types to those provided by main config.h | Eugene Sandulenko |
2004-04-28 | Fixed crash. Original clip routine was more sane. | Eugene Sandulenko |
2004-04-25 | more cleanup | Max Horn |
2004-04-25 | More ScummVMification | Max Horn |
2004-04-25 | Fix many warnings; use C++ type system instead of C style typedefs; removed v... | Max Horn |
2004-04-12 | WIP for SAGA engine. | Eugene Sandulenko |