summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-31Make "Search Classes" dialog have relationship lines if the setting is enabledMichael Alexsander Silva Dias
2018-08-31update class docsKelly Thomas
2018-08-31emit more detailed type information for signal parametersKelly Thomas
2018-08-31Merge pull request #21606 from Ranoller/patch-2Rémi Verschelde
Tileset: Bind autotile_set_size()/get_size().
2018-08-31Merge pull request #21605 from Faless/ws_no_protoMax Hilbrunner
Allow WebSocket connect with no sub-protocols.
2018-08-31Merge pull request #21619 from akien-mga/export-validate-pathMax Hilbrunner
ExportDialog: Validate path before allowing export
2018-08-31ExportDialog: Validate path before allowing exportRémi Verschelde
Otherwise one could quite easily end up with the exported game being hidden files named ".x86_64" and ".pck" for example. Also improved the default filename logic a bit to also include extension, and never fallback to an empty string. Also fixed being able to click "Export project" without selecting a preset.
2018-08-31Merge pull request #21614 from willnationsdev/instance-with-nameRémi Verschelde
Fix script classes not instancing with custom name.
2018-08-31Merge pull request #21611 from RandomShaper/fix-wacom-inputRémi Verschelde
Fix multitouch input not working on certain devices on Windows
2018-08-30Fix Script Classes not instancing with custom name.Will Nations
2018-08-30Fix multitouch input not working on certain devices on WindowsPedro J. Estébanez
Fixes #20474.
2018-08-30Merge pull request #21604 from karroffel/nativescript-instance-binding-refcountThomas Herzog
[NativeScript] implement refcount instance binding funcs
2018-08-30Tileset: Bind autotile_set_size()/get_size().Ranoller
Since this class is editor-oriented, this set_get is necessary to full implement tool, importer, etc... for tiles. (No other way to know a real tile size in autotile mode)
2018-08-30Allow WebSocket connect with no sub-protocols.Fabio Alessandrelli
2018-08-30Merge pull request #21597 from akien-mga/raycast2d-clear-colliderRémi Verschelde
RayCast2D: Fix reporting old collider after collision ended
2018-08-30[NativeScript] implement refcount instance binding funcsThomas Herzog
2018-08-30Merge pull request #21602 from karroffel/gdnative-core-1.1Thomas Herzog
[GDNative] add initial core 1.1 extension
2018-08-30[GDNative] add initial core 1.1 extensionThomas Herzog
2018-08-30RayCast2D: Fix reporting old collider after collision endedRémi Verschelde
It now behaves the same as RayCast (3D). Fixed documentation accordingly and documented new configuration options. Supersedes and closes #20567.
2018-08-30Merge pull request #21596 from JFonS/fix_21262Rémi Verschelde
Fix regression #21262 in Path Gizmo
2018-08-30Fix regression #21262 in Path GizmoJFonS
closes #21262
2018-08-30Merge pull request #21575 from YeldhamDev/gridmap_deprecated_fixRémi Verschelde
Small change on how GridMap's "theme" is deprecated
2018-08-30Merge pull request #21588 from eska014/html5-gamepadsRémi Verschelde
Fix HTML5 gamepad input
2018-08-30Merge pull request #21585 from TGRCdev/rigidbody_docsRémi Verschelde
Documented some RigidBody and PhysicsDirectBodyState methods
2018-08-30Fix HTML5 gamepad inputLeon Krause
2018-08-29Added documentation for some RigidBody methods, and copied the descriptions ↵Tiger C
to matching PhysicsDirectBodyState methods.
2018-08-29Add missing copyright headersRémi Verschelde
2018-08-29Merge pull request #21578 from volzhs/font-hindiRémi Verschelde
Add Hindi font for editor
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-30Add Hindi font for editorvolzhs
2018-08-29Ported CPU particles to 2DJuan Linietsky
2018-08-29Merge pull request #21572 from akien-mga/physicsbody-friction-bounceRémi Verschelde
Physics: Properly obsolete friction and bounce properties
2018-08-29Merge pull request #21571 from AndreaCatania/zerverRémi Verschelde
Fixed crash if convex has 0 vertices
2018-08-29Physics: Properly obsolete friction and bounce propertiesRémi Verschelde
Without this change any new PhysicsBody would show deprecation warnings due to default values for friction and bounce being defined. It also enforced a physics material override even when using default values.
2018-08-29Fixed crash if convex has 0 verticesAndrea Catania
2018-08-29Merge pull request #21516 from elasota/fix-bptcRémi Verschelde
Fix BPTC regressions
2018-08-29Merge pull request #21563 from marcelofg55/_set_celldRémi Verschelde
Unexpose TileMap set_celld
2018-08-29Merge pull request #21538 from jmf/masterRémi Verschelde
Fix CSGBox size
2018-08-29Merge pull request #21564 from ibrahn/fix-move-slide-crashRémi Verschelde
Initialise rays_found count in test_ray_separation.
2018-08-29Initialise rays_found count in test_ray_separation.Ibrahn Sahir
Prevents branch on uninit that could result in crashes with move_and_slide.
2018-08-29Unexpose TileMap set_celldMarcelo Fernandez
2018-08-29Merge pull request #21561 from BastiaanOlij/doc_meshRémi Verschelde
Update ArrayMesh/Mesh documentation
2018-08-29Moved documentation for methods made accessible from super class for MeshBastiaan Olij
2018-08-29Merge pull request #21539 from yurchor/masterRémi Verschelde
Fix minor typos and word puzzles
2018-08-29Travis: Move Coverity module to x11-tools-mono-gcc buildRémi Verschelde
Update Coverity Scan secure token, previous one expired.
2018-08-29Merge pull request #21553 from bmwiedemann/sortRémi Verschelde
Sort list of input files
2018-08-29Fix vformat(), minor typos and word puzzlesYuri Chornoivan
2018-08-29BuildSystem: Sort input file listsBernhard M. Wiedemann
so that godot package builds reproducibly in spite of indeterministic filesystem readdir order and http://bugs.python.org/issue30461 See https://reproducible-builds.org/ for why this is good. Sort font input file list, so that builtin_fonts.gen.h is created in a reproducible way Sort list of platforms, so that editor/register_exporters.gen.cpp is created in a reproducible way Sort list of source files, so that .a files and resulting godot binaries are created in a reproducible way
2018-08-29BuildSystem: Fix font listBernhard M. Wiedemann
We want to add the individual strings to the list and not add a list object to the list. Without this patch, sorting failed because "str < list" is not a valid operation in python.