When a game exits Early Access program, we all expect that it is well tested, matured version of what was only a preview before. However, the 1.0 patch is just another update that fixes many bugs ...
pyglet has recently made their PyVec immutable. This is a problem for the OpenGLRenderer where we update camera parameters in-place, e.g. when moving the camera. Steps to reproduce: Run the following ...