summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2018-09-10[Mono] Various style changes and naming standardizationAaron Franke
2018-09-10[Mono] Tabs -> SpacesAaron Franke
2018-09-10Fix crash when extending non-existing GDScript fileRémi Verschelde
2018-09-10Merge pull request #21921 from AndreaCatania/bugfix2Rémi Verschelde
2018-09-10Fiex bullet crashAndrea Catania
2018-09-10Fix indentation in bullet SCsubPoommetee Ketson
2018-09-09Merge pull request #21866 from Paulb23/fix_scientific_notation_highlight_issu...George Marques
2018-09-08Merge pull request #21861 from fire/visual_script_18024Juan Linietsky
2018-09-08Fixed scientific notaion not highlighting correctly, issue 21435Paulb23
2018-09-08Change the default variable constructor to use EditorInspector and updated pr...K. S. Ernest (iFire) Lee
2018-09-07Fixed crash during raycast and CCD radius calculationAndrea Catania
2018-09-07Merge pull request #21808 from AndreaCatania/optitriJuan Linietsky
2018-09-07Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9Andrea Catania
2018-09-06Fixing trimesh precisionAndrea Catania
2018-09-06Optimized in case is used just 1 shape with no transformAndrea Catania
2018-09-05Merge pull request #21771 from WiggleWizard/get-stack-fixRémi Verschelde
2018-09-05Fixed bullet area vs Trimesh shape overlapAndrea Catania
2018-09-05Fixed return type for get_stack() function callWiggleWizard
2018-09-04Fix invalid deref in NativeScript script classesWill Nations
2018-08-31Merge pull request #21605 from Faless/ws_no_protoMax Hilbrunner
2018-08-30Allow WebSocket connect with no sub-protocols.Fabio Alessandrelli
2018-08-30[NativeScript] implement refcount instance binding funcsThomas Herzog
2018-08-30[GDNative] add initial core 1.1 extensionThomas Herzog
2018-08-30Merge pull request #21575 from YeldhamDev/gridmap_deprecated_fixRémi Verschelde
2018-08-29doc: Sync classref with current sourceRémi Verschelde
2018-08-29Small change on how GridMap's "theme" is deprecatedMichael Alexsander Silva Dias
2018-08-29Fixed crash if convex has 0 verticesAndrea Catania
2018-08-29Merge pull request #21538 from jmf/masterRémi Verschelde
2018-08-29Initialise rays_found count in test_ray_separation.Ibrahn Sahir
2018-08-29Fix vformat(), minor typos and word puzzlesYuri Chornoivan
2018-08-28Fix to make CSGBox the size that is entered in Width, Height and Depth instea...jmf
2018-08-28Merge pull request #21511 from eska014/webm-nomtRémi Verschelde
2018-08-27Merge pull request #21497 from neikeq/hmIgnacio Etcheverry
2018-08-27C# generated classes ignore warning CS1591 and cleanupIgnacio Etcheverry
2018-08-27Merge pull request #21420 from elasota/fix-last-mipmapRémi Verschelde
2018-08-27Merge pull request #21449 from vnen/gdscript-builtin-isRémi Verschelde
2018-08-27Merge pull request #21369 from Noshyaar/exportflagRémi Verschelde
2018-08-27Merge pull request #21205 from KellyThomas/c-sharp-feature-parity-quatIgnacio Etcheverry
2018-08-27Merge pull request #21450 from vnen/gdscript-type-spaceRémi Verschelde
2018-08-27Merge pull request #21469 from akien-mga/glsl-clang-formatRémi Verschelde
2018-08-27Fix build after c2a9cb34Rémi Verschelde
2018-08-27Merge pull request #21470 from elasota/fix-tiled-exrRémi Verschelde
2018-08-27Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed EXR...elasota
2018-08-27Merge pull request #21433 from AndreaCatania/megafixRémi Verschelde
2018-08-27Style: Enable clang-format on GLSL shadersRémi Verschelde
2018-08-27Fix WebM module for HTML5 platformLeon Krause
2018-08-26Merge pull request #21423 from exts/mono/collectionsIgnacio Etcheverry
2018-08-26GDScript: Remove space before colon on type hintsGeorge Marques
2018-08-26GDScript: Allow `is` operator to test built-in typesGeorge Marques
2018-08-26Correctly set safe_motion on cast_motion query Fixes: #21212Andrea Catania