summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-18Fixed slider centering when using SIZE_EXPAND_FILL.Daniel J. Ramirez
2017-07-17Change label so they appear vertically alligned on fillJuan Linietsky
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
(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-18Merge pull request #9639 from rminderhoud/primitivesRémi Verschelde
Moved binds of PRIMITIVE_* contants from ArrayMesh to Mesh
2017-07-17Merge pull request #9577 from MarianoGnu/masterRémi Verschelde
Add anchor shortcut to fit parent
2017-07-17Merge pull request #9634 from vnen/gzip-compressionRémi Verschelde
Add GZIP compression support
2017-07-17Merge pull request #9666 from toger5/betterFocusCanvasEditorRémi Verschelde
Focus box size fix for new theme
2017-07-17Merge pull request #9652 from djrm/theme_fixesRémi Verschelde
Improvements and fixes for the default theme.
2017-07-17Merge pull request #9668 from marcelofg55/masterRémi Verschelde
Reinit audio device when the system default device changes on OS X
2017-07-17Merge pull request #9672 from Noshyaar/pr-lineeditRémi Verschelde
LineEdit: don't undo uneditable LineEdit
2017-07-17Fixed bug that prevented creating polygons.redtoorange
2017-07-17Merge pull request #9674 from kubecz3k/fix-subscene-tooltipRémi Verschelde
Subscene icon tooltip update
2017-07-17Merge pull request #9676 from kubecz3k/signal-obj-docRémi Verschelde
missing documentation for object.get_incoming_connections
2017-07-17missing object.get_incoming_connections() documentationJakub Grzesik
2017-07-17Subscene icon tooltip updateJakub Grzesik
Subscene tooltip text changed to 'Open in Editor' closes #9667
2017-07-17LineEdit: don't undo uneditable LineEditPoommetee Ketson
2017-07-17Merge pull request #9648 from mbrickn/patch-1Rémi Verschelde
Changed badge to use HTTPS
2017-07-17Merge pull request #9642 from kubecz3k/checkbox-fixRémi Verschelde
Fix uncheckable checkboxes in RMB menu. closes #9625
2017-07-17Merge pull request #9669 from eska014/html5-implicit-cacheRémi Verschelde
Fix zipping HTML5 templates when using SCons' implicit cache
2017-07-16Reinit audio device when the system default device changes on OS XMarcelo Fernandez
2017-07-17Fix zipping HTML5 templates when using implicit cacheL. Krause
2017-07-16Improvements and fixes for the default theme.Daniel J. Ramirez
Added customizable border size and window highlight.
2017-07-16focus box size fix for new themetoger5
2017-07-16Added a simpler/faster way to bind script languages instance wrappers to GodotJuan Linietsky
2017-07-16Merge pull request #9665 from devnexen/get_executable_path_fixRémi Verschelde
get_executable_path slight change to make it work under OpenBSD
2017-07-16Bindings: Fix Object::get_meta return type.Andreas Haas
The method was shown as void in the docs.
2017-07-16get_executable_path slight change to make it work under OpenBSDDavid Carlier
2017-07-15Many fixes to improve GI Probe qualityJuan Linietsky
2017-07-15Fix to make voxel cone tracing work properly againJuan Linietsky
2017-07-15-Fix for multiple reflection probes causing issues.Juan Linietsky
-Fix for positional sound corruption to avoid making people deaf.
2017-07-15Merge pull request #9660 from sheepandshepherd/dictionary_nextThomas Herzog
Expose Dictionary::next to GDNative
2017-07-15Expose Dictionary::next to GDNativesheepandshepherd
2017-07-15Merge pull request #9658 from dumitru-stama/docfix_twostepRémi Verschelde
Docfix twostep [ci skip]
2017-07-15Added documentation for blit_rect_maskdumitru-stama
2017-07-15sync doc templatedumitru-stama
2017-07-15Script editor usability fixesJuan Linietsky
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
-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-15Some more typo fixes for "threshold"Rémi Verschelde
Looks like @reduz really does not like that word.
2017-07-14libpng: Update to upstream version 1.6.30Rémi Verschelde
2017-07-14Changed badge to use HTTPSMaxwell Paul Brickner
Howdy! I just changed the Code Triage badge to use https instead of http. Thanks for your time! :D
2017-07-14doc: Sync classref with current sourceRémi Verschelde
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-14Moved binds of PRIMITIVE_* contants from ArrayMesh to MeshRalph Minderhoud
2017-07-14Add anchor shortcut to fit parentMariano Suligoy
Also remove old Edit -> Expand to Parent menu option
2017-07-14Fix uncheckable checkboxes in RMB menu. closes #9625Jakub Grzesik
2017-07-13Merge pull request #9619 from marcelofg55/masterRémi Verschelde
Fix fullscreen on X11 for non-resizable windows
2017-07-13Add GZIP compression supportGeorge Marques
- Fix a wrong call in PoolByteArray::compress
2017-07-13Fix fullscreen on X11 for non-resizable windowsMarcelo Fernandez
2017-07-13Merge pull request #9627 from Noshyaar/dialogRémi Verschelde
AcceptDialog: fix child w/ ANCHOR_END sized wrong until resized
2017-07-13Merge pull request #9626 from Noshyaar/labelRémi Verschelde
Control: save SIZE_FILL size flag property
2017-07-13Merge pull request #9622 from Hinsbart/default_templatesRémi Verschelde
Add default GDScript templates.