aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* ItemList selection: Check against item countShyRed2018-04-141-1/+1
* Merge pull request #17502 from groud/2Deditor_rectJuan Linietsky2018-04-1332-47/+152
|\
| * Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-0332-47/+152
* | Use internal physics processing for Nodes' internal logicRémi Verschelde2018-04-117-36/+36
* | Update classref and docs, fix missing parameters' namePoommetee Ketson2018-04-111-1/+1
* | Fixed color region calculation for the first linePaulb232018-04-101-0/+3
* | Implement Input.set_default_cursor_shape to change the default shapeGuilherme Felipe2018-04-101-1/+1
* | Merge pull request #18095 from robfram/fix-lineedit-17113Rémi Verschelde2018-04-102-4/+17
|\ \
| * | LineEdit placeholder alignment, content margins, and overflow bugsrobfram2018-04-092-4/+17
* | | Merge pull request #18091 from RandomShaper/icon-radio-itemRémi Verschelde2018-04-103-1/+9
|\ \ \
| * | | Add support for radio-looking items with iconPedro J. Estébanez2018-04-093-1/+9
* | | | Merge pull request #17081 from endragor/no-press-when-scrollRémi Verschelde2018-04-105-24/+60
|\ \ \ \
| * | | | Make BaseButton not emit press when container is scrolledRuslan Mustakov2018-04-095-24/+60
* | | | | Merge pull request #17080 from simedis/pretty_print_treeRémi Verschelde2018-04-102-4/+20
|\ \ \ \ \
| * | | | | Made print_tree_pretty() function which displays scene tree graphicallyGeoffrey2018-04-092-4/+20
* | | | | | Merge pull request #18080 from Alexander-Alekseev/fix_rigidbody_config_warningRémi Verschelde2018-04-091-1/+1
|\ \ \ \ \ \
| * | | | | | Fix RigidBody's configuration warning for Z axisAlexander Alekseev2018-04-091-1/+1
| |/ / / / /
* | | | | | Merge pull request #16473 from ianb96/move_tabRémi Verschelde2018-04-094-4/+294
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Drag to rearrange Tabs and TabContainerianb962018-04-084-4/+294
* | | | | | Merge pull request #18040 from Paulb23/color_region_cacheRémi Verschelde2018-04-092-37/+54
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixed color regions and added local color region cachePaulb232018-04-072-37/+54
* | | | | | Merge pull request #18072 from AlexHolly/masterGeorge Marques2018-04-082-0/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | expose Tileset TileMode to GDScriptAlexander Holland2018-04-082-0/+7
* | | | | | Merge pull request #16705 from Chaosus/generate_normals_flipJuan Linietsky2018-04-082-4/+8
|\ \ \ \ \ \
| * | | | | | Added flip switch to generate_normalsChaosus2018-02-192-4/+8
* | | | | | | Merge pull request #16707 from Web-eWorks/atlasfixesJuan Linietsky2018-04-081-9/+20
|\ \ \ \ \ \ \
| * | | | | | | Fix Sprite3D's incorrect behavior when using AtlasTextures.Webster Sheets2018-02-151-9/+20
| |/ / / / / /
* | | | | | | Merge pull request #16574 from isaacremnant/better_grow_directionJuan Linietsky2018-04-082-15/+19
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Implements #16546 by adding GROW_DIRECTION_BOTH which allows a control to gro...isaacremnant2018-02-122-15/+19
* | | | | | | Merge pull request #17150 from robfram/check-animation-playing-backwardsJuan Linietsky2018-04-082-0/+9
|\ \ \ \ \ \ \
| * | | | | | | Added `get_playing_speed` method to AnimationPlayer, returning the actualrobfram2018-03-032-0/+9
* | | | | | | | Merge pull request #17227 from Faless/multiplayer_apiJuan Linietsky2018-04-084-672/+85
|\ \ \ \ \ \ \ \
| * | | | | | | | Use MultiplayerAPI class for high level networkingFabio Alessandrelli2018-03-034-672/+85
* | | | | | | | | Merge pull request #17382 from bojidar-bg/13971-path-array-unsavedJuan Linietsky2018-04-082-14/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Duplicate Arrays and Dictionaries when instancing scene in editorBojidar Marinov2018-03-132-14/+4
* | | | | | | | | | Merge pull request #17443 from Noshyaar/tilesetcrashJuan Linietsky2018-04-083-1/+26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson2018-03-233-1/+26
* | | | | | | | | | | Removed strange custom world2d in CanvasLayer, been there since always and no...Juan Linietsky2018-04-074-27/+30
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Document condition to avoid mistakes (like #17690)Juan Linietsky2018-04-071-0/+6
* | | | | | | | | | Merge pull request #17602 from ivodopiviz/tscn-issuesJuan Linietsky2018-04-071-9/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Removed unnecessary newlines from tscnIvan Vodopiviz2018-03-251-9/+4
* | | | | | | | | | | Merge pull request #17642 from brendor/masterJuan Linietsky2018-04-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Particles 2D and 3D - fix hue variation not working by transposing the hue ma...brendor2018-03-201-2/+2
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #17730 from RandomShaper/radio-buttons-in-menusJuan Linietsky2018-04-074-26/+74
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use radio-button-like menu entries where applicablePedro J. Estébanez2018-03-271-1/+1
| * | | | | | | | | | | Add radio-button-looking entries to PopupMenuPedro J. Estébanez2018-03-273-25/+73
* | | | | | | | | | | | Merge pull request #17744 from robfram/fix-rtl-tableJuan Linietsky2018-04-071-0/+33
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix `RichTextLabel` column size growing beyond its calculated `max_width`robfram2018-03-241-0/+33
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #17752 from nikibobi/texture-progress-tintJuan Linietsky2018-04-072-15/+69
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | add tint for under, progress and over and tint groupbosak2018-04-012-30/+63