Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-10 | Merge pull request #23632 from DualMatrix/floating_point | Rémi Verschelde | |
Fixed floating point issue in find() of animation. | |||
2018-11-10 | Fixed floating point issue in find() of animation. | DualMatrix | |
Fixes #23504 | |||
2018-11-10 | Merge pull request #23490 from Faless/lws_client_memfix | Rémi Verschelde | |
Fix access to freed mem in WS client after #23241 | |||
2018-11-10 | Merge pull request #23624 from bruvzg/macos_file_associations | Rémi Verschelde | |
[macOS] Fix file associations | |||
2018-11-10 | Merge pull request #23622 from RandomShaper/fix-windows-mouse-capture | Rémi Verschelde | |
Fix mouse mode restoration on Windows | |||
2018-11-10 | Merge pull request #23597 from vnen/network-fs-fix | Rémi Verschelde | |
Fix deploy with network filesystem | |||
2018-11-10 | Merge pull request #23638 from DualMatrix/tileset_spam | Rémi Verschelde | |
Fixed error spam when deleting cell in tileset | |||
2018-11-10 | Merge pull request #23633 from Naryosha/docs-sync | Rémi Verschelde | |
doc: Sync classref with current source | |||
2018-11-10 | [macOS] Fix file associations (for *.scn, *.tscn and project.godot). | bruvzg | |
2018-11-10 | Merge pull request #23618 from bruvzg/macos_spash_fix | Rémi Verschelde | |
[macOS] Fix blank splash screen | |||
2018-11-10 | Merge pull request #23635 from Kanabenki/fix-angular-velocity-hints | Rémi Verschelde | |
Fix angular velocity property range in editor for CPUParticles and CPUParticles2D | |||
2018-11-10 | Merge pull request #23621 from workless/allow_strength_in_action_press | Rémi Verschelde | |
Allow to specify a custom strength when calling Input.action_press(),… | |||
2018-11-10 | Merge pull request #23639 from neikeq/gg | Rémi Verschelde | |
Fix GDScript placeholder fallback | |||
2018-11-10 | Fix GDScript placeholder fallback | Ignacio Etcheverry | |
2018-11-10 | Fixed error spam when deleting cell in tileset | DualMatrix | |
Fixes #23556 and should fix #21549 | |||
2018-11-10 | Fix wrong editor hints for angular_velocity properties | Kanabenki | |
2018-11-10 | Was missing calling _mkid() in shader_gles2.cpp, regarding fix for #12880 | Juan Linietsky | |
2018-11-10 | Avoid double underscore from breaking glsl compiler, fixes #12880 | Juan Linietsky | |
2018-11-10 | doc: Sync classref with current source | Poommetee Ketson | |
2018-11-10 | Make sure rotated shapes with one way direction collisions work, fixes #12791 | Juan Linietsky | |
2018-11-10 | Fix deploy with network filesystem | George Marques | |
Also make some prints only happen in verbose mode. | |||
2018-11-10 | Make TextureRegion grid settings occupy less space, closes #12679 | Juan Linietsky | |
2018-11-10 | Allow to specify a custom strength when calling Input.action_press(), this ↵ | Davide Baldo | |
allows virtual axis, mainly for mobile. | |||
2018-11-10 | Merge pull request #23625 from workless/fix_tile_data_format | Rémi Verschelde | |
[BUGFIX] Fixed tilemap saving, format FORMAT_2 was not correctly written since… | |||
2018-11-10 | Fixed tilemap saving, format FORMAT_2 was not correctly written since it was ↵ | Davide Baldo | |
recognized as default value, hence FORMAT_1 was always the case even when the tile_data was written in FORMAT_2. | |||
2018-11-09 | Fix mouse mode restoration on Windows | Pedro J. Estébanez | |
Fixes #23494. | |||
2018-11-09 | [macOS] Fix blank splash screen | bruvzg | |
2018-11-09 | Merge pull request #23476 from marcelofg55/export_all | Rémi Verschelde | |
Add an Export All button to the Export dialog | |||
2018-11-09 | Merge pull request #23542 from marcelofg55/no_pie | Rémi Verschelde | |
Fix binaries incorrectly detected as shared libraries on some linux distros | |||
2018-11-09 | Merge pull request #23578 from Liangdi/master | Rémi Verschelde | |
fix tile set editor crash when drawing polygon shapes | |||
2018-11-09 | Merge pull request #23614 from DualMatrix/snappy | Rémi Verschelde | |
AnimationPlayer, snap absolute position instead of motion. | |||
2018-11-09 | AnimationPlayer, snap absolute position instead of motion. | DualMatrix | |
Fixes #22663 | |||
2018-11-09 | Use a more compatible (and certain to work) mechanism to check default value ↵ | Juan Linietsky | |
on scene packing. | |||
2018-11-09 | Remove junk SCons file | Rémi Verschelde | |
2018-11-09 | Merge pull request #23059 from groud/change_ci_selection | Rémi Verschelde | |
Allow the Container children selection but don't allow them to move | |||
2018-11-09 | Merge pull request #23611 from Naryosha/format | Rémi Verschelde | |
Fix formatting -0.0 by %+f displays +-0.0 | |||
2018-11-09 | Fix formatting -0.0 by %+f displays +-0.0 | Poommetee Ketson | |
2018-11-09 | Merge pull request #23600 from DualMatrix/advance | Rémi Verschelde | |
Made AnimationPlayer timeline only advance when keyframing frame variables | |||
2018-11-08 | User more correct plus file on get_current_dir. | Juan Linietsky | |
2018-11-08 | Made AnimationPlayer timeline only advance when keyframing frame variables | DualMatrix | |
Fixes #23330 | |||
2018-11-08 | Proper time tracking in AnimationNodeAnimation, closes #22887 | Juan Linietsky | |
2018-11-08 | Effectively ensure that surface materials are the right size when setting ↵ | Juan Linietsky | |
them, fixes #23596 | |||
2018-11-08 | 2D Rigid Body CCD should work again, fixes #6664 | Juan Linietsky | |
2018-11-08 | Merge pull request #23505 from zorbathut/zorbathut/updateproject | Ignacio Etcheverry | |
Add option for automatic project updating. | |||
2018-11-08 | Merge pull request #23595 from neikeq/ff | Ignacio Etcheverry | |
Fix assertion fail when loading assembly on project export | |||
2018-11-08 | Fix assertion fail when loading assembly on project export | Ignacio Etcheverry | |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | |
-Removed one and zero hints for properties, replaced by default value | |||
2018-11-08 | Merge pull request #23463 from hpvb/use-dri-prime-default | Rémi Verschelde | |
Set DRI_PRIME=1 by default on X11 if not already set | |||
2018-11-08 | Merge pull request #23576 from groud/fix_itemlist | Rémi Verschelde | |
Fixes icons in itemlist not working | |||
2018-11-08 | Merge pull request #23472 from BastiaanOlij/min_collision_shape_margin | Rémi Verschelde | |
Lower minimum margin for collision shapes |