aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | HTTP cleanup & better defaultsmhilbrunner2017-12-142-46/+27
| | | | | | | |
* | | | | | | | fix for compiling the new lightmapperMichele Valente2017-12-142-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also changed two calls that were ambiguous
* | | | | | | | -Add lightmapperJuan Linietsky2017-12-1413-1089/+3529
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button)
* | | | | | | Revert property changes in "[DOCS] AnimationPlayer new props, members/methods"Rémi Verschelde2017-12-141-21/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This partially reverts commits e79456519d0c1dff98ffa5f39e8e7c962b7dd553 and 2d07fe29208b9ccef31ab654ca5405edac7a0de7, which introduced API changes needing more in-depth review at this stage. Kept the removal of "get_position" binding, redundant with "get_current_animation_position". Kept docs changes where applicable. Also removed the obsolete "stop_all" method which does the same as "stop". Fixes #14602.
* | | | | | | Fix crash (and bug) in RichTextLabelpoke10242017-12-131-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Enhance undoredo action name, TTR, cleanupPoommetee Ketson2017-12-121-23/+4
|/ / / / /
* | | | | Merge pull request #14474 from toger5/fixSliderNanNoshyaar2017-12-121-4/+5
|\ \ \ \ \ | | | | | | | | | | | | added missing NaN check fixes: #13255
| * | | | | added missing NaN check fixes: #13255toger52017-12-091-4/+5
| | | | | |
* | | | | | Change statable to multistate, remove extra separatorPoommetee Ketson2017-12-122-20/+20
| |_|/ / / |/| | | |
* | | | | Fix Index p_current=0 error at starting editorvolzhs2017-12-112-3/+9
| | | | |
* | | | | Merge pull request #14534 from AndreaCatania/patch-2Rémi Verschelde2017-12-111-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fixed bad bindings
| * | | | | Fixed bad bindingsAndreaCatania2017-12-111-2/+2
| | | | | |
* | | | | | Merge pull request #14543 from volzhs/checkbox-checkbutton-centerRémi Verschelde2017-12-111-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix align=center info is not saved with CheckBox & CheckButton
| * | | | | | Fix align=center info is not saved with CheckBox & CheckButtonvolzhs2017-12-111-1/+1
| | | | | | |
* | | | | | | Fix CheckBox minimum sizevolzhs2017-12-114-11/+58
| | | | | | |
* | | | | | | Fix CheckButton minimum sizevolzhs2017-12-115-14/+39
|/ / / / / /
* | | | | | Merge pull request #14511 from akien-mga/drop_tilemap_center_xyRémi Verschelde2017-12-112-35/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | TileMap: Drop unused center_x/center_y booleans
| * | | | | | TileMap: Drop unused center_x/center_y booleansRémi Verschelde2017-12-102-35/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two years later they are still unused and we do not know their intend use case, so tschüss. Closes #2513.
* | | | | | | Merge pull request #14516 from AndreaCatania/patch-2Rémi Verschelde2017-12-112-83/+33
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | Implemented physics linear and angular lock
| * | | | | | Implemented physics linear and angular lockAndreaCatania2017-12-102-83/+33
| | | | | | |
* | | | | | | Merge pull request #14520 from Smjert/fix/11247/skyboxRémi Verschelde2017-12-111-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix skybox generation imprecision with Clang
| * | | | | | | Fix skybox generation imprecision with ClangStefano Bonicatti2017-12-101-2/+2
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bug generated a "blue circle" at the bottom end of the y axis, and probably one too at the other end. This is caused by a normalization of a vector which results in its y component to be sometimes > 1.0 or < -1.0 in Clang. This value is then used with acos(), which returns NaN. Fixes #11247
* | | | | | | Merge pull request #14505 from akien-mga/bind_vmethod_returnRémi Verschelde2017-12-101-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix wrong return value in some virtual method bindings
| * | | | | | Fix wrong return value in some virtual method bindingsRémi Verschelde2017-12-101-2/+2
| | | | | | |
* | | | | | | Merge pull request #14509 from poke1024/fix_selection_copy_crashRémi Verschelde2017-12-102-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix crash in RichTextLabel::selection_copy()
| * | | | | | Fix crash in RichTextLabel::selection_copy()Bernhard Liebl2017-12-102-3/+3
| | | | | | |
* | | | | | | Merge pull request #11510 from AndreaCatania/skelRémi Verschelde2017-12-102-15/+97
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added skeleton x-ray
| * | | | | | | Implemented skeleton visibilityAndreaCatania2017-12-102-15/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed code visibility code from popup menu
* | | | | | | | Merge pull request #13351 from poke1024/fix12451_2Rémi Verschelde2017-12-105-0/+29
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Make click on arrow properly open and close property editor modals
| * | | | | | | fix certain popup close clicks with popup buttonsBernhard Liebl2017-12-105-0/+29
| | | | | | | |
* | | | | | | | Style: Re-apply clang-format over recent invalid additionsRémi Verschelde2017-12-102-3/+3
| | | | | | | |
* | | | | | | | doc: Sync classref with current sourceRémi Verschelde2017-12-102-4/+2
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Fix mouse position in viewportvolzhs2017-12-101-5/+2
| |_|_|/ / / |/| | | | |
* | | | | | Fix build in ArrayMeshRémi Verschelde2017-12-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Bug introduced in 65fb961b8b2c81ce33c9e0e4c0add7b13da0193a.
* | | | | | Merge pull request #13371 from RayKoopa/mute_animation_tracksRémi Verschelde2017-12-094-1/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add feature to disable animation tracks
| * | | | | | Add feature to disable animation tracksRay Koopa2017-12-094-1/+31
| | | | | | |
* | | | | | | Merge pull request #14454 from CyanBlob/TileMapRémi Verschelde2017-12-092-9/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Convert tilemap format in get_tile_data()
| * | | | | | | Convert tilemap format in get_tile_data()Andrew Thomas2017-12-092-9/+11
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Update GIProbe data instead of creating a new one on bakeMarc Gilleron2017-12-091-2/+5
| | | | | | |
* | | | | | | -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-096-5/+355
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away
* | | | | | Merge pull request #13847 from YeldhamDev/filedialog_titleRémi Verschelde2017-12-092-5/+28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added "mode_overrides_title" property to FileDialog
| * | | | | | Added "mode_overrides_title" property to FileDialog.Michael Alexsander Silva Dias2017-12-032-5/+28
| | | | | | |
* | | | | | | Merge pull request #14315 from willnationsdev/animationtreeplayer-docsRémi Verschelde2017-12-091-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [DOCS] AnimationTreePlayer props/members/methods, EditorFileSystem methods
| * | | | | | | [DOCS] AnimationTreePlayer props/members/methodsWill Nations2017-12-081-0/+4
| | | | | | | |
* | | | | | | | Merge pull request #14321 from ibrahn/path2d-two-styleRémi Verschelde2017-12-092-20/+60
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Reworked PathFollow2D behaviour, based on such in version 2.1.
| * | | | | | | | Reworked PathFollow2D behaviour, based on such in version 2.1.Ibrahn Sahir2017-12-062-20/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When rotation is enabled, the follower's rotation will be set to that of the tangent to the path at it's current offset. For closed looping paths the lookahead will now wrap around at the end of the path. fixes #13434
* | | | | | | | | Merge pull request #14420 from MattUV/fold-shortcutRémi Verschelde2017-12-092-0/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Modify shortcuts and menus to fold/unfold code
| * | | | | | | | | Modify shortcuts and menus to fold/unfold codeMattUV2017-12-082-0/+12
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #13180 As the same shortcut cannot be assigned to two actions, I removed the ability to fold (fold_line()) or unfold (unfold_line()) via menu (still possible by code), and there is a single fold/unfold action (toggle_fold_line()). The new default shortcut is now Alt+F
* | | | | | | | | Merge pull request #12756 from Stratos695/masterRémi Verschelde2017-12-092-27/+106
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Allowing double-axis lock in RigidBody & KinematicBody (Fixes #12500)
| * | | | | | | | | Allow double-axis lock in RigidBody and KinematicBodyEric Rybicki2017-11-102-27/+106
| | | | | | | | | |