summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-30Perform export after import is fully completeRuslan Mustakov
Previously command line export would go simultaneously with reimport, which caused final package to either miss something or contain outdated assets or perhaps even broken ones.
2017-12-29avoid error on setting skeleton from transform changedJuan Linietsky
2017-12-29Missing transform notification for Skeleton.Juan Linietsky
2017-12-29Use a different approach to update skeletons when transform changesJuan Linietsky
2017-12-29Update the skeleton on transformJuan Linietsky
2017-12-29Merge pull request #15117 from damarindra/masterNoshyaar
Autotile Enhancement
2017-12-28Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in ↵Juan Linietsky
this case), fixes #13393
2017-12-28Autotile Enhancementdamarindra
2017-12-28Merge pull request #15104 from djrm/pr_visual_improvementsNoshyaar
Minor style fixes for editor help
2017-12-28Merge pull request #15108 from poke1024/fix-stringbuffer-appendNoshyaar
Fix crash in StringBuffer::append()
2017-12-28Merge pull request #15006 from CyanBlob/masterNoshyaar
Update TileMap doc descriptions for update_bitmask_area/region [ci skip]
2017-12-27Update TileMap doc descriptions for update_bitmask_area/regionAndrew Thomas
2017-12-27Fix crash in StringBuffer::append()Bernhard Liebl
2017-12-27Merge pull request #14744 from poke1024/stringname-compareJuan Linietsky
Avoid string allocations in AlphCompare
2017-12-27Reimport now checks source path changes and imported files and their md5, ↵Juan Linietsky
fixes #14728
2017-12-27Minor style fixes for editor helpDaniel J. Ramirez
2017-12-27Merge pull request #14971 from mrcdk/particles_emittingNoshyaar
Set particles emitting to false when particles finish emitting with one-shot enabled
2017-12-27Merge pull request #14991 from djrm/pr_fixesNoshyaar
Show Options Dialog for NodePath and File in clicked button position.
2017-12-27Merge pull request #14996 from neikeq/enums-monoNoshyaar
Mono: Make the bindings generator output enums
2017-12-27Merge pull request #15008 from AlmightyScientist/issue-15000Noshyaar
Animation Tree: Prevent cycle_test from being altered by past-test.
2017-12-27Merge pull request #15028 from YeldhamDev/editor_file_dialog_changesNoshyaar
Changes to the Editor File Dialog
2017-12-27Merge pull request #15032 from Noshyaar/prNoshyaar
EditorAbout: TTR workaround for "Project Manager" contexts
2017-12-27Merge pull request #15045 from poke1024/vector2-inlineNoshyaar
Inline some very common Vector2 operations
2017-12-27Merge pull request #15046 from YeldhamDev/optionbutton_changesNoshyaar
Added "get_popup" method for OptionButton
2017-12-27Merge pull request #15049 from YeldhamDev/get_popup_constNoshyaar
Made MenuButton and ColorPickerButton's "get_popup" methods return constant
2017-12-27Merge pull request #15076 from ianb96/indentcrashfixNoshyaar
Fix indent selection crash
2017-12-27Merge pull request #15081 from volzhs/fix-status-fontNoshyaar
Fix text editor status font
2017-12-27Fix text editor status fontvolzhs
mistake from https://github.com/godotengine/godot/commit/15986ea343#diff-e7b153431ed956907f3ee3ef07ac59dd
2017-12-26Merge pull request #15077 from homer666/docs-physicsdirectspacestateChris Bradfield
[DOCS] PhysicsDirectSpaceState enhancements
2017-12-27[DOCS] PhysicsDirectSpaceState enhancementshomer666
2017-12-26fix indent selection crashIan
2017-12-26Merge pull request #15026 from homer666/docs-physics2ddirectspacestateChris Bradfield
[DOCS] Physics2DDirectSpaceState enhancements
2017-12-27[DOCS] Physics2DDirectSpaceStatehomer666
2017-12-26Properly rename scenes and resources after renaming or moving files, should ↵Juan Linietsky
fix #13976 It's not tested, so please test.
2017-12-26Fixed proper texture binding for sprite material, fixes #13987Juan Linietsky
2017-12-26Property apply shader parameters, even when materials are being reused, ↵Juan Linietsky
fixes #14012
2017-12-26A promise is a promise, so added ability to load and save shaders as text ↵Juan Linietsky
files, closes #14431
2017-12-26Ability to set flags via code in StreamTexture, as some users find it ↵Juan Linietsky
useful. Fixes #14526.
2017-12-26Merge pull request #14796 from AlmightyScientist/issue-14552Juan Linietsky
Shader Language: Fix Vertex Lighting artifacts.
2017-12-26Change the rotate function of Spatial to be local, makes more sense. Closes ↵Juan Linietsky
#14569
2017-12-26Fix 2D editor checkboxes with a new projectGilles Roudiere
2017-12-26Merge pull request #14977 from volzhs/fix-crash-groupJuan Linietsky
Fix crash & error at saving scene
2017-12-26Fix sidedness check in material. Also remove SIDE built-in.Juan Linietsky
2017-12-26Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky
2017-12-25Merge pull request #15040 from Noshyaar/pr2Andreas Haas
AnimTreePlayer: fix duplicated properties
2017-12-25Made MenuButton and ColorPickerButton's "get_popup" methods return constant.Michael Alexsander Silva Dias
2017-12-25Added "get_popup" method for OptionButton and minor changes.Michael Alexsander Silva Dias
2017-12-25Inline some very common Vector2 operationsBernhard Liebl
2017-12-25Merge pull request #15042 from Noshyaar/pr3George Marques
Add missing parameter names
2017-12-25Add missing parameter namesPoommetee Ketson