Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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. | |||
2018-08-29 | Add missing copyright headers | Rémi Verschelde | |
2018-08-29 | Merge pull request #21578 from volzhs/font-hindi | Rémi Verschelde | |
Add Hindi font for editor | |||
2018-08-29 | doc: Sync classref with current source | Rémi Verschelde | |
2018-08-29 | Small change on how GridMap's "theme" is deprecated | Michael Alexsander Silva Dias | |
2018-08-30 | Add Hindi font for editor | volzhs | |
2018-08-29 | Ported CPU particles to 2D | Juan Linietsky | |
2018-08-29 | Merge pull request #21572 from akien-mga/physicsbody-friction-bounce | Rémi Verschelde | |
Physics: Properly obsolete friction and bounce properties | |||
2018-08-29 | Merge pull request #21571 from AndreaCatania/zerver | Rémi Verschelde | |
Fixed crash if convex has 0 vertices | |||
2018-08-29 | Physics: Properly obsolete friction and bounce properties | Ré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-29 | Fixed crash if convex has 0 vertices | Andrea Catania | |
2018-08-29 | Merge pull request #21516 from elasota/fix-bptc | Rémi Verschelde | |
Fix BPTC regressions |