You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/components/sdlutil
elsid b07a6afa91
Avoid virtual call in GraphicsWindowSDL2 ctor
/home/elsid/dev/openmw/components/sdlutil/sdlgraphicswindow.cpp:23:8: warning: Call to virtual function during construction [clang-analyzer-optin.cplusplus.VirtualCall]
    if(valid())
       ^
/home/elsid/dev/openmw/components/sdlutil/sdlgraphicswindow.cpp:23:8: note: This constructor of an object of type 'GraphicsWindowSDL2' has not returned when the virtual method was called
/home/elsid/dev/openmw/components/sdlutil/sdlgraphicswindow.cpp:23:8: note: Call to virtual function during construction
5 years ago
..
OISCompat.hpp Readded input & event handling 10 years ago
events.hpp Implement mouse wheel bindings (bug #2679) 5 years ago
imagetosurface.cpp Change imageToSurface to return a unique_ptr to avoid manual surface cleanup 7 years ago
imagetosurface.hpp Change imageToSurface to return a unique_ptr to avoid manual surface cleanup 7 years ago
sdlcursormanager.cpp Remove redundant includes 6 years ago
sdlcursormanager.hpp Remove unused arguments 9 years ago
sdlgraphicswindow.cpp Avoid virtual call in GraphicsWindowSDL2 ctor 5 years ago
sdlgraphicswindow.hpp Vsync tweaks 6 years ago
sdlinputwrapper.cpp Implement mouse wheel bindings (bug #2679) 5 years ago
sdlinputwrapper.hpp Don't pass key events to the viewer when Alt modifier is held 8 years ago
sdlvideowrapper.cpp Use new logging system for components 6 years ago
sdlvideowrapper.hpp Apply video mode & gamma setting changes 10 years ago