Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-08 | Merge pull request #31194 from bojidar-bg/29312-corrupt-initial-tilemap | Rémi Verschelde | |
Fix corrupted TileMap saves due to missing/wrong format | |||
2019-08-08 | Fix corrupted TileMap saves due to missing/wrong format | Bojidar Marinov | |
Fixes #29312 | |||
2019-08-07 | Merge pull request #31122 from Muller-Castro/enhancement | Rémi Verschelde | |
Unnecessary reassignments | |||
2019-08-07 | Merge pull request #31050 from sparkart/fix_tileset_shape_offset | Rémi Verschelde | |
Fix Wrong Shape Offsets in Tileset | |||
2019-08-07 | Merge pull request #31077 from qarmin/coverity_bugs | Rémi Verschelde | |
Change some code proposed by Coverity and Cppcheck | |||
2019-08-07 | Merge pull request #31127 from MuffinManKen/checkbox_implement_check_vadjust | Rémi Verschelde | |
Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the editor, but not used. | |||
2019-08-07 | Merge pull request #31163 from nekomatata/fix-state-machine-transition-priority | Rémi Verschelde | |
Fixed AnimationTreeStateMachine transition priority | |||
2019-08-07 | Merge pull request #27046 from KoBeWi/camera2d_brag_margins_stuff | Rémi Verschelde | |
Tweaks related to Camera2D drag margins | |||
2019-08-07 | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin | |
2019-08-07 | Allow comma prefix to visual shader's expression parser | Yuri Roubinski | |
2019-08-07 | Merge pull request #31161 from merumelu/default-theme-checkbutton | Rémi Verschelde | |
Default theme: make toggle_off_disabled.png the same dimension as other CheckButton images | |||
2019-08-07 | Merge pull request #31057 from Chaosus/vs_mix_improvements | Rémi Verschelde | |
Some improvements to Mix visual shader function | |||
2019-08-06 | Fixed AnimationTreeStateMachine transition priority (last transition was ↵ | PouleyKetchoupp | |
always chosen instead of least cost) Fixes #31132 | |||
2019-08-06 | Removed unnecessary reassigns | Muller-Castro | |
Those assignments are duplicated since add_to_group() or remove_from_group() aren't changing the state of those members. | |||
2019-08-06 | Default theme: make toggle_off_disabled.png the same dimension as other ↵ | merumelu | |
CheckButton images | |||
2019-08-06 | Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the ↵ | Ken Paulson | |
editor, but wasn't used. | |||
2019-08-06 | Tweaks related to Camera2D drag margins | Tomasz Chabora | |
2019-08-06 | Some improvements to Mix visual shader function | Yuri Roubinski | |
2019-08-05 | Remove Editor dependency from SceneTree | merumelu | |
2019-08-05 | Update WindowDialog title when translation changes | Michael Alexsander Silva Dias | |
2019-08-05 | Merge pull request #31075 from KoBeWi/right_for_acceptance | Rémi Verschelde | |
Accept also right-click event in LineEdit | |||
2019-08-04 | Fix Wrong Shape Offsets in Tileset | Emmanuel Barroga | |
Closes #30994 When modifying the properties of a tileset in the editor, some properties only apply to the first tile (such as the shape offset). This change resolves that issue by traversing the changes to all of the shapes in the tileset instead of the first one. | |||
2019-08-04 | Accept also right-click event in LineEdit | Tomasz Chabora | |
2019-08-01 | Same method when redrawing as when theme changed | Cameron Reikes | |
2019-08-01 | Merge pull request #30905 from clayjohn/set-cpuparticles2d-visible | Rémi Verschelde | |
Toggle CPUParticles2D visibility when redrawing | |||
2019-08-01 | Merge pull request #31009 from Chaosus/vs_fix_outer_product | Rémi Verschelde | |
Fix outerProduct function in visual shaders | |||
2019-08-01 | Fix outerProduct function in visual shaders | Chaosus | |
2019-07-31 | Tweak Area and PhysicsBody damping setting hints for consistency | Hugo Locurcio | |
This partially addresses #19182. | |||
2019-07-31 | Merge pull request #30972 from Chaosus/vs_copy_paste | Rémi Verschelde | |
Implement copy/paste in visual shaders | |||
2019-07-31 | Implement copy/paste in visual shaders | Chaosus | |
2019-07-30 | Fix ProgressBar Wrong Value with Border | Emmanuel Barroga | |
Closes: #30969 The FG rectangle of the progressbar is incorrect when dealing with a non-zero border. This issue stems from wrong order of operations when drawing the rectangle: int p = r * get_size().width - mp; | |||
2019-07-29 | Merge pull request #30932 from Dragoncraft89/master | Rémi Verschelde | |
Translate TabContainer titles, when inherited from node name | |||
2019-07-29 | Translate TabContainer titles, when inherited from node name | Florian Kothmeier | |
2019-07-29 | Remove useless variable and line in OptionButton | NilsIrl | |
2019-07-29 | Change if to switch in OptionButton | NilsIrl | |
2019-07-28 | toggle CPUParticles2D visibility when redrawing | clayjohn | |
2019-07-27 | Add frame_cords accessors to Sprite and Sprite3D | groud | |
2019-07-27 | Revert "Update Control margins when size is overridden by change to minsize" | Rémi Verschelde | |
2019-07-26 | Small adjustments to tooltips in '(Editor)FileDialog' | Michael Alexsander Silva Dias | |
2019-07-25 | Fix wrong placement of new line in 'PhysicsBody' warning | Michael Alexsander Silva Dias | |
2019-07-25 | Merge pull request #30351 from bojidar-bg/30288-override-global-theme | Rémi Verschelde | |
Keep track of default theme and project custom default theme seperatelly | |||
2019-07-25 | Merge pull request #30807 from akien-mga/da-get_next-hidden | Rémi Verschelde | |
DirAccess: Drop compat get_next(bool *is_dir) which was hidden | |||
2019-07-25 | Merge pull request #30685 from jonri/vehicle-per-wheel-forces | Rémi Verschelde | |
Vehicle per-wheel forces | |||
2019-07-25 | Merge pull request #23820 from clayjohn/pointmesh | Rémi Verschelde | |
Added PointMesh primitive | |||
2019-07-25 | DirAccess: Drop compat get_next(bool *is_dir) which was hidden | Rémi Verschelde | |
Fixes this warning: ``` ./core/os/dir_access.h:74:17: warning: 'virtual String DirAccess::get_next(bool*)' was hidden [-Woverloaded-virtual] ``` Part of #30790. | |||
2019-07-25 | Merge pull request #30776 from akien-mga/editor-configurable-float-step | Rémi Verschelde | |
Inspector: Make default float step configurable | |||
2019-07-25 | Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGE | Rémi Verschelde | |
This was a regression in 3.1 and later from the new inspector, where PROPERTY_HINT_SPRITE_FRAME was not fully re-implemented. It's meant to be a normal PROPERTY_HINT_RANGE which also automatically increments its value when keyed in the animation player. To avoid code duplication, I made the frames properties use the actual PROPERTY_HINT_RANGE and introduced a PROPERTY_USAGE_KEYING_INCREMENTS usage flag instead. | |||
2019-07-24 | added pointMesh primitive | clayjohn | |
2019-07-23 | Inspector: Make default float step configurable | Rémi Verschelde | |
Also allow lifting the decimal step formatting with a hint range step of 0. A new `range_step_decimals()` is added for this to avoid breaking compatibility on the general purpose `step_decimals()` (which still returns 0 for an input step of 0). Supersedes #25470. Partial fix for #18251. | |||
2019-07-23 | Merge pull request #30716 from qarmin/fixed_static_analiser_code | Rémi Verschelde | |
Fix some code found by Coverity Scan and PVS Studio |