Skip to content
  1. Jul 22, 2015
  2. Jul 21, 2015
  3. Jul 20, 2015
  4. Jun 15, 2015
  5. Jun 08, 2015
  6. May 30, 2015
  7. May 18, 2015
  8. May 14, 2015
  9. Apr 01, 2015
  10. Mar 06, 2015
  11. Mar 02, 2015
  12. Jan 23, 2015
  13. Jul 21, 2013
  14. Jul 07, 2013
  15. Jun 28, 2013
  16. Jun 20, 2013
  17. Jun 16, 2013
  18. Jun 15, 2013
  19. Jun 05, 2013
  20. May 31, 2013
  21. May 19, 2013
    • MC Return's avatar
      Fixed indentation · 207d688a
      MC Return authored
      Replaced 0xffff with GLfloat MaxUShortFloat = static_cast <GLfloat>
      (std::numeric_limits <unsigned short>::max ());
      Declaration and assignment of float chunk in one line
      207d688a
  22. May 18, 2013
  23. May 09, 2013
  24. Apr 26, 2013
  25. Apr 17, 2013
    • Sam Spilsbury's avatar
      Added some new hooks to PluginClassHandler to allow a VTable to specify if loaded. · 267f124c
      Sam Spilsbury authored
      PluginClassHandler::get () was designed to simply instantiate an instance of that
      class for the core structure, but it did this without checking if the plugin was
      loaded.
      
      Added some new methods to PluginClassHandler exposed by LoadedPluginClassBridge
      and only accessible by those who implement PluginKey to specify globally
      whether or not a plugin is actually loaded, so that PluginClassHandler can
      return accordingly.
      
      Integration and unit tests added as appropriate
      
      (LP: #1169620)
      (LP: #1101026)
      267f124c
  26. Dec 04, 2012