aboutsummaryrefslogtreecommitdiff
path: root/scene (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | Fixes wrong calculation of gridcontainer's children sizeGilles Roudiere2018-03-181-2/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #16947 from Faless/ui_actionsFabio Alessandrelli2018-03-169-381/+350
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | GUI elements ui_action usage, improvements
| * | | | | | | | | | | | | | | | | Add two new default actions ui_end, ui_homeFabio Alessandrelli2018-02-232-33/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used by Slider and Scrollbar
| * | | | | | | | | | | | | | | | | Add item_focused signal to OptionButtonFabio Alessandrelli2018-02-233-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And id_focused to Popupmenu.
| * | | | | | | | | | | | | | | | | Properly set input as handled when closing modalFabio Alessandrelli2018-02-231-0/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Scrollbar now uses UI actions instead of keysFabio Alessandrelli2018-02-231-31/+26
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Line edit up/down focus pass throughFabio Alessandrelli2018-02-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When line edit receive a up/down and the cursor is at beginning/end it will not set the input as handled
| * | | | | | | | | | | | | | | | | Tree now uses UI actions instead of keysFabio Alessandrelli2018-02-232-260/+260
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Popupmenu now uses UI actions instead of keysFabio Alessandrelli2018-02-231-66/+47
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #17537 from Noshyaar/intcamRémi Verschelde2018-03-161-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | InterpolatedCamera: use internal_process
| * | | | | | | | | | | | | | | | | InterpolatedCamera: use internal_processPoommetee Ketson2018-03-161-4/+4
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #17264 from poke1024/fix-gesture-key-event-acceptedHein-Pieter van Braam2018-03-151-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix gesture events being blocked
| * | | | | | | | | | | | | | | | | Fix gesture events being blockedBernhard Liebl2018-03-041-0/+2
| | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #17293 from bncastle/basebutton_fix_pressedHein-Pieter van Braam2018-03-151-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Fix "ui_accept" action not calling _pressed() function in GDScript Button
| * | | | | | | | | | | | | | | | Fix BaseButton not always calling _pressed()bncastle2018-03-051-0/+5
| | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix "ui_accept" action in BaseButton.cpp not calling _pressed() func in GDScript
* | | | | | | | | | | | | | | | Merge pull request #17345 from AlexHolly/expose-itemlist-move-itemRémi Verschelde2018-03-132-24/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expose Itemlist.move_item and optimize functionality
| * | | | | | | | | | | | | | | | expose Itemlist.move_item and optimize functionalityAlexander Holland2018-03-132-24/+12
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | expose itemlist.unselect_all()Alexander Holland2018-03-131-0/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #16971 from Noshyaar/tilemapRémi Verschelde2018-03-132-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TileMap: add fix_invalid_tiles
| * | | | | | | | | | | | | | | | TileMap: add fix_invalid_tilesPoommetee Ketson2018-02-242-0/+12
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #17094 from Calinou/add-dynamicfont-hinting-optionsRémi Verschelde2018-03-132-10/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an hinting mode setting to DynamicFonts
| * | | | | | | | | | | | | | | | Add an hinting mode setting to DynamicFontsHugo Locurcio2018-02-282-10/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Editor font hinting can now be tweaked in the Editor Settings. - DynamicFonts used in projects now have tweakable hinting settings in their DynamicFontData child. Changes will be visible upon reloading the scene in the editor.
* | | | | | | | | | | | | | | | | Merge pull request #17114 from poke1024/fix15719Rémi Verschelde2018-03-131-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix line thickness for CollisionPolygon2D.
| * | | | | | | | | | | | | | | | | Fix line thickness for CollisionPolygon2D.poke10242018-03-011-1/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #17314 from robfram/complete-path-15813Rémi Verschelde2018-03-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bad autocomplete of partially written node paths when using syntactic sugar notation ($)
| * | | | | | | | | | | | | | | | | | Fix bad autocomplete of partially written node paths when using syntactic ↵robfram2018-03-061-1/+1
| | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sugar notation ($) If you had a tree like Node2D->Sprite->Camera2D and you write a code like $Node2D/Spr and chose the autocompletion sugested Node2D/Sprite, the resulting string was $Node2D/Node2D/Sprite instead $Node2D/Sprite. If you chose Node2D/Sprite/Camera2D, then you ended with $Node2D/Node2D/Sprite/Camera2D. Fix #15813.
* | | | | | | | | | | | | | | | | | Merge pull request #17359 from AlexHolly/completion-edge-jumpRémi Verschelde2018-03-131-4/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto completion edge jump
| * | | | | | | | | | | | | | | | | | auto-completion edge jumpAlexander Holland2018-03-091-4/+10
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | arrow up/down jumps to end/start on edges
* | | | | | | | | | | | | | | | | | Merge pull request #17381 from poke1024/fix-anim-scrubRémi Verschelde2018-03-131-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AnimationPlayer: fix scrubbing after play backwards
| * | | | | | | | | | | | | | | | | | AnimationPlayer: fix scrubbing after play backwardsBernhard Liebl2018-03-091-0/+1
| | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #17383 from poke1024/colorpicker-tweaksRémi Verschelde2018-03-132-5/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better tab support for color picker
| * | | | | | | | | | | | | | | | | | Various ui tweaks for color pickerBernhard Liebl2018-03-122-5/+49
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #17422 from robfram/fix-radial-textureprogressRémi Verschelde2018-03-131-16/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement line clipping for `TextureProgress` to avoid bad rendering
| * | | | | | | | | | | | | | | | | | Implement line clipping for `TextureProgress` to avoid bad rendering due to ↵robfram2018-03-101-16/+39
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | imprecise UV mapping Original code used a quick aproximation for simulating the correspondent texel in the `TextureProgress` texture as radial progress indicator. This lead to visualization errors. Changed it for a Liang-Barsky line clipping algorithm stripped to its minimum for this specific use case. Fix #17364.
* | | | | | | | | | | | | | | | | | Merge pull request #17410 from groud/fix_grid_containerRémi Verschelde2018-03-131-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes infinite loop in GridContainer
| * | | | | | | | | | | | | | | | | | Fixes infinite loop in GridContainerGilles Roudiere2018-03-101-4/+4
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #17191 from garyo/fix_grid_contRémi Verschelde2018-03-131-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix infinite loop in GridContainer layout
| * | | | | | | | | | | | | | | | | | Fix infinite loop in GridContainer layoutGary Oberbrunner2018-03-101-6/+6
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I had a grid container and tried to set rect.min_height larger in the editor; that caused an infinite loop in GridContainer::_notification at line 118. The reason is max_index was being set to the *height* of the row, not the *index* of the row. So later when it tried to erase that row and try again, there was nothing to erase. I applied the same fix to the width code.
* | | | | | | | | | | | | | | | | | Merge pull request #17432 from ShyRed/tilemapupdateRémi Verschelde2018-03-132-3/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update TileMap when its TileSet changes
| * | | | | | | | | | | | | | | | | | Update TileMap when its TileSet changesShyRed2018-03-112-3/+18
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make TileMap monitor its TileSet for changes and emit a signal when the TileSet changes. This makes the editor update and show the updated version of the TileSet.
* / / / / / / / / / / / / / / / / / expose Itemlist.is_anything_selectedAlexander Holland2018-03-111-0/+2
|/ / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / Update Sprite when Texture changesShyRed2018-03-102-0/+25
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Sprite monitor its Texture for changes and trigger an update when the sprite changes.
* | | | | | | | | | | | | | | | Merge pull request #17341 from poke1024/fix16461Rémi Verschelde2018-03-081-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix unselectable flipped sprites (fixes 16461)
| * | | | | | | | | | | | | | | | Fix unselectable flipped sprites (fixes 16461)poke10242018-03-071-1/+7
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #17189 from CodeAndWeb/masterRémi Verschelde2018-03-081-1/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Selection of Sprites using AtlasTexture
| * | | | | | | | | | | | | | | | Fix selection of Sprites using AtlasTexture in the editor.Andreas Loew2018-03-021-1/+21
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #16261.
* | | | | | | | | | | | | | | | Prevent division by zero in GridContainerLeon Krause2018-03-071-2/+2
| |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #17205 from Ranoller/patch-3Rémi Verschelde2018-03-061-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | FIX Windows enter/exit mouse notifications
| * | | | | | | | | | | | | | FIX Windows enter/exit mouse notificationsRanoller2018-03-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix to this issue #17202
* | | | | | | | | | | | | | | Merge pull request #17262 from poke1024/fix-sprite-get-rectsRémi Verschelde2018-03-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | Fix uninitialized data in Sprite::_get_rects()