summaryrefslogtreecommitdiffstats
path: root/doc/classes/Engine.xml
Commit message (Expand)AuthorAgeFilesLines
* Suggest using OS.has_feature instead of the engine architecture name for bitnessAaron Franke2024-11-201-15/+1
* [Core] Add `Engine.print_to_stout` setting to control printingA Thousand Ships2024-09-221-0/+4
* [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-131-2/+2
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-4/+4
* Display the build date in the editor and when starting the engineHugo Locurcio2024-02-271-1/+2
* Overhaul Engine documentationMicky2024-02-261-68/+102
* Remove now unused `year` member from `version.py`Rémi Verschelde2024-01-251-1/+0
* Replace some "uncommon" words in class referenceMicky2024-01-151-1/+1
* Document `AudioServer.playback_speed_scale` in `Engine.time_scale`Hugo Locurcio2023-12-121-0/+2
* Fix incorrect documentation for `Engine.get_architecture_name()`Aaron Franke2023-07-071-5/+5
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-1/+1
* Add information about how `Engine.time_scale` affects TimersNinni Pipping2023-04-231-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Add Engine::unregister_script_language and make Engine::register_script_langu...Emmanuel Leblond2023-02-101-1/+15
* Merge pull request #65836 from Calinou/add-max-physics-steps-per-frame-settingRémi Verschelde2022-11-151-1/+4
|\
| * Implement adjusting the maximum number of physics steps per rendered frameHugo Locurcio2022-10-091-1/+4
* | Fill random docskobewi2022-10-071-0/+6
|/
* Rename `Engine.target_fps` and associated project setting to `max_fps`Hugo Locurcio2022-10-031-4/+9
* Add new C# code blocks to class ref pagesPaul Joannon2022-09-191-8/+50
* Replace Array return types with TypedArraykobewi2022-08-221-1/+1
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-2/+2
* Merge pull request #64008 from YuriSizov/doctool-add-param-reference-syntaxRémi Verschelde2022-08-081-7/+7
|\
| * Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-7/+7
* | Print expected `os.arch` tuple for current platform in GDExtension errorHugo Locurcio2022-08-081-0/+14
|/
* Add a Movie Quit On Finish property to AnimationPlayerHugo Locurcio2022-07-271-0/+6
* Add GDExtension support to Scriptreduz2022-03-271-0/+17
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Document physics simulation being limited to 8 ticks per rendered frameHugo Locurcio2021-12-061-2/+3
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* Merge pull request #52855 from Calinou/engine-editor-hint-getter-onlyRémi Verschelde2021-09-251-11/+14
|\
| * Remove `Engine.editor_hint` in favor of `Engine.is_editor_hint()`Hugo Locurcio2021-09-201-11/+14
* | Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|/
* Improve documentation for `Engine.get_process_frames/get_physics_frames()`Hugo Locurcio2021-09-121-3/+15
* Add ability to register singletons from engine APIreduz2021-08-251-2/+20
* Rename `iterations_per_second` to `physics_ticks_per_second`Hugo Locurcio2021-08-111-4/+4
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-34/+17
* Fix doc typosNicholas Huelin2021-07-231-1/+1
* Merge pull request #48359 from Calinou/add-engine-print-error-propertyRémi Verschelde2021-06-201-0/+5
|\
| * Add `Engine.print_error_messages` property to disable printing errorsHugo Locurcio2021-05-011-0/+5
* | Tweak the physics FPS property hint to only allow reasonable valuesHugo Locurcio2021-06-081-0/+1
|/
* Improve the `Engine.editor_hint` property documentationHugo Locurcio2021-04-201-1/+9
* class reference proofreadingPaul Joannon2021-03-191-1/+1
* doc: Sync classref with current sourceRémi Verschelde2021-01-041-7/+7
* Rename MainLoop methods to match Node methodsMarcel Admiraal2020-12-221-3/+3
* Port code examples to C# (D)HaSa10022020-11-011-2/+14
* Update AUTHORS and DONORS listRémi Verschelde2020-08-141-1/+1
* [DOCS] minor description changesChris Bradfield2020-05-091-2/+2
* Improve documentation related to fixed physics processingHugo Locurcio2020-02-271-2/+2