blender/source/gameengine
Antony Riakiotakis b5b359b48f Warning messagebox for windows when an unsupported implementation of
OpenGL is detected:

Hoping to decrease the frequency of by far one of the most frequent bug
reports by windows users.

There is some reorganization of the GHOST API to allow easy addition of
further OpenGL options in the future. The change is not propagated too
deep to keep the size of the patch managable. We might reorganize things
here later.

For OpenGL we do two checks here:
One is a combination of GDI generic renderer or vendor microsoft
corporation and OpenGL version 1.1. This means the system does not
use GPU acceleration at all. We warn user to install a graphics
driver and of cases where this might happen (remote connection, using
blender through virtual machine)

The other one just checks if OpenGL version is less than 1.4 (we can
easily change that in the future of course) and warns that it is
deprecated.

Both cases will still let blender startup correctly but users should now
have a clear idea of the system being unsupported.

A user preference flag is provided to turn the warning off.

Now stop posting those bug reports without installing a driver first -
please?
2015-02-25 13:51:53 +01:00
..
BlenderRoutines gameengine: removing addInitFromFrame hack 2015-02-21 12:16:20 +00:00
Converter scene conversion: style cleanup 2015-02-21 12:16:21 +00:00
Expressions Freestyle: reserve array sizes before filling 2015-01-04 21:23:26 +11:00
GameLogic cleanup: style 2015-02-07 04:50:21 +11:00
GamePlayer Warning messagebox for windows when an unsupported implementation of 2015-02-25 13:51:53 +01:00
Ketsji Fix T43748: MouseLook actuator raises an Assert error 2015-02-21 14:39:04 +01:00
Network mathutils: refactor instantiation 2015-01-04 17:43:57 +11:00
Physics BGE: Fix T43215: Rigidbody constraints deletion. 2015-02-20 23:37:32 +01:00
Rasterizer BGE: Fix for T42285 & T38935 crashes. They are Rayhit related. 2015-02-13 00:12:21 +01:00
SceneGraph Style Cleanup: remove preprocessor indentation (updated wiki style guide too) 2013-12-22 14:12:19 +11:00
VideoTexture commiting patch to fix T30173 2015-02-21 12:16:19 +00:00
CMakeLists.txt
SConscript