Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-16 | Validate input in (CPU)Particles set_emission_shape() | Rémi Verschelde | |
Fixes #29777. Co-authored-by: Cameron Reikes <cameronreikes@gmail.com> | |||
2020-01-16 | Merge pull request #35176 from clayjohn/csg-crash | Rémi Verschelde | |
Fix light related crashes | |||
2020-01-16 | Merge pull request #35187 from aaronfranke/editor-property-int | Rémi Verschelde | |
Use int64_t for EditorPropertyInteger and warn when out of double range | |||
2020-01-16 | Merge pull request #35183 from YeldhamDev/scrollbar_regression | Rémi Verschelde | |
Fix scrollbar regression on large scales | |||
2020-01-16 | Merge pull request #35180 from timothyqiu/scroll-container-min-size | Rémi Verschelde | |
Updates ScrollContainer min size when toggle scrollbars | |||
2020-01-16 | Merge pull request #35169 from hoontee/master | Rémi Verschelde | |
Fix Vsync Via Compositor causing halved refresh rate when vsync is forced by the graphics driver | |||
2020-01-16 | Merge pull request #35178 from clayjohn/GLES2-fix-lightmap | Rémi Verschelde | |
Fix array constructor for lightmaps | |||
2020-01-16 | Merge pull request #35175 from clayjohn/GLES2-bg-keep | Rémi Verschelde | |
Add background mode keep to GLES2 | |||
2020-01-15 | fix light related crashes | clayjohn | |
2020-01-15 | Use int64_t for EditorPropertyInteger and warn when out of double range | Aaron Franke | |
2020-01-16 | Fix scrollbar regression on large scales | Michael Alexsander | |
2020-01-16 | Updates ScrollContainer min size when toggle scrollbars | Haoyu Qiu | |
2020-01-15 | Fix array constructor for lightmaps | clayjohn | |
2020-01-16 | Merge pull request #35170 from neikeq/issue-35151 | Ignacio Roldán Etcheverry | |
Mono/C#: Fix false positive in unsafe reference checks | |||
2020-01-15 | Add background mode keep to GLES2 | clayjohn | |
2020-01-15 | Mono/C#: Fix false positive in unsafe reference checks | Ignacio Etcheverry | |
2020-01-15 | Fix Vsync Via Compositor causing halved refresh rate when vsync is forced by ↵ | hoontee | |
the graphics driver Add check to prevent compositor sync if the graphics driver is forcing vsync. Fixes #35038. (Addendum: this PR does not negatively impact users unaffected by #35038.) | |||
2020-01-15 | Merge pull request #35165 from groud/fix_memleak_filesystemdock | Rémi Verschelde | |
Fixes a memory leak in FileSystemDock | |||
2020-01-15 | Merge pull request #35166 from Calinou/add-ogg-sample-icon | Rémi Verschelde | |
Add an icon for OGG samples | |||
2020-01-15 | Add an icon for OGG samples | Hugo Locurcio | |
The icon is the same as WAV samples, as both formats are accepted in AudioStreamPlayer. This closes #35163. | |||
2020-01-15 | Fixes a memory leak in FileSystemDock | Gilles Roudière | |
Co-authored-by: Rafał Mikrut <mikrutrafal54@gmail.com> | |||
2020-01-15 | Merge pull request #35156 from MadEqua/fix-grid-map | Rémi Verschelde | |
Fix GridMap getter of baked meshes. | |||
2020-01-15 | Merge pull request #35150 from akien-mga/愚かな猿 | Rémi Verschelde | |
Mono: Fix parsing assembly names as UTF-8 | |||
2020-01-15 | Merge pull request #35155 from timothyqiu/optional-jpg | Rémi Verschelde | |
Fixes AssetLib crash when JPG module is disabled | |||
2020-01-15 | Fix GridMap getter of baked meshes. | Bruno Lourenço | |
2020-01-15 | Fixes AssetLib crash when JPG module is disabled | Haoyu Qiu | |
JPG module is optional, so check it's existence before using. | |||
2020-01-15 | Merge pull request #35147 from madmiraal/fix-34992 | Rémi Verschelde | |
Fixes get_floor_normal() returning the user defined floor_normal. | |||
2020-01-15 | Merge pull request #35148 from asynts/asynts.dont-close-connections-dialog | Rémi Verschelde | |
Don't close the connection dialog when the validation failed. | |||
2020-01-15 | Mono: Fix parsing assembly names as UTF-8 | Rémi Verschelde | |
Fixes #27185. | |||
2020-01-15 | Don't close the connection dialog when the validation failed. | asynts | |
Currently the connection dialog is closed when 1. no method name is specified, or 2. no script is attached and if the method name isn't a buildin. That's really annoying. | |||
2020-01-15 | Fixes get_floor_normal() returning the user defined floor_normal. | Marcel Admiraal | |
When there is no collision with a floor the get_floor_normal() function should return the zero vector to be consistent with get_floor_velocity(). Renames floor_normal to up_direction in all bindings. Updates the documentation of get_floor_normal() and get_floor_velocity() to make it clear when the values are valid. Updates the documentation for move_and_slide() and move_and_slide_with_snap() to use the new up_direction parameter name. | |||
2020-01-15 | Merge pull request #35140 from timothyqiu/line-edit-min-size | Rémi Verschelde | |
Updates LineEdit's min size when necessary | |||
2020-01-15 | Merge pull request #35134 from clayjohn/DOCS-update-multiple | Rémi Verschelde | |
Completed documentation for many visual nodes | |||
2020-01-15 | Merge pull request #34539 from Houkime/gdscript-ls-stop-listen | Rémi Verschelde | |
Prevent GDScript language server from listening to external hosts by default | |||
2020-01-14 | Completed documentation for many visual nodes | clayjohn | |
2020-01-15 | Updates LineEdit's min size when necessary | Haoyu Qiu | |
These properties will affect the minimum size of LineEdit: * The right icon (`set_right_icon`) * The clear button (`set_editable` and `set_clear_button_enabled`) * The text, when "expand to text length" is enabled (`set_text`) | |||
2020-01-15 | Prevent GDScript language server from listening to external hosts by default | Houkime | |
* Add bind_ip property to WebSocketServer defaulting to "*" (listen to everyone) * Set default for GDscript Language Server to listen only to localhost Fixes potential security issue with GDScript language server being exposed to the broad net by default. Since it is the server which primary usage is to provide utility to the local editor there is no need to expose it. | |||
2020-01-15 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.16.0. See ab3bccdb78cc7dffb6ab796053ef63489f05558d for procedure. | |||
2020-01-15 | Merge pull request #35132 from Calinou/doc-description-below-brief | Rémi Verschelde | |
doc: Move the class description to be just below the brief description | |||
2020-01-15 | Merge pull request #35138 from YeldhamDev/defer_scrollbar_raising | Rémi Verschelde | |
Fix regression on scrollbar raising in ScrollContainer | |||
2020-01-15 | doc: Move the class description to be just below the brief description | Hugo Locurcio | |
- Drop the "Brief description" header as it became redundant with this change. - Fix a bug in the editor help where an extraneous newline was added after the header if the class isn't inherited by any others. - Remove the Category line in the rST markup as it's not useful for API users. | |||
2020-01-14 | Fix regression on scrollbar raising in ScrollContainer | Michael Alexsander | |
2020-01-14 | Merge pull request #35077 from Feniks-Gaming/master | Rémi Verschelde | |
Expanded bool class description with examples | |||
2020-01-14 | Merge pull request #35133 from YeldhamDev/scrollbar_cleanup | Rémi Verschelde | |
Cleanup unnecessary code from before the scrollbar overlapping fixes | |||
2020-01-14 | Expanded class_bool Description with examples | Feniks | |
I expanded boolean long description with example of when booleans could be use practice because Boolean Description: Boolean built-in type. was pretty vague. As new to programming person it took me longer than it should have to understand what those are and why I would want to use them. Hopefully this will make it clearer to new users reading documentation Update bool.xml | |||
2020-01-14 | Cleanup unnecessary code from before the scrollbar overlapping fixes | Michael Alexsander | |
2020-01-14 | Merge pull request #35131 from Xrayez/doc-engine-frames | Rémi Verschelde | |
Document `Engine.get_idle/physics_frames` methods | |||
2020-01-14 | Document `Engine.get_idle/physics_frames` methods | Andrii Doroshenko (Xrayez) | |
2020-01-14 | Merge pull request #35130 from qarmin/crash_item_bad_index | Rémi Verschelde | |
Don't allow to use too big index in ItemList | |||
2020-01-14 | Merge pull request #34801 from Calinou/add-3d-viewport-crosshair | Rémi Verschelde | |
Add a crosshair to the 3D viewport |