summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-26Merge pull request #20233 from willnationsdev/gsc-editorJuan Linietsky
2018-07-26Merge pull request #20022 from EIREXE/snap_to_floorMax Hilbrunner
2018-07-26Add check to clang 6.0 compiler bug workaroundRémi Verschelde
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 #15967 from Gamblify/AudioRecordingModuleRémi Verschelde
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-26context menu improvementsIan
2018-07-26AudioStreamSample can now be saved to a WAV fileGustav Lund
2018-07-26Audio Recording moduleGustav Lund
2018-07-26Merge pull request #20468 from vnen/typed-gds-fixesRémi Verschelde
2018-07-26Merge pull request #20478 from mattiascibien/main_Scene_filterRé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-26Fix main scene file filterMattias Cibien
2018-07-26i18n: Sync translations with WeblateRémi Verschelde
2018-07-26Merge pull request #18282 from aaronfranke/better-mathfRémi Verschelde
2018-07-26Merge pull request #18955 from tagcup/fix_set_scaleRémi Verschelde
2018-07-26Merge pull request #19257 from volzhs/edit-visual-scriptRémi Verschelde
2018-07-26Fix Visual Script duplicate issueSwarnim Arun
2018-07-26Merge pull request #19464 from bojidar-bg/19448-fix-subproperty-handlingRémi Verschelde
2018-07-26Merge pull request #18365 from JFonS/fix_billboard_scaleRémi Verschelde
2018-07-26Added keep scale flag to billboard materialsJFonS
2018-07-26Merge pull request #20466 from TigerCaldwell/layer_toggle_fixRémi Verschelde
2018-07-26Add snap to floor functionality to the editorAlex Roman
2018-07-26Merge pull request #19758 from kyledayton/feature/spatial-viewport-lock-rotationRémi Verschelde
2018-07-25Add lock rotation feature to spatial editor viewportKyle Dayton
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-26Merge pull request #20137 from hpvb/reduce-vector-cowHein-Pieter van Braam
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Fixed Issue #20399Tiger Caldwell
2018-07-26allow comments and whitespace before shader_type declarationTodd Ross
2018-07-26Merge pull request #20455 from Calinou/add-user-data-dropdownsRémi Verschelde
2018-07-25Add menu buttons to open the project and editor data foldersHugo Locurcio
2018-07-25Add "editor" and "standalone" feature tagsHugo Locurcio
2018-07-25Expose 64-bit Color methods to GDScript and fix/update Color XML docAaron Franke
2018-07-25[Core] 64-bit int Color methodsAaron Franke
2018-07-25[Mono] Fix Color incorrect ordering of int export methods, added 64-bitAaron Franke