Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Subclasses of OpenGLGraphicsManager are now supposed to supply a refreshScreen
function which handles actual screen updating (for example, buffer swapping).
|
|
|
|
|
|
Powered by astyle.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This does not make sense in C++98. For C++11 this only prevents Foo x = {...}
initialization, which we can't use anyway.
|
|
|
|
The formerly user supplied copy constructor was not identical to the default
generated, but the output of create_project for xcode is unchanged.
|
|
Manual fix up included.
|
|
This silences some variables and increases consistency with our code
formatting conventions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SWORD25: Fix typo
|
|
|
|
This is a manual merge of pull request #632. The history fo the PR has been
cleaned up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As a side effect we get better coordinates from mouse move events in
fullscreen, i.e. we do not get actual window coordinates but something close
to actual viewport coordinates. The easily noticable issue is that mouse
coordinates inside black bars are outside of the viewport. For example, the
x coordinate can get negative when there's a black bar at the left side.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SYMBIAN: various fixes in build scripts
|
|
README: Fix broken links
|
|
|
|
|
|
|