Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-02 | Merge pull request #11700 from tagcup/clearcoat_fix | Andreas Haas | |
Fix clearcoat without Schlick-GGX specular. | |||
2017-10-02 | Merge pull request #11706 from toger5/create_node_preferred_logic | Andreas Haas | |
added smart searching with preferrence to root node | |||
2017-10-02 | Merge pull request #11730 from gabrielformiga/fix-small-png-texture-import | Andreas Haas | |
Change to Image::shrink_x2 function preventing it set a 0 width/height for mipmapped textures | |||
2017-10-02 | Merge pull request #11747 from Noshyaar/pr-๑ | Andreas Haas | |
EditorAudioBus: restore delete option on master bus | |||
2017-10-02 | Merge pull request #11752 from Listwon/vsscons | Andreas Haas | |
Fix scons: *** No SConstruct file found | |||
2017-10-02 | Merge pull request #11753 from Listwon/Intellisense | Andreas Haas | |
Fix IntelliSense | |||
2017-10-02 | Merge pull request #11754 from magyar123/master | Andreas Haas | |
Fixed center align in LineEdit | |||
2017-10-02 | Merge pull request #11757 from mhilbrunner/doc_status_py27 | Andreas Haas | |
doc_status.py Python 2.7 backwards compatibility & Windows support | |||
2017-10-02 | Merge pull request #11767 from Noshyaar/pr-๒ | Andreas Haas | |
3DEditorGizmo: fix spotlight and camera gizmo & handle | |||
2017-10-02 | Merge pull request #11768 from cbscribe/kcc_polygon2d_doc | Andreas Haas | |
[DOCS] Update Polygon2D and CollisionPolygon2D | |||
2017-10-02 | Merge pull request #11575 from marcelofg55/move_path_to_trash | Poommetee Ketson | |
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash | |||
2017-10-02 | Merge pull request #11646 from djrm/pr_visual_improvements | Poommetee Ketson | |
Several visual improvements. | |||
2017-10-02 | Merge pull request #11650 from kitsune/fix-range-unshare-crash | Poommetee Ketson | |
Fix crash when unsharing a range that is not shared | |||
2017-10-02 | Merge pull request #11661 from mhilbrunner/issue-11616-always-validate | Poommetee Ketson | |
Editor: Run validation on every text change, not only inserts | |||
2017-10-02 | Merge pull request #11674 from marcelofg55/master | Poommetee Ketson | |
Prevent a possible crash when exporting to MeshLibrary | |||
2017-10-02 | Merge pull request #11743 from groud/zoom_button_fix | Poommetee Ketson | |
Fix zoom button not zooming on the screen center | |||
2017-10-02 | Merge pull request #11724 from marcelofg55/visualscript_crashfix | Poommetee Ketson | |
VisualScript crashfix when returns are too few | |||
2017-10-02 | Merge pull request #11725 from GDquest/control-docs | Poommetee Ketson | |
[DOCS] Write member, signals and constants in the Control class [ci skip] | |||
2017-10-02 | Merge pull request #11734 from Jerome67000/json_doc | Poommetee Ketson | |
[DOCS] Adds JSON and JSONParseResult doc [ci skip] | |||
2017-10-02 | Merge pull request #11716 from marcelofg55/coreaudio_driver | Poommetee Ketson | |
Merged iphone and osx audio drivers into drivers/coreaudio | |||
2017-10-02 | Merge pull request #11713 from dracc/master | Poommetee Ketson | |
Added VehicleWheel::get_skidinfo() | |||
2017-10-02 | [DOCS] Update Polygon2D and CollisionPolygon2D | Chris Bradfield | |
2017-10-02 | Merge pull request #11654 from bojidar-bg/docstatus-fnmatch | Poommetee Ketson | |
Allow using wildcards to filter docstatus class names | |||
2017-10-02 | Merge pull request #11774 from ISylvox/fix-msvc-build | Leon Krause | |
Fixed MSVC build issue introduced by c864b78 | |||
2017-10-02 | Fixed MSVC build issue introduced by commit ↵ | Indah Sylvia | |
c864b782c05f5e2833afd69a4c0dfc6fbcfc4b26 | |||
2017-10-02 | missing PI division on vertex shader | Juan Linietsky | |
2017-10-02 | Merge pull request #11778 from ↵ | Thomas Herzog | |
touilleMan/gdnative-add-library-path-to-init-options [GDnative] add library path to init options | |||
2017-10-02 | [GDnative] Add active_library_path to init options struct | Emmanuel Leblond | |
2017-10-02 | [GDnative] Add binding to GDNativeLibrary::get_active_library_path | Emmanuel Leblond | |
2017-10-02 | Use primary WebAssembly.instantiate overload | Leon Krause | |
Previously WebAssembly.compile was used along with the secondary WebAssembly.instantiate overload. Using only the primary overload is recommended to get best performance. | |||
2017-10-02 | [DOCS] Adds JSON and JSONParseResult doc | Jerome67000 | |
2017-10-02 | [DOCS] Write member, signals and constants in the Control class | Nathan | |
I left the following properties and constants out: - rect_clip_content, I think it should let me resize the node below the content's size, but even with the minimum size set to (0,0) Godot won't let me - mouse_filter, grow_horizontal and grow_vertical, same issue, after testing I don't know when they're necessary, so can't document them. - GROW_DIRECTION_BEGIN, GROW_DIRECTION_END, MOUSE_FILTER_STOP, MOUSE_FILTER_PASS, MOUSE_FILTER_IGNORE, constants that correspond to the member variables above For the mouse_filter, I couldn't see what it does in 3.0 alpha 1. For the grow_direction, I can see they might change the size calculation when the node's size changes, but in practice, with containers, I couldn't see a difference. If you know when to use it, please tell me and I'll add them to the PR. | |||
2017-10-02 | Merge pull request #11769 from neogaston/patch-2 | Poommetee Ketson | |
Indentation Error | |||
2017-10-02 | Indentation Error | neogaston | |
TabError: inconsistent use of tabs and spaces in indentation was fixed | |||
2017-10-02 | 3DEditorGizmo: fix spotlight and camera gizmo & handle | Poommetee Ketson | |
2017-10-01 | Slight proposed fixes to PBR. | Juan Linietsky | |
2017-10-01 | Using advise from Matias, left the 0-1 range for lights, divisiom by PI, and ↵ | Juan Linietsky | |
multiplied lights by PI internally. | |||
2017-10-01 | Switched Burley/Lambert, and restored diffuse term to 0-1 range for ↵ | Juan Linietsky | |
compatibility. | |||
2017-10-01 | Merge pull request #11719 from toger5/svg_color_convert_alpha | Gilles Roudiere | |
keep alpha when converting svg colors fixes #11289 | |||
2017-10-01 | doc_status.py Python 2.7 backwards compatibility | mhilbrunner | |
2017-10-01 | Merge pull request #11755 from gabrielformiga/fix-draw-bones | Gilles Roudiere | |
Fix bone draw on viewport | |||
2017-10-01 | Merge pull request #11399 from toger5/bottom_panel_debugger | Gilles Roudiere | |
Bottom panel debugger | |||
2017-10-01 | Fix bones draw on viewport | Gabriel | |
2017-10-01 | Fixed center align in LineEdit | balint magyar | |
2017-10-01 | Fix scons: *** No SConstruct file found | Bartłomiej T. Listwon | |
Add --directory=$(ProjectDir) to build_commandline() | |||
2017-10-01 | Merge pull request #11694 from tagcup/lambert_normalization | Juan Linietsky | |
Ensure that Lambert is energy conserving. | |||
2017-10-01 | Fix IntelliSense | Bartłomiej T. Listwon | |
Fix the CPPPATH passed to MSVSProject. Uses SCons Dir() function to convert "#" paths http://www.scons.org/doc/0.97/HTML/scons-user/a3414.html#CV-CPPPATH | |||
2017-10-01 | Replace a OPCODE_BREAK with break in opcode 31 | Hein-Pieter van Braam | |
This was a mistake made in 520d84e. There are no more other looping structures left in this function. | |||
2017-10-01 | Merge pull request #11745 from jagt/fix-graphedit-scroll-axis | Gilles Roudiere | |
Fix GraphEdit mouse scroll axis. | |||
2017-10-01 | Merge pull request #11748 from tagcup/fix_burley | Juan Linietsky | |
Add missing N.L factor to Burley's contribution to radiance. |