Age | Commit message (Expand) | Author |
2010-02-01 | Skip extra pixels at the end of each row in the cel so that they don't carry ... | Matthew Hoops |
2010-02-01 | SCI: fixing scaling for sci32 | Martin Kiewitz |
2010-01-31 | mothergoose SCI1 starts at the top of the screen, so set offTop to 0 for that... | Matthew Hoops |
2010-01-31 | SCI: rename Controls to GfxControls, gets directly called now | Martin Kiewitz |
2010-01-31 | SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32 | Martin Kiewitz |
2010-01-31 | SCI: renamed Text class to GfxText16 | Martin Kiewitz |
2010-01-31 | getFont() should check _cachedFonts and not _cachedViews. Fixes segfaults whe... | Matthew Hoops |
2010-01-31 | SCI: display object name when addScreenItem is called | Martin Kiewitz |
2010-01-31 | SCI: removing unused DrawChar()/StdChar() from text class | Martin Kiewitz |
2010-01-31 | SCI: dont delete _font inside text class, its already deleted inside cache | Martin Kiewitz |
2010-01-31 | SCI: implemented font caching | Martin Kiewitz |
2010-01-31 | Silence gcc warnings. | Matthew Hoops |
2010-01-31 | SCI: GfxCache is now also called directly w/o SciGui nor SciGui32 | Martin Kiewitz |
2010-01-31 | SCI: changed the way font class is initialized | Martin Kiewitz |
2010-01-31 | Fix possible memory leaks. | Johannes Schickel |
2010-01-31 | SCI: remove classname from header to fix build | Martin Kiewitz |
2010-01-31 | SCI: renamed kernelFind() to kernelFindColor, so that it isnt that confusing :P | Martin Kiewitz |
2010-01-31 | SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now... | Martin Kiewitz |
2010-01-31 | SCI: renamed SciGuiAnimate to GfxAnimate, moved code from SciGui into this cl... | Martin Kiewitz |
2010-01-31 | SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc... | Martin Kiewitz |
2010-01-30 | Added a sanity check to baseSetter() - Torin's demo progresses a bit further now | Filippos Karapetis |
2010-01-29 | SCI: adding shakeScreen() for gui32 for lsl6 | Martin Kiewitz |
2010-01-29 | Silence gcc warnings, have gui32.cpp only build when ENABLE_SCI32 is defined. | Matthew Hoops |
2010-01-29 | SCI: added new SciGui32 class, Gfx class needs some work though and hopefully... | Martin Kiewitz |
2010-01-29 | SCI: removing bit 1 support (was introduced because of problems in sci1.1 gam... | Martin Kiewitz |
2010-01-29 | SCI: calculating celRect the right way for sci32 | Martin Kiewitz |
2010-01-29 | SCI: fixing cursor in sci32 for clone ;) | Martin Kiewitz |
2010-01-29 | SCI: hacked up a bit sci32 graphics to support (theoretically) scaling | Martin Kiewitz |
2010-01-29 | SCI: little hack so that old views are erased in sci32 | Martin Kiewitz |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |
2010-01-29 | SCI: view class fix for hires views that are larger than 64k (fixes kq7 cel c... | Martin Kiewitz |
2010-01-28 | SCI: some progress on REing robot files (99% comments only) | Martin Kiewitz |
2010-01-27 | Made the code inside SciGui::display() a bit more readable | Filippos Karapetis |
2010-01-27 | SCI: fix for clipping code inside kGraph | Martin Kiewitz |
2010-01-27 | SCI: removing duplicate comment line that isnt right there (it documents the ... | Martin Kiewitz |
2010-01-27 | Only reshow the cursor after playing a video if it was originally showing bef... | Matthew Hoops |
2010-01-27 | SCI: scaling for non-regular cels, scaling for reanimate (fixes pharkas demo,... | Martin Kiewitz |
2010-01-26 | SCI: changed flags (uint16) to force (bool) for set/merge palette methods | Martin Kiewitz |
2010-01-26 | SCI: force palette merging for kq6 hires portraits (cause its needed on those) | Martin Kiewitz |
2010-01-26 | SCI: dont do real merging of palettes for sci1.1+, fixes sq5 wilco face, wilc... | Martin Kiewitz |
2010-01-26 | SCI: removing now unneeded table EGAtable from palette class | Martin Kiewitz |
2010-01-25 | SCI: removed EGA mapping for amiga games, cause changing K_GRAPH_GET_COLORS_N... | Martin Kiewitz |
2010-01-25 | Fixed window port for Slater and Hoyle 3 (the top coordinate of the main wind... | Filippos Karapetis |
2010-01-25 | SCI: fixing skipping over dummy VGA palettes in amiga games | Martin Kiewitz |
2010-01-25 | SCI: created isAmiga32color(), using this method instead of comparing against... | Martin Kiewitz |
2010-01-25 | SCI: changed comment about amiga palette inside picture class (removed TODO a... | Martin Kiewitz |
2010-01-25 | SCI: support for amiga pictures that change the palette | Martin Kiewitz |
2010-01-25 | SCI: support for both amiga "palettes" (one is a left-over VGA palette, the o... | Martin Kiewitz |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-24 | SCI: skip over amiga palette inside pictures for now, needs implementation (T... | Martin Kiewitz |