summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-23Improved support for custom image loadersFabian
2018-11-22Do not crash on invalid file, closes #21083Juan Linietsky
2018-11-22Merge pull request #22953 from DualMatrix/properties_goneRémi Verschelde
Fixed parents export vars not appearing in inspector if parent is class_name.
2018-11-22Merge pull request #23680 from YeldhamDev/unified_help_search_revivedRémi Verschelde
Unified Class and Reference Search 2: Resurrection
2018-11-22Merge pull request #23731 from lupoDharkael/remove-button-tooltipRémi Verschelde
BaseButton: make input related information in the tooltip optional
2018-11-22Merge pull request #23875 from Chaosus/error_btnRémi Verschelde
Allows user to click on error line in status bar to jump into error.
2018-11-22Merge pull request #23856 from nthrack/fix_6DOF_physicalbone_springRémi Verschelde
Fix 6DOF Physical Bone joint
2018-11-22Merge pull request #23901 from allkhor/fixed_store_csv_lineRémi Verschelde
FileAccess::store_csv_line() don't added unnecessary double quotes.
2018-11-22FileAccess::store_csv_line() don't added unnecessary double quotes.allkhor
2018-11-22Fix 6DOF Physical Bone jointIvan Varesi
Adding angular and linear springs param to PhysicalBone joint type JOINT_TYPE_6DOF, using new 6DOF feautres implemented in sdfgeoff/godot@e149327. Typo correction lenear_equilibrium_point to linear_equilibrium_point.
2018-11-22Merge pull request #23897 from AndreaCatania/fix_cdRémi Verschelde
Improved algorithm that check collision
2018-11-22Allows user to click on error line to jump into error.Chaosus
2018-11-22Improved algorithm that check collisionAndrea Catania
2018-11-21Removed noperspective (not in GLSL ES 3.0), do not write smooth if not ↵Juan Linietsky
specified. Fixes #20435
2018-11-21Remove comments and corrected code, which exists for correctness but will ↵Juan Linietsky
likely never be used. Fixes #20362
2018-11-21Clean up code to make intention clear, fixes #20361Juan Linietsky
2018-11-21Make sure sync to physics is disabled in editor, fixes #20230Juan Linietsky
2018-11-21Ensure array and dict editors show edited object IDs, fixes #20225Juan Linietsky
2018-11-21Merge pull request #23890 from qarmin/more_accurate_svg_scaleRémi Verschelde
Make SVG scale more accurate
2018-11-21Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135Juan Linietsky
2018-11-21Make SVG scale more accurateqarmin
2018-11-21Merge pull request #23859 from lupoDharkael/node-namingRémi Verschelde
Node: make _generate_serial_child_name manipulate numbers as String
2018-11-21Merge pull request #23880 from Liangdi/masterRémi Verschelde
add undeclared params of VisualScriptEditor::_selected_method
2018-11-21Merge pull request #23878 from bojidar-bg/23775-ysort-crashRémi Verschelde
Fix YSort crash when removing a child
2018-11-21add undeclared function params of VisualScriptEditor::_selected_method , ↵Liangdi
Fixes #23475
2018-11-21Node: make _generate_serial_child_name manipulate numbers as StringlupoDharkael
The conversion from an String to int can overflow int and int64 so it is safer to manipulate strings when we try to find the next available name for a Node.
2018-11-21Fix YSort crash when removing a childBojidar Marinov
Fixup of 8e4837f35778e917370e802c167ce1fbd07b068c Fixes #23775
2018-11-21Make it smarter to infer paths from history data, closes #20005Juan Linietsky
2018-11-21Ensure double sided normalmaps work, fixes #23760Juan Linietsky
2018-11-21Merge pull request #22983 from Ashafix/masterMax Hilbrunner
Better error message for malformed plugins
2018-11-21Merge pull request #23862 from neikeq/theaxismadnessRémi Verschelde
C#: Replace calls to old of old Basis(Vec3,Vec3,Vec3) constructor
2018-11-20Reworked how non-imported resources are reloaded on change, fixes #19852Juan Linietsky
2018-11-20Unify editor class and reference searchRay Koopa
Co-authored-by: Michael Alexsander Silva Dias <michaelalexsander@protonmail.com>
2018-11-20C#: Replace calls to old of old Basis(Vec3,Vec3,Vec3) constructorIgnacio Etcheverry
2018-11-20Merge pull request #23851 from ↵Rémi Verschelde
SimonSikstrom/android-long-calldeferred-issue23845 Support for java.lang.Long values in Android GodotLib.calldeferred calls
2018-11-20Merge pull request #23645 from Calinou/add-dynamicfont-antialias-optionRémi Verschelde
Add a property to control DynamicFont anti-aliasing
2018-11-20Merge pull request #23124 from Faless/net_enetRémi Verschelde
Use NetSocket directly for ENet.
2018-11-20Adding support for java.lang.Long values in Android GodotLib.calldeferred callsSimon Sikström
2018-11-20Add some links to CONTRIBUTING.mdRémi Verschelde
2018-11-20Merge pull request #23728 from groud/keep_splitcontainer_offsetRémi Verschelde
Keep the SplitContainer offset value when it is shrinked
2018-11-20Merge pull request #23802 from JFonS/add_save_optionRémi Verschelde
Add Save option to resource property menu
2018-11-20Merge pull request #23760 from BastiaanOlij/fix_tangent_directionRémi Verschelde
Fixing tangent and binormal logic
2018-11-20Merge pull request #21339 from Placinta/masterRémi Verschelde
Fix regular macOS build by passing -isysroot to compiler so correct system headers are found
2018-11-20Merge pull request #23822 from bruvzg/mac_109_compat_ver_checkRémi Verschelde
[macOS] Change runtime OS version checks to allow build with MacOS 10.9 SDK
2018-11-20Merge pull request #23824 from BastiaanOlij/polygon_capsRémi Verschelde
Adding UVs on end caps for CSGPolygon
2018-11-20Added possibility to override or add target basis to tip boneAndrea Catania
2018-11-20Remove trailing whitespaceRémi Verschelde
With `sed -i $(rg -l '[[:blank:]]*$' -g'!thirdparty') -e 's/[[:blank:]]*$//g'` (+ manual revert of some thirdparty code under `platform/android`).
2018-11-20doc: Another indentation fixupRémi Verschelde
2018-11-20doc: Indentation fixupsRémi Verschelde
2018-11-20doc: Sync classref with current sourceRémi Verschelde