Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-21 | Update Control.xml | danboo | |
The mouse_filter documentation was biased towards button click events, so add more mention of its impact on mouse_entered and mouse_exited signals as well. | |||
2019-01-19 | Docs: Fix TileMap::world_to_map description | Demiu | |
2019-01-19 | Merge pull request #25059 from TheCoderNextdoor/TheCoderNextdoor-patch-1 | Rémi Verschelde | |
doc: Add missing descriptions to Particles2D | |||
2019-01-19 | Added missing descriptions to Particles2D | Aditya Banerjee | |
Missing descriptions of property: normal_map, fract_delta, fixed_fps and method: restart(), capture_rect() of Particles2D were added | |||
2019-01-18 | Improve docs for KinematicBody linear_velocity, fixes #23927 | Aaron Franke | |
2019-01-18 | Merge pull request #25093 from akien-mga/lerp-returns-variant | Rémi Verschelde | |
GDScript: Fix return value of "lerp" builtin | |||
2019-01-18 | GDScript: Fix return value of "lerp" builtin | Rémi Verschelde | |
Fixes #25082, fixes #24709. | |||
2019-01-18 | [Docs] Fixed a typing glitch in ARVRServer.xml | M. Huri | |
2019-01-16 | DOCS: correction to move_and_slide description | Chris Bradfield | |
2019-01-16 | Merge pull request #24924 from danilo2205/rename-oriented-path-follow | Rémi Verschelde | |
Merge OrientedPathFollow into PathFollow | |||
2019-01-16 | Rename OrientedPathFollow to PathFollowOriented | Danilo Villa (Davi) | |
2019-01-16 | Docs: Language fixes in ARVR reference | corrigentia | |
2019-01-15 | GLES2: Fix typo in project setting | Rémi Verschelde | |
It used a different name than the equivalent GLES3 parameter. | |||
2019-01-14 | GLES2: Make Nvidia flicker workaround opt-in | Rémi Verschelde | |
It has a big impact on 2D and text rendering performance (cf. #24466) so the solution seems worse than the bug it aims to work around. It's now opt-in via "rendering/quality/2d/gles2_use_nvidia_rect_flicker_workaround" for those who need it and have a simple enough game for the performance drop not to be an issue. Fixes #24466. | |||
2019-01-11 | Docs: fix arg name of toggled signal in BaseButton | Poommetee Ketson | |
arg was renamed in #15530 but the description wasn't updated | |||
2019-01-10 | doc: Sync classref with current source + AUTHORS edit | Rémi Verschelde | |
2019-01-07 | clarified and filled out particles material doc | clayjohn | |
2019-01-07 | doc: Fix wrong references found by Sphinx and new makerst.py | Rémi Verschelde | |
2019-01-07 | Merge pull request #24640 from PJB3005/18-12-28-makerst-2 | Rémi Verschelde | |
makerst.py refactor. | |||
2019-01-07 | doc: Fix wrong references found by new makerst.py | Rémi Verschelde | |
Thanks @PJB3005 | |||
2019-01-06 | Add missing documentation for @GDScript | Timo Schwarzer | |
2019-01-06 | Merge pull request #24608 from PJB3005/18-12-26-control-docs | Rémi Verschelde | |
Improve documentation of Control. | |||
2019-01-04 | Improve documentation of Control. | Pieter-Jan Briers | |
2019-01-03 | Docs: Fix "equal to" and code markup in float.xml | corrigentia | |
Docs: Fix "be [equal to](https://www.thefreedictionary.com/equal%20to)" in float.xml. Attempt correction of code snippet markup. | |||
2018-12-30 | Merge pull request #24506 from JFonS/expose_gizmos | Rémi Verschelde | |
Expose the new gizmo plugin system to scripting | |||
2018-12-30 | Add undo-redo to the TileSet editor, and other improvements | Michael Alexsander Silva Dias | |
2018-12-29 | doc: Fix references to setters and misc formatting | Rémi Verschelde | |
2018-12-28 | makerst.py refactor. | Pieter-Jan Briers | |
It's now smart and keeps track of every entity in the doc files. Now it can pick up on broken references and such inside the doc files. Eventually we'll be able to run it on Travis and check for errors automatically. General file cleanup. References to elements of classes now have a prefix for their type. class_Control_minimum_size_changed becomes class_Control_method_minimum_size_changed, or signal_, because the reason I did this was to fix reference conflicts. You can also reference constants now with BBCode. Also made it use argparse, adding an --output and a --dry-run argument. I did not fix all the errors it's reporting in the documentation files, there's about 150+ of them but that's outside of the scope of this commit. | |||
2018-12-27 | Merge pull request #24607 from PJB3005/18-12-26-makerst-cleanup | Rémi Verschelde | |
Clean up & improve makerst.py | |||
2018-12-27 | Clean up & improve makerst.py | Pieter-Jan Briers | |
Man this file even had some semicolons in it. I cleaned up the entire file, while it's still pretty ugly it's much better now. I also added type checks so it passes mypy --strict. make_type now throws a warning on unresolved type references, which there are a bunch of. I'm not responsible for fixing those though. Also some more hardening against crashes. For example XML tags without content won't cause crashes now. Functionality has not been modified as far as I can tell. Update Makefile for Python 3 Fix ordering issues related to enums & constants | |||
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various code formatting issues and argument names. | |||
2018-12-27 | Merge pull request #24616 from Anutrix/master | Rémi Verschelde | |
Added description to move_axis_lock members in Kinematic.xml | |||
2018-12-27 | Added description to move_axis_lock members in Kinematic.xml | unknown | |
2018-12-24 | Bind `is_valid_hex_number` string method to GDScript | Andrii Doroshenko (Xrayez) | |
2018-12-21 | Expose the new gizmo plugin system to scripting | JFonS | |
2018-12-20 | doc: Add missing commas after "If true/false" | Rémi Verschelde | |
2018-12-20 | Added OS.get_system_time_msecs() | volzhs | |
2018-12-18 | Merge pull request #24408 from creikey/master | Rémi Verschelde | |
Clarify what popup_centered actually does | |||
2018-12-18 | Merge pull request #24432 from YeldhamDev/animationtree_editor_fixes | Rémi Verschelde | |
General fixes for the AnimationTree editor | |||
2018-12-17 | General fixes for the AnimationTree editor | Michael Alexsander Silva Dias | |
2018-12-17 | Change *_slot to *_port on get_connection_list | Mateus Felipe C. C. Pinto | |
2018-12-16 | Merge pull request #24366 from BastiaanOlij/adjust_sky_orientation | Rémi Verschelde | |
Adding option to re-orient our sky | |||
2018-12-16 | Merge pull request #19501 from Zylann/custom_loaders | Rémi Verschelde | |
Added basic support for custom resource savers and loaders | |||
2018-12-15 | Adding option to re-orient our sky | Bastiaan Olij | |
2018-12-15 | Added basic support for custom resource savers and loaders | Marc Gilleron | |
2018-12-14 | Clarify what popup_centered actually does | Cameron Reikes | |
As was discussed in issue #24309, the method description doesn't always accurately describe resultant behavior and can be confusing. | |||
2018-12-15 | doc: Sync classref with current source | Rémi Verschelde | |
2018-12-14 | Updated documentation to visible property in CanvasItem, closes #20809 | Juan Linietsky | |
2018-12-14 | doc: Fix formatting in code blocks | Rémi Verschelde | |
2018-12-14 | Merge pull request #24341 from YeldhamDev/buttongroup_expose_get_buttons | Rémi Verschelde | |
Expose ButtonGroup's "get_buttons()" to GDScript |