Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-09 | Add documentation for ReflectionProbe | SamuelDeboni | |
Update doc/classes/ReflectionProbe.xml Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> Apply suggestions from code review Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> Update ReflectionProbe.xml | |||
2019-10-08 | Merge pull request #32652 from Chaosus/shader_fix_autocompletion | Rémi Verschelde | |
Fixed invalid autocompletion pasting of shader param name | |||
2019-10-08 | Merge pull request #32649 from qarmin/another_crash_fix_for_tile_map | Rémi Verschelde | |
Fix crash in TileMap::update_cell_bitmask | |||
2019-10-08 | Merge pull request #32647 from Calinou/doc-improve-os-screen | Rémi Verschelde | |
Improve the OS `get_screen_*` methods' documentation | |||
2019-10-08 | Merge pull request #32646 from SamuelDeboni/master | Rémi Verschelde | |
Fixed AttributeError bug on doc_status.py | |||
2019-10-08 | Fix invalid autocompletion pasting of shader param name | Yuri Roubinsky | |
2019-10-08 | Merge pull request #32411 from YeldhamDev/fix_grid_overflow | Rémi Verschelde | |
Fix GridContainer's children overflowing it when not all slots of a row are occupied | |||
2019-10-08 | Merge pull request #32444 from lupoDharkael/center-template | Rémi Verschelde | |
Project Manager: Update template dialog position after window resize | |||
2019-10-08 | Merge pull request #32559 from YeldhamDev/tooltip_scale | Rémi Verschelde | |
Make tooltips have the same scale as their Controls | |||
2019-10-08 | Fixed AttributeError on doc_status.py | SamuelDeboni | |
2019-10-08 | Merge pull request #32478 from AlexHolly/fix-rect2-encloses | Rémi Verschelde | |
Make Rect2.encloses return true on same size | |||
2019-10-08 | Merge pull request #32556 from bruvzg/win_codesign | Rémi Verschelde | |
Code signing support for Windows exports | |||
2019-10-08 | Merge pull request #32571 from DavidSichma/rect_flip | Rémi Verschelde | |
Correctly flip texture src region | |||
2019-10-08 | Merge pull request #32618 from nekomatata/sprite-to-polygon | Rémi Verschelde | |
Sprite to polygon conversion improvements | |||
2019-10-08 | Merge pull request #32624 from Calinou/project-settings-allow-all-types | Rémi Verschelde | |
Allow all Variant types to be added as project settings | |||
2019-10-08 | Fix crash in TileMap::update_cell_bitmask | qarmin | |
2019-10-08 | Merge pull request #32426 from gianllucah/master | Rémi Verschelde | |
Option to erase a section key in ConfigFile | |||
2019-10-08 | Improve the OS `get_screen_*` methods' documentation | Hugo Locurcio | |
2019-10-08 | Merge pull request #32640 from madmiraal/remove-circular-includes | Rémi Verschelde | |
Remove circular include between core/typedefs.h and core/error_macros.h | |||
2019-10-08 | Merge pull request #32638 from akien-mga/popupmenu-keep-name | Rémi Verschelde | |
PopupMenu: Fix inconsistency setting text/xl_text in add_* methods | |||
2019-10-08 | Remove circular include between core/typedefs.h and core/error_macros.h | Marcel Admiraal | |
2019-10-08 | Merge pull request #21621 from AlexHolly/android-pen-hover-support | Rémi Verschelde | |
Adds Pen support for Android | |||
2019-10-08 | PopupMenu: Fix missing text/xl_text when using add_shortcut | Rémi Verschelde | |
Use macros to ensure that `text`, `xl_text` and `id` are always set using the same logic. Fixes #25519. Also fixes up #26914 when `p_id == -1` handling was only added for a couple methods instead of all of them. | |||
2019-10-08 | PopupMenu: Reorder add_* methods in more natural order | Rémi Verschelde | |
Also adds `add_icon_radio_check_shortcut` matching `add_icon_radio_check_item`, binds them for scripting languages, and binds `add_multistate_item`. | |||
2019-10-08 | Merge pull request #32616 from Faless/net/fix_close_exec | Rémi Verschelde | |
Disable socket descriptor sharing with subprocs. | |||
2019-10-08 | Merge pull request #32632 from groud/increase_grid_size_limit | Rémi Verschelde | |
Increase grid size limit | |||
2019-10-08 | Merge pull request #32454 from jeronimo-schreyer/disable_unix_socket | Rémi Verschelde | |
Optional Unix Socket disable for devices that do not support it | |||
2019-10-08 | Merge pull request #32606 from cbolgiano/bugfix/32294 | Rémi Verschelde | |
Fixes Default Angular Damp in Project Settings Disallows Fractional Input #32294 | |||
2019-10-08 | Merge pull request #32607 from Calinou/doc-gdnative-singleton-prefix | Rémi Verschelde | |
Document the GDNative singleton method prefix being changeable | |||
2019-10-07 | 32294: Changed the default_angular_damp value to a float. | devbox | |
32294: Added hints for both 2d/3d linear/angular. 32294: Added hints for both 2d/3d linear/angular. | |||
2019-10-07 | Added a method to erase section key in ConfigFile | Gianlluca | |
2019-10-07 | Increase grid size limit | Gilles Roudière | |
2019-10-07 | Merge pull request #32623 from madmiraal/remove-circular-includes | Rémi Verschelde | |
Remove circular dependency between Vector3 and Basis. | |||
2019-10-07 | Merge pull request #32626 from Paulb23/issue_27631_caret_draw_eol | Rémi Verschelde | |
Fixed drawing the caret at eol when at eol is not visible | |||
2019-10-07 | Fixed drawing the caret at eol when at eol is not visible | Paulb23 | |
2019-10-07 | Allow all Variant types to be added as project settings | Hugo Locurcio | |
2019-10-07 | Remove circular dependency between Vector3 and Basis. | Marcel Admiraal | |
2019-10-07 | Document the GDNative singleton method prefix being changeable | Hugo Locurcio | |
This also tweaks error messages to remove hardcoded references to the default `godot_` prefix. | |||
2019-10-07 | Sprite to polygon conversion improvements | PouleyKetchoupp | |
- No reduced Rect in march square algorithm, it was causing inconsistent cases near the borders and made the outline less accurate - Ignore invalid generated polygons (under 3 points) to avoid unnecessary errors and crashes - Error popup only when no polygon could be generated at all - Added option to shrink pixels (to get rid of small separate islands) - Fixed polygon preview (lines were sometimes not showing along the borders) Fixes #32564, #29267 | |||
2019-10-07 | Disable socket descriptor sharing with subprocs. | Fabio Alessandrelli | |
On Unix systems, sockets are like file descriptors, and file descriptors are usually shared among child processes. This means, that if we spawn a subprocess (or we fork) like we do in the editor, open file descriptors will leak to the new process. This causes issue with sockets as they might remain open and bound (listening) when the original process closes. | |||
2019-10-07 | Merge pull request #32613 from clayjohn/GLES2-canvas-bg-mode | Rémi Verschelde | |
Add canvas background mode to GLES2 | |||
2019-10-07 | Merge pull request #32351 from nekomatata/texture-rect-size-update | Rémi Verschelde | |
Update TextureRect when its Texture is modified directly | |||
2019-10-07 | Merge pull request #32523 from hbina/hbina_fix_method_ordering | Rémi Verschelde | |
Applied the same kind of ordering to methods description | |||
2019-10-07 | Merge pull request #32567 from Calinou/increase-about-dialog-size | Rémi Verschelde | |
Increase the size of the About dialog | |||
2019-10-07 | Merge pull request #32594 from Calinou/project-editor-settings-search-shortcut | Rémi Verschelde | |
Focus the search box when pressing Ctrl+F in Project/Editor Settings | |||
2019-10-06 | add canvas background mode to GLES2 | clayjohn | |
2019-10-07 | Merge pull request #32608 from cbscribe/kcc_doc_updates | Rémi Verschelde | |
[DOC] Fill in various missing method/member descriptions. | |||
2019-10-07 | Merge pull request #32589 from OsamaElHariri/add_angle_to_ruler | Rémi Verschelde | |
Add angle to ruler tool | |||
2019-10-07 | Merge pull request #32605 from dankan1890/get_custom_color | Rémi Verschelde | |
Added missing bind_method to TreeItem::get_custom_color(). | |||
2019-10-07 | Merge pull request #32603 from clayjohn/GLES2-post-processing-bugs | Rémi Verschelde | |
Fix current issues with post-processing |