Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-04 | Removes redundant "display/window/per_pixel_transparency/splash" setting, ↵ | bruvzg | |
improves per pixel transparency documentation. | |||
2019-06-03 | Merge pull request #25522 from aqnuep/MeshLibrary_improvements | Rémi Verschelde | |
MeshLibrary export improvements | |||
2019-06-03 | Merge pull request #29428 from akien-mga/docdata-merge-properties | Rémi Verschelde | |
doc: Fix DocData.merge_from copying old setters and getters | |||
2019-06-03 | Merge pull request #29426 from GDquest/object-docs-improvements | Rémi Verschelde | |
Improve the documentation of the Object class | |||
2019-06-03 | doc: Fix DocData.merge_from copying old setters and getters | Rémi Verschelde | |
This is not necessary and means that some setters and getters can end up wrong if they are changed in the bindings but DocData does not update them when running --doctool. Fixes #29425. Co-authored-by: Bojidar Marinov <bojidar.marinov.bg@gmail.com> | |||
2019-06-03 | Improve the documentation of the Object class | Nathan Lovato | |
I edited the main description to remove parentheses and split long sentences. Closes #29382 Closes #29384 | |||
2019-06-03 | Bind missing FLAG_DISABLE_Z enum value in ParticlesMaterial | Rémi Verschelde | |
Fixes #29419. | |||
2019-06-02 | Add configurable strength value to InputEventAction | Gilles Roudiere | |
2019-06-02 | Merge pull request #28390 from KoBeWi/smaller_bigger_gizmo | Rémi Verschelde | |
Allow to change Position2D gizmo size | |||
2019-06-01 | doc: Sync classref with current source | Rémi Verschelde | |
2019-06-01 | Allow to change Position2D gizmo size | Tomasz Chabora | |
2019-06-01 | Merge pull request #29372 from akien-mga/docs-tutorials-track-latest | Rémi Verschelde | |
doc: Make all tutorial links track "latest" in master branch | |||
2019-06-01 | Merge pull request #27789 from Giacom/move_towards | Rémi Verschelde | |
Added move_toward functions for float, Vector2 and Vector3 | |||
2019-06-01 | Merge pull request #28841 from KoBeWi/option_button_options | Rémi Verschelde | |
Improvements to incremental search | |||
2019-06-01 | doc: Make all tutorial links track "latest" in master branch | Rémi Verschelde | |
While the master branch is in development state for the next stable branch, its links should point to the "latest" docs branch, to ensure that users of the unstable builds are linked to the relevant documentation. Those links could be switched to stable branch subdomains before branching off for a new major or minor release, to start tracking the frozen stable docs branches. See discussion in #29104. | |||
2019-05-31 | Fix and expose String::strip_escapes(), use it in LineEdit paste | Rémi Verschelde | |
Supersedes #27736. | |||
2019-05-31 | Improvements to incremental search | Tomasz Chabora | |
2019-05-31 | Merge pull request #29331 from KoBeWi/animation_time_machine | Rémi Verschelde | |
Add track_set_key_time() to Animation | |||
2019-05-31 | Correct typos in RigidBody axis lock documentation | Cheeseness | |
2019-05-31 | Add track_set_key_time() to Animation | Tomasz Chabora | |
2019-05-30 | Merge pull request #29311 from AspenBlack/patch-1 | Rémi Verschelde | |
More accurate description of valid Parents | |||
2019-05-30 | More accurate description of valid Parents | Aspin | |
I hope this is the right place to edit now. | |||
2019-05-31 | Improve AudioStreamSample documentation. | follower | |
"Squash" of #27928. Wording based on suggestions by @LikeLakers2. | |||
2019-05-29 | Merge pull request #25520 from Zylann/expose_node_custom_aabb | Rémi Verschelde | |
Exposed custom AABB setter on GeometryInstance | |||
2019-05-28 | Improve the PrimitiveMesh-derived class documentations | Hugo Locurcio | |
2019-05-28 | Merge pull request #29248 from Cheeseness/camera_project_fix | Rémi Verschelde | |
Add a depth parameter to Camera::project_position() | |||
2019-05-28 | doc: Sync classref with current source | Rémi Verschelde | |
2019-05-29 | Add a depth parameter to Camera::project_position() | Cheeseness | |
2019-05-28 | Added move_toward functions for float, Vector2 and Vector3 | Giacom | |
2019-05-28 | Merge pull request #28454 from homer666/popup-centered-maxsize | Rémi Verschelde | |
Add `popup_centered_clamped()` method to Popup | |||
2019-05-27 | Make animation editor change tracks positions instead of swapping them | Michael Alexsander Silva Dias | |
2019-05-27 | add get_camera_rid method | Jummit | |
2019-05-27 | Merge pull request #29119 from bruvzg/native_icon_support | Rémi Verschelde | |
Add native window/taskbar icon support for Windows and macOS. | |||
2019-05-26 | Add example usage for get_rect() | Tomasz Chabora | |
2019-05-24 | Add "GUI skinning" tutorial link to the 'Theme' doc | Michael Alexsander Silva Dias | |
2019-05-24 | Merge pull request #28796 from clayjohn/GLES2-optimization | Rémi Verschelde | |
GLES2: Allow Viewports to render directly to screen | |||
2019-05-24 | Merge pull request #29055 from cbscribe/kcc_docs_animstate | Rémi Verschelde | |
[DOCS] Add descriptions to AnimationNodeStateMachine[Playback] | |||
2019-05-24 | Merge pull request #29127 from Xrayez/geometry-delaunay-bind | Rémi Verschelde | |
Expose 2D Delaunay triangulation in Geometry singleton | |||
2019-05-24 | Add native window/taskbar icon support for Windows and macOS. | bruvzg | |
Co-authored-by: Markus Törnqvist <mjt@nysv.org> | |||
2019-05-24 | [DOCS] Add descriptions to AnimationNodeStateMachine[Playback] | Chris Bradfield | |
2019-05-24 | Merge pull request #29146 from seandheffernan/returnFix2 | Rémi Verschelde | |
Change "Return" to "Returns" where necessary in XML documentation | |||
2019-05-24 | Expose 2D Delaunay triangulation in Geometry singleton | Andrii Doroshenko (Xrayez) | |
Can be used via scripting as `Geometry.triangulate_delaunay_2d(points)` The interface is the same as in `Triangulate` library, returning indices into triangulated points. | |||
2019-05-23 | Change "Return" to "Returns" where necessary in XML documentation | Sean Heffernan | |
In many of the XML files it had been noted that when the documentation refers to a return value, both "Return" and "Returns" are used. This has now been fixed to only say "Returns". Fixes #28867 | |||
2019-05-23 | Fixed virtual method not showing up in autocomplete and docs | WiggleWizard | |
2019-05-22 | Expose 2D polygon boolean operations in Geometry singleton | Andrii Doroshenko (Xrayez) | |
Clipper 6.4.2 is used internally to perform polypaths clipping, as well as inflating/deflating polypaths. The following methods were added: ``` Geometry.merge_polygons_2d(poly_a, poly_b) # union Geometry.clip_polygons_2d(poly_a, poly_b) # difference Geometry.intersect_polygons_2d(poly_a, poly_b) # intersection Geometry.exclude_polygons_2d(poly_a, poly_b) # xor Geometry.clip_polyline_with_polygon_2d(poly_a, poly_b) Geometry.intersect_polyline_with_polygon_2d(poly_a, poly_b) Geometry.offset_polygon_2d(polygon, delta) # inflate/deflate Geometry.offset_polyline_2d(polyline, delta) # returns polygons // This one helps to implement CSG-like behaviour: Geometry.transform_points_2d(points, transform) ``` All the methods return an array of polygons/polylines. The resulting polygons could possibly be holes which could be checked with `Geometry.is_polygon_clockwise()` which was exposed to scripting as well. | |||
2019-05-22 | Merge pull request #29022 from mrcdk/preview_generator_fixes | Rémi Verschelde | |
Add some extra functions to EditorResourcePreviewGenerator | |||
2019-05-21 | doc: Sync classref with current source | Rémi Verschelde | |
2019-05-20 | Merge pull request #27886 from LeonardMeagher2/obj_to_string | Rémi Verschelde | |
Allow overriding how scripted objects are converted to strings | |||
2019-05-20 | Merge pull request #28985 from rcorre/advance_condition_docs | Rémi Verschelde | |
Clarify auto_advance. | |||
2019-05-20 | doc: Document default value for PhysicsBody collision layers | Rémi Verschelde | |
Supersedes #28971. Co-authored-by: Mitch Curtis <mitch.curtis@qt.io> |