Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-03 | Change return value of Tree.create_item() from Object to TreeItem | Kelly Thomas | |
2018-09-02 | Merge pull request #21687 from Calinou/fix-osx-project-manager-size | Rémi Verschelde | |
Fix the project manager window size on hiDPI displays on macOS | |||
2018-09-02 | Fix the project manager window size on hiDPI displays on macOS | Hugo Locurcio | |
This closes #21525. | |||
2018-09-01 | Merge pull request #21636 from akien-mga/docdata-variant | Rémi Verschelde | |
DocData: Fix return type listed as "var" instead of "Variant" | |||
2018-09-01 | Merge pull request #21670 from cbscribe/kcc_class_edits | Rémi Verschelde | |
[DOCS] Classref additions and corrections | |||
2018-09-01 | Merge pull request #21672 from YeldhamDev/gui_input_ev_rename | Rémi Verschelde | |
Change some instances of args named "ev" to "event" | |||
2018-09-01 | Change some instances of args named "ev" to "event" | Michael Alexsander Silva Dias | |
2018-09-01 | Merge pull request #21663 from Calinou/fix-editor-shortcut-defaults | Rémi Verschelde | |
Fix some editor shortcuts' default values not being set properly | |||
2018-09-01 | [DOCS] Classref additions and corrections | Chris Bradfield | |
2018-09-01 | Merge pull request #21657 from DualMatrix/array_dup | Rémi Verschelde | |
Fixed duplicating AnimationPlayers leaving empty tracks. | |||
2018-09-01 | Merge pull request #21652 from KellyThomas/classdb-signals | Rémi Verschelde | |
Improve ClassDB information for some some signal parameters | |||
2018-09-01 | Merge pull request #21658 from ibrahn/remove-unused-editor-genheaders | Rémi Verschelde | |
Removed some unneeded generated headers from the editor directory SCsub. | |||
2018-09-01 | Merge pull request #21632 from JFonS/fix_15166 | Rémi Verschelde | |
Fix handling of shader constants that caused crash, closes #15166 | |||
2018-09-01 | Fix some editor shortcuts' default values not being set properly | Hugo 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-01 | Merge pull request #21656 from ibrahn/fixup-license-shortnames | Rémi Verschelde | |
Fixed up a couple of license names in COPYRIGHT.txt | |||
2018-09-01 | Removed 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-01 | Fixed 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-01 | Fixed up a couple of license names in COPYRIGHT.txt | Ibrahn 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-01 | Improve ClassDB information for some some signal parameters | Kelly Thomas | |
2018-09-01 | Merge pull request #21644 from elasota/fix-vs-res | Rémi Verschelde | |
Fix bad res file include in VS project | |||
2018-09-01 | Merge pull request #21641 from YeldhamDev/class_search_relation_lines | Rémi Verschelde | |
Make "Search Classes" dialog have relationship lines if the setting is enabled | |||
2018-09-01 | Fix bad res file include in VS project and simplify a bit | elasota | |
2018-08-31 | Make "Search Classes" dialog have relationship lines if the setting is enabled | Michael Alexsander Silva Dias | |
2018-08-31 | DocData: Fix return type listed as "var" instead of "Variant" | Rémi Verschelde | |
2018-08-31 | update class docs | Kelly Thomas | |
2018-08-31 | emit more detailed type information for signal parameters | Kelly Thomas | |
2018-08-31 | Merge pull request #21606 from Ranoller/patch-2 | Rémi Verschelde | |
Tileset: Bind autotile_set_size()/get_size(). | |||
2018-08-31 | Fix handling of shader constants that caused crash, closes #15166 | JFonS | |
2018-08-31 | Merge pull request #21605 from Faless/ws_no_proto | Max Hilbrunner | |
Allow WebSocket connect with no sub-protocols. | |||
2018-08-31 | Merge pull request #21619 from akien-mga/export-validate-path | Max Hilbrunner | |
ExportDialog: Validate path before allowing export | |||
2018-08-31 | ExportDialog: Validate path before allowing export | Ré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-31 | Merge pull request #21614 from willnationsdev/instance-with-name | Rémi Verschelde | |
Fix script classes not instancing with custom name. | |||
2018-08-31 | Merge pull request #21611 from RandomShaper/fix-wacom-input | Rémi Verschelde | |
Fix multitouch input not working on certain devices on Windows | |||
2018-08-30 | Fix Script Classes not instancing with custom name. | Will Nations | |
2018-08-30 | Fix multitouch input not working on certain devices on Windows | Pedro J. Estébanez | |
Fixes #20474. | |||
2018-08-30 | Merge pull request #21604 from karroffel/nativescript-instance-binding-refcount | Thomas Herzog | |
[NativeScript] implement refcount instance binding funcs | |||
2018-08-30 | Tileset: 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-30 | Allow WebSocket connect with no sub-protocols. | Fabio Alessandrelli | |
2018-08-30 | Merge pull request #21597 from akien-mga/raycast2d-clear-collider | Rémi Verschelde | |
RayCast2D: Fix reporting old collider after collision ended | |||
2018-08-30 | [NativeScript] implement refcount instance binding funcs | Thomas Herzog | |
2018-08-30 | Merge pull request #21602 from karroffel/gdnative-core-1.1 | Thomas Herzog | |
[GDNative] add initial core 1.1 extension | |||
2018-08-30 | [GDNative] add initial core 1.1 extension | Thomas Herzog | |
2018-08-30 | RayCast2D: Fix reporting old collider after collision ended | Rémi Verschelde | |
It now behaves the same as RayCast (3D). Fixed documentation accordingly and documented new configuration options. Supersedes and closes #20567. | |||
2018-08-30 | Merge pull request #21596 from JFonS/fix_21262 | Rémi Verschelde | |
Fix regression #21262 in Path Gizmo | |||
2018-08-30 | Fix regression #21262 in Path Gizmo | JFonS | |
closes #21262 | |||
2018-08-30 | Merge pull request #21575 from YeldhamDev/gridmap_deprecated_fix | Rémi Verschelde | |
Small change on how GridMap's "theme" is deprecated | |||
2018-08-30 | Merge pull request #21588 from eska014/html5-gamepads | Rémi Verschelde | |
Fix HTML5 gamepad input | |||
2018-08-30 | Merge pull request #21585 from TGRCdev/rigidbody_docs | Rémi Verschelde | |
Documented some RigidBody and PhysicsDirectBodyState methods | |||
2018-08-30 | Fix HTML5 gamepad input | Leon Krause | |
2018-08-29 | Added documentation for some RigidBody methods, and copied the descriptions ↵ | Tiger C | |
to matching PhysicsDirectBodyState methods. |