Commit History

Author SHA1 Message Date
  Pāvels Nadtočajevs eaf2d7c5b0 [GDScript] Fix `Packed*Array` `OP_IN` using low precision int and float as input. 8 months ago
  Yevhen Babiichuk (DustDFG) ee5d90853f Allow use RID with `in` operator for Arrays and Dictionaries 10 months ago
  K. S. Ernest (iFire) Lee f9b488508c Add PackedVector4Array Variant type 1 year ago
  Thaddeus Crews bbb3eb3a1a Update lingering `do/while(0)` defines 1 year ago
  Thaddeus Crews 9903e6779b Enforce template syntax `typename` over `class` 1 year ago
  Aaron Franke c77ae051d5 Add and expose Basis/Transform2D/3D division by float operator 1 year ago
  George Marques a1e3ef919c Add operator NOT for all Variant types 2 years ago
  cdemirer 44b2747dfd Fix `Variant::in()` error on invalid `evaluate` 3 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  rune-scape e79be6ce07 Unify String and StringName 2 years ago
  Rémi Verschelde d3a6855dfc Merge pull request #66361 from dalexeev/remove-int-plus-string 2 years ago
  Rafał Mikrut d7d130295e Support for checking that Projection is(not) null 2 years ago
  VolTer 1fd59b98fb Remove duplicate operator registrations 2 years ago
  Danil Alexeev 453c5ef682 Remove confusing `String + int` and `int + String` operations 2 years ago
  PrecisionRender 2adb67c3c5 Add `operator*` to `Plane` 3 years ago
  reduz 455c06ecd4 Implement Vector4, Vector4i, Projection 3 years ago
  Yuri Roubinsky dbd7a31507 Implement exponential operator (**) to GDScript/Expressions 3 years ago
  bruvzg f19cd44346 Unify TextServer built-in module and GDExtension code. 3 years ago
  bruvzg b801742b77 [GDExtension] Add binds for missing methods, operators, and constants required for GDExtension TextServer implementation. 3 years ago
  reduz 8c7268664d Fix integer vector mul/div operators and bindings. 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  George Marques 13a2d03dde Add Variant `in` operator for any String/StringName operands 3 years ago
  George Marques 455e142d37 Allow comparing equality between builtin types and null 3 years ago
  Rafał Mikrut 221f5da857 Fix crash when dividing by 0 in Vector2/3i 4 years ago
  reduz b1d15c51bc Implement native extension system 4 years ago
  Rémi Verschelde a9c53fa599 Merge pull request #49287 from reduz/expose-variant-internal-binders 4 years ago
  reduz 2c81e5fa0e Make some variant internal functions public. 4 years ago
  Aaron Franke bd6ed3fb09 Allow multiplying Transforms and Basis by numbers 4 years ago
  Marcel Admiraal 8acd13a456 Rename Quat to Quaternion 4 years ago
  Aaron Franke 08a85352fb Rename Variant TRANSFORM to TRANSFORM3D 4 years ago