Age | Commit message (Expand) | Author |
2020-08-31 | Merge pull request #41645 from akien-mga/classref | Rémi Verschelde |
2020-08-31 | Merge pull request #41077 from Calinou/doc-find-node-find-parent | Rémi Verschelde |
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 |
2020-08-31 | Merge pull request #40955 from Calinou/test-add-expression | Rémi Verschelde |
2020-08-30 | Clarify get_data texture method | skyace65 |
2020-08-29 | Mention performance caveats about `find_node()` and `find_parent()` | Hugo Locurcio |
2020-08-29 | Explain editor usage of current_animation | Tomasz Chabora |
2020-08-29 | OptionButton.xml word order fix | Andreas Gustafsson |
2020-08-29 | Merge pull request #41521 from Calinou/doc-accelerometer-platforms | Rémi Verschelde |
2020-08-29 | Merge pull request #41350 from skyace65/tilemap | Rémi Verschelde |
2020-08-29 | Document the GDScript debugger not supporting Thread yet | Hugo Locurcio |
2020-08-29 | Document supported platforms for `Input.get_accelerometer()` and related | Hugo Locurcio |
2020-08-28 | Merge pull request #41441 from YeldhamDev/input_docs_mouse_capture | Rémi Verschelde |
2020-08-28 | Merge pull request #41507 from skyace65/AudioListener | Rémi Verschelde |
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 |
2020-08-28 | Merge pull request #41573 from skyace65/Thread | Rémi Verschelde |
2020-08-28 | Merge pull request #41566 from skyace65/TouchScreenButton | Rémi Verschelde |
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 |
2020-08-26 | Added debugger plugin support | simpu |
2020-08-25 | Merge pull request #40443 from SkyLucilfer/PluralsSupport | Rémi Verschelde |
2020-08-21 | Merge pull request #41425 from Calinou/doc-2d-sprite-animation | Rémi Verschelde |
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 |
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 |
2020-08-19 | iOS Export: Add a method to embed a framework | Sergey Minakov |
2020-08-19 | Document limitations related to centering text with RichTextLabel | Hugo Locurcio |
2020-08-19 | Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx. | SkyJJ |
2020-08-19 | Updated Translation architecture to have TranslationPO, did some commit fixes... | SkyJJ |
2020-08-19 | Update POT generation to handle context and plurals | SkyJJ |
2020-08-18 | Add defaults to tilemap set_cell function example | skyace65 |
2020-08-17 | Make the lack of AtlasTexture support in AnimatedTexture more prominent | Hugo Locurcio |
2020-08-15 | Merge pull request #41105 from Calinou/doc-dynamicfont-no-kerning | Rémi Verschelde |
2020-08-14 | Merge pull request #41121 from Calinou/doc-slider-range-signals | Rémi Verschelde |
2020-08-14 | Update AUTHORS and DONORS list | Rémi Verschelde |
2020-08-13 | Merge pull request #41216 from ThakeeNathees/doc-JSON.print | Rémi Verschelde |
2020-08-13 | Merge pull request #41219 from akien-mga/gles2-takes-holidays | Rémi Verschelde |
2020-08-13 | Merge pull request #41207 from KoBeWi/you_got_error | Rémi Verschelde |
2020-08-13 | Merge pull request #41198 from hazarek/master | Rémi Verschelde |
2020-08-13 | Remove obsolete GLES2 backend code | Rémi Verschelde |
2020-08-13 | Documentation: clarify the indent parameter of JSON.print | Thakee Nathees |
2020-08-12 | Mention that Array.front/back throw error if empty | Tomasz Chabora |