Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-01 | Merge pull request #40269 from Calinou/doc-animatedsprite2d-normal-specular | Rémi Verschelde | |
Document support for normal and specular maps in AnimatedSprite2D | |||
2020-09-01 | Merge pull request #41505 from SekoiaTree/neg-get-child | Rémi Verschelde | |
Made get_child support negative indexes | |||
2020-09-01 | Made get_child support negative indexes, with documentation | SekoiaTree | |
2020-09-01 | Change Color HTML conversion from ARGB to RGBA | Aaron Franke | |
Also add support for 3 and 4 digit values in C#. Now it actually matches the HTML/CSS spec. | |||
2020-08-31 | Merge pull request #40993 from Calinou/doc-collision-layer-mask | Rémi Verschelde | |
Reference the online documentation in collision layer/mask properties | |||
2020-08-31 | Merge pull request #41048 from Calinou/doc-add-link-titles | Rémi Verschelde | |
Add link titles for all links in the class reference | |||
2020-08-31 | Reorder sprite h_frames & v_frames | Jonathan Vice | |
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio | |
This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.) | |||
2020-08-31 | Merge pull request #41602 from Andy0903/option-button-signal-word-order-fix | Rémi Verschelde | |
OptionButton.xml word order fix | |||
2020-08-31 | Merge pull request #41457 from KoBeWi/ca | Rémi Verschelde | |
Explain editor usage of current_animation | |||
2020-08-31 | Merge pull request #41012 from mrushyendra/cursor_open | Rémi Verschelde | |
Updated cursor positioning description for File open() | |||
2020-08-31 | Merge pull request #40998 from Calinou/doc-httprequest-get-request-data | Rémi Verschelde | |
Document HTTPRequest not supporting request data with GET method | |||
2020-08-31 | Merge pull request #41018 from Calinou/doc-theme-constants | Rémi Verschelde | |
Improve the documentation related to overriding GUI theme items | |||
2020-08-31 | Merge pull request #41645 from akien-mga/classref | Rémi Verschelde | |
doc: Sync classref with current source | |||
2020-08-31 | Merge pull request #41077 from Calinou/doc-find-node-find-parent | Rémi Verschelde | |
Mention performance caveats about `find_node()` and `find_parent()` | |||
2020-08-31 | doc: Sync classref with current source | Rémi Verschelde | |
2020-08-31 | Merge pull request #41638 from skyace65/Texture | Rémi Verschelde | |
Clarify get_data texture method | |||
2020-08-31 | Merge pull request #40955 from Calinou/test-add-expression | Rémi Verschelde | |
Add a test suite for Expression | |||
2020-08-30 | Clarify get_data texture method | skyace65 | |
2020-08-29 | Mention performance caveats about `find_node()` and `find_parent()` | Hugo Locurcio | |
See https://github.com/godotengine/godot-proposals/issues/1303. | |||
2020-08-29 | Explain editor usage of current_animation | Tomasz Chabora | |
2020-08-29 | OptionButton.xml word order fix | Andreas Gustafsson | |
Change word order of 'Emitted the when...' into 'Emitted when the...' | |||
2020-08-29 | Merge pull request #41521 from Calinou/doc-accelerometer-platforms | Rémi Verschelde | |
Document supported platforms for `Input.get_accelerometer()` and related | |||
2020-08-29 | Merge pull request #41350 from skyace65/tilemap | Rémi Verschelde | |
Add defaults to tilemap set_cell function example | |||
2020-08-29 | Document the GDScript debugger not supporting Thread yet | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/2446. | |||
2020-08-29 | Document supported platforms for `Input.get_accelerometer()` and related | Hugo Locurcio | |
This closes #41303. | |||
2020-08-28 | Merge pull request #41441 from YeldhamDev/input_docs_mouse_capture | Rémi Verschelde | |
State how 'MOUSE_MODE_CAPTURED' actually works in the 'Input' docs | |||
2020-08-28 | Merge pull request #41507 from skyace65/AudioListener | Rémi Verschelde | |
Mention listener node in AudioStreamPlayer3D description | |||
2020-08-28 | State how 'MOUSE_MODE_CAPTURED' actually works in the 'Input' docs | Michael Alexsander | |
2020-08-28 | Clarify that `KEY_BACK` is unrelated to the Back button on Android | Hugo Locurcio | |
This closes #19325. | |||
2020-08-28 | Merge pull request #41573 from skyace65/Thread | Rémi Verschelde | |
Add information to get thread id | |||
2020-08-28 | Merge pull request #41566 from skyace65/TouchScreenButton | Rémi Verschelde | |
Improve touch screen button description | |||
2020-08-27 | Add information to get thread id | skyace65 | |
2020-08-27 | Improve touch screen button description | skyace65 | |
2020-08-27 | Mention listener node in AudioStreamPlayer3D description | skyace65 | |
2020-08-27 | Document where the center of mass is for RigidBody nodes | skyace65 | |
2020-08-27 | Add a test suite for Expression | Hugo Locurcio | |
This also makes the first parameter of `Expression::execute()` optional from C++. Previously, it was only optional in the scripting API. | |||
2020-08-26 | Added debugger plugin support | simpu | |
Changes: * EngineDebugger is exposed to gdscript. Game side of communication can be implemented through it. * EditorDebuggerPlugin is added which handles the editor side of communication. | |||
2020-08-25 | Merge pull request #40443 from SkyLucilfer/PluralsSupport | Rémi Verschelde | |
Added plurals and context support to Translation | |||
2020-08-21 | Merge pull request #41425 from Calinou/doc-2d-sprite-animation | Rémi Verschelde | |
Link to 2D Sprite animation tutorial in relevant class documentations | |||
2020-08-21 | Link to 2D Sprite animation tutorial in relevant class documentations | Hugo Locurcio | |
2020-08-21 | Mention that body_set_state is deferred | Tomasz Chabora | |
2020-08-21 | Merge pull request #41387 from skyace65/CollisionShapeDoc | Rémi Verschelde | |
Update CollisionShape2D doc | |||
2020-08-20 | Update CollisionShape2D doc | skyace65 | |
2020-08-21 | Clarify points in Line2D doc | skyace65 | |
2020-08-19 | Merge pull request #41080 from naithar/feature/ios-framework-import | Rémi Verschelde | |
[iOS] [4.0] Export: Add a method to embed a framework | |||
2020-08-19 | iOS Export: Add a method to embed a framework | Sergey Minakov | |
By default 'add_ios_framework' would not embed a framework to save previous behavior. New 'add_ios_embedded_framework' would embed framework on export. | |||
2020-08-19 | Document limitations related to centering text with RichTextLabel | Hugo Locurcio | |
This is a relatively common question on various community channels. | |||
2020-08-19 | Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx. | SkyJJ | |
2020-08-19 | Updated Translation architecture to have TranslationPO, did some commit ↵ | SkyJJ | |
fixes and updated class Reference. |