aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11650 from kitsune/fix-range-unshare-crashPoommetee Ketson2017-10-021-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix crash when unsharing a range that is not shared
| * | | | | | | | | | | | | | | | | | | | | | | Fix crash when unsharing a range that is not sharedDylan Enloe2017-09-281-4/+6
| |/ / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a guard to Range::_unref_shared to prevent it from doing anything in the event that shared is null. Fixes Issue: #11521
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11661 from mhilbrunner/issue-11616-always-validatePoommetee Ketson2017-10-021-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Editor: Run validation on every text change, not only inserts
| * | | | | | | | | | | | | | | | | | | | | | | Editor: Run validation on every text change, not only insertsmhilbrunner2017-09-301-1/+2
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11674 from marcelofg55/masterPoommetee Ketson2017-10-021-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | Prevent a possible crash when exporting to MeshLibrary
| * | | | | | | | | | | | | | | | | | | | | | Prevent a possible crash when exporting to MeshLibraryMarcelo Fernandez2017-09-281-1/+3
| |/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #11743 from groud/zoom_button_fixPoommetee Ketson2017-10-022-44/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix zoom button not zooming on the screen center
| * | | | | | | | | | | | | | | | | | | | | | Fix zoom button not zooming on the screen centerGilles Roudiere2017-10-012-44/+22
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #11724 from marcelofg55/visualscript_crashfixPoommetee Ketson2017-10-021-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VisualScript crashfix when returns are too few
| * | | | | | | | | | | | | | | | | | | | | | VisualScript crashfix when returns are too fewMarcelo Fernandez2017-09-301-2/+8
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11725 from GDquest/control-docsPoommetee Ketson2017-10-021-34/+103
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Write member, signals and constants in the Control class [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | [DOCS] Write member, signals and constants in the Control classNathan2017-10-021-34/+103
| |/ / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11734 from Jerome67000/json_docPoommetee Ketson2017-10-022-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Adds JSON and JSONParseResult doc [ci skip]
| * | | | | | | | | | | | | | | | | | | | | | | [DOCS] Adds JSON and JSONParseResult docJerome670002017-10-022-0/+18
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11716 from marcelofg55/coreaudio_driverPoommetee Ketson2017-10-0215-301/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged iphone and osx audio drivers into drivers/coreaudio
| * | | | | | | | | | | | | | | | | | | | | | | | Merged iphone and osx audio drivers into drivers/coreaudioMarcelo Fernandez2017-09-3015-301/+68
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11713 from dracc/masterPoommetee Ketson2017-10-022-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added VehicleWheel::get_skidinfo()
| * | | | | | | | | | | | | | | | | | | | | | | | Added VehicleWheel::get_skidinfo().Lucas Eriksson2017-09-302-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11654 from bojidar-bg/docstatus-fnmatchPoommetee Ketson2017-10-021-5/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow using wildcards to filter docstatus class names
| * | | | | | | | | | | | | | | | | | | | | | | | | Allow using wildcards to filter docstatus class namesBojidar Marinov2017-09-281-5/+8
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11774 from ISylvox/fix-msvc-buildLeon Krause2017-10-021-10/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixed MSVC build issue introduced by c864b78
| * | | | | | | | | | | | | | | | | | | | | | | | Fixed MSVC build issue introduced by commit ↵Indah Sylvia2017-10-021-10/+10
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c864b782c05f5e2833afd69a4c0dfc6fbcfc4b26
* | | | | | | | | | | | | | | | | | | | | | | | missing PI division on vertex shaderJuan Linietsky2017-10-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11778 from ↵Thomas Herzog2017-10-022-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | touilleMan/gdnative-add-library-path-to-init-options [GDnative] add library path to init options
| * | | | | | | | | | | | | | | | | | | | | | | | [GDnative] Add active_library_path to init options structEmmanuel Leblond2017-10-022-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | [GDnative] Add binding to GDNativeLibrary::get_active_library_pathEmmanuel Leblond2017-10-021-0/+1
| |/ / / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / / / Use primary WebAssembly.instantiate overloadLeon Krause2017-10-021-3/+3
|/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously WebAssembly.compile was used along with the secondary WebAssembly.instantiate overload. Using only the primary overload is recommended to get best performance.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #11769 from neogaston/patch-2Poommetee Ketson2017-10-021-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Indentation Error
| * | | | | | | | | | | | | | | | | | | | | | | Indentation Error neogaston2017-10-021-4/+4
|/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TabError: inconsistent use of tabs and spaces in indentation was fixed
* | | | | | | | | / / / / / / / / / / / / / / Slight proposed fixes to PBR.Juan Linietsky2017-10-011-2/+2
| |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Using advise from Matias, left the 0-1 range for lights, divisiom by PI, and ↵Juan Linietsky2017-10-012-16/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiplied lights by PI internally.
* | | | | | | | | | | | | | | | | | | | | | Switched Burley/Lambert, and restored diffuse term to 0-1 range for ↵Juan Linietsky2017-10-013-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compatibility.
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #11719 from toger5/svg_color_convert_alphaGilles Roudiere2017-10-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keep alpha when converting svg colors fixes #11289
| * | | | | | | | | | | | | | | | | | | | | | keep alpha when converting svg colors fixes #11289toger52017-09-301-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #11755 from gabrielformiga/fix-draw-bonesGilles Roudiere2017-10-011-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bone draw on viewport
| * | | | | | | | | | | | | | | | | | | | | | Fix bones draw on viewportGabriel2017-10-011-0/+1
| | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #11399 from toger5/bottom_panel_debuggerGilles Roudiere2017-10-013-35/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | Bottom panel debugger
| * | | | | | | | | | | | | | | | | | | | | fixed bottom panel debugger exceptiontoger52017-09-283-35/+29
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make it work in combination with the border for tabs - fixed updating when changing theme
* | | | | | | | | | | | | | | | | | | | | Merge pull request #11694 from tagcup/lambert_normalizationJuan Linietsky2017-10-011-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | Ensure that Lambert is energy conserving.
| * | | | | | | | | | | | | | | | | | | | Ensure that Lambert is energy conserving.Ferenc Arn2017-09-291-2/+2
| | |_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove the diffuse_color factor in Oren-Nayar (which was already taken care of below, oops).
* | | | | | | | | | | | | | | | | | | | Replace a OPCODE_BREAK with break in opcode 31Hein-Pieter van Braam2017-10-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was a mistake made in 520d84e. There are no more other looping structures left in this function.
* | | | | | | | | | | | | | | | | | | | Merge pull request #11745 from jagt/fix-graphedit-scroll-axisGilles Roudiere2017-10-011-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix GraphEdit mouse scroll axis.
| * | | | | | | | | | | | | | | | | | | | Fix GraphEdit mouse scroll axis.jagt2017-10-011-8/+8
| | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maps BUTTON_WHEEL_UP/DOWN to vscroll of GraphEdit. maps KEY_SHIFT + BUTTON_WHEER_UP/DOWN to hscroll of GraphEdit.
* | | | | | | | | | | | | | | | | | | | Merge pull request #11748 from tagcup/fix_burleyJuan Linietsky2017-10-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Add missing N.L factor to Burley's contribution to radiance.
| * | | | | | | | | | | | | | | | | | | Add missing N.L factor to Burley's contribution to radiance.Ferenc Arn2017-10-011-1/+1
|/ / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / Ability to set a module enabled/disabled by default by adding is_enabled() ↵Juan Linietsky2017-10-011-1/+11
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to config.py
* | | | | | | | | | | | | | | | | | Merge pull request #11733 from tagcup/env_brdfJuan Linietsky2017-09-301-6/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | Fix environmental BRDF.
| * | | | | | | | | | | | | | | | | Fix environmental BRDF.Ferenc Arn2017-09-301-6/+7
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #11635 from Jerome67000/docs_AudioEffectsPoommetee Ketson2017-10-0113-5/+138
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] AudioEffects doc [ci skip]
| * | | | | | | | | | | | | | | | [DOCS] Adds AudioEffects docJerome670002017-09-2813-5/+138
| | | | | | | | | | | | | | | | |