Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-17 | SCI: Prefix class variables with underscores | Filippos Karapetis | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-07-25 | SCI: removing onControl from coordAdjuster32 | Martin Kiewitz | |
svn-id: r51278 | |||
2010-07-25 | SCI: sci32 coord adjustment changes | Martin Kiewitz | |
- fixes lsl6hires inventory svn-id: r51275 | |||
2010-07-25 | SCI: sci32 changes | Martin Kiewitz | |
- mouse position now gets adjusted inside kGetEvent - priority is read out during kFrameout - check planeRect - check if plane picture resource actually exists fixes sq6 svn-id: r51270 | |||
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn | |
svn-id: r48359 | |||
2010-02-06 | SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ↵ | Martin Kiewitz | |
put everything into GfxCoordAdjuster svn-id: r47939 | |||
2010-02-05 | SCI: remaining cursor functions now also directly called | Martin Kiewitz | |
svn-id: r47914 | |||
2010-02-05 | SCI: moved onControl etc. into GfxCompare, now getting called directly. also ↵ | Martin Kiewitz | |
fixed loading saved games due Gfx* changes svn-id: r47912 | |||
2010-02-05 | SCI: fix warning inside GfxCoordAdjuster header | Martin Kiewitz | |
svn-id: r47909 | |||
2010-02-05 | SCI: GfxCoordAdjuster class added, local2Global and global2Local use that ↵ | Martin Kiewitz | |
class directly, kGraph / RedrawBox is now using GfxPaint16 directly svn-id: r47908 |