Commit graph

17927 commits

Author SHA1 Message Date
Rémi Verschelde
9170abc17f
Merge pull request from ibrahn/remove-dup-prop-6dof
Removed duplicate property bind in Generic6DOFJoint.
2018-11-20 08:16:26 +01:00
Rémi Verschelde
296834955f Remove debug print in RasterizerStorageGLES3 2018-11-20 07:58:26 +01:00
Ignacio Etcheverry
5712daf2d9
Merge pull request from neikeq/hh
C#: Fix Basis(Vec3,Vec3,Vec3) constructor
2018-11-20 06:13:29 +01:00
Michael Alexsander Silva Dias
75d5b1be9a Fill info for translation related docs 2018-11-20 03:12:37 -02:00
Ibrahn Sahir
397b4c2a4a Removed duplicate property bind in Generic6DOFJoint.
Probably a copy paste error.
2018-11-20 03:47:09 +00:00
Juan Linietsky
78eae047c6 Fixed how floats are printed to the GLSL shader, closes 2018-11-19 23:41:18 -03:00
Juan Linietsky
c500581d32 Remove the "is able to sleep" condition for adding visibility notifier nodes, fixes
I think the previous behavior was more useful, but I understand it's not obvious or discoverable.
2018-11-19 23:06:02 -03:00
Ignacio Etcheverry
bf94eed60c C#: Fix Basis(Vec3,Vec3,Vec3) constructor
Now it sets axes in order to match GDScript implementation.
2018-11-20 02:08:22 +01:00
Juan Linietsky
a78b42c058 Don't post process on tiny render targets, fixes 2018-11-19 22:05:55 -03:00
Juan Linietsky
d5ad1ca1ae Fix crash on canvas with BG_MODE_KEEP, closes 2018-11-19 21:41:18 -03:00
Juan Linietsky
d304228003 Do not draw particles if they are not processing at all, fixes 2018-11-19 20:34:29 -03:00
lupoDharkael
d2b890ede5 BaseButton: add shortcut_in_tooltip
This flag disables the input related information in the tooltip.
It is exposed as a member variable in gdscript.
2018-11-19 23:48:05 +01:00
Juan Linietsky
55ded6b2de Properly handle multiple parent drag, fixes 2018-11-19 18:38:07 -03:00
bruvzg
bbac90c859
[macOS] Change runtime OS version checks to allow build with MacOS 10.9 SDK, 2018-11-19 23:24:28 +02:00
Rémi Verschelde
35fbbeb99b
Merge pull request from malcolmhoward/core-dictionary-get-key
 core dictionary get key
2018-11-19 21:11:55 +01:00
m
bf1867aaab Added Python-like .get() method to Dictionary in GDScript
Added .get() method to Dictionary class in GDScript to return the value if the key exists, or return Null if the key does not exist.
2018-11-19 14:03:13 -05:00
Juan Linietsky
0ab71689ae Reseek if cachees were cleared in animation player, fixes 2018-11-19 13:14:37 -03:00
Juan Linietsky
634aa4fc24 Ensure bone AABBs are properly transformed to affect mesh AABB, fixes 2018-11-19 10:43:29 -03:00
Bastiaan Olij
bcef4b8dc6 Fixing tangent and binormal logic 2018-11-19 22:27:05 +11:00
Bastiaan Olij
9703153396 Adding UVs on end caps 2018-11-19 22:08:49 +11:00
Rémi Verschelde
5d152cc42d
Merge pull request from Calinou/tweak-hue-variation-property-hint
Tweak the Hue Variation property hint to allow finer adjustments
2018-11-19 11:10:17 +01:00
Hugo Locurcio
34dba2f3cc
Tweak the Hue Variation property hint to allow finer adjustments 2018-11-19 10:52:17 +01:00
Rémi Verschelde
5738c92b39
Merge pull request from SeleckyErik/issue-23769
SCons: Corrects $LIBSUFFIXES environment variable for Windows
2018-11-19 09:33:32 +01:00
Rémi Verschelde
877f574b30
Merge pull request from YeldhamDev/relation_lines_extra_hide_guides
Add more places to hide guides if relationship lines are enabled
2018-11-19 09:32:54 +01:00
Michael Alexsander Silva Dias
7144e2fde4 Add more places to hide guides if relationship lines are enabled 2018-11-19 03:05:01 -02:00
Marcelo Fernandez
385832ed30 Fix X11 running a project with fullscreen setting on and resizable off with multiple screens 2018-11-18 23:03:54 -03:00
Juan Linietsky
60cbb69c7c Increase number of image loaders (why was it this low..), fixes 2018-11-18 22:07:00 -03:00
Juan Linietsky
0f7a86ca52 If using relationship lines (now default) hide guides. 2018-11-18 22:00:31 -03:00
Juan Linietsky
dc33d25fec Make sure inbetween lines in inspector can't be clicked, fixes 2018-11-18 21:52:01 -03:00
Juan Linietsky
c12de11c44 Ensure multinode undo redo merges ends for operation, fixes 2018-11-18 21:43:22 -03:00
Juan Linietsky
079c2630e2 Make sure RMB also works for resource editor in inspector, fixes 2018-11-18 21:30:08 -03:00
Michael Alexsander Silva Dias
6ba94d5ca0 Add argument to UndoRedo's "clear_history()" to not increase the version 2018-11-18 19:46:35 -02:00
JFonS
e5a4fa5281 Change default gizmo visibility and icons 2018-11-18 22:01:09 +01:00
Rémi Verschelde
f769e13c5e
Merge pull request from bruvzg/macos_disable_wantslayer_on_pre_mojave
[macOS] Disable setWantsLayer on macOS < 10.14
2018-11-18 21:10:34 +01:00
Erik
0cd8b27b56 SCons: Corrects $LIBSUFFIXES environment variable for Windows
Maxes only .lib to be recoginzed as a valid input extension for linker on Windows.

