Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-17 | Merge pull request #52797 from vnen/string-indexing | Rémi Verschelde | |
2021-09-17 | Merge pull request #52774 from Calinou/audiostreamplayer3d-remove-out-of-range | Rémi Verschelde | |
2021-09-17 | Allow indexing of String values in scripting languages | George Marques | |
2021-09-17 | Remove unused `out_of_range_mode` property from AudioStreamPlayer3D | Hugo Locurcio | |
The `out_of_range_mode` property is no longer used since audio mixing was moved out of the various AudioStreamPlayer nodes. | |||
2021-09-17 | Merge pull request #52450 from aaronfranke/they-came-from-scale | Rémi Verschelde | |
Replace Vector3.to_diagonal_matrix with Basis.from_scale | |||
2021-09-17 | Allow comparing equality between builtin types and null | George Marques | |
2021-09-17 | Replace Vector3.to_diagonal_matrix with Basis.from_scale | Aaron Franke | |
2021-09-17 | Merge pull request #52751 from Rubonnek/rename-listener-nodes | Rémi Verschelde | |
2021-09-16 | Rename Listener2D/Listener3D to AudioListener2D/AudioListener3D | Wilson E. Alvarez | |
2021-09-16 | Remove bbcode_text from RichTextLabel | HaSa1002 | |
Also renames: - append_bbcode -> append_text - get_bbcode -> get_text - set_bbcode -> set_text - get_text -> get_parsed_text Property text is: set_text get_text | |||
2021-09-16 | Merge pull request #52681 from nekomatata/rename-rigid-body | Camille Mohr-Daurat | |
Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | |||
2021-09-16 | Rename RigidBody to RigidDynamicBody and SoftBody to SoftDynamicBody | PouleyKetchoupp | |
2021-09-16 | Merge pull request #52740 from akien-mga/os-get_locale-language | Rémi Verschelde | |
Implement `OS::get_locale_language()` helper method | |||
2021-09-16 | Merge pull request #44885 from Jummit/duplicate-docs | Rémi Verschelde | |
Clarify that duplicate only copies exported members and fails with a constructor | |||
2021-09-16 | Merge pull request #52731 from KoBeWi/tween_safe() | Rémi Verschelde | |
Improvements to Tweens' Variant types | |||
2021-09-16 | Implement `OS::get_locale_language()` helper method | Rémi Verschelde | |
This method extracts the 2 or 3-letter language code from `OS::get_locale()`, making it easier for users to identify the "main" language code for users that might have different OS locales due to different OS or region, but should be matched to the same translation (e.g. "generic" Spanish). Fixes #40703. | |||
2021-09-15 | Merge pull request #52571 from timothyqiu/expose-enum | Juan Linietsky | |
Expose enum related methods in ClassDB | |||
2021-09-16 | Merge pull request #38051 from Calinou/doc-cubemap | Max Hilbrunner | |
Document the Cubemap class | |||
2021-09-16 | Merge pull request #43240 from HaSa1002/docs-mainloop | Max Hilbrunner | |
Docs: Fix Mainloop example | |||
2021-09-16 | Merge pull request #46625 from mbrlabs/docs-mutex-lock | Max Hilbrunner | |
Documented that mutexes are implemented recursively | |||
2021-09-16 | Merge pull request #50197 from SirQuartz/patch-16 | Max Hilbrunner | |
Add note to `RichTextLabel` about BBCode and `push_*/pop` functions | |||
2021-09-16 | Improvements to Tweens' Variant types | kobewi | |
2021-09-15 | Merge pull request #52679 from nekomatata/world-boundary-shape | Camille Mohr-Daurat | |
Rename WorldMarginShape to WorldBoundaryShape | |||
2021-09-16 | Merge pull request #52472 from mhilbrunner/array-slice-docs | Max Hilbrunner | |
Fix docs for Array's slice() | |||
2021-09-16 | Merge pull request #49038 from madmiraal/fix-docs-3407 | Max Hilbrunner | |
Clarify documentation of Camera3D.get_camera_transform() | |||
2021-09-16 | Merge pull request #49041 from madmiraal/fix-docs-4085 | Max Hilbrunner | |
Clarify that eof_reached() cannot be used to check if more data is available | |||
2021-09-15 | Merge pull request #50207 from SirQuartz/patch-17 | Max Hilbrunner | |
Add note to `SceneTree` about pausing | |||
2021-09-15 | Merge pull request #50182 from SirQuartz/patch-15 | Max Hilbrunner | |
Add many descriptions to the `Window` class | |||
2021-09-15 | Merge pull request #51615 from Bhu1-V/PR/docs/cmd-plt | Max Hilbrunner | |
`EditorCommandPalette` Documentation. | |||
2021-09-15 | Merge pull request #52677 from Calinou/doc-styleboxflat-bevel-antialiasing | Max Hilbrunner | |
Document caveats with StyleBoxFlat antialiasing and beveled corners | |||
2021-09-15 | Merge pull request #52628 from mechPenSketch/imgages_in_docs | Max Hilbrunner | |
Add Graph Illustrations to Doc | |||
2021-09-15 | Merge pull request #52719 from Calinou/doc-msdf-font-rendering | Max Hilbrunner | |
Improve documentation related to MSDF font rendering | |||
2021-09-15 | Merge pull request #52656 from akien-mga/rename-vseditor-singleton | Max Hilbrunner | |
Rename VisualScriptEditor singleton to VisualScriptCustomNodes | |||
2021-09-15 | Improve documentation related to MSDF font rendering | Hugo Locurcio | |
2021-09-15 | [HTML5] Use browser mix rate by default on the Web. | Fabio Alessandrelli | |
Browsers doesn't really like forcing the mix rate, e.g. Firefox does not allow input (microphone) if the mix rate is not the default one, Chrom* will exhibit worse performances, etc. | |||
2021-09-15 | Rename `osx` to `macos` in input map feature tag handling | Hugo Locurcio | |
This follows the general feature tag rename for 4.0. | |||
2021-09-14 | Rename WorldMarginShape to WorldBoundaryShape | PouleyKetchoupp | |
2021-09-14 | Document caveats with StyleBoxFlat antialiasing and beveled corners | Hugo Locurcio | |
2021-09-14 | doc: Clarify need to save ConfigFile to apply changes to file | georgespatton | |
See #52645 for context. | |||
2021-09-14 | Rename VisualScriptEditor singleton to VisualScriptCustomNodes | Rémi Verschelde | |
Follow-up to #51916, fixes inconsistency between singleton name and class as documented in https://github.com/godotengine/godot/issues/52162#issuecomment-918979753. | |||
2021-09-13 | Merge pull request #49063 from Calinou/remove-16x-msaa | Rémi Verschelde | |
Remove 16× MSAA support due to driver bugs and low performance | |||
2021-09-13 | Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscript | Rémi Verschelde | |
Fix parse error on statement-less files with only newlines, add a warning for empty files. | |||
2021-09-13 | Add Graph Illustrations to Doc | mechPenSketch | |
2021-09-13 | Merge pull request #51805 from skysphr/scrollbar-icons-pressed | Hugo Locurcio | |
Added increment_pressed and decrement_pressed icons to scrollbars | |||
2021-09-13 | Merge pull request #52298 from DeleteSystem32/meshlib-transform | Rémi Verschelde | |
implement individual mesh transform for meshlibrary items | |||
2021-09-13 | Merge pull request #52587 from zacryol/call_example_change | Max Hilbrunner | |
Change example used for StringName call methods | |||
2021-09-13 | Merge pull request #52614 from Calinou/doc-get-class-name | Max Hilbrunner | |
Document `Object.get_class()/is_class()` ignores `class_name` declaration | |||
2021-09-13 | Document `Object.get_class()/is_class()` ignores `class_name` declaration | Hugo Locurcio | |
2021-09-12 | Improve documentation for `Engine.get_process_frames/get_physics_frames()` | Hugo Locurcio | |
2021-09-12 | clarify what duplicate does and its limitations | Jummit | |