summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-02[DOCS] Update Polygon2D and CollisionPolygon2DChris Bradfield
2017-10-01Using advise from Matias, left the 0-1 range for lights, divisiom by PI, and ↵Juan Linietsky
multiplied lights by PI internally.
2017-10-01Switched Burley/Lambert, and restored diffuse term to 0-1 range for ↵Juan Linietsky
compatibility.
2017-10-01Merge pull request #11719 from toger5/svg_color_convert_alphaGilles Roudiere
keep alpha when converting svg colors fixes #11289
2017-10-01Merge pull request #11755 from gabrielformiga/fix-draw-bonesGilles Roudiere
Fix bone draw on viewport
2017-10-01Merge pull request #11399 from toger5/bottom_panel_debuggerGilles Roudiere
Bottom panel debugger
2017-10-01Fix bones draw on viewportGabriel
2017-10-01Merge pull request #11694 from tagcup/lambert_normalizationJuan Linietsky
Ensure that Lambert is energy conserving.
2017-10-01Replace a OPCODE_BREAK with break in opcode 31Hein-Pieter van Braam
This was a mistake made in 520d84e. There are no more other looping structures left in this function.
2017-10-01Merge pull request #11745 from jagt/fix-graphedit-scroll-axisGilles Roudiere
Fix GraphEdit mouse scroll axis.
2017-10-01Merge pull request #11748 from tagcup/fix_burleyJuan Linietsky
Add missing N.L factor to Burley's contribution to radiance.
2017-10-01Add missing N.L factor to Burley's contribution to radiance.Ferenc Arn
2017-10-01Fix GraphEdit mouse scroll axis.jagt
maps BUTTON_WHEEL_UP/DOWN to vscroll of GraphEdit. maps KEY_SHIFT + BUTTON_WHEER_UP/DOWN to hscroll of GraphEdit.
2017-10-01Ability to set a module enabled/disabled by default by adding is_enabled() ↵Juan Linietsky
to config.py
2017-09-30Merge pull request #11733 from tagcup/env_brdfJuan Linietsky
Fix environmental BRDF.
2017-09-30Fix environmental BRDF.Ferenc Arn
2017-10-01Merge pull request #11635 from Jerome67000/docs_AudioEffectsPoommetee Ketson
[DOCS] AudioEffects doc [ci skip]
2017-09-30Merge pull request #11720 from ↵Poommetee Ketson
ISylvox/EnhanceExperience-onUsing-DragNDropAssetTo2DViewport Rename Patch9Rect into NinePatchRect on "Drag & Drop Asset to 2D Viewport" Feature
2017-09-30Merge pull request #11721 from groud/Fix_node2D_lockPoommetee Ketson
Fixes node2D not lockable/groupable
2017-09-30Fixes node2D not lockable/groupableGilles Roudiere
2017-09-30Renamed Patch9Rect (which was expected to be renamed to NinePacthRect) into ↵Indah Sylvia
NinePatchRect on "drag & drop asset to 2D viewport" feature.
2017-09-30keep alpha when converting svg colors fixes #11289toger5
2017-09-30Merge pull request #11712 from BastiaanOlij/fix_windows_reserved_far_nearJuan Linietsky
near and far are reserved for near and far pointers in MSVC
2017-09-30Merge pull request #11668 from scayze/open_empty_script_fixGilles Roudiere
fixed not beeing able to open empty scripts
2017-09-30Merge pull request #11684 from toger5/tab_container_menu_button_centerGilles Roudiere
Vertical alignement (TabContainer menu button)
2017-09-30Merge pull request #11701 from toger5/coustom_script_bg_fixGilles Roudiere
fixed custom background weird offset for code editor
2017-09-30Merge pull request #11704 from Hinsbart/move_interface_propertiesGilles Roudiere
EditorSettings: Move interface/ properties to interface/editor
2017-09-30near and far are reserved for near and far pointers in MSVRBastiaan Olij
2017-09-29Restored ability to import OBJ files as meshes directly. Finally closes #9445.Juan Linietsky
2017-09-29Properly allow completion on variable initializer arguments, closes #9359Juan Linietsky
2017-09-29Ability to set a custom FOV makes it possible to use sky on orthogonal view. ↵Juan Linietsky
Closes #9186
2017-09-29EditorSettings: Move interface/ properties to interface/editorAndreas Haas
Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories.
2017-09-29fixed coustom bg weired offset for code editortoger5
2017-09-29Ensure that Lambert is energy conserving.Ferenc Arn
Also remove the diffuse_color factor in Oren-Nayar (which was already taken care of below, oops).
2017-09-29Merge pull request #11672 from tagcup/fix_oren_nayarGilles Roudiere
Fix Oren-Nayar diffuse.
2017-09-29Vertical alignement (TabContainer menu button)toger5
2017-09-29Merge pull request #11667 from toger5/help_bgGilles Roudiere
fixed help bg
2017-09-29Merge pull request #11681 from ISylvox/texure-to-textureGilles Roudiere
Fix Typo: 'Texure' to 'Texture'
2017-09-28Fix Oren-Nayar diffuse.Ferenc Arn
2017-09-28fix not beeing able to open empty scriptsScayze
2017-09-29Fixed typo: 'texure' to 'texture'Indah Sylvia
2017-09-28fixed help bgtoger5
2017-09-28 fixed bottom panel debugger exceptiontoger5
- make it work in combination with the border for tabs - fixed updating when changing theme
2017-09-28[DOCS] Adds AudioEffects docJerome67000
2017-09-27Fixes to light shaders, should work now..Juan Linietsky
2017-09-27Merge pull request #11617 from groud/fix_bad_displayRémi Verschelde
Fixes bad display
2017-09-27Merge pull request #11618 from tagcup/button_toggleRémi Verschelde
Fix toggle mode of BaseButton. [ci skip]
2017-09-27Merge pull request #11632 from guilhermefelipecgs/fix_iconRémi Verschelde
Fix remove icon in autoload panel [ci skip]
2017-09-27Merge pull request #11624 from tagcup/burley_powRémi Verschelde
Avoid pow in Burley diffuse.
2017-09-27Merge pull request #11633 from marcelofg55/fix_audio_clearJuan Linietsky
Fixed bug with clearing the stream in AudioPlayerStream