Historique des commits

Auteur SHA1 Message Date
  Yuri Roubinsky 3c82f01134 Fix shader handle constant expressions in function call il y a 4 ans
  Dennis Brakhane 31d41d83c3 Remove duplicate comments il y a 4 ans
  reduz d3b49c416a Refactor GLSL shader compilation il y a 4 ans
  Rémi Verschelde d83761ba80 Style: Apply clang-tidy's `readability-braces-around-statements` il y a 4 ans
  Rémi Verschelde 9bbe51dc27 Style: Apply clang-tidy's `modernize-use-nullptr` il y a 4 ans
  Rémi Verschelde e9cb64a8b5 Merge pull request #46522 from Ev1lbl0w/bugfix-shader_noret il y a 4 ans
  Yuri Roubinsky 19e0a1ec9d Fix parsing hexadecimal (lowercase `e`,`f`) in shaders il y a 4 ans
  Ev1lbl0w 3d9ef1e4de Added missing returns on error scenarios il y a 4 ans
  Yuri Roubinsky 571f4396ea Prevents shader crash if two struct with the same name are declared il y a 4 ans
  Yuri Roubinsky f91e7e3ba4 Prevents shader crash if passing invalid struct to the return statement il y a 4 ans
  Yuri Roubinsky dd0874e717 Allow passing varying from fragment to light shader function il y a 4 ans
  Aaron Franke a3e3bf8227 Make hex_to_int and bin_to_int handle the prefix automatically il y a 4 ans
  Yuri Roubinsky 289cc89a39 Prevent crash due to assigning incorrect order of instance uniform il y a 4 ans
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 il y a 4 ans
  Marcel Admiraal 5b937d493f Rename empty() to is_empty() il y a 4 ans
  Yuri Roubinsky bc0e8e7a21 Fix using post-init shader array constructors il y a 4 ans
  Yuri Roubinsky fe4c8e387b Added support for constants in shader `case` and array size declaration il y a 4 ans
  bruvzg 644f739660 Static analyzer fixes: il y a 4 ans
  George Marques 02f60812ed Rename TYPE_REAL to TYPE_FLOAT il y a 4 ans
  Aaron Franke 02161aad5a Remove empty lines around braces with the formatting script il y a 5 ans
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already il y a 5 ans
  Yuri Roubinsky 6914597026 FIx autocompletion for emit_particle in shader editor il y a 5 ans
  Yuri Roubinsky 53740c69df Forbids varying declaration in particles and sky shaders il y a 5 ans
  reduz d0bddf53c5 Implement manual particle emission and particle sub emitters. il y a 5 ans
  Yuri Roubinsky b1351fe781 Fix crash regression in the shader function validation il y a 5 ans
  Yuri Roubinsky ab9978697e Improve messages in shader function validation il y a 5 ans
  bruvzg 80b8eff6aa [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. il y a 5 ans
  Yuri Roubinsky 2a00c868de Fix particles shader to use built-ins il y a 5 ans
  Aaron Franke 56e2c6c704 Make all String float conversion methods be 64-bit il y a 5 ans
  Yuri Roubinsky 01950553f2 Fix some incorrect conversions which lead to crash in shaders il y a 5 ans