Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-30 | Merge pull request #47493 from ↵ | Rémi Verschelde | |
floppyhammer/fix-window-resizing-after-minimization-on-windows Fix window resizing after minimization on Windows | |||
2021-03-30 | Merge pull request #47492 from vnen/gdscript-typed-arrays | Rémi Verschelde | |
GDScript: Fix array type check on constants | |||
2021-03-30 | Fix window resizing after minimization on Windows | floppyhammer | |
2021-03-30 | GDScript: Fix array type check on constants | George Marques | |
They mistakenly pointing to the wrong union member (variable instead of constant). | |||
2021-03-30 | Merge pull request #47486 from bruvzg/rtl_effects | Rémi Verschelde | |
RichTextLabel: On custom effect change, parse bbcode only if it's enabled and not empty. | |||
2021-03-30 | RichTextLabel: On custom effect change, parse bbcode only if it's enabled ↵ | bruvzg | |
and not empty. | |||
2021-03-30 | Merge pull request #47470 from rafallus/fix/quat-mult | Rémi Verschelde | |
Fix Quat multiplication | |||
2021-03-30 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit cca2637b9b9dcb16070eb50a69c601a5f076c683) | |||
2021-03-29 | Fix Quat multiplication | rafallus | |
x, y, z values were updated too early | |||
2021-03-29 | Merge pull request #47466 from Faless/js/4.x_notification_call_fix | Rémi Verschelde | |
[HTML5] Fix WM notifications not being called. | |||
2021-03-29 | [HTML5] Fix WM notifications not being called. | Fabio Alessandrelli | |
Regression from the library refactoring, binding and not calling is pretty useless 'o_o. | |||
2021-03-29 | Merge pull request #47462 from Faless/js/4.x_init_no_promise | Rémi Verschelde | |
[HTML5] Fix Mono builds (old emcc?) | |||
2021-03-29 | Merge pull request #47458 from akien-mga/fbx-fix-bone-suffix | Rémi Verschelde | |
FBX: Fix first bone getting unnecessary '_1' suffix | |||
2021-03-29 | [HTML5] Fix Mono builds (old emcc?) | Fabio Alessandrelli | |
Promise chaining the emscripten module `then` function breaks it badly, causing an infinite loop. I'm unsure about the source of the issue, but most likely at this point is due to the old emscripten version (I remember very old html5 builds having issue with promise chaining too). With this commit, we no longer use the module as a promise, and instantiate it using `Promise` objects directly for compatibility. | |||
2021-03-29 | FBX: Fix first bone getting unnecessary '_1' suffix | Rémi Verschelde | |
Fixes #43820. Co-authored-by: Gordon MacPherson <gordon@gordonite.tech> | |||
2021-03-29 | Merge pull request #47457 from bruvzg/rtl_spacing | Rémi Verschelde | |
RichTextLabel: fix font extra spacing and style box size usage. | |||
2021-03-29 | Merge pull request #46830 from vnen/gdscript-typed-arrays | Rémi Verschelde | |
GDScript typed arrays | |||
2021-03-29 | Use extra font spacing in the RichTextLabel line height calculation, and ↵ | bruvzg | |
stylebox size in the minimum size calculation. | |||
2021-03-29 | Merge pull request #46844 from geekrelief/gdnative_unregister_script_fix | Rémi Verschelde | |
fixes #46839, ensure library_classes is cleared and free funcs are ca… | |||
2021-03-29 | Add typed arrays to GDScript | George Marques | |
- Use `Array[type]` for type-hints. e.g.: `var array: Array[int] = [1, 2, 3]` - Array literals are typed if their storage is typed (variable asssignment of as argument in function all). Otherwise they are untyped. | |||
2021-03-29 | Merge pull request #47424 from DanielKriz/tests/path3d | Rémi Verschelde | |
add tests for path3d | |||
2021-03-29 | Merge pull request #47435 from madmiraal/rename-texture-get_data | Rémi Verschelde | |
Rename Texture.get_data() to get_image() | |||
2021-03-29 | add tests for path3d | Daniel Kříž | |
2021-03-29 | doc: Sync classref with current source | Rémi Verschelde | |
2021-03-29 | Merge pull request #47446 from bruvzg/macos_sign_exports_by_default | Rémi Verschelde | |
[macOS] Enable code signing by default, use ad-hoc signature if no identity specified. | |||
2021-03-29 | [macOS] Enable code signing by default, use ad-hoc signature if no identity ↵ | bruvzg | |
specified. | |||
2021-03-28 | Merge pull request #47351 from volzhs/graphedit-boxselection | Rémi Verschelde | |
Fix drawing boxselection on GraphEdit | |||
2021-03-28 | Merge pull request #47428 from Calinou/doc-giprobe-sdfgi-leaks | Rémi Verschelde | |
Document how to avoid light leaks with GIProbe and SDFGI | |||
2021-03-28 | Merge pull request #47413 from skyace65/DirectoryWarning | Rémi Verschelde | |
Add a warning on using directory to access of imported files | |||
2021-03-28 | Rename Texture.get_data() to get_image() | Marcel Admiraal | |
2021-03-28 | Merge pull request #47420 from touilleMan/pluginscript-support-to_string | Rémi Verschelde | |
Add support for _to_string virtual function overwrite in Pluginscript | |||
2021-03-28 | Document how to avoid light leaks with GIProbe and SDFGI | Hugo Locurcio | |
2021-03-27 | Add a warning on using directory to access of imported files | skyace65 | |
2021-03-27 | Add support for _to_string virtual function overwrite in Pluginscript | Emmanuel Leblond | |
2021-03-27 | Merge pull request #47403 from likeich/project_man_scale_fix | Rémi Verschelde | |
Fix project manager window size scaling | |||
2021-03-26 | Fixes project manager window size scaling | Kyle | |
This is a workaround fix for a Vector2i multiplication regression issue that prevents the project manager window size from scaling correctly. This calculates the new window size x and y values separately. | |||
2021-03-26 | Merge pull request #47396 from reduz/optimize-channel-detection | Rémi Verschelde | |
Optimize image channel detection | |||
2021-03-26 | Optimize image channel detection | Juan Linietsky | |
Speeds up compression | |||
2021-03-26 | Merge pull request #44695 from madmiraal/fix-44632 | Rémi Verschelde | |
Remove all elements from monitored_bodies and monitored_areas when processed | |||
2021-03-26 | Merge pull request #47385 from KoBeWi/open_then_save | Rémi Verschelde | |
Save project after opening | |||
2021-03-26 | Save project after opening | kobewi | |
2021-03-26 | Merge pull request #47331 from Calinou/html5-editor-opengraph | Fabio Alessandrelli | |
Add Open Graph metadata to the HTML5 editor | |||
2021-03-26 | Merge pull request #47375 from rishabhabhani/master | Rémi Verschelde | |
Added null checks for mesh in resource importer | |||
2021-03-26 | Merge pull request #47374 from timothyqiu/check-section | Rémi Verschelde | |
Check section existance before getting keys | |||
2021-03-26 | added null checks for mesh in resource importer | Rishabh Abhani | |
2021-03-26 | Check section existance before getting keys | Haoyu Qiu | |
2021-03-26 | Merge pull request #47163 from bruvzg/macos_sandbox_file_dialog | Rémi Verschelde | |
FileDialog: add Back/Forward buttons, add message for inaccessible folders. | |||
2021-03-25 | Merge pull request #47228 from mortarroad/master-fix-particles-material-spread | Rémi Verschelde | |
Fix ParticlesMaterial spread. | |||
2021-03-25 | Merge pull request #47362 from Calinou/editor-hide-renderer-selection | Rémi Verschelde | |
Hide renderer selection dropdown in the editor as it's not implemented | |||
2021-03-25 | Hide renderer selection dropdown in the editor as it's not implemented | Hugo Locurcio | |
It will take at least a few months until an OpenGL renderer is made available for the `master` branch. |