aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/introproc_ihnm.cpp
AgeCommit message (Collapse)Author
2008-07-16Quit and RTL code is more modular now. EVENT_RTL no longer sets ↵Christopher Page
_shouldQuit, shouldQuit is only set if there's an EVENT_QUIT. EVENT_RTL and EVENT_QUIT are completely separate from each other. Engine::quit() method now checks both _shouldQuit and _shouldRTL to determine if the engine should exit. There is no longer a need for resetQuit(), so it's removed svn-id: r33082
2008-07-11SAGA works with new GMM implementationChristopher Page
svn-id: r33000
2008-06-12SAGA: Fixed memory leaks in the SAGA engineChristopher Page
svn-id: r32673
2008-05-26Renamed files for consistencyFilippos Karapetis
svn-id: r32283