summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-22Fix rotation offset/snap fields being cut off in Configure Snap dialogHugo Locurcio
2019-04-21Merge pull request #27219 from raphael10241024/debug_fixRémi Verschelde
Fix collider debug shape didn't changes with collider size changes
2019-04-21Merge pull request #27376 from follower/patch-1Rémi Verschelde
Typo fix: "the function exists" -> "the function exits"
2019-04-21Merge pull request #27448 from avencherus/light2d-heightRémi Verschelde
Light2D height range expanded to -2048 to 2048.
2019-04-21Merge pull request #28028 from homer666/visual-shader-editor-member-dialog-fixesRémi Verschelde
Misc. improvements to visual shader's "Add Node" dialog
2019-04-21Merge pull request #28248 from YeldhamDev/lineedit_clearbutton_limitRémi Verschelde
Fix 'LineEdit' contents not ending before the clear button if no right icon was set
2019-04-21Merge pull request #27812 from guilhermefelipecgs/fix_audio_buses_fontRémi Verschelde
Change font of audio notches to default font
2019-04-21Merge pull request #27577 from guilhermefelipecgs/continuation_of_27562Rémi Verschelde
Continuation of #27562
2019-04-21Merge pull request #27860 from Calinou/improve-3d-snappingRémi Verschelde
Make 3D snapping finer when holding Shift
2019-04-21Merge pull request #27940 from LeonardMeagher2/fix_csgshape_geometryinstanceRémi Verschelde
CSGMesh gets material + CSGShape inherits from GeometryInstance
2019-04-21Merge pull request #27979 from Paulb23/remember_script_stateRémi Verschelde
Restore script editor state between sessions
2019-04-21Merge pull request #28026 from Dentoid/insert_keyframe_fixRémi Verschelde
Fix for "Insert Keyframe" shortcut doing nothing
2019-04-21Merge pull request #28245 from guilhermefelipecgs/open_menuRémi Verschelde
Small ux improvement
2019-04-21Merge pull request #28093 from fire/expose_localize_restRémi Verschelde
Expose localize_rests to gdscript.
2019-04-21Merge pull request #28130 from JFonS/add_3d_groupingRémi Verschelde
Add grouping to 3D editor
2019-04-21Merge pull request #28217 from hpvb/fix-28089Hein-Pieter van Braam
Don't crash on printing nested types
2019-04-20Fix 'LineEdit' contents not ending before the clear button if no right icon ↵Michael Alexsander Silva Dias
was set Fixes #28242.
2019-04-20Small ux improvementGuilherme Felipe
2019-04-20Merge pull request #27554 from volzhs/freetype-2.10.0Rémi Verschelde
Update freetype to 2.10.0
2019-04-20Merge pull request #28239 from jbuck3/editor-tooltip-fixRémi Verschelde
Fix editor tooltip formatting
2019-04-20Fix editor tooltip formattingJames Buck
Removed unnecessary word wrap which caused broken tags and general ugliness. Fixes #24926
2019-04-20Merge pull request #24951 from Mr-Slurpy/local-rpc-sender-id-fixFabio Alessandrelli
Sender network id is now set to local network id for local rpc calls.
2019-04-20Merge pull request #28229 from akien-mga/disable_3d-build-fixRémi Verschelde
Fix disable_3d=yes -Wunused-variable errors
2019-04-20Fix disable_3d=yes -Wunused-variable errorsRémi Verschelde
2019-04-20Merge pull request #28210 from hpvb/fix-28134Rémi Verschelde
Object::script may not be a valid Ref<Script>
2019-04-20Fix typo in SpriteFrameEditor preview drawRémi Verschelde
As spotted by @DennisWG.
2019-04-20Merge pull request #27820 from ForLoveOfCats/masterIgnacio Roldán Etcheverry
Mono: Convert all items to string before printing
2019-04-20Object::script may not be a valid Ref<Script>Hein-Pieter van Braam-Stewart
It appears that Object::script may be a valid ScriptInstance but not be castable to Ref<Script>. There were only 5 places in the code that made this assumption. This commit fixes that.
2019-04-20Don't crash on printing nested typesHein-Pieter van Braam-Stewart
When adding an Array or Dictionary to itself operator String() got in an infinite loop. This commit adds a stack to operator String() (Through the use of a new 'stringify method'). This stack keeps track of all unique Arrays and Dictionaries it has seen. When a duplicate is found only a static string is printed '[...]' or '{...}'. This mirror Python's behavior in a similar case.
2019-04-19Merge pull request #28200 from bojidar-bg/28115-ysort-breaks-shaderRémi Verschelde
Fix nested YSort breaking "Use parent material"
2019-04-19Added ability for multiple images to be imported as an atlasJuan Linietsky
This adds support for groups in the import system, which point to a single file. Add property hint for saving files in file field
2019-04-19Mono: Convert all items to string before printingForLoveOfCats
2019-04-19Fix nested YSort breaking use_parent_materialBojidar Marinov
Fixes #28115
2019-04-19Added minimal documentation for _get_configuration_warning methodHasan Yusuf Ahmed
(cherry picked from commit 0eeb1a7d0d540073a6e62e3203d304730493faf8)
2019-04-19Merge pull request #28196 from akien-mga/xatlas-cleanupRémi Verschelde
xatlas: Document provenance, copyright and custom changes
2019-04-19Merge pull request #28193 from akien-mga/drop-theklaRémi Verschelde
Drop unused thekla_atlas dependency
2019-04-19Merge pull request #28192 from akien-mga/doc-unused-demosRémi Verschelde
doc: Drop unused <demos> tag, sync classref
2019-04-19xatlas: Redo our custom changes, but properly documentedRémi Verschelde
2019-04-19xatlas: Revert to unmodified upstream code, add to COPYRIGHTRémi Verschelde
Imported by @reduz from https://github.com/jpcy/xatlas/commit/b8ec29b6b62fb808823e042df5f0f800c07f2e8b Custom changes will be remade properly in the next commit.
2019-04-19Drop unused thekla_atlas dependencyRémi Verschelde
Since f12cb82 @reduz dropped the use of the thirdparty thekla_atlas library, which is replaced by xatlas. Fixes #28180. Fixes #28182.
2019-04-19Merge pull request #28164 from BastiaanOlij/AndroidCameraPermissionRémi Verschelde
Add camera permissions to android
2019-04-19doc: Sync classref with current sourceRémi Verschelde
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-19Merge pull request #28051 from WindyDarian/no_utf8_for_vs2013Rémi Verschelde
Ignore '/utf-8' flag on Visual Studio 2013
2019-04-18Merge pull request #28131 from 2bit-hack/patch-1Max Hilbrunner
Fixed copy&paste error #28117
2019-04-18Merge pull request #28161 from neikeq/exception-hook-no-abortIgnacio Roldán Etcheverry
Mono: Use exit(status) instead of abort() in exception hook
2019-04-18Merge pull request #28165 from neikeq/missing-tostringIgnacio Roldán Etcheverry
C#: Add missing ToString() override methods
2019-04-18Add camera permissions to androidBastiaan Olij
2019-04-18Mono: Use exit(status) instead of abort() in exception hookIgnacio Etcheverry
2019-04-18Merge pull request #28158 from akien-mga/zstd-1.4.0Rémi Verschelde
zstd: Update to upstream 1.4.0, remove call to experimental API