volzhs
4b0f075e95
Respect text editor highlighting color changes
...
Fix #14838
2017-12-28 23:49:15 +09:00
yanorax
8627de2794
Fix TreeItem cell text alignment
2017-12-29 00:23:57 +11:00
Noshyaar
7f1265b41f
Merge pull request #15104 from djrm/pr_visual_improvements
...
Minor style fixes for editor help
2017-12-28 07:01:41 +07:00
Noshyaar
cfd6bafec6
Merge pull request #15108 from poke1024/fix-stringbuffer-append
...
Fix crash in StringBuffer::append()
2017-12-28 06:57:20 +07:00
Noshyaar
ef2ab0de82
Merge pull request #15006 from CyanBlob/master
...
Update TileMap doc descriptions for update_bitmask_area/region
[ci skip]
2017-12-28 06:52:37 +07:00
tagcup
e9896b17a9
Restore the behavior of Spatial rotations recently changed in c1153f5
.
...
That change was borne out of a confusion regarding the meaning of "local" in #14569 .
Affine transformations in Spatial simply correspond to affine operations of its Transform. Such operations take place in a coordinate system that is defined by the parent Spatial. When there is no parent, they correspond to operations in the global coordinate system.
This coordinate system, which is relative to the parent, has been referred to as the local coordinate system in the docs so far, but this sloppy language has apparently confused some users, making them think that the local coordinate system refers to the one whose axes are "painted" on the Spatial node itself.
To avoid such conceptual conflations and misunderstandings in the future, the parent-relative local system is now referred to as "parent-local", and the object-relative local system is called "object-local" in the docs.
This commit adds the functionality "requested" in #14569 , not by changing how rotate/scale/translate works, but by adding new rotate_object_local, scale_object_local and translate_object_local functions. Also, for completeness, there is now global_scale.
This commit also updates another part of the docs regarding the rotation property of Spatial, which also leads to confusion among some users.
2017-12-27 16:40:49 -05:00
Andrew Thomas
9ac312f17a
Update TileMap doc descriptions for update_bitmask_area/region
2017-12-27 14:16:05 -06:00
Bernhard Liebl
8505871a87
More exact picking for canvas editor
2017-12-27 20:24:58 +01:00
Bernhard Liebl
0d578fb765
Fix crash in StringBuffer::append()
2017-12-27 20:21:50 +01:00
Juan Linietsky
a663dbfdd8
Merge pull request #14744 from poke1024/stringname-compare
...
Avoid string allocations in AlphCompare
2017-12-27 15:44:45 -03:00
Juan Linietsky
988d29bdd8
Reimport now checks source path changes and imported files and their md5, fixes #14728
2017-12-27 15:22:04 -03:00
Michael Alexsander Silva Dias
0930f4cbcb
Changes to the Project Manager's New Project/Export dialogs.
2017-12-27 16:13:13 -02:00
Daniel J. Ramirez
fec41618dc
Minor style fixes for editor help
2017-12-27 10:35:26 -06:00
Bernhard Liebl
414c60aee7
Support KEY_UP and KEY_DOWN in LineEdit
2017-12-27 17:04:07 +01:00
Wilhem Barbier
03beb9ac7d
Make filesystem search case-insensitive
2017-12-27 15:49:19 +00:00
Guilherme Silva
2a6035dff4
Fix infinite loop introduced by 6f3486c4
on tiling windows managers
2017-12-27 08:44:18 -02:00
Bernhard Liebl
41c11894f1
Fix Rect2::distance_to() not returning 0
2017-12-27 09:56:52 +01:00
Noshyaar
5c636875e4
Merge pull request #14971 from mrcdk/particles_emitting
...
Set particles emitting to false when particles finish emitting with one-shot enabled
2017-12-27 10:45:36 +07:00
Noshyaar
e6b6683694
Merge pull request #14991 from djrm/pr_fixes
...
Show Options Dialog for NodePath and File in clicked button position.
2017-12-27 10:29:25 +07:00
Noshyaar
ab444a8ca9
Merge pull request #14996 from neikeq/enums-mono
...
Mono: Make the bindings generator output enums
2017-12-27 10:29:00 +07:00
Noshyaar
d26b6f284f
Merge pull request #15008 from AlmightyScientist/issue-15000
...
Animation Tree: Prevent cycle_test from being altered by past-test.
2017-12-27 10:28:12 +07:00
Noshyaar
4bf1d3afbf
Merge pull request #15028 from YeldhamDev/editor_file_dialog_changes
...
Changes to the Editor File Dialog
2017-12-27 10:27:06 +07:00
Noshyaar
e2a091e600
Merge pull request #15032 from Noshyaar/pr
...
EditorAbout: TTR workaround for "Project Manager" contexts
2017-12-27 10:26:03 +07:00
Noshyaar
de2247b9b4
Merge pull request #15045 from poke1024/vector2-inline
...
Inline some very common Vector2 operations
2017-12-27 10:25:08 +07:00
Noshyaar
07d0f2e72b
Merge pull request #15046 from YeldhamDev/optionbutton_changes
...
Added "get_popup" method for OptionButton
2017-12-27 10:22:22 +07:00
Noshyaar
198bb5309d
Merge pull request #15049 from YeldhamDev/get_popup_const
...
Made MenuButton and ColorPickerButton's "get_popup" methods return constant
2017-12-27 10:20:56 +07:00
Noshyaar
638bf80ae5
Merge pull request #15076 from ianb96/indentcrashfix
...
Fix indent selection crash
2017-12-27 10:19:24 +07:00
Noshyaar
d5f92c2baa
Merge pull request #15081 from volzhs/fix-status-font
...
Fix text editor status font
2017-12-27 10:17:53 +07:00
Bernhard Liebl
29f7f48c42
Warn about funcref creation
2017-12-26 23:16:41 +01:00
volzhs
056bc123f8
Fix text editor status font
...
mistake from https://github.com/godotengine/godot/commit/15986ea343#diff-e7b153431ed956907f3ee3ef07ac59dd
2017-12-27 06:09:28 +09:00
Chris Bradfield
d5918b5da6
Merge pull request #15077 from homer666/docs-physicsdirectspacestate
...
[DOCS] PhysicsDirectSpaceState enhancements
2017-12-26 13:06:35 -08:00
homer666
cef20a134e
[DOCS] PhysicsDirectSpaceState enhancements
2017-12-27 07:41:50 +11:00
Ian
19c3f4c4c1
fix indent selection crash
2017-12-26 12:13:17 -08:00
Chris Bradfield
42f5c18abd
Merge pull request #15026 from homer666/docs-physics2ddirectspacestate
...
[DOCS] Physics2DDirectSpaceState enhancements
2017-12-26 12:01:47 -08:00
homer666
8fb4c9952a
[DOCS] Physics2DDirectSpaceState
2017-12-27 06:59:43 +11:00
Juan Linietsky
57061413eb
Properly rename scenes and resources after renaming or moving files, should fix #13976
...
It's not tested, so please test.
2017-12-26 16:32:12 -03:00
Juan Linietsky
c858dbdc4e
Fixed proper texture binding for sprite material, fixes #13987
2017-12-26 15:56:18 -03:00
volzhs
2c8ebab93b
Use .ttf or .otf file for editor custom font
2017-12-27 03:14:48 +09:00
Juan Linietsky
c54927a127
Property apply shader parameters, even when materials are being reused, fixes #14012
2017-12-26 15:13:00 -03:00
Juan Linietsky
c2240a2a71
A promise is a promise, so added ability to load and save shaders as text files, closes #14431
2017-12-26 13:52:09 -03:00
Juan Linietsky
edd3bd8cb8
Ability to set flags via code in StreamTexture, as some users find it useful. Fixes #14526 .
2017-12-26 12:50:46 -03:00
Juan Linietsky
b411029e31
Merge pull request #14796 from AlmightyScientist/issue-14552
...
Shader Language: Fix Vertex Lighting artifacts.
2017-12-26 12:46:48 -03:00
Juan Linietsky
c1153f5041
Change the rotate function of Spatial to be local, makes more sense. Closes #14569
2017-12-26 12:45:56 -03:00
Gilles Roudiere
b8c849205c
Fix 2D editor checkboxes with a new project
2017-12-26 16:39:58 +01:00
Juan Linietsky
02e883713a
Merge pull request #14977 from volzhs/fix-crash-group
...
Fix crash & error at saving scene
2017-12-26 11:43:02 -03:00
Juan Linietsky
2b31155baa
Fix sidedness check in material. Also remove SIDE built-in.
2017-12-26 11:09:52 -03:00
George Marques
62fe640ca8
Add option to sign UWP exports with signtool
...
Windows-only.
2017-12-26 11:30:18 -02:00
Juan Linietsky
4a2eef4ad8
Removed the InputEvent ID field, which was unused and can cause bugs.
2017-12-26 09:49:31 -03:00
Bernhard Liebl
77b4256718
Add keyboard shortcut for Clear Output
2017-12-26 11:41:38 +01:00
Bernhard Liebl
3f122672a2
On macOS, change some default editor shortcuts
2017-12-26 11:24:12 +01:00