Commit History

Author SHA1 Message Date
  letheed 5ad9be4c24 Rename pos to position in user facing methods and variables 7 years ago
  Hein-Pieter van Braam b2a38854fd Fix unused variable warnings 7 years ago
  Rémi Verschelde 7ad14e7a3e Dead code tells no tales 7 years ago
  Rémi Verschelde bd282ff43f Use HTTPS URL for Godot's website in the headers 7 years ago
  Juan Linietsky 1894157c9f -Massive clean up to gizmos 7 years ago
  Hein-Pieter van Braam cacced7e50 Convert Object::cast_to() to the static version 7 years ago
  Ignacio Etcheverry 90b8a5b71e Removes editor_hint from SceneTree 7 years ago
  Rémi Verschelde 8e6768c963 Merge pull request #10202 from neikeq/how-do-you-turn-this-on 7 years ago
  Ignacio Etcheverry 2f290038d6 Removes type information from method binds 7 years ago
  Juan Linietsky df5d01f259 Gizmos properly follow the edited object, closes #7837 7 years ago
  Rémi Verschelde 0a74fb625e Merge pull request #9791 from bojidar-bg/6087-add-global-local-conv 7 years ago
  Poommetee Ketson 2777f81d29 Add object type hint for docs 7 years ago
  Bojidar Marinov 140f189a65 Add .to_local/.to_global methods on Node2D and Spatial 7 years ago
  volzhs 6ed2b0eabc Update visibility icon properly 7 years ago
  Rémi Verschelde df61dc4b2b Add "Godot Engine contributors" copyright line 7 years ago
  Juan Linietsky 74808ac4d9 New particle system, mostly working, some small features missing. 7 years ago
  Andreas Haas 0a287cfe4c Fix more property names in _change_notify calls. 7 years ago
  Rémi Verschelde 5dbf1809c6 A Whole New World (clang-format edition) 7 years ago
  Hein-Pieter van Braam 411ee71b4d Rename the _MD macro to D_METHOD 7 years ago
  Hein-Pieter van Braam 0f687f0ccb Remove use of _SCS from ADD_METHOD 7 years ago
  Ray Koopa faa13adad3 Fix editor method calls to is_visible for Spatial and CanvasItem and is_visible itself for Spatial 7 years ago
  Juan Linietsky dcb95ec147 removed duplicated functions in class hierarchy that were bound more than once 7 years ago
  Rémi Verschelde 93ab45b6b5 Style: Fix whole-line commented code 7 years ago
  Juan Linietsky d093cc8bf8 Renamed call_group to call_group_flags, made call_group without flags the default 7 years ago
  Juan Linietsky 04c749a1f0 New API for visibility in both CanvasItem and Spatial 7 years ago
  Juan Linietsky a2903fc51d Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_CHANGED 7 years ago
  Juan Linietsky bc26f90581 Type renames: 7 years ago
  Ferenc Arn 6b1252cdfa Fix the order in which additional transformations are applied in Matrix3 and Transform. 7 years ago
  Juan Linietsky b085c40edf -Conversion of most properties to a simpler syntax, easier to use by script 7 years ago
  Juan Linietsky 118eed485e ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 7 years ago