Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-05 | Merge pull request #31870 from JFonS/add_network_profiler | Fabio Alessandrelli | |
Add network profiler | |||
2019-09-05 | Add network profiler | jfons | |
2019-09-05 | Merge pull request #31979 from Eoin-ONeill-Yokai/bugfix-31973 | Rémi Verschelde | |
CharFXTransform Type Hint Error | |||
2019-09-05 | Removed useless code from Switch in visual shader | Chaosus89 | |
2019-09-05 | Fix formatting error for bool in resulted code of visual shader | Chaosus89 | |
2019-09-04 | Bug Fix 31973 Type Hint Error | Eoin O'Neill | |
Fixed a bug introduced in my previous PR involving CharFXTransform not allowing the use of type hinting. Should now work properly. This should also help with Godot Mono issues... | |||
2019-09-04 | Merge pull request #31926 from Chaosus/vs_switch | Yuri Roubinsky | |
Some improvements for Switch node in visual shaders | |||
2019-09-04 | Added missing OUTPUT_IS_SRGB and FRONT_FACING to visual shaders | Chaosus89 | |
2019-09-04 | Fix parsing array indexing symbol in visual shader expression | Chaosus89 | |
2019-09-04 | Merge pull request #23658 from Eoin-ONeill-Yokai/rich-text-plus | Rémi Verschelde | |
RichTextLabel - New Real Time Text Effects and Custom BBCode Extensions | |||
2019-09-04 | Merge pull request #31955 from nekomatata/fix-caret-blink-timer | Rémi Verschelde | |
TextEdit & LineEdit caret blink timers run only when focused | |||
2019-09-04 | TextEdit & LineEdit caret blink timers run only when focused (fixes #31936) | PouleyKetchoupp | |
2019-09-04 | Merge pull request #31618 from fjordyo0707/fix_mesh_edges | Rémi Verschelde | |
Fix the edges of the mesh vertex | |||
2019-09-03 | Update RichTextLabel to support real time effects and custom BBCodes. | Eoin O'Neill | |
Added a new ItemFX type to RichTextLabel which supports dynamic text effects. RichTextEffect Resource Type was added which can be extended for more real time text effects. | |||
2019-09-03 | Merge pull request #31844 from 2shady4u/TweenInSceneTree | Rémi Verschelde | |
Timer and Tween check if they are in SceneTree when starting | |||
2019-09-03 | Some improvements for Switch node in visual shaders | Chaosus89 | |
2019-09-03 | Added is_inside_tree() check in both Timer and Tween | shaderbeast | |
Tween now throws error and doesnt even execute. | |||
2019-09-03 | Merge pull request #31295 from fstiewitz/focus-rect-issue | Rémi Verschelde | |
Fix get_meta error and visual bug when editing scene with keyboard | |||
2019-09-03 | Merge pull request #31389 from Calinou/add-node-comments | Rémi Verschelde | |
Add an `editor_description` property to Node for documentation purposes | |||
2019-09-03 | Merge pull request #31476 from SoulForMachine/fix-move-and-slide-error | Rémi Verschelde | |
Prevent move_and_slide() to generate an error. | |||
2019-09-03 | Merge pull request #31507 from YeldhamDev/button_icon_expand | Rémi Verschelde | |
Add feature to Button to make its icon expand/shrink with the button's size | |||
2019-09-03 | Merge pull request #31782 from aole/persist-ColorPicker-color-mode | Rémi Verschelde | |
Persist ColorPicker color mode | |||
2019-09-03 | Merge pull request #31880 from nekomatata/joystick-ui-navigation | Rémi Verschelde | |
Fixed UI navigation using joy axis inputs | |||
2019-09-02 | Merge pull request #31889 from Calinou/gradient-editor-add-snapping | Rémi Verschelde | |
Implement snapping in the Gradient editor | |||
2019-09-02 | Add autocomplete support for change_scene() | Tomasz Chabora | |
2019-09-02 | Fix editor infinit loop in search_prev | amakarenko | |
Fixes godotengine#31328 | |||
2019-09-02 | Implement snapping in the Gradient editor | Hugo Locurcio | |
Holding Ctrl will snap the selected point's position by increments of 0.1. Holding Ctrl + Shift will snap by increments of 0.025 instead. The previous behavior is preserved when holding just Shift (snapping to other gradient points). | |||
2019-09-02 | Merge pull request #31878 from aole/Initialize-TileMap-Custom-Transform | Rémi Verschelde | |
Initialize TileMap Custom Transform | |||
2019-09-02 | Fix multiline texts not updating its contents correctly in the inspector | Michael Alexsander Silva Dias | |
2019-09-02 | Fixed UI navigation using joy axis inputs | PouleyKetchoupp | |
Fixes #31879 | |||
2019-09-01 | Initialize TileMap Custom Transform | Bhupendra Aole | |
Initialize TileMap Custom Transform to same as Cell Size (64). Fixes #30948. | |||
2019-09-01 | Ignore size of hidden scrollbars in ScrollContainer | Tomasz Chabora | |
2019-09-01 | Fix semicolon parsing in visual shader expression (#31857) | Yuri Roubinsky | |
Fix semicolon parsing in visual shader expression | |||
2019-09-01 | Merge pull request #31848 from Chaosus/fix_graph_resizer_style | Rémi Verschelde | |
Fix resizer icon visiblity on light theme in GraphNode | |||
2019-09-01 | Fix semicolon parsing in visual shader expression | Chaosus89 | |
2019-09-01 | Fix visual shader expression parsing (#31853) | Yuri Roubinsky | |
Fix visual shader expression parsing | |||
2019-09-01 | Fix visual shader expression parsing | Chaosus89 | |
2019-09-01 | Merge pull request #31839 from Calinou/canvasitem-update-only-if-needed | Rémi Verschelde | |
Call some CanvasItem property setters only if needed | |||
2019-09-01 | Fix resizer icon visiblity on light theme in GraphNode | Chaosus89 | |
2019-08-31 | Merge pull request #31828 from Paulb23/minimap_drag_less_then_control | Rémi Verschelde | |
Fix minimap drag when height is less then control size | |||
2019-08-31 | Call some CanvasItem property setters only if needed | Hugo Locurcio | |
The CanvasItem property setters `set_modulate`, `set_self_modulate` and `set_light_mask` have some side effects that don't need to be run if the value hasn't changed. This closes #31777. | |||
2019-08-31 | Merge pull request #31825 from fstiewitz/viewport-container-input | Rémi Verschelde | |
Fix object picking inside ViewportContainers | |||
2019-08-31 | HTTPRequest: include faulty URLs in error texts | merumelu | |
2019-08-31 | Fix minimap drag when height is less then control size | Paulb23 | |
2019-08-31 | process unhandled input in ViewportContainer | Fabian Stiewitz | |
2019-08-31 | Default ColorPicker color mode setting | Bhupendra Aole | |
There is a new setting for Default ColorPicker color mode in Editor Settings->Interface->Inspector. Initially this setting will be RGB. Editor ColorPicker will always start with mode defined in this settiing. Fixes #30755 and #30754 | |||
2019-08-30 | Merge pull request #31805 from YeldhamDev/collision_object_unneeded_checks | Rémi Verschelde | |
Remove some unneeded checks in CollisionObject(2D) | |||
2019-08-30 | Merge pull request #31803 from KoBeWi/minicursor | Rémi Verschelde | |
Don't change cursor when minimap is disabled | |||
2019-08-30 | Merge pull request #31797 from KoBeWi/release_the_lookup | Rémi Verschelde | |
Perform symbol lookup on button release | |||
2019-08-30 | Remove some unneeded checks in CollisionObject(2D) | Michael Alexsander Silva Dias | |