Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-05 | Merge pull request #36772 from pyacier/warning-concavepolygonshape | Rémi Verschelde | |
Add a new configuration warning to CollisionShape | |||
2020-03-05 | Merge pull request #36810 from akien-mga/configfile-better-errors | Rémi Verschelde | |
ConfigFile: Improve error messages | |||
2020-03-05 | Add a new configuration warning to CollisionShape | Pierre Caye | |
In the case where a ConcavePolygonShape is used as a shape for a RigidBody in another mode than static, a configuration warning will appear in the editor. | |||
2020-03-05 | ConfigFile: Improve error messages and complete docs | Rémi Verschelde | |
2020-03-05 | Merge pull request #36807 from akien-mga/dont-give-apples-to-the-monkeys | Rémi Verschelde | |
Mono: Fix detection of Apple platforms in build script | |||
2020-03-05 | Merge pull request #36746 from aaronfranke/plugin-icon-docs | Rémi Verschelde | |
Document EditorPlugin get_plugin_icon and get_plugin_name | |||
2020-03-05 | Merge pull request #36800 from qarmin/added_some_gitignore_records | Rémi Verschelde | |
Added to .gitignore - Cppcheck folder and Gcov, Lcov code coverage | |||
2020-03-05 | Mono: Fix detection of Apple platforms in build script | Rémi Verschelde | |
2020-03-05 | Merge pull request #36798 from m4gr3d/android_codebase_misc_cleanup | Rémi Verschelde | |
Miscellaneous cleanup for the Android codebase | |||
2020-03-05 | Merge pull request #36788 from nekomatata/windows-permissive-flag | Rémi Verschelde | |
Remove '/permissive-' flag from Windows MSVC build | |||
2020-03-04 | Merge pull request #36743 from Calinou/tweak-giprobe-gizmo | Rémi Verschelde | |
Tweak the GIProbe gizmo to be more subtle | |||
2020-03-04 | Merge pull request #36739 from Calinou/improve-giprobe-editor-label | Rémi Verschelde | |
Improve the GIProbe editor contextual label | |||
2020-03-04 | Document EditorPlugin get_plugin_icon and get_plugin_name | Aaron Franke | |
The return value's type hint is now accurate. | |||
2020-03-04 | Miscellaneous cleanup for the Android codebase: | fhuya | |
- update gradle plugins versions - add formatting rules for AndroidManifest and gradle build files - cleanup java_godot_lib_jni Note: logic was mostly moved around and no new logic/functionality was added. | |||
2020-03-04 | Merge pull request #36021 from YeldhamDev/intersects_touch_expose | Rémi Verschelde | |
Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()' | |||
2020-03-04 | Merge pull request #36792 from akien-mga/vulkan-better-debug-prints | Rémi Verschelde | |
Vulkan: Use Godot print macros matching MessageSeverity flag | |||
2020-03-04 | Merge pull request #36791 from akien-mga/scons-expand-cxx | Rémi Verschelde | |
SCons: Expand env variables to check compiler version | |||
2020-03-04 | Added to .gitignore - Cppcheck and code coverage | Rafał Mikrut | |
2020-03-04 | Merge pull request #36682 from nekomatata/android-compilation-fix | Rémi Verschelde | |
Compilation fixes on Android | |||
2020-03-04 | Vulkan: Use Godot print macros matching MessageSeverity flag | Rémi Verschelde | |
Otherwise any verbose/info/warning debug message from Vulkan would raise an error, confusing users about the severity of the message. Cf. #36185, #36790. | |||
2020-03-04 | SCons: Expand env variables to check compiler version | Rémi Verschelde | |
Scons' `Environment.subst()` does that, and was already used in the other place where we query an env variable (`env["LINK"]` in x11 code). Fixes `3.2` iOS build after cherry-pick of #36559 (previously it only ran for GCC code, not iOS's Clang), and the same issue would likely affect `master` if iOS builds were enabled right now. | |||
2020-03-04 | Merge pull request #36733 from qarmin/static_analyzer_fixes | Rémi Verschelde | |
Fixes bugs found by Sonarcloud and Coverity | |||
2020-03-04 | Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()' | Michael Alexsander | |
2020-03-04 | Remove '/permissive-' flag from Windows MSVC build | PouleyKetchoupp | |
This flag is causing compilation issues with headers from older versions of Windows SDK (before 10.0.16299.0). | |||
2020-03-04 | Merge pull request #36069 from RandomShaper/imvu/improve_drives_ux | Rémi Verschelde | |
Improve UX of drive letters | |||
2020-03-04 | Merge pull request #36385 from kuruk-mm/some_static_asserts | Rémi Verschelde | |
Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assert | |||
2020-03-04 | Compilation fixes on Android | PouleyKetchoupp | |
2020-03-04 | Merge pull request #36585 from disks86/master | Rémi Verschelde | |
Enhanced physical device selection | |||
2020-03-04 | Merge pull request #36646 from pyacier/doc-concavepolygonshape | Rémi Verschelde | |
add a precision about the intended use of the ConcavePolygonShape | |||
2020-03-04 | Merge pull request #36783 from ThakeeNathees/error_macros.h-typo-fix | Rémi Verschelde | |
Typo: in error_macros.h fixed | |||
2020-03-04 | Merge pull request #36596 from BastiaanOlij/add_get_tracker_id | Rémi Verschelde | |
Exposing get_tracker_id for ARVRPositionalTracker to GDScript | |||
2020-03-04 | Merge pull request #36699 from dreamsComeTrue/fix-extension-file-dialog | Rémi Verschelde | |
Take correct part of extension with File Dialog | |||
2020-03-04 | Merge pull request #36657 from van800/rpl3 | Rémi Verschelde | |
On Windows find Rider installed for CurrentUser | |||
2020-03-04 | Exposing get_tracker_id for ARVRPositionalTracker to GDScript | Bastiaan Olij | |
2020-03-04 | Merge pull request #36042 from sumit0190/exportInfNan | Rémi Verschelde | |
Read and write exported infs/nans correctly (#35388) | |||
2020-03-04 | Merge pull request #36750 from aaronfranke/excl-phys-body | Rémi Verschelde | |
Document that SpringArm exclusions only work with PhysicsBody objects | |||
2020-03-04 | Merge pull request #36509 from dalexeev/doc_node_fps | Rémi Verschelde | |
Minor fix in Node class documentation | |||
2020-03-04 | Change when we can ERR_FAIL_COND and ERR_FAIL_CONV_V to static_assert | Mateo Dev .59 | |
2020-03-04 | Merge pull request #36774 from ↵ | Rémi Verschelde | |
giarve/fix-double-click-change-folder-editor-file-dialog Double click on a folder didn't open it (editor) | |||
2020-03-04 | Merge pull request #36777 from kuruk-mm/os_getsystemdir | Rémi Verschelde | |
os: execute parse the command output from utf8 | |||
2020-03-04 | error_macros.h typo fixed | Thakee Nathees | |
2020-03-03 | os: execute parse the command output from utf8 | Mateo Dev .59 | |
2020-03-03 | Double click on a folder didn't open it (editor) | Gil Arasa Verge | |
Same behavior as #36684. Removed by mistake in #36426. Fixes #36757. | |||
2020-03-03 | Merge pull request #36557 from Schroedi/fix_html_touch | Fabio Alessandrelli | |
Fixes touch events for HTML | |||
2020-03-03 | Merge pull request #36758 from akien-mga/signals-fix-default-values | Rémi Verschelde | |
Signals: Fix some regressions from #36426 | |||
2020-03-03 | Signals: Fix some regressions from #36426 | Rémi Verschelde | |
- Fix `callable_mp` bindings to methods which used to have default arguments passed to `bind_method`. We now have to re-specify them manually when connecting. - Re-add `GroupsEditor::update_tree` binding. - Misc code quality changes along the way. | |||
2020-03-03 | Merge pull request #36689 from eevee/patch-1 | Rémi Verschelde | |
Fix inverted use of Camera2D.offset_v | |||
2020-03-03 | Improve UX of drive letters | Pedro J. Estébanez | |
Namely, move the drive dropdown to just the left of the path text box and don't include the former in the latter. This improves the UX on Windows. In the UNIX case, since its concept of drives is (ab)used to provide shortcuts to useful paths, its dropdown is kept at the original location. | |||
2020-03-03 | Merge pull request #36742 from bruce965/loop-ogg-audio | Rémi Verschelde | |
Fix OGG audio loops | |||
2020-03-03 | Document that SpringArm exclusions only work with PhysicsBody objects | Aaron Franke | |