summaryrefslogtreecommitdiffstats
path: root/doc/classes/MainLoop.xml
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Add links to project settingstetrapod002024-11-121-1/+1
|
* Additional docs: c# mainloop needs to be registered in the global classSaNeOr2024-02-221-0/+1
|
* Enhance mobile suspend MainLoop NotificationsZach Coleman2024-02-041-4/+5
|
* Replace some "uncommon" words in class referenceMicky2024-01-151-1/+1
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Fix C# examples in documentationRaul Santos2023-01-311-8/+7
| | | | | | | | | | - Fix documentation after C# renames. - Add missing `partial` in C# class declarations. - Change `delta` parameter type to `double` in C#. - Ensure parameters match base declaration. - Use `$` string interpolation in C#. - Fix invalid or outdated C# code. - Changed some examples to follow our style guide more closely.
* [doc] Use "param" instead of "code" to refer to parameters (5)Andy Maloney2022-08-151-1/+1
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-4/+4
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | 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.
* Merge pull request #43240 from HaSa1002/docs-mainloopMax Hilbrunner2021-09-161-19/+35
|\ | | | | Docs: Fix Mainloop example
| * Docs: Fix Mainloop exampleHaSa10022021-03-221-19/+35
| |
* | doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-16/+8
|/ | | | | | | | 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.
* Mention that the `delta` argument is in seconds in Node documentationHugo Locurcio2021-01-051-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-12/+12
|
* [Complex Text Layouts] Add TextServer documentation. Update Font, ↵bruvzg2020-11-261-0/+3
| | | | CanvasItem, Theme and modified controls documentation.
* MainLoop: Remove deprecated methodsHaSa10022020-11-011-32/+0
|
* Environment: Refactor code for readability + moreRémi Verschelde2020-07-011-4/+12
| | | | | | | | | | | | - Makes all boolean setters/getters consistent. - Fixes bug where `glow_hdr_bleed_scale` was not used. - Split CameraEffects to their own source file. - Reorder all Environment method and properties declarations, definitions and bindings to be consistent with each other and with the order of property bindings. - Bind missing enum values added with SDFGI. - Remove unused SDFGI enhance_ssr boolean. - Sync doc changes after SDFGI merge and other misc changes.
* doc: Sync classref with DisplayServer/Window changesRémi Verschelde2020-03-311-93/+8
|
* Rename `scancode` to `keycode`.bruvzg2020-02-251-2/+2
| | | | | Add `physical_keycode` (keyboard layout independent keycodes) to InputEventKey and InputMap. Fix non-latin keyboard layout keycodes on Linux/X11 (fallback to physical keycodes).
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-1/+1
| | | | Handle removal of Pool*Array types and other recent changes.
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | 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.
* Complete documentation of some more classesTomasz Chabora2020-01-141-0/+1
|
* [DOCS] Corrections and clarifications to classrefChris Bradfield2020-01-101-1/+1
|
* Add request permission automatically at androidCagdas2019-10-221-0/+11
|
* doc: Sync classref with current sourceRémi Verschelde2019-10-011-17/+17
|
* Add new events and accompanying logic to notify when the app is paused and ↵fhuya2019-09-191-0/+8
| | | | resumed on Android devices.
* [macOS] Add methods to modify global and dock menus. Add ability to open ↵bruvzg2019-08-261-0/+10
| | | | multiple editor/project manager instances, recent/favourite project list to project manager dock menu and opened scene list to editor dock menu.
* Fix various typos and style errors in textTomasz Chabora2019-08-191-1/+1
|
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-1/+1
| | | | | | | | | | | | | - 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
* doc: Proofread and complete various nodesRémi Verschelde2019-06-261-6/+75
| | | | | | | All 100% completed: MainLoop, Node, Object, Path, Performance, Reference, Resource, SceneState, SceneTree, UndoRedo. Also fixed some en_GB occurrences as the reference spelling is en_US.
* doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|
* doc: Sync classref with current sourceRémi Verschelde2019-04-151-12/+12
|
* Merge pull request #27465 from ↵Rémi Verschelde2019-04-051-1/+1
|\ | | | | | | | | neikeq/road-to-lang-agnostic-docs-is-going-to-be-tough EditorHelp: Improve enum ref resolving and add constant ref support
| * ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass]Ignacio Etcheverry2019-03-291-1/+1
| | | | | | | | Modified makerst to generate code tags for these to avoid hyperlinks to the same class.
* | doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|/
* Changes IME input to use notification instead of callback, exposes IME ↵bruvzg2018-11-231-0/+2
| | | | methods to gdscript/gdnative.
* doc: Sync classref with current sourceRémi Verschelde2018-09-111-2/+2
|
* doc: Sync classref with current sourceRémi Verschelde2018-07-261-0/+2
| | | | Fix various missing arguments in bindings.
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde2017-11-241-10/+10
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* classref: Sync with current sourceRémi Verschelde2017-10-221-1/+3
| | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+136
possible to save module files in module directories and the build system will recognize them.