Rémi Verschelde
71ada5bc2c
Merge pull request #9015 from mcanders/mcanders/ParseObjectVariantFix
...
Fix Variant::OBJECT token parsing
2017-06-07 07:51:32 +02:00
Rémi Verschelde
897d6377b7
Revert "Fix text warp in color blocks with CJK"
...
This reverts commit cd778e00dc
.
That commit introduced regressions for non-CJK languages are discussed
in #8952 . Fixes #9078 .
2017-06-07 07:38:53 +02:00
Andreas Haas
9e5efa4abd
GraphNode: Remove debug print.
2017-06-06 21:19:55 +02:00
Juan Linietsky
0fb99306ff
-working SCREEN_TEXTURE, SCREEN_UV shader variables
...
-Added refraction support for default material
-Enabled BCS adjustments, as well as color correction.
2017-06-05 22:34:32 -03:00
Rémi Verschelde
b21e68c8bc
Merge pull request #9007 from noshyaar/pr-about
...
AboutBox: update copyright, add contributors list
2017-06-05 16:49:50 +02:00
Rémi Verschelde
b5837b333b
Merge pull request #9055 from noshyaar/pr-fix
...
Fix build error on master, commit f8d7670
2017-06-05 16:28:39 +02:00
Poommetee Ketson
5fd458e03a
Fix build error
2017-06-05 21:19:54 +07:00
Rémi Verschelde
f8d7670e82
Merge pull request #9038 from AlexHolly/rect2-rename-pos
...
renamed all Rect2.pos to Rect2.position
2017-06-05 15:52:05 +02:00
Rémi Verschelde
075c7d8133
Merge pull request #8990 from zer0problem/master
...
Fixed .hdr support to compile on windows
2017-06-05 15:45:53 +02:00
Rémi Verschelde
d3afecf681
Merge pull request #8974 from Paulb23/script_overview
...
Added script overview
2017-06-05 15:42:12 +02:00
Rémi Verschelde
f09f1456b3
Merge pull request #9050 from vnen/fix-run-window-size
...
Update window size property names for editor run
2017-06-05 08:52:58 +02:00
Carter Anderson
0a8de39bb1
Fix Variant::OBJECT token parsing
2017-06-04 21:33:09 -07:00
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
George Marques
18d7ab21df
Update window size property names for editor run
2017-06-04 19:55:24 -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
alexholly
a3c90b0293
renamed all Rect2.pos to Rect2.position
2017-06-04 02:09:17 +02: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
Poommetee Ketson
db439308e6
About: add contributors list
2017-06-01 18:15:15 +07: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
zer0problem
cc05a90bf7
Fixed compiling on windows after .hdr support
...
Changed type to avoid casting.
2017-05-31 13:11:11 +02: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
Paulb23
a4e222ae71
Added members overview
2017-05-29 12:56:33 +01: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