Closes issue .
2018-11-18 20:50:27 +01:00
Juan Linietsky
455f297671 Properly reset canvas state after drawing, fixes 2018-11-18 16:34:20 -03:00
Juan Linietsky
afe4f2080a Make sky and ground energy do something, fixes 2018-11-18 15:43:49 -03:00
Juan Linietsky
83afc6170a Skeleton2D was missing transform notification, fixes 2018-11-18 15:28:13 -03:00
Juan Linietsky
2d6b994e47 Massive speed up on deleting nodes, fixes
Also makes the editor exit faster
2018-11-18 11:48:21 -03:00
bruvzg
4aa441591c
[macOS] Disable setWantsLayer on macOS < 10.14 2018-11-18 16:20:29 +02:00
JFonS
dbca3b81ba Add Save option to resource property menu 2018-11-18 15:17:04 +01:00
Rémi Verschelde
4a050568a2
Merge pull request from Faless/socket_ipv4_wildcard_fix
Properly accept wildcard when binding IPv4 socket.
2018-11-18 15:15:24 +01:00
Fabio Alessandrelli
1ef9e9ef6a Properly accept wildcard when binding IPv4 socket.
Also never return null for is_ipv4 to avoid crashes due to engine bug.
(better to get an error and a broken socket then seeing your game crash)
2018-11-18 14:54:40 +01:00
Juan Linietsky
35b421b695 Document use of spaces in ConfigFile 2018-11-18 10:10:50 -03:00
Rémi Verschelde
60ee61c7ff
Merge pull request from JFonS/fix_23698
Use hint_color when getting shader default params
2018-11-18 12:05:02 +01:00
Rémi Verschelde
ede4decd4e
Merge pull request from Rubonnek/remove-unnecessary-assignments
Removed unnecessary assignments
2018-11-18 11:25:21 +01:00
Rémi Verschelde
fafece44a2
Merge pull request from vnen/gdscript-empty-class-bug
Check for valid values when checking for class members
2018-11-18 11:23:43 +01:00
Rémi Verschelde
e7c31d711e
Merge pull request from vnen/gdscript-builtin-is
Allow primitives to be compared to Object types with `is`
2018-11-18 11:21:50 +01:00
Rémi Verschelde
4340580e74
Merge pull request from marcelofg55/pulse_uneven_fix
Fix distorted sound with PulseAudio and uneven channels
2018-11-18 10:53:24 +01:00
Rémi Verschelde
adc0752da7
Merge pull request from Faless/fix_release_export
Always initialize VariantCall return_type.
2018-11-18 10:46:43 +01:00