Skip to content

SHADERed v1.3.3

Compare
Choose a tag to compare
@dfranx dfranx released this 17 Apr 17:46
· 397 commits to master since this release

CHANGELOG:

  • add VertexBuffer
  • add command line arguments
  • add an option to pause buffer preview
  • add an option to load buffer data from texture, 3D models and regular files
  • add horizontal scrolling with mouse cursor while selecting text
  • add SHIFT + left click to select text
  • add color preview to vec3 and vec4 shader variables
  • line numbers & breakpoints in text editor should now be "pinned" to the left side
  • fix a bug that unfocused text editor on AltGr key press
  • fix a bug that caused SHADERed to crash when parsing error messages
  • fix a bug that caused SHADERed to crash when using ObjectProperty variables
  • fix a bug that caused SHADERed to crash when a font file didn't exist
  • fix a bug that caused SHADERed sometimes to crash after pressing "Change Variables" button
  • fix a bug that caused variable values to get mixed up sometimes
  • fix a bug that caused preview window to sometimes go blank when using an external text editor
  • fix a bug that caused "Save As" file dialog to open twice when saving templates
  • fix a bug caused by deleting variables used in the "Change Variables" popup
  • fix gizmo
  • fix file dialogs
  • fix fps limit options
  • fix line highlighting in the text editor
  • fix plane and circle normals