Paulb23
a95daaf8d0
Abstracted the syntax highlighter from text edit
2018-04-02 12:41:44 +01:00
Rémi Verschelde
9639987678
doc: Remove status from hardcoded version string
...
It has no practical use case and just generates noise for each alpha, beta, etc.
2018-02-27 13:40:49 +01:00
luz.paz
02b68d1187
Fix typos with codespell
...
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt`
Whitelist consists of:
```
ang
doubleclick
lod
nd
que
te
unselect
```
2018-02-21 19:46:06 +01:00
Rémi Verschelde
d2244b063a
doc: Update version string in header
2018-02-19 10:46:33 +01:00
Rémi Verschelde
6a949f7431
Merge pull request #15379 from ianb96/delete_key_fix
...
Filesystem and Visual Script Members delete key fix
2018-02-14 17:06:31 +01:00
Rémi Verschelde
40b57494dc
doc: Fix references to online tutorials after godotengine/godot-docs#1015
2018-01-25 09:03:59 +01:00
Rémi Verschelde
0ddacdab12
doc: Sync with current source
...
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018
and fix the version tag in all files (not really stable yet, but it makes no sense
to hardcode rc3 at this stage).
2018-01-25 08:50:56 +01:00
Rémi Verschelde
bd42ba7d0c
doc: Replace some more "val" with "value" + sync
2018-01-17 10:43:23 +01:00
Chaosus
0b44c1f291
Fixes for parameter names of builtin functions in visual scripts/core
2018-01-16 19:49:45 +03:00
Juan Linietsky
0f66947e58
Filled tutorial field in most relevent classes.
...
Added tutorial display in doc.
2018-01-15 18:41:13 -03:00
K. S. Ernest (iFire) Lee
54250f6988
Make sure PropertyHint matches in the VisualScript editor.
2018-01-15 22:19:54 +01:00
Rémi Verschelde
9cb8f46319
doc: Update version string in XML
2018-01-13 11:43:42 +01:00
Bojidar Marinov
84fa4c7a2f
Update docs
...
[ci skip]
2018-01-12 00:58:22 +02:00
Bojidar Marinov
39a46b9ece
Bind many more properties to scripts
...
Notable potentially breaking changes:
- PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL
- Some properties were renamed, and sometimes even shadowed by new ones
- New getter methods (some virtual) were added
2018-01-12 00:58:14 +02:00
Ian
a2c5304d3a
Filesystem and Visual Script Members keyboard shortcuts fix
2018-01-06 15:46:32 -05:00
Rémi Verschelde
30788bc72e
Add missing copyright headers and fix formatting
...
Using `misc/scripts/fix_headers.py` on all Godot files.
Some missing header guards were added, and the header inclusion order
was fixed in the Bullet module.
2018-01-05 01:22:23 +01:00
Rémi Verschelde
61831d2992
Update copyright statements to 2018
...
Happy new year to the wonderful Godot community!
2018-01-01 14:40:47 +01:00
Rémi Verschelde
1f218c8cd7
Merge pull request #14754 from willnationsdev/dictionary-copy
...
Added 'duplicate' function for Dictionary in C++ and API.
2017-12-17 23:58:59 +01:00
Will Nations
be6200d08a
Dictionary::copy -> ::duplicate
2017-12-17 16:07:15 -06:00
Daniel J. Ramirez
fb37693693
Now every variant type has its icon.
2017-12-17 14:06:11 -06:00
Daniel J. Ramirez
abf34ca607
General use Variant type icons, plus other icon updates.
2017-12-17 13:19:09 -06:00
Rémi Verschelde
16530b8d97
Cleanup some #if 0'd code
2017-12-17 15:40:24 +01:00
Andreas Haas
8c38fabe51
Scons: Build modules in seperate env.
2017-12-13 15:46:35 +01:00
Rémi Verschelde
f428a7cf78
Merge pull request #14358 from RandomShaper/fix-vscript
...
Fix function arg count not considered in VisualScript
2017-12-09 14:18:26 +01:00
Rémi Verschelde
bee6034e97
Merge pull request #14332 from akien-mga/clang-format
...
Update style for clang-format 5.0.0, new min required version
2017-12-07 09:18:11 +01:00
Rémi Verschelde
e62947ec6c
doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc
2017-12-07 08:29:38 +01:00
Rémi Verschelde
b76e2818d3
Style: Apply new clang-format 5.0 style to all files
2017-12-07 08:02:00 +01:00
Pedro J. Estébanez
b247790513
Fix function arg count not considered in VisualScript
2017-12-07 02:19:56 +01:00
Rémi Verschelde
5f18adf9ee
Merge pull request #13436 from hoelzl/pr-vs-yield-signal-oneshot
...
Connect signal for VisualScript "Yield Signal" using oneshot mode
2017-12-06 23:43:27 +01:00
Rémi Verschelde
7b80bcb3c8
Merge pull request #13427 from hoelzl/pr-vs-enable-yield
...
Make VisualScriptFunctionState instantiable
2017-12-06 23:41:34 +01:00
Indah Sylvia
6549de3d1d
Fixed typo: substract to subtract
2017-12-05 11:34:46 +07:00
Matthias Hoelzl
b88aecf9b5
Connect signal for VisualScript "Yield Signal" using oneshot mode
...
Since the first call to a VisualScriptFunctionState invalidates the
state, any further call results in errors.
2017-12-01 04:44:47 +01:00
Matthias Hoelzl
48f706b62b
Make VisualScriptFunctionState instantiable
2017-11-30 23:11:32 +01:00
Poommetee Ketson
b371a9cef5
Merge pull request #13284 from dragmz/patch-2
...
Fix constant node value edit
2017-11-26 08:10:57 +07:00
Marcin Zawiejski
45769f6fe3
Fix constant node value edit
2017-11-25 22:28:59 +01:00
Juan Linietsky
b4c8882a68
Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function,
...
leading to unnecesary copy on writes and reduced performance.
2017-11-25 00:09:40 -03:00
Rémi Verschelde
c41de73651
doc: Fix enum tags thanks to 2bc6db6
2017-11-24 23:16:30 +01:00
Rémi Verschelde
08b4da4ef8
doc: Remove setters and getters now exposed via properties/members
2017-11-24 18:10:32 +01:00
Rémi Verschelde
bc6b6c43d4
doc: Update header version for 3.0-beta
2017-11-24 09:16:52 +01:00
Rémi Verschelde
e2fe479af6
doc: Sync classref with current source
2017-11-24 09:16:27 +01:00
Juan Linietsky
0e33ecfe6c
Merge pull request #11933 from cxong/master
...
Use "Command" instead of "Meta" for macOS (#1619 )
2017-11-21 14:25:09 -03:00
pablotato
5b8a95b1e8
Add cartesian to polar conversion functions
2017-11-20 23:34:40 +01:00
Juan Linietsky
508adf7bdd
Merge pull request #12930 from vnen/gdscrit-output-print
...
Make tool scripts print on the editor Output panel
2017-11-17 16:05:44 -03:00
Ferenc Arn
b132f628ad
Rename Rect3 to AABB.
...
Fixes #12973 .
2017-11-17 11:01:41 -05:00
George Marques
04481a5269
Add print_error function, akin to print_line
2017-11-16 21:56:57 -02:00
Rémi Verschelde
c453a67966
Merge pull request #12954 from akien-mga/docs
...
Make module docs self-contained and various improvements
2017-11-15 21:54:21 +01:00
Rémi Verschelde
55e453ed89
doc: Make all module docs self-contained
2017-11-15 21:29:33 +01:00
Rémi Verschelde
778a4736d8
Merge pull request #12948 from vnen/vs-custom-nodes
...
Create API to add and remove VisualScript custom nodes
2017-11-15 20:40:49 +01:00
George Marques
0a7ece2896
Create API to add and remove VisualScript custom nodes
...
This makes a VisualScriptEditor singleton, which gives plugins the
ability to register their own custom nodes. Those will be available for
insertion in the Visual Script editor, under the "Custom Nodes"
category.
2017-11-15 17:13:13 -02:00
Leon Krause
0f4d7ec704
Move singleton management from ProjectSettings to Engine
2017-11-14 15:15:13 +01:00