summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2018-08-23[Mono] AABB - Position, Size, End setters, Rect2 - End setterKelly Thomas
2018-08-23Merge pull request #21301 from elasota/multithread-cvttRémi Verschelde
2018-08-23Merge pull request #21254 from YeldhamDev/tile_grid_map_sideRémi Verschelde
2018-08-23Merge pull request #21240 from aaronfranke/mono-project-vectorRémi Verschelde
2018-08-23Merge pull request #21167 from elasota/squish-quality-configRémi Verschelde
2018-08-22Multithread CVTT compression jobselasota
2018-08-22Add option to move Tile/GridMap editors to another sideMichael Alexsander Silva Dias
2018-08-22Merge pull request #21283 from YeldhamDev/gridmap_meshlib_renameRémi Verschelde
2018-08-22Merge pull request #21174 from KellyThomas/c-sharp-feature-parity-rect2Ignacio Etcheverry
2018-08-22Merge pull request #21229 from marcelofg55/ns_profilingRémi Verschelde
2018-08-22Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLib...Michael Alexsander Silva Dias
2018-08-22Implemented profiling functions for NativeScriptMarcelo Fernandez
2018-08-22[Mono] Vector2/3 Project methodsAaron Franke
2018-08-22Use cluster fit at higher quality levelselasota
2018-08-22Merge pull request #21281 from elasota/fix-squish-sseRémi Verschelde
2018-08-22Merge pull request #21279 from vnen/gdscript-fixesRémi Verschelde
2018-08-21BPTC supportelasota
2018-08-21Fix Squish SSE misconfigurationelasota
2018-08-21GDScript: Ignore unused arguments/local vars that start with _George Marques
2018-08-21GDScript: Show warning messages only on debuggerGeorge Marques
2018-08-22Mono: Fix weird crash when loading corlibIgnacio Etcheverry
2018-08-22Merge pull request #18502 from space-wizards/18-04-29-assembly-load-hookIgnacio Etcheverry
2018-08-21Style: Fix issues that went past CIRémi Verschelde
2018-08-21Merge pull request #21253 from aaronfranke/plane-constantsRémi Verschelde
2018-08-21Merge pull request #21267 from akien-mga/color-grayscaleRémi Verschelde
2018-08-21GDScript: Fix undefined behavior on GDScriptTokenizerBufferGeorge Marques
2018-08-21Added ray / shape / point / motion / rest cast exclusion of area and or bodyAndrea Catania
2018-08-21GDScript: Forbid invalid identifiers in match bindingsGeorge Marques
2018-08-21GDSCript: Fix cyclic class dependency detectionGeorge Marques
2018-08-21Deprecate incorrect Color::gray()Rémi Verschelde
2018-08-21Merge pull request #20101 from panzergame/shape_marginRémi Verschelde
2018-08-21Rename Plane constants, add to MonoAaron Franke
2018-08-21doc: Sync classref with current sourceRémi Verschelde
2018-08-20Fixes to move and slide and ray separation, implement separation in Godot phy...Juan Linietsky
2018-08-20Merge pull request #20908 from AndreaCatania/kiSlopeJuan Linietsky
2018-08-20Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde
2018-08-20Merge pull request #21208 from jmca/masterRémi Verschelde
2018-08-20Prevent "cannot use a string pattern on a bytes-like object"Justin Abene
2018-08-19Bullet picking will now ignore objects without input_ray_pickableJohn Teasdale
2018-08-19Highlight multiline strings as strings instead of commentsHugo Locurcio
2018-08-19Added ray shape and move_and_slide with snapping on 3D.Andrea Catania
2018-08-19mono: add Abs() to Rect2 and rename private fieldsKelly Thomas
2018-08-18Improved move_and_slide function to stay on slope and fall on steep slopeAndrea Catania
2018-08-17Mono: Improve C# core files (glue/cs_files) buildsystemIgnacio Etcheverry
2018-08-16Merge pull request #20561 from willnationsdev/script-class-nsRémi Verschelde
2018-08-16Fix Theora/Webm loaders declaring binary extensionRémi Verschelde
2018-08-16Expose bullet shape margin to UI.Tristan Porteries
2018-08-16Delay initialising lens distortion shader so GLES2 doesn't crashBastiaan Olij
2018-08-15Add NativeScript support for script classes.willnationsdev
2018-08-15Fix error spam from loading script class iconsWill Nations