Noshyaar
|
c9c1bc7a73
|
Merge pull request #14732 from AndreaCatania/jgizmo
Fixed joint gizmos drawing orientations
|
2017-12-25 08:32:55 +07:00 |
|
Noshyaar
|
b6c798a062
|
Merge pull request #14827 from RayKoopa/editor_patchwork
Some Editor UI patchwork
|
2017-12-25 08:28:53 +07:00 |
|
Noshyaar
|
3f193af893
|
Merge pull request #14808 from YeldhamDev/script_editor_fixes
Some fixes for the Script Editor and dead code cleaning.
|
2017-12-25 08:27:38 +07:00 |
|
Noshyaar
|
3e4836567b
|
Merge pull request #14908 from YeldhamDev/dialog_changes
Fixes and modifications for some dialogs
|
2017-12-25 08:23:06 +07:00 |
|
Daniel J. Ramirez
|
e7b24c648c
|
Added default close and title color to editor themed graph nodes
|
2017-12-24 13:08:53 -06:00 |
|
geequlim
|
52ad2e5418
|
Add more translatable text for editor plugins.
|
2017-12-23 22:40:15 +08:00 |
|
AndreaCatania
|
eb32c4b5d2
|
Fixed joint gizmos orientations
|
2017-12-23 15:19:03 +01:00 |
|
Poommetee Ketson
|
9fd7aec2b4
|
ProjectManager: enhance dialog ok button text
|
2017-12-23 09:06:03 +07:00 |
|
Rémi Verschelde
|
3068ccc8e6
|
Merge pull request #14913 from poke1024/tooltip-shortcut-names
Consistent display of shortcut names in tooltips
|
2017-12-21 22:47:50 +01:00 |
|
poke1024
|
22d87f20fa
|
Consistent display of shortcut names in tooltips
|
2017-12-21 20:17:30 +01:00 |
|
volzhs
|
d9e5be1d66
|
Fix open directory in FileSystem dock
|
2017-12-22 04:16:04 +09:00 |
|
Michael Alexsander Silva Dias
|
e86454fb38
|
Fixes and modifications for some dialogs.
|
2017-12-21 15:26:46 -02:00 |
|
Juan Linietsky
|
1fa9aac3e4
|
-Make capture dependent on a cell size, not subdivision.
-Fixed a bug recently introduced when releasing mouse events and calling popups
|
2017-12-21 11:05:55 -03:00 |
|
Rémi Verschelde
|
0b1e6ec219
|
Merge pull request #14874 from volzhs/blurry-zoom
Fix blurry after zooming
|
2017-12-20 22:19:16 +01:00 |
|
Rémi Verschelde
|
03823f12c5
|
EditorSettings: Move scene tab options to their dedicated category
Fixes #14870.
|
2017-12-20 19:41:02 +01:00 |
|
Rémi Verschelde
|
acf835cb08
|
i18n: Sync translation templates with current source
|
2017-12-20 17:10:28 +01:00 |
|
Rémi Verschelde
|
a27b57829e
|
i18n: Sync translations with Weblate
Adds Icelandic and Tamil.
|
2017-12-20 17:08:48 +01:00 |
|
volzhs
|
ec139d8522
|
Fix blurry after zooming
|
2017-12-21 00:39:02 +09:00 |
|
Juan Linietsky
|
bf47b15e2c
|
Good while it lasted, restored full 3D for 2D viewport, as required for Canvas BG mode. Fixes #14540
|
2017-12-19 15:59:32 -03:00 |
|
Ray Koopa
|
69ef89a8bd
|
Limit code editor minimum width, clear Scene node subresource menu before refilling it
|
2017-12-19 18:29:01 +01:00 |
|
Juan Linietsky
|
a714e1a4c7
|
Fixed bug where all file dialogs requested thumbnails even if hidden.
|
2017-12-19 12:57:46 -03:00 |
|
Juan Linietsky
|
1eb1837d0c
|
Should no longer crash after rebaking, may be a solution to #14795
Not sure if this is the same problem, as reported, please test.
|
2017-12-19 09:58:02 -03:00 |
|
Guilherme Felipe
|
8adf7c3ef2
|
Add method_descr again because it's required for classes that
don't have public methods. revert #14814
|
2017-12-18 22:47:17 -02:00 |
|
Guilherme Felipe
|
5c0271eed7
|
Fix doc methods not showing up
|
2017-12-18 20:35:15 -02:00 |
|
Rémi Verschelde
|
d81bd965b6
|
Fix bug in previous commit
|
2017-12-18 20:59:32 +01:00 |
|
Rémi Verschelde
|
2a30f0460d
|
Prevent infinite loop in export template manager
|
2017-12-18 20:44:19 +01:00 |
|
Onur Aslan
|
4440900672
|
Fix installing export templates from file
3de20641f5 did break installing export
templates from file. This patch is fixing it.
|
2017-12-18 21:08:27 +03:00 |
|
Michael Alexsander Silva Dias
|
36e835bbd4
|
Some fixes for the Script Editor and dead code cleaning.
|
2017-12-18 15:46:17 -02:00 |
|
Juan Linietsky
|
b3a1bf3245
|
Use a different strategy for path remaps, try loading from a remap file instead.
This ensures multiple PCK exports still work.
|
2017-12-18 11:21:49 -03:00 |
|
Rémi Verschelde
|
abf20709af
|
doc: Sync classref with current source
|
2017-12-18 08:13:58 +01:00 |
|
Rémi Verschelde
|
e83c502939
|
Merge pull request #14754 from willnationsdev/dictionary-copy
Added 'duplicate' function for Dictionary in C++ and API.
|
2017-12-17 23:58:59 +01:00 |
|
Will Nations
|
f19fc83546
|
Dictionary::copy -> ::duplicate
|
2017-12-17 16:07:15 -06:00 |
|
Rémi Verschelde
|
27642868f1
|
Merge pull request #14786 from djrm/pr_fixes
Expose Range, ScrollBar and Slider as virtual.
|
2017-12-17 22:21:06 +01:00 |
|
Rémi Verschelde
|
19a8f409c1
|
Merge pull request #14782 from djrm/pr_visual_improvements
Now every variant type has its icon.
|
2017-12-17 22:19:44 +01:00 |
|
Rémi Verschelde
|
cd6fb0eb4e
|
Merge pull request #14779 from RayKoopa/setting_ui_design
Implement settings dialog UI ideas
|
2017-12-17 22:19:04 +01:00 |
|
Daniel J. Ramirez
|
5e2c8593f7
|
Expose Range, ScrollBar and Slider as virtual.
|
2017-12-17 15:16:20 -06:00 |
|
Daniel J. Ramirez
|
c8c280a68a
|
Now every variant type has its icon.
|
2017-12-17 14:06:11 -06:00 |
|
Rémi Verschelde
|
4ee57026bb
|
Merge pull request #14781 from djrm/pr_visual_improvements
General use Variant type icons, plus other icon updates.
|
2017-12-17 20:21:48 +01:00 |
|
Daniel J. Ramirez
|
756c033adb
|
General use Variant type icons, plus other icon updates.
|
2017-12-17 13:19:09 -06:00 |
|
Rémi Verschelde
|
3ce5a74df2
|
Merge pull request #14770 from volzhs/sub-resources
Show sub-resources as sub-menu
|
2017-12-17 20:02:41 +01:00 |
|
Juan Linietsky
|
3de20641f5
|
Property install export templates when downloaded from http
added a scale parameter for scene import
|
2017-12-17 15:48:24 -03:00 |
|
George Marques
|
c8d416d152
|
Fix method not returning value in all paths (autotile editor)
|
2017-12-17 16:03:46 -02:00 |
|
Ray Koopa
|
0d04f212a3
|
Clean up setting dialogues a bit.
|
2017-12-17 18:39:36 +01:00 |
|
Juan Linietsky
|
fa8a1fc420
|
Fixes how transform is applied to geometry in UV unwrap
|
2017-12-17 12:04:54 -03:00 |
|
volzhs
|
002a0271fe
|
Show sub-resources as sub-menu
|
2017-12-17 23:55:24 +09:00 |
|
Rémi Verschelde
|
8f25a2dc11
|
Cleanup some #if 0'd code
|
2017-12-17 15:40:24 +01:00 |
|
Rémi Verschelde
|
93c9aada67
|
Merge pull request #14692 from poke1024/docsgroups
Docs methods grouping by prefix
|
2017-12-17 14:23:49 +01:00 |
|
volzhs
|
4073de88cb
|
Refactoring FPS & information on 3D viewport
- FPS label position adjusted with Preview button
- Remove unnecessary Panel control
- Remove unnecessary check condition
|
2017-12-17 21:49:44 +09:00 |
|
poke1024
|
9cfc4440c1
|
Docs methods grouping by prefix
|
2017-12-16 20:02:10 +01:00 |
|
Rémi Verschelde
|
a7f09b71f9
|
Merge pull request #14743 from volzhs/unnecessary-update-files
Remove unnecessay update on FileSystem dock
|
2017-12-16 16:35:18 +01:00 |
|