Commit Graph
34 Commits
Author SHA1 Message Date
Danil Alexeev 67be15e905 GDScript: Update lambda documentation 2024-06-29 14:51:46 +03:00
Danil Alexeev c89b0e6ab3 Update class reference and doc comment markup documentation 2024-05-02 13:14:02 +03:00
Danil Alexeev 60befd7527 GDScript: Clarify raw string literals documentation 2024-04-09 16:25:03 +03:00
Danil Alexeev 88ec4c294b GDScript: Document @export_storage annotation 2024-03-01 22:28:32 +03:00
Danil Alexeev 200c91b679 GDScript: Update deprecated/experimental docs 2024-02-16 12:00:18 +03:00
Danil Alexeev 46e69f0d1e GDScript: Document is not operator 2024-02-07 13:25:33 +03:00
Danil Alexeev c3322d8d27 GDScript: Document variable initialization order 2024-01-14 19:35:25 +03:00
Danil Alexeev e1911e7355 Fix list of default comment marker keywords 2023-11-02 11:47:52 +03:00
Danil Alexeev 9eb7aa3f59 Update "Static typing in GDScript" page 2023-10-06 12:49:26 +03:00
Danil Alexeev 6ad7f78001 GDScript: Update match patterns and literal docs 2023-10-05 19:18:05 +03:00
Danil Alexeev da3f1a1275 GDScript: Document match pattern guards 2023-09-29 14:28:44 +03:00
Danil Alexeev 9aa85cee05 Update "GDScript documentation comments" page 2023-09-21 16:33:55 +03:00
Danil Alexeev 09d9d9a895 GDScript: Document raw string literals 2023-09-21 00:04:38 +03:00
Danil Alexeev 621e48e3ed Use relative font size for code elements 2023-08-30 18:02:42 +03:00
Danil Alexeev 34a620e2c2 GDScript: Mention Array.assign() method in typed arrays documentation 2023-08-16 11:30:39 +03:00
Danil Alexeev 60e3f14d98 Update "GDScript documentation comments" page 2023-08-01 11:52:42 +03: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
Danil Alexeev 055ec902ce GDScript: Add warning about overriding non-virtual native methods 2023-07-01 21:26:48 +03:00
Danil Alexeev 98f5970a6f GDScript: Clarify setter/getter documentation 2023-06-30 21:28:02 +03:00
Danil Alexeev d8e71f7453 Update info about BBCode in doc comments and Class Reference 2023-05-29 21:43:10 +03:00
Danil Alexeev 15f32c5407 GDScript: Add mention that @onready @export doesn't work as expected 2023-05-27 15:25:50 +03:00
Danil AlexeevandMax Hilbrunner 4aff3ddc8a Update "GDScript reference" (operators and match) (#7323)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-18 10:57:40 +02:00
Danil Alexeev 1575f5f714 Mention that annotations in GDScript support constant expressions 2023-05-12 16:38:20 +03:00
Danil Alexeev 59075ad12f Fix GDScript code style regarding colon (docs) 2023-03-05 16:51:08 +03:00
Danil Alexeev 7a72ceaff6 Update "Upgrading from Godot 3 to Godot 4" page 2023-03-01 17:44:34 +03:00
Danil Alexeev aa271f3aab Clarify @export_enum docs (#6704) 2023-02-04 23:13:33 +03:00
Danil Alexeev fa4a21c2db Fix code examples on "Custom drawing in 2D" page 2023-01-27 18:38:15 +03:00
Danil Alexeev 519b8acd85 Explain draw_line and draw_rect coordinates 2023-01-16 22:41:06 +03:00
Danil AlexeevandHugo Locurcio d6a42081ae Update Y Sort and add String.right() in Upgrading to Godot 4 (#6464)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-12-07 18:41:52 +01:00
Danil Alexeev e161f86cf5 Update docs about doc comments (@desc: replaced with blank line) (#5838) 2022-05-26 19:40:34 +02:00
Danil Alexeev f47697e1b6 Document [bgcolor] and [fgcolor] BBCodes 2022-01-12 21:05:25 +03:00
Danil Alexeev d7a41d57f6 Add info about [lb] and [rb] BBCodes 2022-01-12 18:41:30 +03:00
Danil AlexeevandHugo Locurcio e4c408d326 Update docs about named colors in RichTextLabel (#4648)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-02-14 15:58:00 +01:00