Commit Graph
410 Commits
Author SHA1 Message Date
Corey dbd4468aae Update c_sharp_basics.rst
* Fix incorrect file name with regards to adding the `program` parameter.
2023-09-17 13:41:38 -07:00
Max Hilbrunner 8f4347e2a5 Merge pull request #7865 from dashdotdashdot/patch-1
Update gdextension_cpp_example.rst to avoid unquoted compatibility_minimum trap
2023-09-13 04:12:27 +02:00
Max Hilbrunner 8e69f6be0c Merge pull request #7820 from gogojokid/master-1
Custom editor icon section's command wrong or out of date
2023-09-11 16:23:54 +02:00
Max Hilbrunner 64867d4341 Merge pull request #7812 from dalexeev/gds-mention-array-assign-method
GDScript: Mention `Array.assign()` method in typed arrays documentation
2023-09-10 20:12:38 +02:00
Noctor Onwood 306b24246b Custom editor icon section's command wrong or out of date.
In the "*.gdextension" code block, the [Icon] tag does not work in 4.1.1.stable version, and it does not match the naming conventions of other tags. I test it, [icons] tag is worked well. In addition, I added a blank lines between the tag and the content to make it more consistent with other "*.gdextension" code block formatting.

Update with capnm's suggestion. Thank you all for your attention and reply!
2023-09-02 23:03:29 +08:00
dashdotdashdot 0583b2b6b6 Enclose .gdextension's compatibility_minimum in quotes to avoid parse errors if extended to unquoted x.y.z format.
Fixes #7864
2023-08-31 19:00:53 +09:00
Hugo Locurcio 8e4f72f3f4 Mention typing of for loop variable in Static typing in GDScript 2023-08-21 19:44:52 +02:00
Danil Alexeev 34a620e2c2 GDScript: Mention Array.assign() method in typed arrays documentation 2023-08-16 11:30:39 +03:00
Max Hilbrunner e5c7e6385d Merge pull request #7781 from raulsntos/dotnet/diagnostics 2023-08-13 04:09:45 +02:00
Raul Santos 44029d167d Document C# diagnostics 2023-08-10 16:37:42 +02:00
Danil Alexeev 60e3f14d98 Update "GDScript documentation comments" page 2023-08-01 11:52:42 +03:00
Max Hilbrunner 005213b3c6 Merge pull request #7278 from Calinou/gdscript-debugger-mention-thread-support 2023-07-27 01:03:08 +02:00
Max Hilbrunner 86eac28549 Merge pull request #7651 from raulsntos/dotnet/fix-instancing-with-signals 2023-07-22 17:23:14 +02:00
Max Hilbrunner 31ac9bc227 Merge pull request #7699 from dsnopek/gdextension-4.1-notes 2023-07-22 17:17:07 +02:00
Max Hilbrunner f1aaa4c1b7 Merge pull request #7691 from a2937/advanced-lang-fix 2023-07-22 16:55:09 +02:00
Patrick b14b5c8166 Add request to report missing exposed GDExtension funcationality
* adds note to the "What is GDExtension" docs to call for issue creation when people can't do something in GDExtension that is possible with modules
2023-07-21 22:02:25 +02:00
David Snopek 5c99fd3eaa Update GDExtension C++ tutorial to explain compatibility and point out Godot 4.1 breakage 2023-07-20 09:32:29 -05:00
Max Hilbrunner 87dbe4a98f Merge pull request #7586 from br1trs/update_VS_Workloads 2023-07-19 21:33:31 +02:00
Aaron 81f1db2ca8 Fix the spelling and example list code. 2023-07-19 12:15:22 -04:00
Max Hilbrunner df7068bf03 Merge pull request #7603 from dalexeev/gds-arrays 2023-07-18 17:06:50 +02:00
Max Hilbrunner 6e94674803 Merge pull request #7644 from raulsntos/dotnet/script-templates 2023-07-18 15:36:40 +02:00
Max Hilbrunner 87a7b5e3f7 Merge pull request #7612 from raulsntos/dotnet/diff-4.1 2023-07-18 15:06:42 +02:00
Max Hilbrunner a34243c85d Merge pull request #7461 from Jackerty/GDExtension 2023-07-18 14:06:27 +02:00
Max Hilbrunner fcc07e1eab Merge pull request #7525 from RedworkDE/net-version-defines 2023-07-18 13:45:12 +02:00
Max Hilbrunner 5dc2506ed8 Merge pull request #7591 from dalexeev/gds-warn-override-non-virtual 2023-07-18 13:41:05 +02:00
Max Hilbrunner fd773620ff Merge pull request #7595 from catwasd/catwasd/fix-typos 2023-07-18 13:27:43 +02:00
Max Hilbrunner c26440a0b0 Merge pull request #7626 from bbrainstormer/master 2023-07-18 13:26:28 +02:00
Max Hilbrunner fa01e18ae3 Merge pull request #7655 from Calinou/fix-backticks 2023-07-18 13:21:11 +02:00
Max Hilbrunner b027eef6f9 Merge pull request #7660 from LeeWannacott/the-profiler-docs 2023-07-18 13:19:42 +02:00
Ninni Pipping 1a1500cebe Fix outdated use of File in gdscript_basics 2023-07-17 16:22:30 +02:00
Hugo Locurcio df904137db Fix incorrect usage of backticks in various pages 2023-07-14 19:31:01 +02:00
LeeWannacott e2ed5d893c Update docs to use Time class rather than OS class. 2023-07-14 17:49:37 +12:00
Raul SantosandPaul Joannon d9e888744e Update tutorials/scripting/instancing_with_signals.rst
Co-authored-by: Paul Joannon <437025+paulloz@users.noreply.github.com>
2023-07-13 12:17:19 +02:00
Matthew 612e545f03 Merge pull request #7653 from paddy-exe/update-gdextension-docs
Update GDExtension docs with 4.1 branch info
2023-07-12 20:20:20 -04:00
Patrick a9ab043f08 Update GDExtension docs with 4.1 branch info 2023-07-12 23:11:46 +02:00
Raul Santos 19fccc0bd5 C#: Fix instancing_with_signals tutorial 2023-07-12 16:02:45 +02:00
Raul Santos cbf555608c C#: Add tip about excluding template files from build
- Add tip about excluding C# template files from build.
- Add `_BINDINGS_NAMESPACE_` placeholder to the list of placeholders.
2023-07-11 20:54:01 +02:00
CactiChameleon9 cf5222b129 Fix mention of Godot3's or_lesser for export_range 2023-07-08 06:34:20 +01:00
bbrainstormer 2af093e679 Remove exprange info
PropertyHint.ExpRange was removed in godot 3.4.  This commit removes the outdated information from the wiki.
2023-07-07 20:54:10 -04:00
Matthew 23de3fa617 Merge pull request #7524 from dalexeev/gds-static-vars
GDScript: Document static variables
2023-07-05 18:40:29 -04:00
Raul Santos 13ab995921 Update C# differences list for 4.1 2023-07-05 11:38:54 +02:00
Matthew 22b5c869a6 Merge pull request #7551 from Calinou/csharp-export-limitations
Document C# currently not being supported on Android, iOS and Web
2023-07-04 07:51:18 -04:00
Paul Joannon 0614837c22 Remove erroneous C# example about autoloads 2023-07-03 19:44:40 +02:00
Danil Alexeev 9fb9915ad9 GDScript: Document static variables 2023-07-03 14:58:23 +03:00
Danil Alexeev 1be213cbe8 GDScript: Update array documentation
* Add info about typed arrays.
* Fix the error that packed arrays are passed by value.
2023-07-03 14:40:09 +03:00
Junhao Wang 7499e7b774 Fix initialization typos in GDExtension manual 2023-07-01 11:34:05 -07:00
Danil Alexeev 055ec902ce GDScript: Add warning about overriding non-virtual native methods 2023-07-01 21:26:48 +03:00
br1trs 732cb27372 Update c_sharp_basics.rst 2023-06-30 17:59:03 -06:00
Hannes 085d4035a3 Changed a code example that didn't follow the style guide 2023-06-26 11:42:11 +02:00
Hugo Locurcio 1e411aa125 Document C# currently not being supported on Android, iOS and Web 2023-06-23 23:14:56 +02:00