summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-03-29i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit 37f6fff7ae7b8b5be2dd23f0e7a730e24490c3a7)
2022-03-28Merge pull request #59548 from akien-mga/obj-remove-unused-categoriesRémi Verschelde
2022-03-28Merge pull request #59456 from Calinou/color-expose-to-linear-srgbRémi Verschelde
2022-03-28Merge pull request #59553 from reduz/script-extension-supportRémi Verschelde
2022-03-28Expose Color's `to_linear()` and `to_srgb()` to scriptingHugo Locurcio
2022-03-28Merge pull request #59574 from Sauermann/proposal-rename-warp-mouseRémi Verschelde
Rename warp mouse functions to warp_mouse
2022-03-27[Net] Change HTTPRequest timeout type to double.Fabio Alessandrelli
For consistency with the Timer class and general time representation inside the engine.
2022-03-27Add GDExtension support to Scriptreduz
* Ability to create script languages from GDExtension * Some additions to gdnative_extension.h to make this happen * Moved the GDExtension binder to core This now allows creating scripting languages from GDExtension, with the same ease as if it was a module. It replaces the old PluginScript from Godot 3.x. Warning: GodotCPP will need to be updated to support this (it may be a bit of work as ScriptInstance needs to be created over there again).
2022-03-27Rename warp mouse functions to warp_mouseMarkus Sauermann
2022-03-26Merge pull request #59336 from YeldhamDev/where_we_dropping_boysRémi Verschelde
2022-03-26Object: Remove unused category boilerplateRémi Verschelde
We might want to re-add something like this if/when we find a good use case for it and do the effort to categorize all objects in the API properly. Until then, it's better to remove that boilerplate since it's not needed. Closes #18711.
2022-03-26doc: Fix String.rsplit code exampleRémi Verschelde
Fixes #36898. Supersedes and closes #36951.
2022-03-25Rename "ss_reflections_" to "ssr_" in EnvironmentFireForge
2022-03-23Increase the maximum number of concurrent DNS queries from 32 to 256Hugo Locurcio
This makes the following error message less likely to be printed when performing many concurrent HTTP requests: Condition ' resolving == IP::RESOLVER_INVALID_ID ' is true. returned: ERR_BUG
2022-03-23Document how to specify explicit value for `PROPERTY_HINT_ENUM` namesHaoyu Qiu
2022-03-22Merge pull request #59314 from reduz/add-static-methods-to-classdbRémi Verschelde
2022-03-22Add static method support to ClassDBreduz
* Based on the work done for Variant in the past. * Added `ClassDB::bind_static_method` * Cleaned up ClassDB::bind_method to use variadic templates. This adds support for having static methods in Object derived classes. Note that this does not make it work yet in GDScript or Mono and, while it works for GDExtension, GodotCPP needs to be updated.
2022-03-22Merge pull request #59354 from Chaosus/astar3dRémi Verschelde
2022-03-22Merge pull request #59410 from bruvzg/mac_menu_featuresRémi Verschelde
2022-03-22Merge pull request #59275 from bruvzg/ft_brotliRémi Verschelde
2022-03-22[macOS] Add missing global menu features.bruvzg
2022-03-21Add visual marker when dragging and dropping tabsMichael Alexsander
2022-03-21update _init() descriptionzacryol
Specify details regarding required parameters.
2022-03-21Merge pull request #59352 from winterpixelgames/notify-local-transform-constantRémi Verschelde
2022-03-21Mention default output node name for AnimationNodeBlendTreeHaoyu Qiu
2022-03-21Merge pull request #59142 from Calinou/doc-multiplayerpeerextensionMax Hilbrunner
Document the MultiplayerPeerExtension class
2022-03-20Bind NOTIFICATION_LOCAL_TRANFORM_CHANGEDJason Knight
2022-03-20Rename `AStar` to `AStar3D`Yuri Roubinsky
2022-03-20Merge pull request #59343 from madmiraal/fix-57943Rémi Verschelde
Ensure minimum modifiers are pressed when matching actions
2022-03-20Ensure minimum modifiers are pressed when matching actionsMarcel Admiraal
2022-03-19Hide text and icon properties in OptionButtonkobewi
2022-03-19Merge pull request #59290 from rburing/get_process_info_docsRémi Verschelde
PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs
2022-03-18PhysicsServer3D docs: sync phrasing of get_process_info with 2D docsRicardo Buring
2022-03-18Merge pull request #59254 from Calinou/doc-node-ownerRémi Verschelde
Mention that Node's `owner` must be set for persistence to work
2022-03-18Mention that Node's `owner` must be set for persistence to workHugo Locurcio
This is already done in `Node.add_child()` documentation, but this copies the note in `Node.owner` for good measure.
2022-03-18Merge pull request #58394 from bruvzg/rtl_hintRémi Verschelde
2022-03-18Merge pull request #58233 from bruvzg/gde_tsRémi Verschelde
2022-03-18Add brotli decoder and WOFF2 support.bruvzg
2022-03-18Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershapeRémi Verschelde
ParticleMaterial: Sphere emission shape emitting from the volume.
2022-03-18Merge pull request #49738 from Calinou/ssao-gi-default-half-resolutionRémi Verschelde
Compute SSAO at half resolution by default
2022-03-18Merge pull request #59087 from clayjohn/sky-modeRémi Verschelde
Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum
2022-03-17Make `TabBar/Container` default their alignments to the left instead of centerMichael Alexsander
2022-03-17Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enumHugo Locurcio
3 options are available: - Light and Sky (default) - Light Only (new) - Sky Only (equivalent to `use_in_sky_only = true`) Co-authored by: clayjohn <claynjohn@gmail.com>
2022-03-17i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit 009b286e318d1c955dd43a6e97ab86a554c3d05d)
2022-03-17doc: Sync missing Color value update after #59229Rémi Verschelde
Missed in CI as the Mono build where this is checked is temporarily disabled.
2022-03-17Merge pull request #57675 from TokageItLab/fix-blendingRémi Verschelde
2022-03-17Unify TextServer built-in module and GDExtension code.bruvzg
2022-03-17Add item tooltip access to OptionButtonHaoyu Qiu
2022-03-16Document the MultiplayerPeerExtension classqhdtlr
2022-03-16Merge pull request #59140 from reduz/physics-server-extensionRémi Verschelde