summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Fix particle animation controlsJFonS2018-04-231-1/+1
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-1/+1
* Fixed context menu TTR bugssersoong2018-04-192-13/+13
* Merge pull request #18172 from Chaosus/fix_notificationRémi Verschelde2018-04-181-1/+2
|\
| * Prevent visibility notification been called twice in object creationChaosus2018-04-131-1/+2
* | Merge pull request #18161 from flashyincceo/fixing-bug-#18128Rémi Verschelde2018-04-182-0/+11
|\ \
| * | Add popup_closed signal for ColorPickerButtonPeter Folkins2018-04-132-0/+11
| |/
* | Merge pull request #18204 from tagcup/quat_scaleRémi Verschelde2018-04-183-8/+3
|\ \
| * | Avoid converting Quat to Euler angles when not necessary.tagcup2018-04-143-8/+3
* | | Merge pull request #18230 from volzhs/fix-image-errorRémi Verschelde2018-04-181-0/+24
|\ \ \
| * | | Fix error spam with Sprite has compressed texturevolzhs2018-04-161-0/+3
| * | | Fix index out of size error on Imagevolzhs2018-04-161-0/+21
| |/ /
* | | Ability to change path color with self modulatevolzhs2018-04-171-1/+2
* | | 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-25/+61
|\ \ \ \
| * | | | Make BaseButton not emit press when container is scrolledRuslan Mustakov2018-04-095-25/+61
* | | | | 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