Skip to content
Snippets Groups Projects
  1. Apr 04, 2016
  2. Mar 30, 2016
  3. Mar 29, 2016
  4. Mar 08, 2016
  5. Feb 09, 2016
  6. Feb 08, 2016
  7. Jan 29, 2016
  8. Jan 06, 2016
  9. Oct 29, 2015
  10. Oct 23, 2015
  11. Aug 28, 2015
  12. Aug 14, 2015
  13. Jul 29, 2015
  14. Jul 27, 2015
  15. Jul 24, 2015
    • Paul McCarthy's avatar
      Some little changes and bugfixes. · 13a8effa
      Paul McCarthy authored
       - RenderTexture unbinds itself on frame buffer configuration fail,
         before raising an error.
       - RenderTexture was potentially doing integer division on texture
         size ratio calculation
       - GL21 LineVector software draw could possibly be called before
         line vertices had been created.
       - Line/RGB vector command line args were not enabled
       - RGBVector was not initialising texture interpolation correctly
      13a8effa
  16. Jul 23, 2015
    • Paul McCarthy's avatar
      Renamed messagedlg to dialog, and added a couple of new dialogs - · e5e2d1bc
      Paul McCarthy authored
      SimpleMessageDialog, which just displays a plain message, and
      TimeoutDialog, which shows said message, and disappears after a
      timeout. ProcessingDialog now inherits form SimpleMessageDialog.
      
      Another dialog, TextEditDialog, shows an editable/selectable piece of
      text. This is used by a new CanvasPanel action, showCommandLineArgs,
      which pops up a dialog allowing the user to copy the command line to
      recreate the currently visible scene.
      e5e2d1bc
Loading