summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-08Check for double-colon on open recent script.Ryan Stein
2018-09-09Fixed animation_player errors displaying wrong property.DualMatrix
2018-09-08Merge pull request #21861 from fire/visual_script_18024Juan Linietsky
2018-09-08Fix ScriptCreateDialog passing script w/ no filenamewillnationsdev
2018-09-08Fix backwards search in TextEdit selecting non-whole words, issue 15677Paulb23
2018-09-08Fixed scientific notaion not highlighting correctly, issue 21435Paulb23
2018-09-08Uncommenting a selection was not updating the selection.Alexander Holland
2018-09-08Tweak Android-related error messages in the Export dialogHugo Locurcio
2018-09-08Change the default variable constructor to use EditorInspector and updated pr...K. S. Ernest (iFire) Lee
2018-09-08Merge pull request #21843 from AndreaCatania/bugfix1Rémi Verschelde
2018-09-08Changed Windows key translate pair from KEY_COLON to KEY_COMMA.Jared
2018-09-08Fixed a theoretical condition where prealpha prevents lightingBastiaan Olij
2018-09-08Fixed error spam when inspecting remote treeDualMatrix
2018-09-07Tweak the Light instantiation error message and fix a typoHugo Locurcio
2018-09-07Fixed crash during raycast and CCD radius calculationAndrea Catania
2018-09-07Ensure that tree_exited signal really happens after tree exited, fixes #19641Juan Linietsky
2018-09-07Merge pull request #21808 from AndreaCatania/optitriJuan Linietsky
2018-09-07Merge pull request #21836 from AndreaCatania/bulletUpdateJuan Linietsky
2018-09-07Bind Curve::get_point_countmerumelu
2018-09-07Many fixes to gradient editor, which was pretty broken. Closes #19308Juan Linietsky
2018-09-07Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9Andrea Catania
2018-09-07Prevent overwriting open scenes when savingDualMatrix
2018-09-07Fix selection of spatial nodes after selecting a non-spatial one.JFonS
2018-09-06Print an error if you try to instantiate an editor class outside the editor, ...Juan Linietsky
2018-09-06Add a function to force transform update, fixes #17628Juan Linietsky
2018-09-07Set the lower bound for the GradientTexture width property to 1Martin Capitanio
2018-09-06Ability for Light2D to use a proxy texture, fixes #17067Juan Linietsky
2018-09-06Update FOV if edited in gizmo, fixes #16400Juan Linietsky
2018-09-06Fixing trimesh precisionAndrea Catania
2018-09-06Show a warning if you try to grab focus when not allowed, closes #15388Juan Linietsky
2018-09-06Optimized in case is used just 1 shape with no transformAndrea Catania
2018-09-06Only allow StreamTexture, ImageTexture in Light2D, closes #15194Juan Linietsky
2018-09-05Fixes to multimesh, added custom data and checks to avoid reconfiguring if in...Juan Linietsky
2018-09-05Fix mouse confined leaving window with OS_Windows::set_window_positionGuilherme Felipe
2018-09-05Add clipboard operation for android OSXavier Sellier
2018-09-05Merge pull request #21782 from eska014/gles3-get-texture-errRémi Verschelde
2018-09-05Fix missing texture-download error with OpenGL ESLeon Krause
2018-09-05Merge pull request #21771 from WiggleWizard/get-stack-fixRémi Verschelde
2018-09-05Merge pull request #21707 from JFonS/fix_instanced_selectionRémi Verschelde
2018-09-05Merge pull request #21767 from volzhs/expand-collapse-allRémi Verschelde
2018-09-05Merge pull request #21766 from volzhs/bitmask-colorRémi Verschelde
2018-09-05Merge pull request #21774 from AndreaCatania/areaTriRémi Verschelde
2018-09-05Fixed bullet area vs Trimesh shape overlapAndrea Catania
2018-09-05Fixed return type for get_stack() function callWiggleWizard
2018-09-05Make expand/collapse all properties menu workingvolzhs
2018-09-05Make better look for bitmaskvolzhs
2018-09-04Merge pull request #21754 from willnationsdev/fix-script-class-nsThomas Herzog
2018-09-04Fix invalid deref in NativeScript script classesWill Nations
2018-09-04Merge pull request #21747 from akien-mga/split-particlesmaterialRémi Verschelde
2018-09-04Style: Format generated shader code in ParticlesMaterialRémi Verschelde