summaryrefslogtreecommitdiffstats
path: root/editor/doc_tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-0/+17
|\
| * Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-221-0/+17
* | Fix remainder of godotengine referencesSpartan3222024-10-311-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #78656 from Repiteo/typed-dictionaryRémi Verschelde2024-09-061-0/+2
|\
| * Implement typed dictionariesThaddeus Crews2024-09-041-0/+2
* | Docs: Add missing deprecated/experimental tag support for theme itemsDanil Alexeev2024-09-041-0/+18
|/
* Split TranslationServer into its own fileHaoyu Qiu2024-08-151-1/+1
* Merge pull request #91557 from AThousandShips/dotnet_doc_fixRémi Verschelde2024-05-211-19/+0
|\
| * [C#] Unexpose `GodotSharp`A Thousand Ships2024-05-041-19/+0
* | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* | Generate docs from GDExtensions using `--gdextension-docs` with `--doctool`David Snopek2024-05-071-8/+10
* | Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-12/+15
|/
* Improve merging of docs on generationA Thousand Ships2024-03-251-201/+247
* Expose scene unique id functionality in ResourceRyan2024-03-071-1/+1
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-24/+79
* Add keywords to the class referenceRedMser2024-02-091-8/+45
* Merge pull request #84760 from KoBeWi/ultimate_get_property_list_reloadedRémi Verschelde2024-01-291-1/+1
|\
| * Fetch override list from ThemeDBkobewi2024-01-291-1/+1
* | GDExtension: add an interface for loading extra documentationRiteo2024-01-261-0/+12
* | Add inheriting classes to `DocTools`A Thousand Ships2024-01-161-8/+19
|/
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* Polish & fix editor help cache generationPedro J. Estébanez2023-11-021-11/+17
* Use bound theme properties for documentationYuri Sizov2023-09-261-56/+37
* Fix API hash related crash in `EditorSettings`Ninni Pipping2023-07-311-0/+2
* Merge pull request #49524 from Calinou/document-editor-import-optionsYuri Sizov2023-07-121-15/+33
|\
| * Document editor import options in the class referenceHugo Locurcio2023-06-151-15/+33
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-2/+0
* | Fix missing GDExtension in-editor API referenceRémi Verschelde2023-06-291-5/+0
* | Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-3/+22
|/
* Merge pull request #76730 from AThousandShips/doc_orderRémi Verschelde2023-05-091-2/+7
|\
| * Make documentation sorting use natural orderNinni Pipping2023-05-091-2/+7
* | Merge pull request #76490 from dsnopek/dump-gdscript-docsRémi Verschelde2023-05-091-18/+21
|\ \ | |/ |/|
| * Dump API docs from inline GDScript comments using --doctool --gdscript-docs PATHDavid Snopek2023-05-081-18/+21
* | Merge pull request #72288 from MewPurPur/use-string-repeatClay John2023-05-051-4/+1
|\ \ | |/ |/|
| * Use String.repeat() in more placesVolTer2023-05-011-4/+1
* | Improve reliability of editor docs cachePedro J. Estébanez2023-04-251-0/+5
* | [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-191-0/+17
* | GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-9/+6
|/
* Merge pull request #71649 from raulsntos/array-indexerRémi Verschelde2023-01-191-0/+1
|\
| * Add property usage to array indexerRaul Santos2023-01-191-0/+1
* | [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-31/+31
|/
* Use BitField<> in core type masksJuan Linietsky2023-01-081-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Unify String and StringNamerune-scape2022-12-051-2/+2
* Fix default values on virtual classes causing errors in projectsAaron Franke2022-11-091-1/+1
* Fix default values not showing up on virtual classesAaron Franke2022-11-061-1/+1
* 2D and 3D Skeleton modification docs, and small fixes.Lyuma2022-09-141-16/+12
* Add ability to flag classes as experimental or deprecated.SaracenOne2022-09-111-6/+82