Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-04 | Merge pull request #27567 from Calinou/selection-boxes-use-accent-color | Rémi Verschelde | |
Use the editor theme's accent color for 2D/3D selections and rotations | |||
2019-04-04 | Merge pull request #27596 from mo7sener/master | Rémi Verschelde | |
Fix: RichTextLabel Crash - meta_hover_ended | |||
2019-04-04 | Clean up notifications and merge Node and MainLoop ones for clarity, closes ↵ | Juan Linietsky | |
#27614 | |||
2019-04-03 | Fix: Keep custom tracks option now keeps animation loop property and value ↵ | Angeloss | |
track update mode. (cherry picked from commit 589c5698a0808fb2ad9f240d65c1f44ad6544834) | |||
2019-04-02 | Fix -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-02 | Fixed an issue where changing the default_cursor on the RichTextLabel's ↵ | Robear Selwans | |
meta_hover_ended caused the entire project to crash | |||
2019-04-01 | Merge pull request #27557 from Paulb23/deselect_line_edit_clear | Rémi Verschelde | |
Fixed not deselecting when clearing lineedit. | |||
2019-04-01 | Merge pull request #27562 from guilhermefelipecgs/fix_27484 | Rémi Verschelde | |
Fix wrong blend of animation tree | |||
2019-04-01 | Merge pull request #27080 from YeldhamDev/tilemap_remove_rect_dirty | Rémi Verschelde | |
Make size cache dirty when removing tiles in 'TileMap' | |||
2019-03-31 | Use the editor theme's accent color for 2D/3D selections and rotations | Hugo Locurcio | |
2019-03-31 | Fix wrong blend of animation tree | Guilherme Felipe | |
Interpolation cannot use zero values, must use the values from the animation to be blended. | |||
2019-03-31 | Fixed not deselecting when clearing lineedit. | Paulb23 | |
2019-03-30 | Drop mouseover when mouse not in the window | Pedro 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-27 | Merge pull request #27200 from piyushdagar/new | Rémi Verschelde | |
Fixed CollisionObject signals do not trigger on Area | |||
2019-03-27 | Merge pull request #27162 from guilhermefelipecgs/fix_26540 | Rémi Verschelde | |
StateMachine: Fix sync mode | |||
2019-03-27 | Merge pull request #27088 from fire/scaling_texture_button_focus | Rémi Verschelde | |
Fix scaling issue for texture button focus texture. | |||
2019-03-27 | Merge pull request #27017 from qarmin/fix_inspector_update | Rémi Verschelde | |
Fix inspector update after changing anchor from buttons | |||
2019-03-20 | Ensure non-emitting particles not processed on entering tree | Daeil Kim | |
Also removed non-active CPUParticles(3d) from render list Fixes #27066 | |||
2019-03-19 | Fix inspector update after changing anchor via buttons | qarmin | |
2019-03-18 | Add missing check for 2d physics bounce and friction setters | Kanabenki | |
The override check was already present for 3d physics but missing for 2d | |||
2019-03-18 | Fixed CollisionObject signals do not trigger on Area | piyushdagar | |
2019-03-17 | StateMachine: Fix sync mode | Guilherme Felipe | |
2019-03-16 | Merge pull request #26308 from bojidar-bg/11722-meshlibrary-transforms | Rémi Verschelde | |
Consider StaticBody and NavMesh position when converting to a MeshLibrary | |||
2019-03-16 | Merge pull request #26459 from ptrojahn/eof | Rémi Verschelde | |
Remove extraneous line breaks from text resources | |||
2019-03-16 | Merge pull request #26788 from mo7sener/master | Rémi Verschelde | |
RichTextLabel: Adding the ability to change the default cursor | |||
2019-03-15 | Fix scaling issue for texture button focus texture. | K. S. Ernest (iFire) Lee | |
2019-03-15 | Make size cache dirty when removing tiles in 'TileMap' | Michael Alexsander Silva Dias | |
2019-03-13 | Merge pull request #26484 from Andrettin/Configurable-Tooltip-Offset | Rémi Verschelde | |
Make the Tooltip Position Offset Configurable | |||
2019-03-12 | AudioStreamSample: Don't crash when writing to file fails | merumelu | |
2019-03-10 | Merge pull request #26867 from bojidar-bg/26816-graphnode-title | Rémi Verschelde | |
Fix cursor going to start while editing GraphNode's title | |||
2019-03-10 | Fix cursor going to start while editing GraphNode's title | Bojidar Marinov | |
Fixes #26816 | |||
2019-03-10 | Merge pull request #26859 from JFonS/fix_cpuparticles_resetting | Rémi Verschelde | |
Fix resetting of CPUParticles (2D and 3D) | |||
2019-03-10 | Fix resetting of CPUParticles (2D and 3D) | JFonS | |
2019-03-09 | Merge pull request #26851 from RandomShaper/fix-26460-fake-event-flood | Rémi Verschelde | |
Fix fake null-motion mouse event flood | |||
2019-03-09 | Fix fake null-motion mouse event flood | Pedro 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-09 | Fixes UI navigation with joysticks | Gilles Roudière | |
2019-03-09 | Merge pull request #26784 from humblers/fix-cpuparticles2d | Rémi Verschelde | |
Prevent invisible/inactive cpupparticles2d to redraw | |||
2019-03-09 | Prevent invisible/inactive cpuparticles to redraw(3d) | Daeil Kim | |
2019-03-08 | Added the ability to change the default cursor property for the ↵ | Robear Selwans | |
RichTextLabel component. | |||
2019-03-08 | Prevent invisible/inactive cpupparticles2d to redraw | Daeil Kim | |
2019-03-07 | Fixes bad gizmo alignment for textures with odd size | Gilles Roudière | |
2019-03-07 | Merge pull request #21534 from volzhs/fix-scrollcontainer-size | Rémi Verschelde | |
Precise size calculation of ScrollContainer | |||
2019-03-07 | No longer crash due to wrongly requesting a gizmo, fixes #26735 | Juan Linietsky | |
2019-03-06 | Merge pull request #26669 from RandomShaper/fix-26460 | Juan Linietsky | |
Improve/fix picking | |||
2019-03-06 | Hide StreamTexture flags, fixes #26640 | Juan Linietsky | |
2019-03-06 | -Make tileset and meshlibrary edit in a separate inspector, fixes #26671 | Juan 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-05 | Merge pull request #26642 from DrMoriarty/check_cursor_line | Rémi Verschelde | |
Check cursor line and column | |||
2019-03-05 | Improve/fix picking | Pedro 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-05 | Merge pull request #26638 from KoBeWi/fix_audio_stream_player | Rémi Verschelde | |
Pause AudioStreamPlayer on SceneTree pause | |||
2019-03-05 | Check cursor line and column | Vasiliy Makarov | |
Added a trivial check if cursor.line and cursor.column are valid. Fix #26245 |