Commit History

Author SHA1 Message Date
  John Kessenich 3a4687d782 Add missing check that a function call is not using the same name as a variable hiding the function's name. Also, support version 110 separate name spaces for functions and variable names. 10 years ago
  John Kessenich afda2411c0 Check for structures out from vertex or into fragment for ES 100 or desktop pre-150. 10 years ago
  John Kessenich e1f0f5b31f Re-allow non-language characters in ES 100 comments, including '\', except for '\' just before a new line. 10 years ago
  John Kessenich 4e734dd68b Disallow non-language characters in comments for ES version 100. 10 years ago
  John Kessenich a4351c55e8 More subtle checking for redeclarations: 11 years ago
  John Kessenich 44e8cae80a Allow ES version 100 to redeclare built-in functions. 11 years ago