aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_expression.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-27Update TileMap doc descriptions for update_bitmask_area/regionAndrew Thomas1-0/+3
2017-12-27Fix crash in StringBuffer::append()Bernhard Liebl1-1/+1
2017-12-27Reimport now checks source path changes and imported files and their md5, fix...Juan Linietsky3-4/+74
2017-12-27Minor style fixes for editor helpDaniel J. Ramirez1-0/+5
2017-12-27Fix text editor status fontvolzhs1-7/+8
2017-12-27[DOCS] PhysicsDirectSpaceState enhancementshomer6662-28/+28
2017-12-26fix indent selection crashIan1-10/+8
2017-12-27[DOCS] Physics2DDirectSpaceStatehomer6661-31/+30
2017-12-26Properly rename scenes and resources after renaming or moving files, should f...Juan Linietsky4-0/+66
2017-12-26Fixed proper texture binding for sprite material, fixes #13987Juan Linietsky2-2/+14
2017-12-26Property apply shader parameters, even when materials are being reused, fixes...Juan Linietsky1-6/+9
2017-12-26A promise is a promise, so added ability to load and save shaders as text fil...Juan Linietsky3-1/+109
2017-12-26Ability to set flags via code in StreamTexture, as some users find it useful....Juan Linietsky1-0/+2
2017-12-26Change the rotate function of Spatial to be local, makes more sense. Closes #...Juan Linietsky4-7/+17
2017-12-26Fix 2D editor checkboxes with a new projectGilles Roudiere1-1/+1
2017-12-26Fix sidedness check in material. Also remove SIDE built-in.Juan Linietsky4-4/+4
2017-12-26Removed the InputEvent ID field, which was unused and can cause bugs.Juan Linietsky8-44/+13
2017-12-25Made MenuButton and ColorPickerButton's "get_popup" methods return constant.Michael Alexsander Silva Dias6-32/+15
2017-12-25Added "get_popup" method for OptionButton and minor changes.Michael Alexsander Silva Dias3-32/+46
2017-12-25Inline some very common Vector2 operationsBernhard Liebl2-63/+64
2017-12-25Add missing parameter namesPoommetee Ketson5-8/+8
2017-12-25AnimTreePlayer: fix duplicated propertiesPoommetee Ketson1-2/+0
2017-12-25Fix popup menu size in Inspector dockvolzhs1-6/+2
2017-12-25EditorAbout: TTR workaround for "Project Manager" contextsPoommetee Ketson1-1/+1
2017-12-25Changes to the Editor File Dialog.Michael Alexsander Silva Dias3-64/+46
2017-12-24[DOCS] minor corrections to Transform2DChris Bradfield1-15/+15
2017-12-24Added default close and title color to editor themed graph nodesDaniel J. Ramirez1-0/+6
2017-12-25Fix error if scene has Camera at saving scenevolzhs1-1/+4
2017-12-24Animation Tree: Prevent cycle_test from being altered by past-test.AlmightyScientist2-5/+15
2017-12-25Fix crash from move_child at saving scenevolzhs1-1/+2
2017-12-24Restored opus build since WebM needs it, but disabled it from code.Juan Linietsky2-11/+11
2017-12-24-Removed OpenMP support, replaced by a custom class.Juan Linietsky10-68/+119
2017-12-24Mono: Make the bindings generator output enumsIgnacio Etcheverry13-298/+808
2017-12-24Marshal NULL MonoString* as empty Godot stringIgnacio Etcheverry4-7/+15
2017-12-24x11: Fix maximized splash-boot screen bug.Enzo Nocera1-0/+4
2017-12-23Show Options Dialog for NodePath and File in clicked button position.Daniel J. Ramirez3-11/+34
2017-12-23Add more translatable text for editor plugins.geequlim8-23/+23
2017-12-23Fixed joint gizmos orientationsAndreaCatania2-273/+599
2017-12-23Fixed dispatch callbackAndreaCatania1-1/+1
2017-12-23Set particles emitting to false when particles finish emitting with one-shot ...MrCdK10-10/+20
2017-12-23Fixed rigidbody sleping, Fixes #13952AndreaCatania2-11/+29
2017-12-23IssueTemplate: remove \n at checkbox lineNoshyaar1-2/+1
2017-12-23ProjectManager: enhance dialog ok button textPoommetee Ketson1-3/+3
2017-12-23Fixed intersect_shape crash, closes #13697AndreaCatania1-1/+4
2017-12-22Fixes 3d camera keep aspect.Daniel J. Ramirez2-14/+0
2017-12-22[DOCS] Small fixes for SemaphoreMax Hilbrunner1-3/+3
2017-12-22[DOCS] Small fixes for MutexMax Hilbrunner1-3/+3
2017-12-22Finished the documentation for AnimationPlayerNathan Warden1-0/+1
2017-12-22Do not require OpenMP for non-tools builds (export templates)Rémi Verschelde3-4/+4
2017-12-22Add link to open and closed issues search to issue templateRémi Verschelde1-1/+5