summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
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-26Merge pull request #15643 from organicpencil/bullet_contact_impulseRémi Verschelde
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
2018-07-25GDScript: Fix main script detectionGeorge Marques
2018-07-25GDScript: Look up local scope first for detecting typeGeorge Marques
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25[Mono] Fix Color incorrect ordering of int export methods, added 64-bitAaron Franke
2018-07-25Fix continuous attempt to reload domain with API assemblies out of syncIgnacio Etcheverry
2018-07-25Mono: Fix domain reload never triggeringIgnacio Etcheverry
2018-07-25Fix '!valid' error spam on C# script instance createIgnacio Etcheverry
2018-07-25Mono: Fix null dereferencesIgnacio Etcheverry
2018-07-25Merge pull request #20450 from fire/vs_generic_search_20433Rémi Verschelde
2018-07-25Merge pull request #20452 from fire/vs_hide_empty_categories_20433Max Hilbrunner
2018-07-25Visualscript: Don't show Shift+A search box at every screen and reuse EDIT_FI...K. S. Ernest (iFire) Lee
2018-07-25Merge pull request #20298 from PJB3005/18-07-20-mono-partial-api-extIgnacio Etcheverry
2018-07-25Visualscript: Hide empty categories for basic types and methods.K. S. Ernest (iFire) Lee
2018-07-25Merge pull request #20370 from marcelofg55/gdnative_crashThomas Herzog
2018-07-25Fix possible crash at NativeScript::get_base_scriptMarcelo Fernandez
2018-07-25Merge pull request #20404 from TigerCaldwell/masterRémi Verschelde
2018-07-24Merge pull request #18867 from fire/better_vx_us_rebase_02Juan Linietsky
2018-07-24Improve VisualScript UXK. S. Ernest (iFire) Lee
2018-07-24Merge pull request #19225 from Paulb23/open_all_files_in_script_editorMax Hilbrunner
2018-07-24Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-23Merge pull request #15880 from neikeq/better-collectionsIgnacio Etcheverry
2018-07-23Implemented Soft bodyAndreaCatania
2018-07-23Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky
2018-07-22Mono: Default to not shipping C# scripts contentRémi Verschelde
2018-07-22Allow opening and editing of any utf_8 file in script editorPaulb23
2018-07-22Merge pull request #20337 from aaronfranke/mono-pascal-gdIgnacio Etcheverry
2018-07-22Merge pull request #20229 from aaronfranke/mono-warning-textRémi Verschelde
2018-07-21[Mono] Improvements to GD.cs: PascalCasing and real_tAaron Franke