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
e089989777
Merge pull request #9608 from RandomShaper/more-atomics
...
Implement more atomic ops
2017-07-18 07:48:25 +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
69a4ea34c4
Change label so they appear vertically alligned on fill
2017-07-17 22:47:00 -03: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
f36cd77feb
Merge pull request #9639 from rminderhoud/primitives
...
Moved binds of PRIMITIVE_* contants from ArrayMesh to Mesh
2017-07-18 00:44:57 +02:00
Pedro J. Estébanez
00d60125df
Implement add & subtract atomics
2017-07-17 23:26:53 +02: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
8691355158
Merge pull request #9634 from vnen/gzip-compression
...
Add GZIP compression support
2017-07-17 22:40:47 +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
Rémi Verschelde
1c1d43ef21
Merge pull request #9668 from marcelofg55/master
...
Reinit audio device when the system default device changes on OS X
2017-07-17 22:29:17 +02:00
Rémi Verschelde
8022c68589
Merge pull request #9672 from Noshyaar/pr-lineedit
...
LineEdit: don't undo uneditable LineEdit
2017-07-17 22:18:53 +02:00
redtoorange
b2d2116a3a
Fixed bug that prevented creating polygons.
2017-07-17 22:17:39 +02:00
Rémi Verschelde
46439b573a
Merge pull request #9674 from kubecz3k/fix-subscene-tooltip
...
Subscene icon tooltip update
2017-07-17 22:15:27 +02:00
Rémi Verschelde
c09ba353a5
Merge pull request #9676 from kubecz3k/signal-obj-doc
...
missing documentation for object.get_incoming_connections
2017-07-17 22:15:05 +02:00
Jakub Grzesik
fb33644652
missing object.get_incoming_connections() documentation
2017-07-17 20:22:38 +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
Poommetee Ketson
9be034a8cd
LineEdit: don't undo uneditable LineEdit
2017-07-17 20:00:01 +07:00
Rémi Verschelde
296bd5739f
Merge pull request #9648 from mbrickn/patch-1
...
Changed badge to use HTTPS
2017-07-17 12:05:48 +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
Rémi Verschelde
80b2a47022
Merge pull request #9669 from eska014/html5-implicit-cache
...
Fix zipping HTML5 templates when using SCons' implicit cache
2017-07-17 12:04:18 +02:00
Marcelo Fernandez
764f607611
Reinit audio device when the system default device changes on OS X
2017-07-16 23:35:23 -03:00
L. Krause
69e0dee983
Fix zipping HTML5 templates when using implicit cache
2017-07-17 03:53:31 +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
4366b7c8b0
Added a simpler/faster way to bind script languages instance wrappers to Godot
2017-07-16 12:40:23 -03:00
Rémi Verschelde
40ab9adec3
Merge pull request #9665 from devnexen/get_executable_path_fix
...
get_executable_path slight change to make it work under OpenBSD
2017-07-16 12:22:32 +02:00
Andreas Haas
2b7b67b7b1
Bindings: Fix Object::get_meta return type.
...
The method was shown as void in the docs.
2017-07-16 11:57:08 +02:00
David Carlier
df87ad14d0
get_executable_path slight change to make it work under OpenBSD
2017-07-16 10:53:51 +01:00
Juan Linietsky
3da3a36034
Many fixes to improve GI Probe quality
2017-07-15 23:24:37 -03:00
Juan Linietsky
5dd7c3b6ab
Fix to make voxel cone tracing work properly again
2017-07-15 20:02:56 -03:00
Juan Linietsky
741145febd
-Fix for multiple reflection probes causing issues.
...
-Fix for positional sound corruption to avoid making people deaf.
2017-07-15 18:42:06 -03:00
Thomas Herzog
6422b9d150
Merge pull request #9660 from sheepandshepherd/dictionary_next
...
Expose Dictionary::next to GDNative
2017-07-15 23:31:29 +02:00
sheepandshepherd
914a68723f
Expose Dictionary::next to GDNative
2017-07-15 23:02:19 +02:00
Rémi Verschelde
a5b7c2200c
Merge pull request #9658 from dumitru-stama/docfix_twostep
...
Docfix twostep
[ci skip]
2017-07-15 18:52:15 +02:00
dumitru-stama
06831d5088
Added documentation for blit_rect_mask
2017-07-15 09:40:52 -07:00
dumitru-stama
03425fe088
sync doc template
2017-07-15 09:38:46 -07: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
Rémi Verschelde
b1ca62af52
libpng: Update to upstream version 1.6.30
2017-07-14 22:36:01 +02:00
Maxwell Paul Brickner
1dcd4d3624
Changed badge to use HTTPS
...
Howdy!
I just changed the Code Triage badge to use https instead of http.
Thanks for your time! :D
2017-07-14 16:10:55 -04:00
Rémi Verschelde
e70d36071e
doc: Sync classref with current source
...
Some descriptions were lost for refactored APIs, but they cannot be matched 1:1
with the new ones, so will need to be rewritten anyway.
2017-07-14 17:56:27 +02:00
Ralph Minderhoud
bf18c35dd7
Moved binds of PRIMITIVE_* contants from ArrayMesh to Mesh
2017-07-14 08:46:21 -05: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
9a502d3c17
Merge pull request #9619 from marcelofg55/master
...
Fix fullscreen on X11 for non-resizable windows
2017-07-13 20:31:33 +02:00