Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-10 | Added 'fma' function to shader language | Yuri Roubinsky | |
2020-07-10 | Merge pull request #40121 from Calinou/enable-file-logging | Rémi Verschelde | |
Enable file logging by default on desktops to help with troubleshooting | |||
2020-07-10 | Merge pull request #40243 from nathanfranke/fix-regression-directory-open-check | Rémi Verschelde | |
Follow-Up Fix Directory Open | |||
2020-07-10 | Merge pull request #40246 from Calinou/doc-httprequest-post-example | Rémi Verschelde | |
Add a POST request example to the HTTPRequest class documentation | |||
2020-07-10 | Follow-Up Fix Directory Open | Nathan Franke | |
2020-07-10 | Add a POST request example to the HTTPRequest class documentation | Hugo Locurcio | |
2020-07-10 | Merge pull request #40210 from RantingBob/patch-1 | Rémi Verschelde | |
Update Resource.xml to explain behavior of duplicate when subresource… | |||
2020-07-09 | Merge pull request #40240 from Calinou/doc-packedscene-example-instance | Rémi Verschelde | |
Document how to instance a PackedScene and add it as a child | |||
2020-07-09 | Document how to instance a PackedScene and add it as a child | Hugo Locurcio | |
This information was already present in `@GDScript.preload()`, but it's not easy to find. This closes https://github.com/godotengine/godot-docs/issues/3338. | |||
2020-07-09 | Mention `SceneTree.create_timer()` in the Timer class documentation | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/2349 (as the linked method already contains an example). | |||
2020-07-08 | Enable file logging by default on desktops to help with troubleshooting | Hugo Locurcio | |
- Use the `.log` file extension (recognized on Windows out of the box) to better hint that generated files are logs. Some editors provide dedicated syntax highlighting for those files. - Use an underscore to separate the basename from the date and the date from the time in log filenames. This makes the filename easier to read. - Keep only 5 log files by default to decrease disk usage in case messages are spammed. | |||
2020-07-08 | Update Resource.xml to explain behavior of duplicate when subresources is ↵ | Bob Gardner | |
true and a subresource contains further nested resources. Updated documentation for duplicate() on Resource to better explain the behavior. As per #30385. | |||
2020-07-06 | Add sort and has methods to PackedArrays | Aaron Franke | |
2020-07-06 | Expose methods to play scene from plugin code | Yuri Sizov | |
2020-07-05 | Change translation parser plugin API to parse_file() | SkyJJ | |
2020-07-04 | Merge pull request #40084 from bruvzg/macos_seamless_scaling | Rémi Verschelde | |
[macOS] Implement seamless display scaling. | |||
2020-07-04 | Merge pull request #40103 from Calinou/doc-fix-string-capitalize | Rémi Verschelde | |
Fix `String.capitalize()` description to follow camelCase changes | |||
2020-07-04 | [macOS] Implement seamless display scaling. | bruvzg | |
2020-07-04 | Merge pull request #40092 from hinlopen/remove-find-last | Rémi Verschelde | |
Remove String::find_last (same as rfind) | |||
2020-07-03 | Fix `String.capitalize()` description to follow camelCase changes | Hugo Locurcio | |
This closes #40093. | |||
2020-07-03 | Merge pull request #40089 from slooths/doc-textedit-minimap | Rémi Verschelde | |
Add documentation for minimap_draw and minimap_width | |||
2020-07-03 | doc: Sync classref with current source | Rémi Verschelde | |
2020-07-03 | Merge pull request #40086 from slooths/doc-update-select-methods | Rémi Verschelde | |
Update TextEdit select and select_all method descriptions | |||
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen | |
2020-07-03 | Merge pull request #40085 from slooths/doc-selecting-enabled | Rémi Verschelde | |
Add documentation for selecting_enabled | |||
2020-07-03 | Add documentation for minimap_draw and minimap_width | Slooth | |
2020-07-03 | Update TextEdit select and select_all methods | Slooth | |
2020-07-03 | Add documentation for selecting_enabled | Slooth | |
2020-07-03 | Merge pull request #40082 from slooths/doc-textedit-center-viewport-to-cursor | Rémi Verschelde | |
Add documentation for center_viewport_to_cursor method | |||
2020-07-03 | Add documentation for center_viewport_to_cursor method | Slooth | |
2020-07-03 | Add documentation for shortcut_keys_enabled | Slooth | |
2020-07-02 | Fix incorrect documentation for Vector2.angle() | Aaron Franke | |
2020-07-02 | Merge pull request #39415 from SkyLucilfer/PotGeneration | Rémi Verschelde | |
Add POT generation feature in Editor | |||
2020-07-02 | Merge pull request #37350 from aaronfranke/force-impulse | Rémi Verschelde | |
Refactor physics force and impulse code to use (force, position) order | |||
2020-07-02 | Add translation parser plugin support | SkyJJ | |
2020-07-02 | Merge pull request #38390 from Xrayez/doc-offset-poly-translate | Rémi Verschelde | |
Clarify `Geometry.offset_polygon_2d` regarding vertices translation | |||
2020-07-02 | Merge pull request #34926 from Xrayez/draw-transform-defaults | Rémi Verschelde | |
Provide `draw_set_transform` defaults for rotation and scale | |||
2020-07-01 | Merge pull request #32516 from nekomatata/texture-button-flip | Rémi Verschelde | |
Added flip_h and flip_v properties in TextureButton | |||
2020-07-01 | Provide `draw_set_transform` defaults for rotation and scale | Andrii Doroshenko (Xrayez) | |
2020-07-01 | Clarify `Geometry.offset_polygon_2d` regarding vertices translation | Andrii Doroshenko (Xrayez) | |
The method is used to either inflate or deflate a polygon. For translating/transforming a polygon, use `Transform2D.xform`. | |||
2020-07-01 | Environment: Refactor code for readability + more | Rémi Verschelde | |
- Makes all boolean setters/getters consistent. - Fixes bug where `glow_hdr_bleed_scale` was not used. - Split CameraEffects to their own source file. - Reorder all Environment method and properties declarations, definitions and bindings to be consistent with each other and with the order of property bindings. - Bind missing enum values added with SDFGI. - Remove unused SDFGI enhance_ssr boolean. - Sync doc changes after SDFGI merge and other misc changes. | |||
2020-07-01 | Added flip_h and flip_v properties in TextureButton | PouleyKetchoupp | |
2020-06-30 | Merge pull request #35633 from Xrayez/physics-shape-property | Rémi Verschelde | |
Expose shape property for shape query parameters classes | |||
2020-06-29 | Added Custom Performance Monitor and feature to read intermediate values of ↵ | simpu | |
Monitor Custom monitors can be added/removed/checked using `Performance.add_custom_monitor`/`Performance.remove_custom_monitor`/`Performance.has_custom_monitor` The value can be viewed in the `Monitor` tab of Debugger. Text before `/` is used to categorize the custom monitor. `EditorPerformanceProfiler` class is created to separate logic from `ScriptEditorDebugger` User can click on the graph of monitors to read the value at that point. Graph includes intermediate base lines. | |||
2020-06-26 | Keep the bottom panel visible when enabling the distraction-free mode | Hugo Locurcio | |
- Document the `EditorInterface.distraction_free_mode` property. This closes https://github.com/godotengine/godot-proposals/issues/951. | |||
2020-06-26 | Expose shape property for shape query parameters classes | Andrii Doroshenko (Xrayez) | |
Co-authored-by: PouleyKetchoupp <pouleyketchoup@gmail.com> | |||
2020-06-25 | i18n: Sync classref translation template with current docs | Rémi Verschelde | |
2020-06-25 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
2020-06-25 | doc: Sync classref with current source | Rémi Verschelde | |
2020-06-23 | Tween.xml word order fix | Andreas Gustafsson | |
Change the word order of '...the where...' into '...where the...'. |