summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2019-04-04Merge pull request #27567 from Calinou/selection-boxes-use-accent-colorRémi Verschelde
Use the editor theme's accent color for 2D/3D selections and rotations
2019-04-04Merge pull request #27596 from mo7sener/masterRémi Verschelde
Fix: RichTextLabel Crash - meta_hover_ended
2019-04-04Clean up notifications and merge Node and MainLoop ones for clarity, closes ↵Juan Linietsky
#27614
2019-04-03Fix: Keep custom tracks option now keeps animation loop property and value ↵Angeloss
track update mode. (cherry picked from commit 589c5698a0808fb2ad9f240d65c1f44ad6544834)
2019-04-02Fix -Wnon-virtual-dtor warnings.marxin
Example of the warning: ./core/script_language.h:198:7: warning: 'class ScriptCodeCompletionCache' has virtual functions and accessible non-virtual destructor [-Wnon-virtual-dtor]
2019-04-02Fixed an issue where changing the default_cursor on the RichTextLabel's ↵Robear Selwans
meta_hover_ended caused the entire project to crash
2019-04-01Merge pull request #27557 from Paulb23/deselect_line_edit_clearRémi Verschelde
Fixed not deselecting when clearing lineedit.
2019-04-01Merge pull request #27562 from guilhermefelipecgs/fix_27484Rémi Verschelde
Fix wrong blend of animation tree
2019-04-01Merge pull request #27080 from YeldhamDev/tilemap_remove_rect_dirtyRémi Verschelde
Make size cache dirty when removing tiles in 'TileMap'
2019-03-31Use the editor theme's accent color for 2D/3D selections and rotationsHugo Locurcio
2019-03-31Fix wrong blend of animation treeGuilherme Felipe
Interpolation cannot use zero values, must use the values from the animation to be blended.
2019-03-31Fixed not deselecting when clearing lineedit.Paulb23
2019-03-30Drop mouseover when mouse not in the windowPedro J. Estébanez
Not that this is critical, but it makes behavior of GUI and 2D/3D picking consistent among them. This also contributes to dropping GUI focus when the mouse leaves the window (in addition to when it loses focus).
2019-03-27Merge pull request #27200 from piyushdagar/newRémi Verschelde
Fixed CollisionObject signals do not trigger on Area
2019-03-27Merge pull request #27162 from guilhermefelipecgs/fix_26540Rémi Verschelde
StateMachine: Fix sync mode
2019-03-27Merge pull request #27088 from fire/scaling_texture_button_focusRémi Verschelde
Fix scaling issue for texture button focus texture.
2019-03-27Merge pull request #27017 from qarmin/fix_inspector_updateRémi Verschelde
Fix inspector update after changing anchor from buttons
2019-03-20Ensure non-emitting particles not processed on entering treeDaeil Kim
Also removed non-active CPUParticles(3d) from render list Fixes #27066
2019-03-19Fix inspector update after changing anchor via buttonsqarmin
2019-03-18Add missing check for 2d physics bounce and friction settersKanabenki
The override check was already present for 3d physics but missing for 2d
2019-03-18Fixed CollisionObject signals do not trigger on Areapiyushdagar
2019-03-17StateMachine: Fix sync modeGuilherme Felipe
2019-03-16Merge pull request #26308 from bojidar-bg/11722-meshlibrary-transformsRémi Verschelde
Consider StaticBody and NavMesh position when converting to a MeshLibrary
2019-03-16Merge pull request #26459 from ptrojahn/eofRémi Verschelde
Remove extraneous line breaks from text resources
2019-03-16Merge pull request #26788 from mo7sener/masterRémi Verschelde
RichTextLabel: Adding the ability to change the default cursor
2019-03-15Fix scaling issue for texture button focus texture.K. S. Ernest (iFire) Lee
2019-03-15Make size cache dirty when removing tiles in 'TileMap'Michael Alexsander Silva Dias
2019-03-13Merge pull request #26484 from Andrettin/Configurable-Tooltip-OffsetRémi Verschelde
Make the Tooltip Position Offset Configurable
2019-03-12AudioStreamSample: Don't crash when writing to file failsmerumelu
2019-03-10Merge pull request #26867 from bojidar-bg/26816-graphnode-titleRémi Verschelde
Fix cursor going to start while editing GraphNode's title
2019-03-10Fix cursor going to start while editing GraphNode's titleBojidar Marinov
Fixes #26816
2019-03-10Merge pull request #26859 from JFonS/fix_cpuparticles_resettingRémi Verschelde
Fix resetting of CPUParticles (2D and 3D)
2019-03-10Fix resetting of CPUParticles (2D and 3D)JFonS
2019-03-09Merge pull request #26851 from RandomShaper/fix-26460-fake-event-floodRémi Verschelde
Fix fake null-motion mouse event flood
2019-03-09Fix fake null-motion mouse event floodPedro J. Estébanez
This commit also improves a bit the code quality by making the intent of fake events (and themselves) more explicit. Fixes #26460.
2019-03-09Fixes UI navigation with joysticksGilles Roudière
2019-03-09Merge pull request #26784 from humblers/fix-cpuparticles2dRémi Verschelde
Prevent invisible/inactive cpupparticles2d to redraw
2019-03-09Prevent invisible/inactive cpuparticles to redraw(3d)Daeil Kim
2019-03-08Added the ability to change the default cursor property for the ↵Robear Selwans
RichTextLabel component.
2019-03-08Prevent invisible/inactive cpupparticles2d to redrawDaeil Kim
2019-03-07Fixes bad gizmo alignment for textures with odd sizeGilles Roudière
2019-03-07Merge pull request #21534 from volzhs/fix-scrollcontainer-sizeRémi Verschelde
Precise size calculation of ScrollContainer
2019-03-07No longer crash due to wrongly requesting a gizmo, fixes #26735Juan Linietsky
2019-03-06Merge pull request #26669 from RandomShaper/fix-26460Juan Linietsky
Improve/fix picking
2019-03-06Hide StreamTexture flags, fixes #26640Juan Linietsky
2019-03-06-Make tileset and meshlibrary edit in a separate inspector, fixes #26671Juan Linietsky
-Made relationship lines appear based on theme settings, not previous hack -Fix drawing of relationship lines (was broken) -Fix double initialization of theme settings
2019-03-05Merge pull request #26642 from DrMoriarty/check_cursor_lineRémi Verschelde
Check cursor line and column
2019-03-05Improve/fix pickingPedro J. Estébanez
Acknowledge mouse button events as position tellers (to make picking more solid; for instance, the touch mouse is raised with a mouse unpressed event that may have a more current position) Forget mouse position for physics if touch mouse raised (because the position known as last is no longer meaningful) Remove needless check for mouse over/exit (now there's code to inject an spurious move for cases where camera/objects have moved) Restrict 2D mouse over/exit to mouse events (including emulated from touch; true touches shouldn't trigger the signals) Fixes #26460.
2019-03-05Merge pull request #26638 from KoBeWi/fix_audio_stream_playerRémi Verschelde
Pause AudioStreamPlayer on SceneTree pause
2019-03-05Check cursor line and columnVasiliy Makarov
Added a trivial check if cursor.line and cursor.column are valid. Fix #26245