summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-03Change return value of Tree.create_item() from Object to TreeItemKelly Thomas
2018-09-02Merge pull request #21687 from Calinou/fix-osx-project-manager-sizeRémi Verschelde
Fix the project manager window size on hiDPI displays on macOS
2018-09-02Fix the project manager window size on hiDPI displays on macOSHugo Locurcio
This closes #21525.
2018-09-01Merge pull request #21636 from akien-mga/docdata-variantRémi Verschelde
DocData: Fix return type listed as "var" instead of "Variant"
2018-09-01Merge pull request #21670 from cbscribe/kcc_class_editsRémi Verschelde
[DOCS] Classref additions and corrections
2018-09-01Merge pull request #21672 from YeldhamDev/gui_input_ev_renameRémi Verschelde
Change some instances of args named "ev" to "event"
2018-09-01Change some instances of args named "ev" to "event"Michael Alexsander Silva Dias
2018-09-01Merge pull request #21663 from Calinou/fix-editor-shortcut-defaultsRémi Verschelde
Fix some editor shortcuts' default values not being set properly
2018-09-01[DOCS] Classref additions and correctionsChris Bradfield
2018-09-01Merge pull request #21657 from DualMatrix/array_dupRémi Verschelde
Fixed duplicating AnimationPlayers leaving empty tracks.
2018-09-01Merge pull request #21652 from KellyThomas/classdb-signalsRémi Verschelde
Improve ClassDB information for some some signal parameters
2018-09-01Merge pull request #21658 from ibrahn/remove-unused-editor-genheadersRémi Verschelde
Removed some unneeded generated headers from the editor directory SCsub.
2018-09-01Merge pull request #21632 from JFonS/fix_15166Rémi Verschelde
Fix handling of shader constants that caused crash, closes #15166
2018-09-01Fix some editor shortcuts' default values not being set properlyHugo Locurcio
This also changes the uppercase/lowercase/capitalize shortcuts to Shift+F4, Shift+F5 and Shift+F6 respectively to avoid conflicts with the new Find Next shortcut. This closes #21612.
2018-09-01Merge pull request #21656 from ibrahn/fixup-license-shortnamesRémi Verschelde
Fixed up a couple of license names in COPYRIGHT.txt
2018-09-01Removed some unneeded generated headers from the editor directory SCsub.Ibrahn Sahir
These headers are currently built in (and included from) the core directory. Removing the editor directory versions to avoid confusion.
2018-09-01Fixed duplicating AnimationPlayers leaving empty tracks.DualMatrix
Fixed duplicating AnimationPlayers leaving empty tracks. I don't think duplicating arrays worked before. There was even this weird //does not make a long of sense but should work comment at the changed line. Fixes #21616
2018-09-01Fixed up a couple of license names in COPYRIGHT.txtIbrahn Sahir
A couple of entries were using SPDX name over the Debian standard ones. Switched these over and noted this policy at the top of the file to avoid confusion.
2018-09-01Improve ClassDB information for some some signal parametersKelly Thomas
2018-09-01Merge pull request #21644 from elasota/fix-vs-resRémi Verschelde
Fix bad res file include in VS project
2018-09-01Merge pull request #21641 from YeldhamDev/class_search_relation_linesRémi Verschelde
Make "Search Classes" dialog have relationship lines if the setting is enabled
2018-09-01Fix bad res file include in VS project and simplify a bitelasota
2018-08-31Make "Search Classes" dialog have relationship lines if the setting is enabledMichael Alexsander Silva Dias
2018-08-31DocData: Fix return type listed as "var" instead of "Variant"Rémi Verschelde
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-31Fix handling of shader constants that caused crash, closes #15166JFonS
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.