Commit History

Author SHA1 Message Date
  Juan Linietsky 118eed485e ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant. 9 years ago
  Rémi Verschelde c7bc44d5ad Welcome in 2017, dear changelog reader! 9 years ago
  Juan Linietsky 828e1c092f Renamed the bind_native functions to bind_vararg, should make it show the documentation more clearly and also make it easier to bind to C# 9 years ago
  Juan Linietsky 9c6175db11 More visual script work 9 years ago
  Juan Linietsky ad8f208bdb Proper function/property selection in visual script editing for property. 9 years ago
  Juan Linietsky 1add52b55e Brand new networked multiplayer 9 years ago
  Rémi Verschelde 5d9967ef00 Merge pull request #6055 from eska014/native-bind-rettype 9 years ago
  Juan Linietsky 9865650b43 Added a simpler way to do sub-functions in both visual and gdscript with the subcall node. 9 years ago
  eska 4cd246898e Allow documenting unexposed return types in bind_native_method 9 years ago
  Juan Linietsky ad313097eb WIP visual scripting, not working yet but you can check out stuff 9 years ago
  Juan Linietsky 33cc480350 Fixed reloading of tool scripts within editor, they should work much better now, closes #3194 9 years ago
  Juan Linietsky cf6450043d Fix bug in inner class reference, closes #1411 9 years ago
  Juan Linietsky 565bb3afcc Fix extends issue, closes #4026 9 years ago
  Andreas Haas c871cf6801 Add "bool" to GDScript reserverd keywords 9 years ago
  Juan Linietsky 45443a1651 Changed reload logic to auto-hard-reload scripts on save. It's simpler to use and also fixes #4756 9 years ago
  Juan Linietsky f8f30662d9 -Ability to reload (and soft reload) tool scripts. Please test! 9 years ago
  punto- 86253cbdfe Revert "Fix implicit GDScript Reference inheritance" 9 years ago
  eska 3acbf8e71f Fix implicit GDScript Reference inheritance 9 years ago
  Juan Linietsky 9e745b920f Ability to reload scripts on running game 9 years ago
  Juan Linietsky df139f57b3 Some cleanup to GDScript 9 years ago
  Ignacio Armenteros 7caabd9398 Fix #4748: proper call to base class function 9 years ago
  Juan Linietsky a75f896338 First version of Profiler 9 years ago
  Hubert Jarosz 4a4f247914 remove trailing whitespace 9 years ago
  Juan Linietsky 6fc1c3a4d1 Completed the support for plugins! It is not possible to add plugins. 9 years ago
  Rémi Verschelde 6ea0863ed3 Merge pull request #3587 from akien-mga/pr-reserved-keyords 10 years ago
  Rémi Verschelde ade7329625 Fix missing comma 10 years ago
  George Marques 0f41a18344 Merge pull request #3582 from akien-mga/pr-reserved-keyords 10 years ago
  Rémi Verschelde 99d9188da8 Add preload and PI to GDScript reserved keywords 10 years ago
  Rémi Verschelde 8151110002 Reorder reserved words by categories 10 years ago
  Juan Linietsky 817fd1ab71 -Added method flags to global constants for script 10 years ago