Ignacio Etcheverry
01397a10d9
Mono: Project building fixes
...
- Set (Csc/Vbc/Fsc)ToolExe environment variables to point to the batch files in Mono's bin directory when building with Mono's MSBuild.
- Set Mono's MSBuild as the default build tool on Windows.
- Generate projects with portable DebugType instead of full.
2018-05-17 01:26:23 +02:00
Rémi Verschelde
2665707c18
Merge pull request #18942 from nemerle/fix_shader_validate_assign
...
Fix bad operator check in `ShaderLanguage::_validate_assign`
2018-05-16 22:01:42 +02:00
nemerle
f2ba9a1f65
Fix bad operator check in `ShaderLanguage::_validate_assign`
2018-05-16 21:28:12 +02:00
Juan Linietsky
e62e7fd768
Properly show the property name on tooltip
2018-05-16 14:00:11 -03:00
Rémi Verschelde
045451e58d
Merge pull request #18935 from KellyThomas/doc-links
...
[docs] fix links in class docs
2018-05-16 18:32:40 +02:00
Kelly Thomas
c6ed46891d
[docs] fix links in class docs
2018-05-17 00:15:30 +08:00
Rémi Verschelde
b1182f9de1
Merge pull request #18903 from volzhs/minizip-1.2.11
...
Update minizip to 1.2.11
2018-05-16 18:13:19 +02:00
Rémi Verschelde
760ec584df
Merge pull request #18898 from TailyFair/assetlib-pagination
...
AssetLib pagination modifications
2018-05-16 17:04:23 +02:00
Karolis K
8694f98170
AssetLib pagination modifications
2018-05-16 17:06:15 +03:00
Rémi Verschelde
93c4274941
Merge pull request #18928 from BastiaanOlij/fix_viewport_flags
...
Store flags so it isn't lost when viewport isn't setup yet
2018-05-16 15:11:20 +02:00
Bastiaan Olij
0fc4f22522
Store flags so it isn't lost when viewport isn't setup yet
2018-05-16 22:19:45 +10:00
Juan Linietsky
dfd1331690
Allow editing of some unbound properties when hinted (or no range hinted)
2018-05-16 09:13:41 -03:00
Juan Linietsky
031a445368
Add note about color picker deferred initialization
2018-05-16 08:04:46 -03:00
Juan Linietsky
66dc73f3ca
Merge pull request #18922 from volzhs/fix-segfault
...
Fix segfault at quiting editor
2018-05-16 08:02:09 -03:00
Rémi Verschelde
b49cb7d879
Merge pull request #18917 from ReyAnthony/master
...
Fix Camera2D drag margin property is affected by zoom property #18912
2018-05-16 11:06:01 +02:00
Rémi Verschelde
fcc321f75f
Merge pull request #18921 from volzhs/margin-find-replace-bar
...
Add margin bottom with find/replace bar on script editor
2018-05-16 10:57:11 +02:00
Rémi Verschelde
98e5a3ea42
Merge pull request #18442 from StraToN/add-button-sort-methods-overview
...
Add a ToggleButton for alphabetic sorting in methods overview
2018-05-16 10:53:55 +02:00
volzhs
e639db0529
Fix segfault at quiting editor
2018-05-16 16:54:04 +09:00
volzhs
592ff9bb9d
Add margin bottom with find/replace bar on script editor
2018-05-16 16:31:40 +09:00
Max Hilbrunner
17e84568a4
Merge pull request #18855 from clayjohn/doc_procedural_sky
...
Added Documentation for Procedural Sky
2018-05-16 03:02:29 +02:00
Rémi Verschelde
0ab1b05e86
Merge pull request #18916 from marcelofg55/clang_compile_fix
...
Fix compile error with clang
2018-05-16 02:44:09 +02:00
Rémi Verschelde
69cafb6044
Merge pull request #18910 from PJB3005/18-05-15-fix-textedit-param
...
Fix missing registration for new param of TextEdit::cursor_set_line.
2018-05-16 02:38:21 +02:00
Rémi Verschelde
6f4a90592f
Merge pull request #18909 from ianb96/getcharwidthfix
...
fix get_char_width for non-latin characters
2018-05-16 02:32:40 +02:00
Rémi Verschelde
dfee637ff9
Merge pull request #18897 from volzhs/libwebp-1.0.0
...
Update libwebp to 1.0.0
2018-05-16 02:31:01 +02:00
Anthony Rey
c8a42f98cc
Fix Camera2D drag margin property is affected by zoom property #18912
2018-05-16 01:53:38 +02:00
Marcelo Fernandez
1dfb95de22
Fix compile error with clang
2018-05-15 20:43:00 -03:00
Juan Linietsky
005b69cf6e
-New inspector.
...
-Changed UI resizing code, gained huge amount of speed.
-Reorganized timer sync to clean up behavior (sorry forgot commit this before)
-
2018-05-15 17:14:31 -03:00
Pieter-Jan Briers
0f303c9f43
Fix missing registration for new param of TextEdit::cursor_set_line.
...
This caused Mono glue gen to fail and other bugs to appear
(such as in Visual Script)
2018-05-15 21:53:42 +02:00
ianb96
ce434bca82
fix get_char_width for non-latin characters
2018-05-15 15:32:09 -04:00
volzhs
7e563f75b5
Update minizip to 1.2.11
2018-05-16 01:58:34 +09:00
volzhs
6ed8124923
Update libwebp to 1.0.0
2018-05-16 01:00:55 +09:00
Rémi Verschelde
3b8bd50b41
Merge pull request #18894 from volzhs/fix-toggle-visibility
...
Respect visibility change by Scene dock when using Sync Scene Changes
2018-05-15 17:34:02 +02:00
volzhs
bcb24a0bb7
Respect visibility change by Scene dock when using Sync Scene Changes
...
Fix #18757 with keeping a feature introduced at 8343c9fbd
2018-05-15 23:13:48 +09:00
Rémi Verschelde
0738ba6bc1
Merge pull request #18798 from jfaust/bugfix/scene-import-on-server-platform
...
Fix two issues preventing model import from working properly when platform=server
2018-05-15 10:28:17 +02:00
Rémi Verschelde
57d257c361
Merge pull request #18680 from Gamblify/DummyTextureLoader
...
Dummy texture importer
2018-05-15 10:27:07 +02:00
Rémi Verschelde
911d01c102
Merge pull request #18881 from groud/fix_hovered_nodes2D
...
Fixes hovered Nodes2D display in the editor (remove duplicates)
2018-05-15 10:24:44 +02:00
Rémi Verschelde
e928473190
Merge pull request #14848 from ianb96/ww
...
TextEdit Word Wrap
2018-05-15 10:23:24 +02:00
Gilles Roudiere
e614789882
Fixes hovered Nodes2D display in the editor (remove duplicates)
2018-05-15 09:37:23 +02:00
clayjohn
6711691d10
added documentation for procedural sky
...
Added documentation for procedural sky
added documentation for procedural sky
added documentation for procedural sky
2018-05-14 21:06:41 -07:00
Juan Linietsky
47d4a011d8
Merge pull request #18545 from vnen/editor-autoload
...
Enable autoload in editor
2018-05-14 17:59:34 -03:00
Ian
e1fff4bc09
TextEdit word wrap
2018-05-14 16:17:48 -04:00
Rémi Verschelde
92f1debf08
Merge pull request #18866 from KellyThomas/class-docs-links
...
[docs] fix links in class docs
2018-05-14 17:28:29 +02:00
Kelly Thomas
888eefa0fd
[docs] fix links in class docs
2018-05-14 23:06:22 +08:00
Rémi Verschelde
8c71cbbe3f
Merge pull request #18797 from TailyFair/assetlib-video-overlay
...
Added video thumbnail overlay in asset description
2018-05-14 08:39:27 +02:00
Rémi Verschelde
aba499965c
Merge pull request #18851 from groud/fix_animatedsprite
...
Updates frame timeout when changing speed scale
2018-05-14 08:30:22 +02:00
Rémi Verschelde
dd2aba021c
Merge pull request #18853 from YeldhamDev/gui_cppcheck_fixes
...
Fixed some warnings found with Cppcheck
2018-05-14 07:39:54 +02:00
Rémi Verschelde
e036eb648b
Merge pull request #18782 from toger5/fix_no_a_input_script_editor_osx
...
fixed 'A' input not registered in osx script editor
2018-05-14 07:24:34 +02:00
Michael Alexsander Silva Dias
7f72d6476b
Fixed some warnings found with Cppcheck.
2018-05-14 02:14:56 -03:00
Max Hilbrunner
0db3d1d2a7
Merge pull request #15739 from poke1024/macos-catch-exception
...
Catch NSException in macOS run loop to prevent crashs
2018-05-13 23:51:20 +02:00
Max Hilbrunner
af6513b7ff
Merge pull request #18821 from PJB3005/18-05-12-doc-enums
...
Makes doc methods display enums.
2018-05-13 23:46:27 +02:00