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