Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-31 | Revert "Fix AnimationPlayer editor length and step synchronization" | volzhs | |
This reverts commit ca80ebe9f6319f3caf008bd3f49fc11bae13423c. | |||
2019-05-30 | Merge pull request #29297 from Calinou/decrease-editor-fps-unfocused | Rémi Verschelde | |
Decrease the editor FPS cap when the window is unfocused | |||
2019-05-30 | Merge pull request #29315 from akien-mga/fix-paths-localization | Rémi Verschelde | |
Don't localize paths that contain but are not in the resource path | |||
2019-05-30 | Merge pull request #29311 from AspenBlack/patch-1 | Rémi Verschelde | |
More accurate description of valid Parents | |||
2019-05-30 | Merge pull request #24286 from glaforte/bugfix/20878 | Rémi Verschelde | |
Fixes the support of the 'keep on reimport' flag - Issue #20878. | |||
2019-05-30 | Don't localize paths that contain but are not in the resource path | Ré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-30 | Decrease the editor FPS cap when the window is unfocused | Hugo 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-30 | Merge pull request #29310 from follower/patch-4 | Rémi Verschelde | |
Improve AudioStreamSample documentation. | |||
2019-05-30 | Merge pull request #29236 from clayjohn/gles2-mirror | Rémi Verschelde | |
Separate culling state management from material state in GLES2 | |||
2019-05-30 | Merge pull request #25148 from capnm/capnm-print-corrupt-image-path | Rémi Verschelde | |
Print the path of a corrupt image | |||
2019-05-30 | More accurate description of valid Parents | Aspin | |
I hope this is the right place to edit now. | |||
2019-05-30 | Merge pull request #27657 from m4gr3d/add_android_studio_support | Rémi Verschelde | |
Add Android Studio support | |||
2019-05-30 | Merge pull request #29188 from Calinou/improve-ssao-performance-quality | Rémi Verschelde | |
Improve SSAO performance and quality | |||
2019-05-31 | Improve AudioStreamSample documentation. | follower | |
"Squash" of #27928. Wording based on suggestions by @LikeLakers2. | |||
2019-05-30 | Merge pull request #29308 from hbina/fixing_undo_2d_particles | Rémi Verschelde | |
added ability to undo conversion of Particles2D to CPUParticles2D | |||
2019-05-30 | Merge pull request #29309 from Ybalrid/patch-1 | Rémi Verschelde | |
audio_server.h : fix typo in comment (minor) | |||
2019-05-30 | audio_server.h : fix typo in comment (minor) | Arthur Brainville | |
Line 152 : `//re-expose this her,` should be `//re-expose this here` | |||
2019-05-30 | Merge pull request #29296 from jbuck3/cleanup | Rémi Verschelde | |
Remove some redundant lines | |||
2019-05-30 | added ability to undo conversion of Particles2D to CPUParticles2D | hbina085 | |
2019-05-30 | Merge pull request #29304 from qarmin/fix_unlocking_mutex | Rémi Verschelde | |
Properly unlock mutex | |||
2019-05-30 | Properly unlock mutex | qarmin | |
2019-05-29 | Add Android Studio support. | fhuya | |
2019-05-29 | Remove some redundant lines | James Buck | |
2019-05-29 | Merge pull request #29290 from ShyRed/godefquo | Ignacio Roldán Etcheverry | |
Escape quote char for non-Windows OS | |||
2019-05-29 | Escape quote char for non-Windows OS | ShyRed | |
Quote char appears to be ignored by ProcessStartInfo on non-Windows operating systems, so it needs to be escaped. | |||
2019-05-29 | Merge pull request #25012 from avencherus/prevent-duplicate-keyframes | Rémi Verschelde | |
Do precision comparison to prevent the creation of keyframes with a time that already exists | |||
2019-05-29 | Merge pull request #24365 from YeldhamDev/autoload_restrict_keywords | Rémi Verschelde | |
Restrict Autoloads from having keywords as their names | |||
2019-05-29 | Merge pull request #29287 from akien-mga/invalid-encryption-key | Rémi Verschelde | |
FileAccessEncrypted: Be more explicit on decryption failure | |||
2019-05-29 | Merge pull request #29285 from akien-mga/navpoly_vertices_vec2 | Rémi Verschelde | |
Fix wrong property binding for NavigationPolygon::vertices | |||
2019-05-29 | FileAccessEncrypted: Be more explicit on decryption failure | Rémi Verschelde | |
Fixes #24505. Supersedes #25278. | |||
2019-05-29 | Merge pull request #25516 from bojidar-bg/25487-folding-remote-tree | Rémi Verschelde | |
Fix remote scene tree root folding | |||
2019-05-29 | Merge pull request #25480 from ↵ | Rémi Verschelde | |
WindyDarian/scene_import_root_type_script_global_class_support Support script global class (class_name) as root_type when importing a scene | |||
2019-05-29 | Fix wrong property binding for NavigationPolygon::vertices | Rémi Verschelde | |
2019-05-29 | Merge pull request #29284 from akien-mga/gles2-release-maybe-uninitialized | Rémi Verschelde | |
Fix -Werror=maybe-uninitialized in GLES2 on release builds | |||
2019-05-29 | Merge pull request #25520 from Zylann/expose_node_custom_aabb | Rémi Verschelde | |
Exposed custom AABB setter on GeometryInstance | |||
2019-05-29 | Merge pull request #25647 from QbieShay/fix_25440 | Rémi Verschelde | |
Added a setting for files in which the editor should search (project specific) | |||
2019-05-29 | Fix -Werror=maybe-uninitialized in GLES2 on release builds | Rémi Verschelde | |
Issue introduced in #28796. | |||
2019-05-29 | Merge pull request #29255 from Calinou/doc-improve-primitivemeshes | Rémi Verschelde | |
Improve the PrimitiveMesh-derived class documentations | |||
2019-05-29 | Merge pull request #29261 from volzhs/fix-basebutton | Rémi Verschelde | |
Fix BaseButton not emitting signal with virtual function | |||
2019-05-29 | Merge pull request #29244 from akien-mga/main-print-version | Max Hilbrunner | |
Print engine version to stdout when starting Godot | |||
2019-05-29 | Merge pull request #29259 from mhilbrunner/ignore-all-the-things | Rémi Verschelde | |
.gitignore improvements for Windows/macOS | |||
2019-05-29 | Merge pull request #29253 from IronicallySerious/remove-duplicate-plugin | Rémi Verschelde | |
Remove duplicate audio bus plugin registry | |||
2019-05-29 | Merge pull request #28416 from JellyWX/binary-literals | Rémi Verschelde | |
Support for binary literals in GDScript | |||
2019-05-29 | Merge pull request #29270 from Chaosus/fix_vs_init_bug | Yuri Roubinsky | |
Fix incorrect scroll when the user perform first action on visual shader | |||
2019-05-29 | Fix incorrect scroll when the user perform first action on visual shader | Chaosus | |
2019-05-29 | Fix BaseButton not emitting signal with virtual function | volzhs | |
Fix #29258 | |||
2019-05-28 | Merge pull request #29251 from qarmin/some_uninitialised_values_fixes | Rémi Verschelde | |
Fix some unintialised variables | |||
2019-05-28 | Merge pull request #28896 from Ranoller/master | Rémi Verschelde | |
Fix tilemap displaced textures and shapes | |||
2019-05-28 | .gitignore improvements for Windows/macOS | Max Hilbrunner | |
2019-05-28 | Merge pull request #28789 from mitchcurtis/quick-open | Rémi Verschelde | |
Add Quick Open dialog |