Rémi Verschelde
5a42bbaace
Merge pull request #9482 from Noshyaar/pr-ramp
...
Fix shrunk ColorPickers
2017-07-18 07:52:32 +02:00
Rémi Verschelde
fbfb9e79d3
Merge pull request #9681 from Noshyaar/pr-license
...
Fix Zlib license not extracted
2017-07-18 07:48:02 +02:00
Poommetee Ketson
668d00ff2d
Fix ColorPicker to use theme constants
2017-07-18 09:43:16 +07:00
Juan Linietsky
bbada82f80
-Reorganized all properties of project settings (Sorry, Again).
...
(Lot's of bloat accumulated, so it was time for clean up.)
-Made EditorSettings and ProjectSettings search more useful (search in sections too)
2017-07-17 22:18:58 -03:00
Poommetee Ketson
e4dc52ba81
Fix Zlib license not extracted
2017-07-18 08:02:56 +07:00
Rémi Verschelde
34c20248b3
Merge pull request #9577 from MarianoGnu/master
...
Add anchor shortcut to fit parent
2017-07-17 23:14:52 +02:00
Rémi Verschelde
4680effcb3
Merge pull request #9666 from toger5/betterFocusCanvasEditor
...
Focus box size fix for new theme
2017-07-17 22:36:20 +02:00
Rémi Verschelde
2b8342e308
Merge pull request #9652 from djrm/theme_fixes
...
Improvements and fixes for the default theme.
2017-07-17 22:36:00 +02:00
redtoorange
b2d2116a3a
Fixed bug that prevented creating polygons.
2017-07-17 22:17:39 +02:00
Jakub Grzesik
c66ccbbf4c
Subscene icon tooltip update
...
Subscene tooltip text changed to 'Open in Editor'
closes #9667
2017-07-17 19:58:36 +02:00
Rémi Verschelde
4fe63ed7a3
Merge pull request #9642 from kubecz3k/checkbox-fix
...
Fix uncheckable checkboxes in RMB menu. closes #9625
2017-07-17 12:05:29 +02:00
Daniel J. Ramirez
a3c2d9a6bd
Improvements and fixes for the default theme.
...
Added customizable border size and window highlight.
2017-07-16 13:23:59 -05:00
toger5
7556aacb03
focus box size fix for new theme
2017-07-16 20:07:06 +02:00
Juan Linietsky
5e361ba2ea
Script editor usability fixes
2017-07-15 09:35:29 -03:00
Juan Linietsky
2e73be99d8
Lots of work on Audio & Physics engine:
...
-Added new 3D stream player node
-Added ability for Area to capture sound from streams
-Added small features in physics to be able to properly guess distance to areas for sound
-Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children
-Fixed KinematicBody API to make it the same as 2D.
2017-07-15 08:32:34 -03:00
Rémi Verschelde
e64b82ebfc
Some more typo fixes for "threshold"
...
Looks like @reduz really does not like that word.
2017-07-15 12:01:46 +02:00
Mariano Suligoy
99bda42d4d
Add anchor shortcut to fit parent
...
Also remove old Edit -> Expand to Parent menu option
2017-07-14 10:25:50 -03:00
Jakub Grzesik
7f31cbda4f
Fix uncheckable checkboxes in RMB menu. closes #9625
2017-07-14 10:59:11 +02:00
Rémi Verschelde
9fd7beaa93
Merge pull request #9622 from Hinsbart/default_templates
...
Add default GDScript templates.
2017-07-13 11:51:19 +02:00
Rémi Verschelde
5cd4fdfda5
Merge pull request #9621 from djrm/Icons
...
Added some missing icons, fixed search button as zoom in some ui elem…
2017-07-13 11:50:28 +02:00
Daniel J. Ramirez
12db63df14
Added some missing icons, fixed some ui icons
2017-07-12 14:11:56 -05:00
Andreas Haas
7ac2b6d3b3
Add default GDScript templates.
...
Adds some default templates, an empty one (that just extends the base class) and one without the comments.
Note: If you ran a previous build of Godot 3 before, remove or rename the script_templates folder in order to get these.
2017-07-12 20:54:12 +02:00
Poommetee Ketson
da8734bd30
EditorHelpBit: fix stylebox error of some instances
2017-07-13 01:27:26 +07:00
Rémi Verschelde
9f0a65b804
Merge pull request #9566 from kubecz3k/tool-open-scn
...
EditorPlugin ability to open and reload scenes from scn filepath
2017-07-11 16:41:44 +02:00
Rémi Verschelde
3741a57657
Merge pull request #9589 from Noshyaar/ref
...
Include Git hash in the engine
2017-07-11 16:37:25 +02:00
Poommetee Ketson
5a9eb5ef58
Include Git hash in the engine
2017-07-11 15:57:52 +07:00
Jakub Grzesik
90bcb345b4
EditorPlugin ability to open and reload scns from filepath
2017-07-11 10:22:44 +02:00
Thomas Herzog
34edac54e3
Merge pull request #9510 from kubecz3k/tab-reposition
...
ability to reposition scene tabs with drag & drop
2017-07-11 00:11:03 +02:00
Thomas Herzog
93dcfe1246
Merge pull request #9559 from Noshyaar/pr-2
...
ScriptCreateDialog: Fix regressions from #9536
2017-07-10 22:59:02 +02:00
Thomas Herzog
aa52f7c8d4
Merge pull request #9572 from Noshyaar/rlts
...
Fix duplicated resource_local_to_scene
2017-07-10 22:56:12 +02:00
Jakub Grzesik
98897d0415
Ability to toggle script panel visibility
2017-07-10 14:25:06 +02:00
Jakub Grzesik
29c2aabdaf
ability to reposition scene tabs with drag & drop
2017-07-10 10:31:15 +02:00
Poommetee Ketson
7c5a19dcd6
Fix crash on closing [empty](*) scene tab
2017-07-10 02:01:12 +07:00
Poommetee Ketson
9ef0d0f96e
ScriptCreateDialog: Fix regressions from #9536
2017-07-09 13:36:57 +07:00
Poommetee Ketson
68fdcc4f83
Fix duplicated resource_local_to_scene
2017-07-09 13:26:10 +07:00
Poommetee Ketson
2fd204c35e
Refactor 'treshold' to 'threshold'
2017-07-08 22:24:56 +07:00
Rémi Verschelde
0067982f5e
Merge pull request #9535 from GodotExplorer/pr-editor-theme-justify
...
Justify the editor theme style colors
2017-07-08 15:53:37 +02:00
Poommetee Ketson
ab948dd3d1
About: center valign copyright label
2017-07-08 20:47:27 +07:00
Rémi Verschelde
9890b1ee4e
Merge pull request #9536 from Noshyaar/pr
...
ScriptCreateDialog: fix open error crash, remember template
2017-07-08 11:03:08 +02:00
Rémi Verschelde
484775e260
Merge pull request #9533 from echo-Mike/bug#7755
...
Inline documentation request satisfied.
2017-07-08 11:02:52 +02:00
Rémi Verschelde
752d0c0bcf
Merge pull request #9514 from Noshyaar/pr-license
...
About: add thirdparty license info
2017-07-08 11:01:55 +02:00
geequlim
b95ba28800
Justify the editor theme style colors
2017-07-08 16:33:42 +08:00
Rémi Verschelde
095f0c956e
Fix wrong cast to Node2D instead of Control
...
As reported by @sanikoyes.
2017-07-08 09:42:48 +02:00
ducdetronquito
566655adc1
[ #9292 ] Renamed Image.put_pixel() to set_pixel().
2017-07-07 19:05:45 +02:00
Poommetee Ketson
a94ea0b9fe
ScriptCreateDialog: fix open error crash, remember template
2017-07-07 20:42:39 +07:00
Mike Demchenko
836c8bfacf
Inline documentation request satisfied.
2017-07-07 03:01:46 +04:00
Juan Linietsky
bd9d98c172
Ability to set rotation and scaling pivot for controls.
2017-07-06 17:42:44 -03:00
Poommetee Ketson
da2de8932c
About: add thirdparty license info
2017-07-06 14:42:47 +07:00
Juan Linietsky
12a8fedfe6
Some changes to dual paraboloid envmap generation, fixes somme bleeding
2017-07-05 19:39:45 -03:00
Rémi Verschelde
c81fd8c687
Merge pull request #9492 from kubecz3k/subscene-click-fix
...
fix for redundant RMB options for toplevel node
2017-07-05 10:51:31 +02:00