Commit History

Author SHA1 Message Date
  Rémi Verschelde 1314e6cbcc Merge pull request #60803 from Chaosus/shader_hint_rename 3 years ago
  Rémi Verschelde 126470caa1 Merge pull request #61226 from Chaosus/shader_fix_keyword_completion 3 years ago
  reduz 45af29da80 Add a new HashSet template 3 years ago
  Yuri Rubinsky 29ff04acf2 Fix incorrect keyword completion after period in shader editor 3 years ago
  Aaron Record 900c676b02 Use range iterators for RBSet in most cases 3 years ago
  reduz 746dddc067 Replace most uses of Map by HashMap 3 years ago
  Yuri Roubinsky a8bbe570ca Rename `hint_albedo`, `hint_white/black` in shaders 3 years ago
  Rémi Verschelde 477b53d280 Merge pull request #60568 from Chaosus/shader_keyword_completions 3 years ago
  Yuri Roubinsky 5eb3a0ef4a Add `hint_color` support for `vec3` in shaders 3 years ago
  Yuri Roubinsky 15032e01e6 Add keyword completion to shader editor 3 years ago
  Yuri Roubinsky 643e75bea9 Prevent shader crash when using precision on boolean types 3 years ago
  Yuri Rubinsky f4b0c7a1ea Merge pull request #60175 from Geometror/visual-shader-vector4 3 years ago
  Hendrik Brucker cf58d23a72 Add Vector4 to VisualShader 3 years ago
  Rémi Verschelde a7b1d85828 Merge pull request #59825 from Chaosus/shader_fix 3 years ago
  bruvzg f851c4aa33 Fix some issues found by cppcheck. 3 years ago
  Yuri Roubinsky 0864c9abaa Fix incorrect parsing array's `length()` at return statement in shader 3 years ago
  Yuri Roubinsky d47035a6fb Fix shader crashing when attempting to access `length()` at global space 3 years ago
  reduz 360dea5348 Add GDExtension support to Script 3 years ago
  notSanil 36fa7059ed Fix device limit exceeding for uniform buffer 3 years ago
  Rémi Verschelde b8b4580448 Style: Cleanup single-line blocks, semicolons, dead code 3 years ago
  ZuBsPaCe 2e2c9a27b6 Fixed shader error message for instance qualifier 3 years ago
  Yuri Roubinsky a2484c3293 Fix unknown identifier error in for loop 3 years ago
  Yuri Roubinsky e01d08159c Few more fixes to for loop in shaders 3 years ago
  bruvzg 244db37508 Cleanup and move char functions to the `char_utils.h` header. 3 years ago
  Yuri Roubinsky 58696fd774 Allow multiple declarations in for loop in a shader 3 years ago
  Anilforextra fc27636999 Vectors: Use clear() and has(). 3 years ago
  Yuri Roubinsky b01065b9a4 Prevent checking of global uniform type outside the editor 3 years ago
  Yuri Roubinsky 0e66587dbf Remove incorrect items from completion of main functions in shader 3 years ago
  Yuri Roubinsky 3ca57e5157 Fix incorrect unused local var warning in shader blocks 3 years ago
  Yuri Roubinsky e0304f83e7 Add translation links to shader errors 3 years ago