summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-22Merge pull request #12300 from RandomShaper/fix-tilemap-editorAndreas Haas
Fix TileMap editor not getting input
2017-10-22Merge pull request #12303 from Noshyaar/dbPoommetee Ketson
AudioEffectFilter: lowercase dB property to db
2017-10-22Bind MainLoop.notif_wm_go_back_requestPoommetee Ketson
2017-10-22Merge pull request #12302 from Noshyaar/cubemapPoommetee Ketson
CubeMap: fix duplicate flags property
2017-10-22AudioEffectFilter: lowercase dB property to dbPoommetee Ketson
2017-10-22CubeMap: fix duplicate flags propertyPoommetee Ketson
2017-10-22Fix TileMap editor not getting inputPedro J. Estébanez
Fixes #12265.
2017-10-21Merge pull request #11982 from tagcup/get_quatRémi Verschelde
Added Basis::get_quat().
2017-10-21Merge pull request #12291 from RandomShaper/fix-raycast-namingRémi Verschelde
Rename RayCasts collision_layer to collision_mask
2017-10-21Merge pull request #12286 from NathanWarden/add_cubemap_propertiesRémi Verschelde
Added properties for CubeMap.
2017-10-21Merge pull request #12293 from Paulb23/line_highlighting_fixRémi Verschelde
Fixed current line highlighting, issue 12166 [ci skip]
2017-10-21Merge pull request #12254 from seixasfelipe/fix_recent_scenes_resizing_fontRémi Verschelde
Fix recent scenes layout when resizing font
2017-10-21Merge pull request #12290 from Noshyaar/enumRémi Verschelde
Bind unbound enums, rearrange some by value [ci skip]
2017-10-21Fixed current line highlighting and visual indication of empty selected linesPaulb23
2017-10-21Rename RayCasts collision_layer to collision_maskPedro J. Estébanez
The point is that `RayCast`s are checked against objects' `collision_layer`(s), but they themselves are considered no to _belong_ to any layer. Therefore, the correct name for their property is `collision_mask`, rather than `collision_layer`. Only renaming is needed since the behavior was already the right one, only that it wasn't matching what users would expect from the name and description of the property. Fixes #7589, where it's also discussed.
2017-10-22Bind unbound enums, rearrange some by valuePoommetee Ketson
2017-10-21Cleanup unnecessary debug printsRémi Verschelde
2017-10-21Added properties for CubeMap.Nathan Warden
2017-10-21Merge pull request #12287 from tagcup/pass_metallicRémi Verschelde
Corrections to #11807. [ci skip]
2017-10-21Corrections to #11807.Ferenc Arn
Added missing metallic parameter, also fixed a missed a case where wrong roughness condition was used.
2017-10-21Merge pull request #12282 from tagcup/path_fixRémi Verschelde
Fix PathFollow rotations. [ci skip]
2017-10-21Fix PathFollow rotations.Ferenc Arn
Replaced the lookahead (which is problematic) with exact delta in offset. Also made some other minor fixes and improvements. Fixes #12258.
2017-10-21Merge pull request #11807 from tagcup/roughness_metallic_limiting_casesJuan Linietsky
Fix the condition when specular light calculation is avoided (should …
2017-10-21Merge pull request #12283 from AntiSC2/masterRémi Verschelde
File names for scripts can include '-' [ci skip]
2017-10-21Fix drop-down size when resizing font #12207Felipe Seixas
Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent
2017-10-21File names for scripts can include '-'Jakob Sinclair
Fixes #12261 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
2017-10-21Merge pull request #12281 from Noshyaar/fixed2physicsRémi Verschelde
Refactor Fixed to Physics
2017-10-21Refactor Fixed to PhysicsPoommetee Ketson
2017-10-21makerst: Remove stray spaces in method signaturesRémi Verschelde
2017-10-21makerst: Add support for [member] and [signal]Rémi Verschelde
Part of #11137. [enum] is still missing, and none are implemented in the engine itself yet.
2017-10-21makerst: Fix rst-ization of members and escaping of [Class]sRémi Verschelde
Fixes #11517.
2017-10-21classref: Sync with current sourceRémi Verschelde
2017-10-21i18n: Sync translation templates with current sourceRémi Verschelde
2017-10-21i18n: Sync translations with WeblateRémi Verschelde
2017-10-21Merge pull request #12221 from Jerome67000/docs_inputNathan Lovato
[DOCS] InputEvent*
2017-10-21Merge pull request #12270 from cbscribe/kcc_rb2d_docRémi Verschelde
[DOCS] Updates and clarifications to RigidBody2D [ci skip]
2017-10-21Merge pull request #12276 from djrm/pr_vp_fixesRémi Verschelde
Fixed viewport transparent bg when clear mode is enabled.
2017-10-21Merge pull request #12274 from opcon/pr-1Andreas Haas
Fix InputEventJoypadMotion::action_match for 0 axis values.
2017-10-21[DOCS] InputEvent*Jerome67000
2017-10-21Fixed viewport transparent bg when clear mode is enabled.Daniel J. Ramirez
2017-10-20[DOCS] Updates and clarifications to RigidBody2DChris Bradfield
2017-10-21Fix InputEventJoypadMotion::action_match for 0 axis values.Patrick Yates
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
2017-10-21Adds world_to_map() and map_to_world() methods to GridMap.David Saltares
Closes #11856. Also fixes GridMap::set_cell_scale() not visually updating the grid meshes
2017-10-21Merge pull request #12031 from NathanWarden/export_cancel_to_doneRémi Verschelde
Changed the export and fix dependencies dialog cancel button names to "Close" [ci skip]
2017-10-21Merge pull request #12042 from MillionOstrich/treeitem-move-to-bottomPoommetee Ketson
Stop move_to_bottom losing references to treeitems
2017-10-20Merge pull request #12228 from ↵Rémi Verschelde
hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture
2017-10-20Merge pull request #12052 from hi-ogawa/particle-material-conversion-pluginRémi Verschelde
Create ParticlesMaterialConversionPlugin
2017-10-20Merge pull request #12097 from rcurtis/issue12065Rémi Verschelde
Visualscript: Fixes untouched value is null instead of 0
2017-10-20Merge pull request #12107 from RandomShaper/fix-anim-before-first-keyRémi Verschelde
Fix animation before first key
2017-10-20Merge pull request #12149 from endragor/check-input-handledRémi Verschelde
Check if input is handled before handling it