Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-21 | Merge pull request #67656 from MewPurPur/instanceđŸ§¹ | Max Hilbrunner | |
Fix minor mistakes throughout the documentation | |||
2022-10-21 | Fix small mistakes throughout much of the documentation | VolTer | |
2022-10-19 | Merge pull request #66134 from MewPurPur/fix-outdated-editor-settings | Max Hilbrunner | |
Improve some Text Editor editor settings | |||
2022-10-05 | Add editor setting for AcceptDialog OK/Cancel buttons positioning | RĂ©mi Verschelde | |
The position (left/right) of the Cancel and OK buttons in AcceptDialog are DisplayServer specific, as Windows uses OK/Cancel and macOS uses Cancel/OK. Linux/X11 currently uses the macOS convention which is also the GTK+/GNOME one, though it's not consistent with Qt/KDE applications which follow the Windows convention. Since that can't satisfy everyone, it's best if it's configurable also for the editor (it's already configurable for the project). Fixes #59379. | |||
2022-09-30 | Fix typos with codespell | RĂ©mi Verschelde | |
Using codespell 2.3-dev from current git. And fix typo in `methods.py` for `vsproj=yes` option (still won't work though). | |||
2022-09-20 | Improve some Text Editor editor settings | VolTer | |
2022-09-19 | Further cleanup of VisualScript references | RedMser | |
2022-09-08 | [Net] Rename "ssl" references to "tls" in methods and members. | Fabio Alessandrelli | |
2022-09-06 | Rename every instance of `caret_blink_speed` to `caret_blink_interval` | Micky | |
It's been changed in EditorSettings, LineEdit, TextEdit. Affects setters and getters, and passed parameters, too. | |||
2022-09-01 | Change Array arguments to TypedArray | kobewi | |
2022-08-26 | [macOS] Extend editor contents to the window titlebar for better space usage. | bruvzg | |
2022-08-26 | Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0 | RĂ©mi Verschelde | |
2022-08-25 | Fix outdated mentions of default code font in EditorSettings documentation | Hugo Locurcio | |
2022-08-23 | Add font LCD sub-pixel anti-aliasing support. | bruvzg | |
2022-08-22 | Replace Array return types with TypedArray | kobewi | |
2022-08-21 | Properly refer to functions definition color in description | Micky | |
2022-08-19 | Merge pull request #64334 from YuriSizov/core-bind-property-revert-methods | Yuri Sizov | |
Make `property_*_revert` methods multilevel and expose them for scripting | |||
2022-08-19 | Merge pull request #64580 from asmaloney/doc-grammar-less | Max Hilbrunner | |
[doc] Fix grammar in class docs: less vs. fewer/lower | |||
2022-08-18 | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native ↵ | bruvzg | |
menu for editor. | |||
2022-08-18 | [doc] Fix grammar in class docs: less vs. fewer/lower | Andy Maloney | |
2022-08-18 | Make `property_*_revert` methods multilevel and expose them for scripting | Yuri Sizov | |
2022-08-12 | [doc] Use "param" instead of "code" to refer to parameters (6) | Andy Maloney | |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov | |
2022-08-06 | Document editor settings in the class reference | Hugo Locurcio | |
2022-08-03 | Rename visual shader editor setting category for proper capitalization | Hugo Locurcio | |
2022-07-29 | Add support for documenting most editor settings in the class reference | Hugo Locurcio | |
Settings defined in editor plugins are missing (about 100 of them), but all other settings (about 200 of them) can now be documented in the EditorSettings class. Co-authored-by: RĂ©mi Verschelde <rverschelde@gmail.com> | |||
2022-07-29 | Move editor paths into the EditorPaths class | Aaron Franke | |
2022-03-05 | Added ability to retrieve array of changed settings changed when it is saved. | Eric M | |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio | |
This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. | |||
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | RĂ©mi Verschelde | |
For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there. | |||
2021-05-31 | Implement shader caching | reduz | |
* Shader compilation is now cached. Subsequent loads take less than a millisecond. * Improved game, editor and project manager startup time. * Editor uses .godot/shader_cache to store shaders. * Game uses user://shader_cache * Project manager uses $config_dir/shader_cache * Options to tweak shader caching in project settings. * Editor path configuration moved from EditorSettings to new class, EditorPaths, so it can be available early on (before shaders are compiled). * Reworked ShaderCompilerRD to ensure deterministic shader code creation (else shader may change and cache will be invalidated). * Added shader compression with SMOLV: https://github.com/aras-p/smol-v | |||
2021-02-19 | doc: Sync classref with current source | RĂ©mi Verschelde | |
And fix various bogus bindings following previous PRs. | |||
2020-11-01 | Port code examples to C# (D) | HaSa1002 | |
Includes: * Decal * Dictionary * Directory * DisplayServer * DTLSServer * DynamicFont * EditorImportPlugin * EditorPlugin * EditorScenePostImport * EditorScript * EditorSettings * EditorTranslationParserPlugin * Engine * Expression Co-authored-by: Aaron Franke <arnfranke@yahoo.com> | |||
2020-07-17 | Complete the EditorSettings class documentation | Hugo Locurcio | |
EditorSettings is now 100% documented. | |||
2020-04-22 | Document how some editor classes should be accessed as singletons only | Hugo Locurcio | |
This closes #37687. | |||
2020-02-22 | doc: Sync classref with StringName/Callable changes | RĂ©mi Verschelde | |
2020-02-18 | doc: Sync classref with current source | RĂ©mi Verschelde | |
Handle removal of Pool*Array types and other recent changes. | |||
2020-01-31 | Update docs to version 4.0 | clayjohn | |
2020-01-26 | doc: Drop unused 'category' property from header | RĂ©mi Verschelde | |
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0. | |||
2019-12-06 | doc: Markup fixes for enums and constants | RĂ©mi Verschelde | |
2019-07-07 | Clearify how hex_to_int expects a '0x' prefixed string. Provide a small ↵ | lmp | |
hex_to_int example | |||
2019-07-05 | doc: Sync classref with current source | RĂ©mi Verschelde | |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio | |
- Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies | |||
2019-04-19 | doc: Drop unused <demos> tag | RĂ©mi Verschelde | |
2019-04-01 | doc: Bump version to 3.2 | RĂ©mi Verschelde | |
2018-09-18 | Fixes favorites not updating and rename favorite_dirs to favorites | groud | |
2018-05-28 | Sync classref with current source | RĂ©mi Verschelde | |
Also fix binding of Basis.slerp | |||
2018-05-16 | Exposed set/get_project_metadata in EditorSettings. | Michael Alexsander Silva Dias | |
2018-02-27 | doc: Remove status from hardcoded version string | RĂ©mi Verschelde | |
It has no practical use case and just generates noise for each alpha, beta, etc. | |||
2018-02-19 | doc: Update version string in header | RĂ©mi Verschelde | |