summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-31Merge pull request #29324 from qarmin/fix_memory_leak_text_editorRémi Verschelde
Fix memory leak in Text Editor and FileSystem dock
2019-05-31Merge pull request #29329 from volzhs/fix-animation-playerRémi Verschelde
Fix animation player
2019-05-31Merge pull request #29331 from KoBeWi/animation_time_machineRémi Verschelde
Add track_set_key_time() to Animation
2019-05-31Merge pull request #29334 from KoBeWi/not_crash_is_trueRémi Verschelde
Fix crash when inherit in rootless unsaved scene
2019-05-31Merge pull request #29328 from KoBeWi/undo_cpuparticles_tooRémi Verschelde
Allow undo of conversion to CPUParticles
2019-05-31Merge pull request #29301 from creikey/fix-remotescenetreeRémi Verschelde
Hide remote scene tree when adding new scene
2019-05-31Merge pull request #29299 from creikey/masterRémi Verschelde
Check if parent is null before updating transform
2019-05-30Hide remote scene tree when adding new sceneCameron Reikes
- Don't show create_root_dialog if remote scenetree visible - Hide create_root_dialog on showing of remote scenetree Fixes #29288
2019-05-31Merge pull request #29336 from Cheeseness/rigidbody_axis_lock_typosRémi Verschelde
Correct typos in RigidBody axis lock documentation
2019-05-31Correct typos in RigidBody axis lock documentationCheeseness
2019-05-31Fix crash when inherit in rootless unsaved sceneTomasz Chabora
2019-05-31Add track_set_key_time() to AnimationTomasz Chabora
2019-05-31Sync Animation editor with Inspectorvolzhs
2019-05-30Allow undo conversion to CPUParticlesTomasz Chabora
2019-05-31Revert "Fix AnimationPlayer editor length and step synchronization"volzhs
This reverts commit ca80ebe9f6319f3caf008bd3f49fc11bae13423c.
2019-05-30Fix memory leak in Text Editor and FileSystem Dockqarmin
2019-05-30Merge pull request #29319 from fire/preview_CrashRémi Verschelde
Check error code before using FileAccess to create a preview and cras…
2019-05-30Merge pull request #26942 from RandomShaper/fix-vp-issuesRémi Verschelde
Fix Viewport and Camera issues
2019-05-30Check error code before using FileAccess to create a preview and crashing.K. S. Ernest (iFIre) Lee
2019-05-30Merge pull request #29297 from Calinou/decrease-editor-fps-unfocusedRémi Verschelde
Decrease the editor FPS cap when the window is unfocused
2019-05-30Merge pull request #29315 from akien-mga/fix-paths-localizationRémi Verschelde
Don't localize paths that contain but are not in the resource path
2019-05-30Merge pull request #29311 from AspenBlack/patch-1Rémi Verschelde
More accurate description of valid Parents
2019-05-30Merge pull request #24286 from glaforte/bugfix/20878Rémi Verschelde
Fixes the support of the 'keep on reimport' flag - Issue #20878.
2019-05-30Don't localize paths that contain but are not in the resource pathRémi Verschelde
This issue could be triggered if you try to access a path which contains the resource path string in its absolute path, while pointing to a directory which is *not* in the resource path. It's clearer with an example: with `/my/project` as resource path, the previous logic would also localize `/my/project_data` to `res://data`, which is incorrect and would lead to a cryptic error. Fixes #24761. Co-authored-by: volzhs <volzhs@gmail.com>
2019-05-30Decrease the editor FPS cap when the window is unfocusedHugo Locurcio
This decreases CPU/GPU usage when the window is unfocused, which can be beneficial to laptop users. This also makes the low-processor mode sleep project setting no longer affect the editor. Instead, two new editor settings now define the duration of sleeping when the editor is focused and unfocused. This closes #24209 and partially addresses #29257.
2019-05-30Merge pull request #29310 from follower/patch-4Rémi Verschelde
Improve AudioStreamSample documentation.
2019-05-30Merge pull request #29236 from clayjohn/gles2-mirrorRémi Verschelde
Separate culling state management from material state in GLES2
2019-05-30Merge pull request #25148 from capnm/capnm-print-corrupt-image-pathRémi Verschelde
Print the path of a corrupt image
2019-05-30More accurate description of valid ParentsAspin
I hope this is the right place to edit now.
2019-05-30Merge pull request #27657 from m4gr3d/add_android_studio_supportRémi Verschelde
Add Android Studio support
2019-05-30Merge pull request #29188 from Calinou/improve-ssao-performance-qualityRémi Verschelde
Improve SSAO performance and quality
2019-05-31Improve AudioStreamSample documentation.follower
"Squash" of #27928. Wording based on suggestions by @LikeLakers2.
2019-05-30Merge pull request #29308 from hbina/fixing_undo_2d_particlesRémi Verschelde
added ability to undo conversion of Particles2D to CPUParticles2D
2019-05-30Merge pull request #29309 from Ybalrid/patch-1Rémi Verschelde
audio_server.h : fix typo in comment (minor)
2019-05-30audio_server.h : fix typo in comment (minor)Arthur Brainville
Line 152 : `//re-expose this her,` should be `//re-expose this here`
2019-05-30Merge pull request #29296 from jbuck3/cleanupRémi Verschelde
Remove some redundant lines
2019-05-30added ability to undo conversion of Particles2D to CPUParticles2Dhbina085
2019-05-30Merge pull request #29304 from qarmin/fix_unlocking_mutexRémi Verschelde
Properly unlock mutex
2019-05-30Properly unlock mutexqarmin
2019-05-29Add Android Studio support.fhuya
2019-05-29Check if parent is null before updating trasnformCameron Reikes
- parent being null means it's not a CollisionObject
2019-05-29Remove some redundant linesJames Buck
2019-05-29Merge pull request #29290 from ShyRed/godefquoIgnacio Roldán Etcheverry
Escape quote char for non-Windows OS
2019-05-29Escape quote char for non-Windows OSShyRed
Quote char appears to be ignored by ProcessStartInfo on non-Windows operating systems, so it needs to be escaped.
2019-05-29Merge pull request #25012 from avencherus/prevent-duplicate-keyframesRémi Verschelde
Do precision comparison to prevent the creation of keyframes with a time that already exists
2019-05-29Merge pull request #24365 from YeldhamDev/autoload_restrict_keywordsRémi Verschelde
Restrict Autoloads from having keywords as their names
2019-05-29Merge pull request #29287 from akien-mga/invalid-encryption-keyRémi Verschelde
FileAccessEncrypted: Be more explicit on decryption failure
2019-05-29Merge pull request #29285 from akien-mga/navpoly_vertices_vec2Rémi Verschelde
Fix wrong property binding for NavigationPolygon::vertices
2019-05-29FileAccessEncrypted: Be more explicit on decryption failureRémi Verschelde
Fixes #24505. Supersedes #25278.
2019-05-29Merge pull request #25516 from bojidar-bg/25487-folding-remote-treeRémi Verschelde
Fix remote scene tree root folding