Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
Goutte
|
91ca725f9b
Add support for the TAU constant. Fixes #12094.
|
7 years ago |
Poommetee Ketson
|
ed606ded52
Fix files header
|
7 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
7 years ago |
Ignacio Etcheverry
|
32dd9a9f66
ClassDB: Provide the enum name of integer constants
|
8 years ago |
Wilson E. Alvarez
|
428f03cf06
Updated function argument names
|
8 years ago |
Juan Linietsky
|
8a4bce6ebd
Ability to set a function as sequenced, so when called you can choose not to use sequence ports. Fixes #6346
|
8 years ago |
George Marques
|
19ca9e7810
Update a VS custom node when its script changes
|
8 years ago |
Juan Linietsky
|
2a3e00c8c7
-Many fixes to VisualScript, fixed property names, etc.
|
8 years ago |
Juan Linietsky
|
5b3709d309
Removal of InputEvent as built-in Variant type..
|
8 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
8 years ago |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
8 years ago |
Rémi Verschelde
|
e1c1d7d1d7
Add a bunch of missing Godot headers in own files
|
8 years ago |
Saracen
|
5e938f0001
Inf and NaN support added to GDScript.
|
8 years ago |
Juan Linietsky
|
e9bb65db81
-All types have editable script now in properties
|
8 years ago |
Juan Linietsky
|
118eed485e
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant.
|
8 years ago |
Juan Linietsky
|
5028d7510d
Connection hints when connecting to empty space.
|
8 years ago |
Juan Linietsky
|
89702d545b
Basic type constants for visual script
|
8 years ago |
Juan Linietsky
|
5b96c3a552
-Modified Input and added is_action_just_pressed() as well as is_action_just_released()
|
8 years ago |
Juan Linietsky
|
5567350e1b
-Reworked constant nodes better
|
8 years ago |
Juan Linietsky
|
fb4d6d1db0
More visual script improvements
|
8 years ago |
Juan Linietsky
|
748836e0b3
Several all around fixes to visual scripting (in the process of creating demos)
|
8 years ago |
Juan Linietsky
|
ec49f41e19
Even more work on visual script editor:
|
9 years ago |
Juan Linietsky
|
9c6175db11
More visual script work
|
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 |
Juan Linietsky
|
cfbdeeffec
Added ability to create custom nodes from script.
|
9 years ago |
Juan Linietsky
|
b77200728e
-Added yield nodes to visual script
|
9 years ago |
Juan Linietsky
|
259418f827
VisualScript can now execute visual scripts, but there is no debugger or profiler yet.
|
9 years ago |
Juan Linietsky
|
d8af6330e5
More progress on visual script editing
|
9 years ago |