aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | Merge pull request #12293 from Paulb23/line_highlighting_fixRémi Verschelde2017-10-211-6/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed current line highlighting, issue 12166 [ci skip]
| * | | | | | | | | | | | | | | | | | | Fixed current line highlighting and visual indication of empty selected linesPaulb232017-10-211-6/+22
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #12254 from seixasfelipe/fix_recent_scenes_resizing_fontRémi Verschelde2017-10-212-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix recent scenes layout when resizing font
| * | | | | | | | | | | | | | | | | | | | Fix drop-down size when resizing font #12207Felipe Seixas2017-10-212-0/+4
| |/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent
* | | | | | | | | | | | | | | | | | | | Merge pull request #12290 from Noshyaar/enumRémi Verschelde2017-10-2119-22/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bind unbound enums, rearrange some by value [ci skip]
| * | | | | | | | | | | | | | | | | | | Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-2219-22/+25
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Cleanup unnecessary debug printsRémi Verschelde2017-10-2117-172/+14
| |_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #12287 from tagcup/pass_metallicRémi Verschelde2017-10-211-9/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrections to #11807. [ci skip]
| * | | | | | | | | | | | | | | | | Corrections to #11807.Ferenc Arn2017-10-211-9/+9
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added missing metallic parameter, also fixed a missed a case where wrong roughness condition was used.
* | | | | | | | | | | | | | | | | Merge pull request #12282 from tagcup/path_fixRémi Verschelde2017-10-212-32/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix PathFollow rotations. [ci skip]
| * | | | | | | | | | | | | | | | | Fix PathFollow rotations.Ferenc Arn2017-10-212-32/+25
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced the lookahead (which is problematic) with exact delta in offset. Also made some other minor fixes and improvements. Fixes #12258.
* | | | | | | | | | | | | | | | | Merge pull request #11807 from tagcup/roughness_metallic_limiting_casesJuan Linietsky2017-10-211-48/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the condition when specular light calculation is avoided (should …
| * | | | | | | | | | | | | | | | | Fix the condition when specular light calculation is avoided (should be ↵Ferenc Arn2017-10-111-48/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | roughness == 1). Also avoid calculating diffuse light calculation when metallic == 1, and test against clearcoat's own parameter to check whether to do clearcoat.
* | | | | | | | | | | | | | | | | | Merge pull request #12283 from AntiSC2/masterRémi Verschelde2017-10-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | File names for scripts can include '-' [ci skip]
| * | | | | | | | | | | | | | | | | File names for scripts can include '-'Jakob Sinclair2017-10-211-1/+1
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12261 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
* | | | | | | | | | | | | | | | | Merge pull request #12281 from Noshyaar/fixed2physicsRémi Verschelde2017-10-2111-15/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Fixed to Physics
| * | | | | | | | | | | | | | | | | Refactor Fixed to PhysicsPoommetee Ketson2017-10-2111-15/+15
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | makerst: Remove stray spaces in method signaturesRémi Verschelde2017-10-211-6/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | makerst: Add support for [member] and [signal]Rémi Verschelde2017-10-211-2/+5
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of #11137. [enum] is still missing, and none are implemented in the engine itself yet.
* | | | | | | | | | | | | | | | | makerst: Fix rst-ization of members and escaping of [Class]sRémi Verschelde2017-10-2116-23/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #11517.
* | | | | | | | | | | | | | | | | classref: Sync with current sourceRémi Verschelde2017-10-2115-60/+2137
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | i18n: Sync translation templates with current sourceRémi Verschelde2017-10-2135-44060/+41861
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2017-10-2132-3678/+3283
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #12221 from Jerome67000/docs_inputNathan Lovato2017-10-2112-43/+74
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] InputEvent*
| * | | | | | | | | | | | | | | | | [DOCS] InputEvent*Jerome670002017-10-2112-43/+74
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #12270 from cbscribe/kcc_rb2d_docRémi Verschelde2017-10-211-48/+49
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Updates and clarifications to RigidBody2D [ci skip]
| * | | | | | | | | | | | | | | | | | [DOCS] Updates and clarifications to RigidBody2DChris Bradfield2017-10-201-48/+49
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #12276 from djrm/pr_vp_fixesRémi Verschelde2017-10-212-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed viewport transparent bg when clear mode is enabled.
| * | | | | | | | | | | | | | | | | | | Fixed viewport transparent bg when clear mode is enabled.Daniel J. Ramirez2017-10-212-1/+5
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #12274 from opcon/pr-1Andreas Haas2017-10-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Fix InputEventJoypadMotion::action_match for 0 axis values.
| * | | | | | | | | | | | | | | | | | Fix InputEventJoypadMotion::action_match for 0 axis values.Patrick Yates2017-10-211-1/+1
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make action_match ignore the sign if axis value is 0. This means that an axis value of 0 will match actions defined for both positive and negative values, as expected. Fixes #12223
* | | | | | | | | | | | | | | | | | Adds world_to_map() and map_to_world() methods to GridMap.David Saltares2017-10-212-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #11856. Also fixes GridMap::set_cell_scale() not visually updating the grid meshes
* | | | | | | | | | | | | | | | | | Merge pull request #12031 from NathanWarden/export_cancel_to_doneRémi Verschelde2017-10-212-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the export and fix dependencies dialog cancel button names to "Close" [ci skip]
| * | | | | | | | | | | | | | | | | | Changed the export/dependencies dialog button names from "Cancel" to "Close"Nathan Warden2017-10-112-1/+2
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #12042 from MillionOstrich/treeitem-move-to-bottomPoommetee Ketson2017-10-211-7/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop move_to_bottom losing references to treeitems
| * | | | | | | | | | | | | | | | | | Stop move_to_bottom losing references to treeitemsMillionOstrich2017-10-111-7/+10
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #12228 from ↵Rémi Verschelde2017-10-203-2/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture
| * | | | | | | | | | | | | | | | | | Fix spatial shader conversion with textureHiroshi Ogawa2017-10-193-2/+21
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #12052 from hi-ogawa/particle-material-conversion-pluginRémi Verschelde2017-10-205-166/+221
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create ParticlesMaterialConversionPlugin
| * | | | | | | | | | | | | | | | | | Create ParticlesMaterialConversionPlugin and format generated shader codeHiroshi Ogawa2017-10-125-166/+221
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #12097 from rcurtis/issue12065Rémi Verschelde2017-10-202-3/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Visualscript: Fixes untouched value is null instead of 0
| * | | | | | | | | | | | | | | | | | Fixed issue that improperly initialized visual node properties to NilRCurtis2017-10-142-3/+7
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #12107 from RandomShaper/fix-anim-before-first-keyRémi Verschelde2017-10-202-5/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix animation before first key
| * | | | | | | | | | | | | | | | | | | Fix animation before first keyPedro J. Estébanez2017-10-152-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to this, the value assumed for the interval between the start of the track and the first frame would be the one of the first key if - *seeking/playing a continuous track*; - *seeking a discrete track*. And the first key would be ignored until reached -thus not modifying the target property/transform- in the remaining case; namely, *playing a discrete track*. In other words, the inner workings of the animation system considered the unreached first key for interpolation but not for a query of every key inside a time range. With this changes, the first key is only considered is the animation is looped and ignored otherwise. That way, in order to have a start value, you'll need an explicit key at the very beginning of the track, while having the flexibility of the animation player not touching the target value until the first key is reached. This corresponds to the point 1) of #10752.
* | | | | | | | | | | | | | | | | | | | Merge pull request #12149 from endragor/check-input-handledRémi Verschelde2017-10-201-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Check if input is handled before handling it
| * | | | | | | | | | | | | | | | | | | Check if input is handled before handling itRuslan Mustakov2017-10-161-2/+7
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #12242 from AntiSC2/masterRémi Verschelde2017-10-201-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix small language mistakes in RigidBody2D documentation [ci skip]
| * | | | | | | | | | | | | | | | | | | | Fix ambiguous documentation for RigidBody2DJakob Sinclair2017-10-201-2/+2
|/ / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12225 and the possesive form of the word body. Also uses simpler terms now when describing when the linear velocity gets updated. Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
* | | | | | | | | | | | | | | | | | | | Mono: Fix static linking on macOSRémi Verschelde2017-10-201-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | | | | | | | Merge pull request #12224 from NathanWarden/scene_tree_added_signalRémi Verschelde2017-10-203-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a node_added signal to the SceneTree