overte/interface
Anthony J. Thibault 115fd607a0 Address performance issues introduced with this PR.
* Prevent clusterMatrices from being invalidated and re-computed in each updateItem lambda.
  We do this by not setting _model->_needsUpdateClusterMatrices = true;
* Prevent redundant work if Model::enqueueLocationChange is called multiple times per frame.
  We do this by introducing a preRenderLambdas map in the Application class.
  Instead of adding work directly to the scene PendingChanges queue Model::enqueueLocationChange
  adds a lambda to the Application preRenderLambdas map.  The Application ensures that only one lambda will
  be invoked for each model per frame.
2016-03-28 19:47:30 -07:00
..
external
i18n
icon replace the interface icons 2016-03-25 11:42:48 -07:00
resources Revert "Build a better event bridge" 2016-03-25 09:48:25 -07:00
src Address performance issues introduced with this PR. 2016-03-28 19:47:30 -07:00
ui Allow closed tabs to delete properly 2016-02-11 10:27:24 -08:00
CMakeLists.txt manually install OpenSSL DLLs for Qt 2016-03-03 17:57:34 -08:00