summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-21Godot now allows built-in irrespective of the filepath.Anish
Since the file in the filepath is irrelevant when setting the file as built-in, changes have been made to allow setting to built-in even if the file in the path exists. Fixes #16425
2018-02-21Merge pull request #16805 from Overblob/Dont_reset_viewport_on_debugRémi Verschelde
Fix Automatic switch to viewport when playing a scene
2018-02-21Merge pull request #16869 from YeldhamDev/remote_relationship_linesRémi Verschelde
Fixed Remote Tree not drawing relationship lines unless the setting is changed
2018-02-21Fix loading project.binary from PCK fileRémi Verschelde
Regression introduced in #16825. My logic was correct, but not the error code I was expecting. The error reporting in FileAccess likely needs a review too.
2018-02-21Merge pull request #16876 from AndreaCatania/patch-1Rémi Verschelde
Added forgotten infinite_inertia to bindings
2018-02-21Merge pull request #16874 from volzhs/button-group-descRémi Verschelde
Mention about BaseButton.toggle_mode in ButtonGroup description
2018-02-21Added forgotten infinite_inertia to bindingsAndrea Catania
Related to this comment: https://github.com/godotengine/godot/pull/16757#discussion_r169470394
2018-02-21Mention about BaseButton.toggle_mode in ButtonGroup descriptionvolzhs
2018-02-20Fixed Remote Tree not drawing relationship lines unless the setting is changed.Michael Alexsander Silva Dias
2018-02-20Merge pull request #16861 from YeldhamDev/tree_docs_fixRémi Verschelde
Clarified what the Tree's signals "item_activated" and "item_double_clicked" do
2018-02-20Clarified what the Tree's signals "item_activated" and "item_double_clicked" do.Michael Alexsander Silva Dias
2018-02-20Merge pull request #16757 from AndreaCatania/kinpushRémi Verschelde
Improved kinematic body, Now can move rigid body
2018-02-20Merge pull request #16856 from volzhs/line-scene-treeRémi Verschelde
Draw relationship line on scene tree dock if option is on
2018-02-20Draw relationship line on scene tree dock if option is onvolzhs
2018-02-20Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania
2018-02-20Merge pull request #16852 from ↵Juan Linietsky
godotengine/revert-15985-uniforms-single-argument-constructors Revert "Handle single-argument constructors in uniform default values"
2018-02-20Revert "Handle single-argument constructors in uniform default values"Juan Linietsky
2018-02-20Merge pull request #15985 from Nallebeorn/uniforms-single-argument-constructorsRémi Verschelde
Handle single-argument constructors in uniform default values
2018-02-20Merge pull request #16467 from godotengine/gles3-light-shader-timeRémi Verschelde
using TIME in light shader enables uses_fragment_time
2018-02-20Merge pull request #16718 from Chaosus/triplanarfixRémi Verschelde
Add refraction possibility when triplanar uv mode enabled
2018-02-20Merge pull request #16834 from bojidar-bg/x-rendering-gles3-bugRémi Verschelde
Fix a rendering bug with screen_texture
2018-02-20Merge pull request #16455 from volzhs/close-docsRémi Verschelde
Keep to show current script when closing all docs
2018-02-20Merge pull request #16845 from NathanWarden/fix_vs_no_compileRémi Verschelde
[Mono] Fixed "expression did not evaluate to a constant" compiler error for Windows.
2018-02-20Merge pull request #16843 from YeldhamDev/stack_frames_reselectRémi Verschelde
Made the Debugger's Stack Frames items reselectable
2018-02-20Keep to show current script when closing all docsvolzhs
also fix error when removing multiple tabs from TabContainer at same frame. like closing multiple docs at once. Fix #16403
2018-02-20[Mono] Fixed "expression did not evaluate to a constant" compiler error for ↵Nathan Warden
visual studio.
2018-02-20Made the Debugger's Stack Frames items reselectable.Michael Alexsander Silva Dias
2018-02-19Merge pull request #16098 from NathanWarden/ci_command_optionsRémi Verschelde
Added --quit and --build-solutions cmd line options to make CI pipelines possible
2018-02-19SCons: Remove references to obsolete "fat" bitsRémi Verschelde
2018-02-19Fix previous commit, "bits" still needed for buildsystemRémi Verschelde
2018-02-19OSX: Remove unnecessary bits assignmentRémi Verschelde
2018-02-19Added an auto quit and auto build flag to the command line options.Nathan Warden
2018-02-19Merge pull request #16530 from AndreaCatania/raysRémi Verschelde
Improved ray shape (2D and 3D) by addiing the possibility to act as r…
2018-02-19Merge pull request #16652 from aragar/FixQuotationInStringRémi Verschelde
Fix quotation in string
2018-02-19Merge pull request #16709 from willnationsdev/autoload-editRémi Verschelde
Enable EditorPlugin to add/remove autoloads
2018-02-19Merge pull request #14433 from PJB3005/17-12-08-3d_grid_color_setting_updateRémi Verschelde
Makes 3D editor grid color update without restart.
2018-02-19Add show path button to project managerBernhard Liebl
2018-02-19Merge pull request #15306 from poke1024/item-list-draw-speedRémi Verschelde
Boost drawing speed of ItemLists with many items
2018-02-19Merge pull request #15563 from poke1024/gdscript-shuffleRémi Verschelde
Add shuffle() method to Array
2018-02-19Merge pull request #15780 from volzhs/emojiRémi Verschelde
Support colored font
2018-02-19Merge pull request #15852 from poke1024/color_hsvRémi Verschelde
Add Color.from_hsv()
2018-02-19Improve CollisionObject/CollisionObject2D warning messageChris Bradfield
2018-02-19Fixing folder/file case sensitive renaming issueStephen Traskal
Example: Could not rename "Objects" to "objects" or vice versa
2018-02-19Merge pull request #15933 from x1212/fix_preload_in_exportsRémi Verschelde
fix spurious error messages during autocomplete and validate
2018-02-19Merge pull request #16060 from sdfgeoff/apply_torqueRémi Verschelde
Exposed apply_torque_impulse to gdscript
2018-02-19Merge pull request #16173 from vnen/gdscript-argumentsRémi Verschelde
Add argument count check for some GDScript functions
2018-02-19Merge pull request #16241 from Chaosus/zoomlabelRémi Verschelde
Added zoom label to code editor
2018-02-19Merge pull request #16430 from dragmz/download_tpl_to_fileRémi Verschelde
Download export templates to a file (instead of memory) using separate thread
2018-02-19Merge pull request #16491 from Chaosus/update_status_bar_fontRémi Verschelde
Make status bar label fonts updateable
2018-02-19Fix a rendering bug with screen_textureBojidar Marinov