Juan Linietsky
40959acef2
Quick access list to subresources on RMB
2017-06-05 00:12:19 -03:00
Juan Linietsky
01198cb896
Removed stupid right arrow to edit resource. Now simply click it..
2017-06-04 20:35:45 -03:00
Juan Linietsky
5aa66d03d8
Added depth texture support (using parallax) to default material.
2017-06-04 20:35:45 -03:00
Rémi Verschelde
b3b787e37b
Merge pull request #9049 from toger5/porojectEditorAlignment
...
project manager, fixed size of sort button (hiDpi)
2017-06-04 23:06:48 +02:00
toger5
c33eff4bf9
project manager, fixed siing of sort button
2017-06-04 13:54:19 -07:00
Juan Linietsky
8126a0cb12
subsurface scattering is fixed and working again
2017-06-03 21:14:05 -03:00
Andreas Haas
69bec86028
Merge pull request #9031 from Hinsbart/inputevent_pos
...
InputEvent: Renamed "pos" property to "position"
2017-06-03 12:47:54 +02:00
Andreas Haas
9bc5348961
InputEvent: Renamed "pos" property to "position"
...
Make the naming consistent with other classes.
2017-06-03 11:26:39 +02:00
Rémi Verschelde
5a6d4971e1
Merge pull request #8973 from thomas-goerlich/8957_rand_range_bugfix
...
Fixed rand_range not returning correct random values on windows
2017-06-03 08:44:07 +02:00
Juan Linietsky
8a1097a224
many fixes to image loader, voxel cone tracing, etc.
2017-06-02 22:08:41 -03:00
Juan Linietsky
e79d7149ea
GI probes working back again
2017-06-01 22:38:07 -03:00
Juan Linietsky
c03131fc9f
Rework shading modes and change location of light shader
2017-06-01 18:56:02 -03:00
Andreas Haas
5dd52320cb
Merge pull request #8982 from noshyaar/pr-anim
...
Fix autoplay animation starts from last editor state #8976
2017-06-01 21:05:41 +02:00
Andreas Haas
d58a58402e
Merge pull request #8971 from noshyaar/pr-help
...
EditorHelp: Help>Class now switch to script editor
2017-06-01 21:04:11 +02:00
Rémi Verschelde
59322d4cc4
Merge pull request #9011 from karroffel/ptrcall-nightmare-fix
...
fixed PowerState enum cast
2017-06-01 09:42:05 +02:00
Juan Linietsky
bd26fa7bf2
stuff got modified :(
2017-05-31 20:29:56 -03:00
Juan Linietsky
a134f58fb3
rewritten PBR implementation to make it friendlier with Blender
2017-05-31 20:29:56 -03:00
Karroffel
6bda2876f1
fixed PowerState enum cast
...
Quite a while ago I made a commit (131631b
) where I did a weird
thing to fix compilation with PTRCALL_ENABLED. And I couldn't
sleep because of this after all these months. So here is the
proper version.
2017-06-01 00:16:33 +02:00
Thomas Herzog
a802bd91d0
Merge pull request #9010 from sheepandshepherd/gdnative_poolvector_typos
...
Fix GDNative PoolVector typos
2017-05-31 21:57:54 +00:00
sheepandshepherd
4844013827
Fix GDNative PoolVector typos
2017-05-31 23:44:20 +02:00
Poommetee Ketson
ef7d1b1571
EditorHelp: Help>Class now switch to script editor
2017-05-31 23:54:54 +07:00
Poommetee Ketson
c7ac90c97f
Fix autoplay animation starts from last editor state #8976
2017-05-31 23:54:40 +07:00
Thomas Herzog
d82cc20c2a
Merge pull request #9004 from sheepandshepherd/gdnative_copy_ctors
...
Expose copy constructor for some GDNative types
2017-05-30 23:40:11 +00:00
sheepandshepherd
9f34bb4ebe
Wrap copy constructor for some GDNative types
2017-05-31 00:03:50 +02:00
Juan Linietsky
5567e898d1
Several fixes related to PBR and Environment
2017-05-30 08:56:19 -03:00
Rémi Verschelde
0a6faeb4f5
Merge pull request #8996 from groud/contributing-readme
...
CONTRIBUTING.md : formatting to 80 columns and added a little paragraph about translations
[ci skip]
2017-05-30 11:40:33 +02:00
Gilles Roudiere
4f874e4f8e
Formatting CONTRIBUTING.md to 80 colums
...
Added a little paragraph about how to contribute to Godot's translations
2017-05-30 11:28:58 +02:00
Thomas Görlich
2c6449c4fc
Changed enum to const because enum with uint64 size does not work on VSC++ Compiler
2017-05-29 23:56:21 +02:00
Rémi Verschelde
74a0bed3d2
Merge pull request #8986 from Hinsbart/cursor_warning
...
X11: Turn warning about not finding cursor theme into verbose output.
2017-05-29 20:47:05 +02:00
Andreas Haas
d6333066fc
X11: Turn warning about not finding cursor theme into verbose output.
...
Failing to get the cursor theme should not cause any issues since we're then using the default one anyway.
So I removed the warning and made it a verbose-only print instead, as people tend to mistake it for a real error..
(pretty much like `iCCP: known incorrect sRGB profile` :P)
2017-05-29 20:41:18 +02:00
Rémi Verschelde
b3c6d9914a
Merge pull request #8978 from noshyaar/pr-sort
...
NaturalSort: strings start with . treated differently
2017-05-29 08:09:45 +02:00
suptoasty
e0befd2f23
Fixed a typo in a Visual Server var name ( #8977 )
2017-05-29 08:08:16 +02:00
Poommetee Ketson
ff03d846eb
NaturalSort: strings start with . treated differently
2017-05-29 09:59:02 +07:00
Juan Linietsky
bb20f230ad
-Added .hdr format support
...
-Added default environment editor setting
-Added environment created by default in new projects
-Removed default light and ambient from spatial editor, to make the editor more PBR compliant
2017-05-28 21:48:05 -03:00
Rémi Verschelde
06fc963796
Merge pull request #8975 from timoschwarzer/new-icons
...
Use new icons everywhere
2017-05-28 21:50:09 +02:00
Rémi Verschelde
0daa6174be
Remove obsolete signal_renames file
2017-05-28 21:35:58 +02:00
Rémi Verschelde
47e0e530a9
opus: Update to upstream version 1.1.5
2017-05-28 21:15:14 +02:00
Timo Schwarzer
1e29d92dfa
Use new icons everywhere
...
Closes #8879
2017-05-28 20:18:30 +02:00
Rémi Verschelde
a100f01870
Merge pull request #8972 from Kristonitas/master
...
Fixing typo for rect_position in _change_notify call for Control
2017-05-28 17:00:25 +02:00
Kristupas Stumbrys
0251e9eb01
Fixing typo for rect_position in _change_notify call for Control
2017-05-28 16:38:22 +03:00
Rémi Verschelde
c814d65fae
Merge pull request #8966 from voithos/path2d-bezier-handle-fix
...
Fix moving path controls in edit mode.
2017-05-28 10:04:56 +02:00
Rémi Verschelde
8125bbba59
Merge pull request #8968 from noshyaar/pr-bug2
...
CreateDialog: fix activating recent item creates node selected in search result
2017-05-28 09:29:51 +02:00
Rémi Verschelde
ba5098a123
Merge pull request #8967 from noshyaar/pr-bug
...
CreateDialog: select root if search exactly match
2017-05-28 09:28:57 +02:00
Poommetee Ketson
db64fcdd5f
CreateDialog: fix activating recent item creates node selected in search result
2017-05-28 13:40:08 +07:00
Poommetee Ketson
9fb90d7aea
CreateDialog: select root if search exactly match
2017-05-28 12:53:11 +07:00
Zaven Muradyan
f460f82ec1
Fix moving path controls in edit mode.
...
The previous code would never trigger the subsequent conditionals (for
moving the control points) when in EDIT_MODE because the point
conditionals were nested instead of being a conjunction.
2017-05-27 18:47:45 -07:00
Rémi Verschelde
1525071c28
Merge pull request #8960 from akien-mga/openssl-1.0.2l
...
OpenSSL: Cleanup and document update process from upstream sources + 1.0.2l
2017-05-27 19:51:04 +02:00
Rémi Verschelde
67305d1b0a
openssl: Sync with upstream 1.0.2l
2017-05-27 19:08:07 +02:00
Rémi Verschelde
996f1ae29e
openssl: Reapply necessary UWP changes from patch
2017-05-27 19:08:07 +02:00
Rémi Verschelde
c1b0662b40
openssl: Define WIN32_LEAN_AND_MEAN on Windows
...
This avoids namespace collisions with things such as X509_NAME.
Also force include of necessary definitions in `crypto/o_str.c`
which seem missing on MSVC (but work on MinGW).
2017-05-27 19:08:03 +02:00