Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |||
2018-08-29 | Merge pull request #21563 from marcelofg55/_set_celld | Rémi Verschelde | |
Unexpose TileMap set_celld | |||
2018-08-29 | Merge pull request #21538 from jmf/master | Rémi Verschelde | |
Fix CSGBox size | |||
2018-08-29 | Merge pull request #21564 from ibrahn/fix-move-slide-crash | Rémi Verschelde | |
Initialise rays_found count in test_ray_separation. | |||
2018-08-29 | Initialise rays_found count in test_ray_separation. | Ibrahn Sahir | |
Prevents branch on uninit that could result in crashes with move_and_slide. | |||
2018-08-29 | Unexpose TileMap set_celld | Marcelo Fernandez | |
2018-08-29 | Merge pull request #21561 from BastiaanOlij/doc_mesh | Rémi Verschelde | |
Update ArrayMesh/Mesh documentation | |||
2018-08-29 | Moved documentation for methods made accessible from super class for Mesh | Bastiaan Olij | |
2018-08-29 | Merge pull request #21539 from yurchor/master | Rémi Verschelde | |
Fix minor typos and word puzzles | |||
2018-08-29 | Travis: Move Coverity module to x11-tools-mono-gcc build | Rémi Verschelde | |
Update Coverity Scan secure token, previous one expired. | |||
2018-08-29 | Merge pull request #21553 from bmwiedemann/sort | Rémi Verschelde | |
Sort list of input files | |||
2018-08-29 | Fix vformat(), minor typos and word puzzles | Yuri Chornoivan | |
2018-08-29 | BuildSystem: Sort input file lists | Bernhard 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-29 | BuildSystem: Fix font list | Bernhard 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. |