PouleyKetchoupp
854185495c
Fixed code tags for true/false/null and a few property references
2019-11-02 13:09:14 +01:00
Rémi Verschelde
a57a3715db
Merge pull request #2877 from Vikram1323/master
...
Script path in C# code is wrong.
2019-10-29 10:51:40 +01:00
Rémi Verschelde
3825851979
Proofread Inspector plugins and Visual Shader plugins tutorials
2019-10-29 10:38:51 +01:00
Rémi Verschelde
c1561b623d
Merge pull request #2866 from Klowner/fix-inspector-plugin-example
...
Add proper extends / method calls to inspector plugins tutorial
2019-10-29 10:12:14 +01:00
Will Nations
3cb75877e1
Updated plugin tutorial w/ dialog & dep warning. ( #2795 )
...
- New note with CreatePluginDialog and images.
- Warns users that CustomTypes will be deprecated in 4.0.
2019-10-29 10:09:15 +01:00
vicky
4022e9bdb3
Script path in C# code is wrong.
2019-10-24 16:50:46 +05:30
Mark Riedesel
0f2be0b07f
Add proper extends / method calls to inspector plugins tutorial
2019-10-20 11:59:38 -04:00
frido
6a6464aea1
Fix various typos and grammar issues in tutorial articles
2019-10-09 23:56:08 +02:00
wandomPewlin
2b4921b791
Adds underscore before on_Button_pressed()
...
so it matches the default name generated by the editor.
2019-09-23 14:31:21 +08:00
Rémi Verschelde
93e6b405fa
Merge pull request #2719 from Calinou/improve-audio-pages
...
Improve "Audio buses", "Audio streams" and "Importing audio samples"
2019-09-01 17:36:16 +02:00
Hugo Locurcio
733a3a0e2f
Improve "Audio buses", "Audio streams" and "Importing audio samples"
...
This improves writing style and formatting, and adds more links
to refer to other pages.
2019-09-01 17:00:50 +02:00
Yuri Roubinski
1b70b0a802
Tutorial for visual shader plugins
2019-08-27 11:01:47 +03:00
Juan Linietsky
79f57c976e
Add documentation on inspector plugins.
2019-04-23 17:00:40 -03:00
Justin Burchartz
323b13df72
Added C# samples to "making plugins" doc ( #2328 )
...
* Added C# samples to "making plugins" doc
* Changed class name to CustomNode
2019-04-16 15:23:05 +02:00
KaadmY
92711a3bc8
Update images for "Making plugins" tutorial
2019-04-12 13:22:07 -07:00
Hugo Locurcio
87d81b9d4a
Fix various typos
2019-03-20 01:03:48 +01:00
CodeDarigan
7dd5e45090
Correct use of "queue_free" method
...
It was inversed.
2019-03-07 11:38:42 +00:00
Julian Murgia
aceef0bc04
Remove useless lines
...
Those came from an old version of the tutorial that aimed at a bit more complex example - maybe interesting later?
2019-03-04 12:37:23 +01:00
Julian Murgia
723293ad35
New tutorial page for editor main screen plugins ( #2215 )
2019-03-01 14:15:28 +01:00
Rémi Verschelde
c344f8d801
Misc style fixes
2019-02-10 13:38:13 +01:00
Rémi Verschelde
3e71a0e685
Merge pull request #2163 from JFonS/add_gizmo_docs
...
Add tutorial for custom spatial gizmos plugin.
2019-02-08 11:35:09 +01:00
JFonS
8c2470bf3b
Add tutorial for custom spatial gizmos plugin.
2019-02-06 16:35:49 +01:00
Rémi Verschelde
5b2aaf8d41
Optimize PNGs with optipng
...
Using `find -name "*.png" -exec optipng \;` and optipng 0.7.7
2019-01-26 22:10:03 +01:00
corrigentia
87509ef9d4
Fix grammar in making_plugins
...
Fix grammar in making_plugins.
2019-01-17 08:53:47 +02:00
Rémi Verschelde
a1af0dfc13
Adapt tutorial hyperlinks after godotengine/godot#24640
2019-01-07 11:43:18 +01:00
Rémi Verschelde
4ef06a4135
Removing trailing whitespace
...
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
Rémi Verschelde
a0e32ac017
Fix mixed use of tabs and spaces in indented blocks
...
4-space is our convention for indented blocks and should be used consistently.
The only exception is for C++ code which is tab-indented, as the engine code.
2018-11-20 11:02:11 +01:00
M. Huri
034bb63e84
Repaired mistyped of 'its'.
2018-10-19 19:39:49 +07:00
Hugo Locurcio
1b1533eac4
Improve the Making plugins page
...
This also documents the ability to use SVG icons.
2018-10-14 01:59:56 +02:00
Ashafix
fc2cf1cf42
clarified section about adding icons to plugins
2018-10-11 22:13:54 +02:00
Drenghel
3845f0cf45
added a link to 'checking the results' for clarity ( #1692 )
...
* added a link to 'checking the results' for clarity
added a link to 'checking the results' for clarity when one does'nt know how to activate plugins yet
* removed space before colon
2018-08-28 15:09:23 -07:00
None
f064e4f7a7
Fix 404s, some redirects and some broken links.
2018-05-30 16:49:21 -07:00
mhilbrunner
f215a0cf26
Proofing/review: Remove filler words, adhere to style guide
2018-05-06 05:23:37 +02:00
Michael Alexsander Silva Dias
23cb08ce0a
Fixes for the GDScript styling in various pages.
2018-02-05 20:12:52 -02:00
Nathan Lovato
96ee7418e9
Merge pull request #1028 from mhilbrunner/docs-structure
...
Restructuring update
2018-01-26 18:09:44 +01:00