Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-25 | Make LineEdit's minimal size adapt to its icons | Michael Alexsander Silva Dias | |
2019-09-24 | Merge pull request #32317 from KoBeWi/just_dont | Rémi Verschelde | |
Don't try to slice empty arrays | |||
2019-09-24 | Don't try to slice empty arrays | Tomasz Chabora | |
2019-09-24 | Merge pull request #32309 from clayjohn/particles_tex_scale | Rémi Verschelde | |
Fix particles scale randomization | |||
2019-09-24 | fix particles scale randomization | clayjohn | |
2019-09-24 | Merge pull request #32269 from m4gr3d/improve_build_time | Rémi Verschelde | |
Update the Godot gradle build tasks to provide additional flexibility | |||
2019-09-24 | doc: Sync classref with current source | Rémi Verschelde | |
2019-09-24 | Merge pull request #32285 from Faless/crypto/initial_docs | Rémi Verschelde | |
Add documentation for crypto-related classes. | |||
2019-09-24 | Merge pull request #32307 from neikeq/mesege | Rémi Verschelde | |
Fix wrong defval in EditorSpatialGizmo.add_mesh method bind | |||
2019-09-24 | Merge pull request #32305 from akien-mga/doc-fixup-self-closing-tag | Rémi Verschelde | |
doc: Fix parsing of self-closing XML tags | |||
2019-09-24 | Updates the Godot gradle tasks to enable manual runs of the `scons` command. | fhuya | |
Example: To generate for the `release` build target and for the `armv7`, `arm64v8` and `x86` architectures, run the commands: ``` cd godot scons -j4 platform=android target=release android_arch=armv7 scons -j4 platform=android target=release android_arch=arm64v8 scons -j4 platform=android target=release android_arch=x86 cd platform/android/java ./gradlew generateGodotTemplates ``` Notes: - The generated build templates will be located in the `godot/bin` directory (i.e: `android_debug.apk`, `android_release.apk`, `android_source.zip`). - The gradle command will only generate templates for the target(s) with available native shared libraries. For example, running the commands above will only generate the `android_release.apk` and `android_source.zip` files. To delete the generated artifacts, the following commands can be used: ``` cd platform/android/java ./gradlew cleanGodotTemplates ``` | |||
2019-09-24 | Fix wrong defval in EditorSpatialGizmo.add_mesh method bind | Ignacio Etcheverry | |
The type of the parameter 'skeleton' was changed from 'RID' to 'SkinReference', yet the default value remained 'RID()'. | |||
2019-09-24 | Improve C# bindings generator errors for default param values | Ignacio Etcheverry | |
2019-09-24 | Add documentation for crypto-related classes. | Fabio Alessandrelli | |
Add documentation for Crypto, CryptoKey, HashingContext, and X509Certificate. Add documentation for `StreamPeerSSL.accept_peer`. Ref #29871. | |||
2019-09-24 | doc: Fix parsing of self-closing XML tags | Rémi Verschelde | |
Follow-up to #31925, `<member />` tags just before `</members>` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`. | |||
2019-09-24 | Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docs | Rémi Verschelde | |
Add overriden properties to the documentation | |||
2019-09-24 | Fix copyright headers and style issues | Rémi Verschelde | |
2019-09-24 | doc: Sync classref with current source | Rémi Verschelde | |
Fix a few missing bindings or unspecified argument names and default values. | |||
2019-09-24 | Merge pull request #31883 from aole/create-string-function-repeat | Rémi Verschelde | |
Create a GDScript String function repeat | |||
2019-09-24 | Merge pull request #31935 from aole/Change-minimum-size-when-theme-changed | Rémi Verschelde | |
Change minimum size when theme changed | |||
2019-09-24 | Merge pull request #31944 from skyace65/visibilityenabler | Rémi Verschelde | |
Clarify VisibilityEnabler2D description | |||
2019-09-24 | Merge pull request #31974 from YeldhamDev/tilegrid_map_fixes | Rémi Verschelde | |
Small fixes for the Tile/GridMap editors | |||
2019-09-24 | Merge pull request #31976 from Calinou/doc-improve-shadow-atlas-sizes | Rémi Verschelde | |
Improve documentation pertaining to shadow atlas sizes | |||
2019-09-24 | Merge pull request #31978 from YeldhamDev/inspector_dock_small_improvements | Rémi Verschelde | |
Small improvements to the inspector dock | |||
2019-09-24 | Merge pull request #32267 from YeldhamDev/fix_tab_icons | Rémi Verschelde | |
Fix various problems with tab-related icons | |||
2019-09-24 | Merge pull request #32283 from Calinou/project-manager-no-open-ctrl-double-click | Rémi Verschelde | |
Don't open a project in the list if Ctrl is held while double-clicking | |||
2019-09-24 | Merge pull request #32286 from Calinou/doc-improve-os-shell-open | Rémi Verschelde | |
Improve the `OS.shell_open()` documentation | |||
2019-09-24 | Merge pull request #32288 from CorattiS86/fixing_#32263 | Rémi Verschelde | |
Fix Hide Console Window stores opposite value | |||
2019-09-24 | Merge pull request #32257 from Calinou/doc-set-window-title-performance | Rémi Verschelde | |
Mention performance caveats of `OS.set_window_title()` | |||
2019-09-24 | Merge pull request #31970 from HaSa1002/i18n | Rémi Verschelde | |
Fixed out of range crash on remapping files for translation | |||
2019-09-24 | Merge pull request #32225 from Calinou/improve-editor-help-display | Rémi Verschelde | |
Improve the editor help display | |||
2019-09-24 | Merge pull request #32224 from KoBeWi/not_so_smart_lines | Rémi Verschelde | |
Initialize snap_target and make sure it disappears | |||
2019-09-24 | Merge pull request #32202 from Relintai/fix-crash-in-rich-text-label | Rémi Verschelde | |
Fix crash on some platforms in RichTextLabel. | |||
2019-09-24 | Merge pull request #32194 from AlexRixhardson/fix-7945 | Rémi Verschelde | |
Fixes crash described in issue 7945 (Duplicated [self drawView] in iphone gl_view) | |||
2019-09-23 | Merge pull request #30497 from Calinou/editor-gizmos-change-notify | Rémi Verschelde | |
Notify changes in properties that can be edited by 3D gizmos | |||
2019-09-23 | Merge pull request #32029 from nekomatata/bezier-track-fixes | Rémi Verschelde | |
Fixes in AnimationTrackEditor around bezier curves | |||
2019-09-23 | Merge pull request #32250 from lawnjelly/android-keyboard2 | Rémi Verschelde | |
Fix Android keyboard crash with left cursor | |||
2019-09-23 | Fix #32263 - Hide Console Window stores opposite value | Stefano Coratti | |
2019-09-23 | Fix Android keyboard crash with left cursor | lawnjelly | |
Fixes #32168. Previously we were returning all key up and key down messages as unhandled to the OS. This was resulting in crashes on certain keypresses (left cursor), for undetermined reason. This PR defaults all key up and keydown messages to be returned as handled by Godot, except those explicitly coded as exceptions (currently volume keys only). | |||
2019-09-23 | Merge pull request #32021 from Calinou/editor-audio-bus-snapping | Rémi Verschelde | |
Implement snapping in the audio bus editor | |||
2019-09-23 | Merge pull request #32278 from Calinou/lsp-fix-double-assignment | Rémi Verschelde | |
Fix `line` being assigned to twice in the GDScript language server | |||
2019-09-23 | Improve the `OS.shell_open()` documentation | Hugo Locurcio | |
This adds a `mailto:` example to `OS.shell_open()`. | |||
2019-09-23 | Merge pull request #32277 from Calinou/override-for-add-feature-tags | Rémi Verschelde | |
Add some missing feature tags to the "Override For..." menu | |||
2019-09-23 | Don't open a project in the list if Ctrl is held while double-clicking | Hugo Locurcio | |
2019-09-23 | Merge pull request #31975 from codecustard/fixes_subresource_showing_deselection | Rémi Verschelde | |
Fixes Subresource Showing While Unselected | |||
2019-09-23 | Merge pull request #32273 from Calinou/humanize-size-fix-i18n | Rémi Verschelde | |
Fix i18n in `String::humanize_size()` | |||
2019-09-23 | Merge pull request #31751 from clayjohn/GLES3-Viewport-crash-canvas | Rémi Verschelde | |
Throw error when canvas background is used without sample buffer | |||
2019-09-23 | Fix `line` being assigned to twice in the GDScript language server | Hugo Locurcio | |
This closes #32090. | |||
2019-09-23 | Merge pull request #31172 from creikey/add-array-slicing | Rémi Verschelde | |
Add array slice method | |||
2019-09-23 | Add some missing feature tags to the "Override For..." menu | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-docs/issues/2782. |