This website requires JavaScript.
Explore
Help
Register
Sign in
thirdparty
/
scummvm
Watch
2
Star
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
043fe970c5
scummvm
/
backends
/
platform
/
sdl
History
Download ZIP
Download TAR.GZ
Max Horn
df5be19409
Instantiate and hook up the plugin providers in the main() function of the corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup
...
svn-id: r24153
2006-10-07 01:05:12 +00:00
..
build.rules
Started to move 'monolithic' parts of our ports to the new 'background/platform' directory (see also the 'Modular_Backends' page in our Wiki)
2006-06-24 12:33:52 +00:00
events.cpp
Added new method OSystem::getScreenChangeID(), which can be used by code to track screen changes even without getting all EVENT_SCREEN_CHANGED events
2006-08-04 13:10:28 +00:00
graphics.cpp
Warn if copyRectToScreen() is called before _screen is created, since it's
2006-07-23 06:50:49 +00:00
module.mk
Started to move 'monolithic' parts of our ports to the new 'background/platform' directory (see also the 'Modular_Backends' page in our Wiki)
2006-06-24 12:33:52 +00:00
sdl-common.h
Added new method OSystem::getScreenChangeID(), which can be used by code to track screen changes even without getting all EVENT_SCREEN_CHANGED events
2006-08-04 13:10:28 +00:00
sdl.cpp
Instantiate and hook up the plugin providers in the main() function of the corresponding backends (porters may have to update their ports if they were using the POSIX or Win32 module loading code implicitly); some cleanup
2006-10-07 01:05:12 +00:00