summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2018-08-11Merge pull request #20753 from Faless/ws_fixJuan Linietsky
2018-08-10Added system for GDScript warningsGeorge Marques
2018-08-10Revert "added get_creation_time function for gdscript"Juan Linietsky
2018-08-10Merge pull request #18914 from notwarp/masterJuan Linietsky
2018-08-10Merge pull request #14704 from poke1024/colorconstantsJuan Linietsky
2018-08-09New gizmo structure and new gizmo disabling menuJFonS
2018-08-07Merge pull request #20381 from AndreaCatania/phymat_2Juan Linietsky
2018-08-07Removed physics material combination mode. Added rough and absorbent paramete...Andrea Catania
2018-08-06Added proper import support for 3D and Array texturesJuan Linietsky
2018-08-06Fix WebSocket crash due to non PDO init.Fabio Alessandrelli
2018-08-04Merge pull request #20693 from AndreaCatania/soft_fix2Juan Linietsky
2018-08-04Merge pull request #20600 from exts/new_generic_methodsIgnacio Etcheverry
2018-08-03Added generic method for ResourceLoader: Load<T>()exts
2018-08-03Fixed SoftBody pinned point offset calculationAndrea Catania
2018-08-01Merge pull request #20644 from NickToony/masterIgnacio Etcheverry
2018-07-31fixed: windows mono compile (#20598)Nick Hope
2018-07-31Merge pull request #20639 from neikeq/issue-20531-and-cleanupIgnacio Etcheverry
2018-07-31Mono: Fix property set_value and cleanupIgnacio Etcheverry
2018-07-31Allow some non-integer built-in constants in gdscriptBernhard Liebl
2018-07-29Fix Mono compilation on Windows/MingHein-Pieter van Braam
2018-07-28mbedtls: Update to upstream version 2.12.0Rémi Verschelde
2018-07-28Merge pull request #20463 from fire/vs_expand_hints_to_virtual_funcRémi Verschelde
2018-07-28Merge pull request #17595 from viktor-ferenczi/issue-5042-subprocRémi Verschelde
2018-07-27Carry property hint and hint string through to Visualscript virtual functions.K. S. Ernest (iFire) Lee
2018-07-27Merge pull request #20457 from fire/vs_generic_search_crash_and_connectingRémi Verschelde
2018-07-27Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi
2018-07-27Merge pull request #20462 from fire/vs_don't_typeguess_nilRémi Verschelde
2018-07-27Merge pull request #17720 from paulloz/custom-csharp-glueIgnacio Etcheverry
2018-07-27Fixed nativescript getter and setter logicBastiaan Olij
2018-07-27Reenabled module and fixed missing constBastiaan Olij
2018-07-27Add missing methods to Node class in the mono gluePaul Joannon
2018-07-26GDScript: Fix parse error in string formattingGeorge Marques
2018-07-26Visualscript: Don't type guess on nil.K. S. Ernest (iFire) Lee
2018-07-26Merge pull request #15643 from organicpencil/bullet_contact_impulseRémi Verschelde
2018-07-26Visualscript fix crash and generic search does not connect ports.K. S. Ernest (iFire) Lee
2018-07-26Merge pull request #20468 from vnen/typed-gds-fixesRémi Verschelde
2018-07-26Merge pull request #20477 from swarnimarun/vs_duplicate_fixRémi Verschelde
2018-07-26doc: Sync classref with current sourceRémi Verschelde
2018-07-26Merge pull request #18282 from aaronfranke/better-mathfRémi Verschelde
2018-07-26Fix Visual Script duplicate issueSwarnim Arun
2018-07-25GDScript: Add type inference syntax for function argumentsGeorge Marques
2018-07-25GDScript: Fix type detection for String formatting operatorGeorge Marques
2018-07-25GDScript: Fix type detection on Object typed assignGeorge Marques
2018-07-25GDScript: Allow accessing constants of outer classesGeorge Marques
2018-07-25GDScript: Enable built-in function introspection in non-toolsGeorge Marques
2018-07-25GDScript: Fix bogus error when a cursor token is found on classGeorge Marques
2018-07-25GDScript: Allow strict conversion when assigning typed variablesGeorge Marques
2018-07-25GDScript: Fix mismatching between export hint and type hintGeorge Marques
2018-07-25GDScript: Allow inherited method to add optional argumentsGeorge Marques
2018-07-25GDScript: Fix returned value of get_default_argument_count()George Marques