Torque3D/Engine
AzaezelX 9b2c189929 conforms platformWindow<implementations> to use _setVideoMode internals so that those are called by
void PlatformWindow::setVideoMode(const GFXVideoMode &mode)
{
   _setVideoMode(mode);
 getScreenResChangeSignal().trigger(this, true);
}

allowing the resize trigger to go off, as well as any other shared functionality we want to slim the per-implementation specs down to later down the line
2019-11-06 22:24:12 -06:00
..
bin git being a butt with language files. again. 2019-03-18 03:41:44 -05:00
lib linux followup work by tim 2019-08-21 03:12:54 -05:00
modules/Verve (Mostly) updated verve implementation. 2019-03-07 16:23:41 -06:00
source conforms platformWindow<implementations> to use _setVideoMode internals so that those are called by 2019-11-06 22:24:12 -06:00