Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-01 | Merge pull request #31010 from Chaosus/vs_fix_expression | Rémi Verschelde | |
Some visual fixes for Expression node in visual shaders | |||
2019-08-01 | Some visual fixes for Expression node | Chaosus | |
2019-08-01 | Merge pull request #31009 from Chaosus/vs_fix_outer_product | Rémi Verschelde | |
Fix outerProduct function in visual shaders | |||
2019-08-01 | Merge pull request #31007 from sparkart/vs_descriptive_tooltips | Rémi Verschelde | |
Add descriptive tooltips in VS editor | |||
2019-08-01 | Merge pull request #31004 from Kanabenki/fix-undo-close-scene | Rémi Verschelde | |
Don't add unsaved scene to previous scenes list when closing a tab | |||
2019-08-01 | Merge pull request #30993 from Chaosus/gles2_funcs | Rémi Verschelde | |
Expose several GLES3 built-ins to GLES2 | |||
2019-08-01 | Merge pull request #30992 from Calinou/tweak-damping-setting-hints | Rémi Verschelde | |
Tweak Area and PhysicsBody damping setting hints for consistency | |||
2019-08-01 | Fix outerProduct function in visual shaders | Chaosus | |
2019-07-31 | Add descriptive tooltips in VS editor | Emmanuel Barroga | |
In the Visual Script editor, the override icon is not very clear what it's intended purpose is for. Currently, its tooltip just says: "Function:" which is the same tooltip as the "add new function" icon. To resolve this issue, this PR adds descriptive tooltips to the following icons in the Visual Script editor: -Override Function -Add Function -Add Variable -Add Signal | |||
2019-07-31 | Don't add unsaved scene to previous scenes list | Kanabenki | |
2019-07-31 | Merge pull request #30999 from nekomatata/fix-regression-godot-physics | Rémi Verschelde | |
Fixed regression in Godot Physics | |||
2019-07-31 | Expose several GLES3 built-ins to GLES2 | Chaosus | |
2019-07-31 | Reverted fix that makes sense for collision_solver_2d_sat but not for the 3d ↵ | PouleyKetchoupp | |
version (original commit: aab8da25ad2c3e6d2df03abbc8e35c1725938c40) Fixes #30886 | |||
2019-07-31 | Tweak Area and PhysicsBody damping setting hints for consistency | Hugo Locurcio | |
This partially addresses #19182. | |||
2019-07-31 | Merge pull request #30972 from Chaosus/vs_copy_paste | Rémi Verschelde | |
Implement copy/paste in visual shaders | |||
2019-07-31 | Implement copy/paste in visual shaders | Chaosus | |
2019-07-31 | Merge pull request #30986 from sparkart/fix_progressbar_border_error | Rémi Verschelde | |
Fix ProgressBar Wrong Value with Border | |||
2019-07-31 | Merge pull request #30981 from ↵ | Rémi Verschelde | |
IAmActuallyCthulhu/pr/fix-typo-physics-2d-server-wrap-mt Correct typo and format of comments | |||
2019-07-31 | Merge pull request #30977 from clayjohn/GLES3-screen-uv | Rémi Verschelde | |
Properly pass SCREEN_PIXEL_SIZE to canvas light shader | |||
2019-07-30 | Fix ProgressBar Wrong Value with Border | Emmanuel Barroga | |
Closes: #30969 The FG rectangle of the progressbar is incorrect when dealing with a non-zero border. This issue stems from wrong order of operations when drawing the rectangle: int p = r * get_size().width - mp; | |||
2019-07-30 | Correct typo and format of comments | IAmActuallyCthulhu | |
2019-07-30 | properly pass SCREEN_PIEXEL_SIZE to canvas light shader | clayjohn | |
2019-07-30 | Merge pull request #30945 from RevoluPowered/feature/assimp_update | Rémi Verschelde | |
Updated assimp to commit 1d565b0 with iFire | |||
2019-07-30 | Merge pull request #30958 from akien-mga/jpgd-security-fixes-google | Rémi Verschelde | |
jpgd.h: Backport security vulnerabilities fixes from Google Android | |||
2019-07-30 | Merge pull request #30961 from Calinou/window-size-error | Rémi Verschelde | |
Turn `OS.set_min/max_window_size()` warnings into errors | |||
2019-07-30 | Merge pull request #30966 from akien-mga/android-remove-stl-no | Rémi Verschelde | |
Android: Remove unusable android_stl=no option | |||
2019-07-30 | Updated assimp to commit 1d565b0 with iFire | RevoluPowered | |
Signed-off-by: RevoluPowered <gordon@gordonite.tech> Signed-off-by: K. S. Ernest (iFIre) Lee <ernest.lee@chibifire.com> | |||
2019-07-30 | Android: Remove unusable android_stl=no option | Rémi Verschelde | |
As of 3.1 and later, we have too many thirdparty C++ dependencies and some internal uses of `new` and `delete` too for it to make sense to build without the STL on Android. The option has been broken since 3.0, and the "System STL" that we relied on for basic support of `new` and `delete` is likely to be dropped from the NDK: https://android.googlesource.com/platform/ndk/+/ndk-release-r20/docs/BuildSystemMaintainers.md#System-STL | |||
2019-07-30 | Merge pull request #30967 from akien-mga/android-drop-ndk-pre-15 | Rémi Verschelde | |
Android: Drop support for NDK < r15 | |||
2019-07-30 | Android: Drop support for NDK < r15 | Rémi Verschelde | |
NDK r15c was released over two years ago (July 2017), and we cannot build against r14b anyway as it seems to fail with our setup to link the STL. | |||
2019-07-30 | Merge pull request #30962 from silvanocerza/remote-tree-collapse-fix | Rémi Verschelde | |
Fixed remote scene tree not collapsing | |||
2019-07-30 | Fixed remote scene tree not collapsing | Silvano Cerza | |
2019-07-30 | Turn `OS.set_min/max_window_size()` warnings into errors | Hugo Locurcio | |
Since invalid values will cause the setting to be discarded, it makes more sense to display an error message instead of a warning message. | |||
2019-07-30 | jpgd.h: Backport security vulnerabilities fixes from Google Android | Rémi Verschelde | |
Squashed version of https://github.com/richgel999/jpeg-compressor/pull/10 with the line endings fixed (DOS to Unix). See https://github.com/richgel999/jpeg-compressor/pull/10 and #30952 for details. Relates to CVE-2017-0700. Fixes #30952. | |||
2019-07-30 | Merge pull request #30944 from YeldhamDev/bottom_panel_icon_simplify | Rémi Verschelde | |
Make the expand icon in the bottom panel always be the same | |||
2019-07-30 | Merge pull request #30943 from ibrahn/fix-win-gettime-aliasing | Rémi Verschelde | |
Fix strict-aliasing warning in OS_Windows::get_unix_time. | |||
2019-07-30 | Merge pull request #30938 from nobuyukinyuu/2d-editor-zoom-p1 | Rémi Verschelde | |
Changes default canvas_item_editor coarse zoom level from 1.5 to sqrt(2) | |||
2019-07-29 | Fix strict-aliasing warning in OS_Windows::get_unix_time. | Ibrahn Sahir | |
2019-07-30 | Merge pull request #27952 from Kanabenki/undo-close-tab | Rémi Verschelde | |
Add Undo Close Tab option in tabs context menu | |||
2019-07-30 | Merge pull request #30911 from ↵ | Rémi Verschelde | |
hadrien-psydk/optimize_dir_access_unix_get_next_lnk Optimize DirAccessUnix::get_next() for some file systems (with link support) | |||
2019-07-29 | Changes default coarse 2d zoom level from 1.5 to sqrt(2). | nobuyuki_nyuu | |
2019-07-30 | Merge pull request #30890 from KoBeWi/how_to_action | Rémi Verschelde | |
Clarify is_action_pressed() for multiple assigned buttons | |||
2019-07-30 | Merge pull request #30909 from Kaligule/patch-1 | Rémi Verschelde | |
Add a reference to pow to the description of exp. | |||
2019-07-29 | Make the expand icon in the bottom panel always be the same | Michael Alexsander Silva Dias | |
2019-07-29 | Merge pull request #30895 from clayjohn/gles2-shader-funcs | Rémi Verschelde | |
Added round function to gles2 | |||
2019-07-29 | Merge pull request #30932 from Dragoncraft89/master | Rémi Verschelde | |
Translate TabContainer titles, when inherited from node name | |||
2019-07-29 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-07-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-07-29 | Merge pull request #30935 from YeldhamDev/gdnative_plugin_fix | Rémi Verschelde | |
Fix 'GDNativeLibrary' editor being incorrectly opened | |||
2019-07-29 | Merge pull request #30923 from NilsIrl/better_dropdown | Rémi Verschelde | |
Improve platform selection in the GDNativeLibrary dock |