Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-21 | Merge pull request #12286 from NathanWarden/add_cubemap_properties | Rémi Verschelde | |
Added properties for CubeMap. | |||
2017-10-21 | Merge pull request #12293 from Paulb23/line_highlighting_fix | Rémi Verschelde | |
Fixed current line highlighting, issue 12166 [ci skip] | |||
2017-10-21 | Merge pull request #12254 from seixasfelipe/fix_recent_scenes_resizing_font | Rémi Verschelde | |
Fix recent scenes layout when resizing font | |||
2017-10-21 | Merge pull request #12290 from Noshyaar/enum | Rémi Verschelde | |
Bind unbound enums, rearrange some by value [ci skip] | |||
2017-10-21 | Fixed current line highlighting and visual indication of empty selected lines | Paulb23 | |
2017-10-22 | Bind unbound enums, rearrange some by value | Poommetee Ketson | |
2017-10-21 | Cleanup unnecessary debug prints | Rémi Verschelde | |
2017-10-21 | Added properties for CubeMap. | Nathan Warden | |
2017-10-21 | Merge pull request #12287 from tagcup/pass_metallic | Rémi Verschelde | |
Corrections to #11807. [ci skip] | |||
2017-10-21 | Corrections to #11807. | Ferenc Arn | |
Added missing metallic parameter, also fixed a missed a case where wrong roughness condition was used. | |||
2017-10-21 | Merge pull request #12282 from tagcup/path_fix | Rémi Verschelde | |
Fix PathFollow rotations. [ci skip] | |||
2017-10-21 | Fix 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-21 | Merge pull request #11807 from tagcup/roughness_metallic_limiting_cases | Juan Linietsky | |
Fix the condition when specular light calculation is avoided (should … | |||
2017-10-21 | Merge pull request #12283 from AntiSC2/master | Rémi Verschelde | |
File names for scripts can include '-' [ci skip] | |||
2017-10-21 | Fix drop-down size when resizing font #12207 | Felipe Seixas | |
Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent | |||
2017-10-21 | File names for scripts can include '-' | Jakob Sinclair | |
Fixes #12261 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org> | |||
2017-10-21 | Merge pull request #12281 from Noshyaar/fixed2physics | Rémi Verschelde | |
Refactor Fixed to Physics | |||
2017-10-21 | Refactor Fixed to Physics | Poommetee Ketson | |
2017-10-21 | makerst: Remove stray spaces in method signatures | Rémi Verschelde | |
2017-10-21 | makerst: 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-21 | makerst: Fix rst-ization of members and escaping of [Class]s | Rémi Verschelde | |
Fixes #11517. | |||
2017-10-21 | classref: Sync with current source | Rémi Verschelde | |
2017-10-21 | i18n: Sync translation templates with current source | Rémi Verschelde | |
2017-10-21 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2017-10-21 | Merge pull request #12221 from Jerome67000/docs_input | Nathan Lovato | |
[DOCS] InputEvent* | |||
2017-10-21 | Merge pull request #12270 from cbscribe/kcc_rb2d_doc | Rémi Verschelde | |
[DOCS] Updates and clarifications to RigidBody2D [ci skip] | |||
2017-10-21 | Merge pull request #12276 from djrm/pr_vp_fixes | Rémi Verschelde | |
Fixed viewport transparent bg when clear mode is enabled. | |||
2017-10-21 | Merge pull request #12274 from opcon/pr-1 | Andreas Haas | |
Fix InputEventJoypadMotion::action_match for 0 axis values. | |||
2017-10-21 | [DOCS] InputEvent* | Jerome67000 | |
2017-10-21 | Fixed viewport transparent bg when clear mode is enabled. | Daniel J. Ramirez | |
2017-10-20 | [DOCS] Updates and clarifications to RigidBody2D | Chris Bradfield | |
2017-10-21 | Fix 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-21 | Adds 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-21 | Merge pull request #12031 from NathanWarden/export_cancel_to_done | Rémi Verschelde | |
Changed the export and fix dependencies dialog cancel button names to "Close" [ci skip] | |||
2017-10-21 | Merge pull request #12042 from MillionOstrich/treeitem-move-to-bottom | Poommetee Ketson | |
Stop move_to_bottom losing references to treeitems | |||
2017-10-20 | Merge pull request #12228 from ↵ | Rémi Verschelde | |
hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture | |||
2017-10-20 | Merge pull request #12052 from hi-ogawa/particle-material-conversion-plugin | Rémi Verschelde | |
Create ParticlesMaterialConversionPlugin | |||
2017-10-20 | Merge pull request #12097 from rcurtis/issue12065 | Rémi Verschelde | |
Visualscript: Fixes untouched value is null instead of 0 | |||
2017-10-20 | Merge pull request #12107 from RandomShaper/fix-anim-before-first-key | Rémi Verschelde | |
Fix animation before first key | |||
2017-10-20 | Merge pull request #12149 from endragor/check-input-handled | Rémi Verschelde | |
Check if input is handled before handling it | |||
2017-10-20 | Merge pull request #12242 from AntiSC2/master | Rémi Verschelde | |
Fix small language mistakes in RigidBody2D documentation [ci skip] | |||
2017-10-20 | Fix ambiguous documentation for RigidBody2D | Jakob Sinclair | |
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> | |||
2017-10-20 | Mono: Fix static linking on macOS | Rémi Verschelde | |
[ci skip] | |||
2017-10-20 | Merge pull request #12224 from NathanWarden/scene_tree_added_signal | Rémi Verschelde | |
Added a node_added signal to the SceneTree | |||
2017-10-20 | Merge pull request #12269 from touilleMan/bad-bad-touilleMan | Rémi Verschelde | |
[GDnative] remove useless (and illegal !) STL include [ci skip] | |||
2017-10-20 | [GDnative] remove useless (and illegal !) STL include | Emmanuel Leblond | |
2017-10-20 | Merge pull request #12252 from MednauN/master | Rémi Verschelde | |
iOS GameCenter fixes | |||
2017-10-20 | Merge pull request #12199 from Fallayn/patch-1 | Julian Murgia | |
[DOCS] EditorScript | |||
2017-10-20 | Fixed unnecesary structure copying in bugfix. | Juan Linietsky | |
2017-10-20 | Merge pull request #12054 from Fallayn/docs-editorinterface | Poommetee Ketson | |
[DOCS] EditorInterface [ci skip] |