Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-11 | Fix perspective button hide when it should be actually disabled | qarmin | |
2019-03-11 | Merge pull request #26901 from KidRigger/anim_crash | Rémi Verschelde | |
Prevents a Null Reference in deleting Animations. | |||
2019-03-11 | Merge pull request #26898 from clayjohn/radiance_map_gles2 | Rémi Verschelde | |
Increase size of radiance map in gles2 | |||
2019-03-11 | Merge pull request #26911 from KidRigger/pr-fix | Rémi Verschelde | |
Fixes segfault on opening incompatible files in GDNative videodecoder. | |||
2019-03-11 | Prevents a Null Reference in deleting Animations. | Anish | |
A null Animation would cause a crash by accessing restricted memory. Solved by checking if the animation track is null before using the animation. Fixes: #26829 | |||
2019-03-11 | Fixes segfault on opening incompatible files. | Anish | |
If a file cannot be opened by the plugin connected, the engine would crash. This has been fixed by quitting the open_file() method early. | |||
2019-03-10 | increase size of radiance map in gles2 | clayjohn | |
2019-03-10 | Merge pull request #26874 from neikeq/issue-26731 | Ignacio Roldán Etcheverry | |
Mono: Some assembly referencing changes and cleanup | |||
2019-03-10 | Mono: Some assembly referencing changes and cleanup | Ignacio Etcheverry | |
Apparently we don't need to call mono_debug_close_image ourselves and we can call mono_image_close right away as it's not our duty to keep that reference. | |||
2019-03-10 | Merge pull request #26867 from bojidar-bg/26816-graphnode-title | Rémi Verschelde | |
Fix cursor going to start while editing GraphNode's title | |||
2019-03-10 | doc: Fix style for vararg in makerst | Rémi Verschelde | |
2019-03-10 | Fix cursor going to start while editing GraphNode's title | Bojidar Marinov | |
Fixes #26816 | |||
2019-03-10 | Merge pull request #26859 from JFonS/fix_cpuparticles_resetting | Rémi Verschelde | |
Fix resetting of CPUParticles (2D and 3D) | |||
2019-03-10 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-03-10 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-03-10 | Fix resetting of CPUParticles (2D and 3D) | JFonS | |
2019-03-09 | Merge pull request #26856 from neikeq/issue-26834 | Rémi Verschelde | |
Mono: Fix assemblies path String incorrectly constructed from utf8 | |||
2019-03-09 | Mono: Fix assemblies path String incorrectly constructed from utf8 | Ignacio Etcheverry | |
Also fixed a wrong ifdef that was causing Mono to never be initialized if mscorlib was not found (which was the case with the utf8 assemblies path bug this commit fixes). This condition was meant for exported projects only, not for the editor only. | |||
2019-03-09 | Merge pull request #26687 from QbieShay/hang_server_build_fix | Rémi Verschelde | |
Removed the resource preview thread from the server build | |||
2019-03-09 | Merge pull request #26845 from clayjohn/gles2_transparent_viewport_bug | Rémi Verschelde | |
GLES2 reallocate texture when transparent is set | |||
2019-03-09 | Merge pull request #26851 from RandomShaper/fix-26460-fake-event-flood | Rémi Verschelde | |
Fix fake null-motion mouse event flood | |||
2019-03-09 | Merge pull request #26853 from groud/fix_ui_navigation | Rémi Verschelde | |
Fixes UI navigation with joysticks | |||
2019-03-09 | Fix fake null-motion mouse event flood | Pedro J. Estébanez | |
This commit also improves a bit the code quality by making the intent of fake events (and themselves) more explicit. Fixes #26460. | |||
2019-03-09 | Fixes UI navigation with joysticks | Gilles Roudière | |
2019-03-09 | gles2 reallocate texture when transparent is set | clayjohn | |
2019-03-09 | Merge pull request #26842 from karroffel/gdnative-singleton-crash | Rémi Verschelde | |
[GDNative] fix crash at shutdown when using singleton libraries and NativeScript | |||
2019-03-09 | [GDNative] fix crash at shutdown when using singleton libraries and NativeScript | karroffel | |
When a singleton library was exposing NativeScript functionality, the NativeScriptLanguage would attempt to terminate the library at shutdown. Since the GDNative module itself handles singleton libraries, it closes all singleton libraries at shutdown as well. This double free could cause a crash, since the library referenced would no longer be alive. | |||
2019-03-09 | Merge pull request #26784 from humblers/fix-cpuparticles2d | Rémi Verschelde | |
Prevent invisible/inactive cpupparticles2d to redraw | |||
2019-03-09 | Merge pull request #26818 from vnen/class_name-inheritance | Rémi Verschelde | |
Allow class_name scripts to have nested inheritance | |||
2019-03-09 | Merge pull request #26807 from akien-mga/editor-hint-gles2-fallback | Rémi Verschelde | |
Set editor hint early for Project Manager and Editor | |||
2019-03-09 | Allow class_name scripts to have nested inheritance | George Marques | |
2019-03-09 | Prevent invisible/inactive cpuparticles to redraw(3d) | Daeil Kim | |
2019-03-09 | Set editor hint early for Project Manager and Editor | Rémi Verschelde | |
We need it in setup() already before initializing the renderer, as it's used to force fallback to GLES2 if GLES3 fails. Fixes #26806. | |||
2019-03-08 | Merge pull request #26738 from samH-FIT/MeshColor | Rémi Verschelde | |
Fixed MeshInstance2d copying Line2d's default color | |||
2019-03-08 | Added default color to mesh render | samHFIT | |
2019-03-08 | Merge pull request #26756 from marcelofg55/android_rec_perm | Rémi Verschelde | |
Request Android record permission when needed | |||
2019-03-08 | Fix crash in texture previeer, closes #26749, probably others | Juan Linietsky | |
2019-03-08 | Request Android record permission when needed | DESKTOP-3H3MR3A\eloisa | |
2019-03-08 | Merge pull request #26791 from Calinou/fix-typo-gdscript-warning | Rémi Verschelde | |
Fix typo in GDScript narrowing conversion warning message | |||
2019-03-08 | Fix typo in GDScript narrowing conversion warning message | Hugo Locurcio | |
This closes #26790. | |||
2019-03-08 | Merge pull request #26781 from YeldhamDev/editfilediag_favdir_fix | Rémi Verschelde | |
Fix "Favorite" button not being toggled when navigating to a faved folder manually | |||
2019-03-08 | Merge pull request #26767 from qarmin/fix_text_entered_error | Rémi Verschelde | |
Fix error when trying to enter to folder/node directly via address bar | |||
2019-03-08 | Prevent invisible/inactive cpupparticles2d to redraw | Daeil Kim | |
2019-03-08 | Merge pull request #26746 from shartte/godot-trace-listener | Ignacio Roldán Etcheverry | |
Add a custom TraceListener on Startup for Mono | |||
2019-03-08 | Fix error when trying to enter to folder/node directly via address bar | qarmin | |
2019-03-07 | Fix "Favorite" button not being toggled when navigating to a faved folder ↵ | Michael Alexsander Silva Dias | |
manually | |||
2019-03-08 | Merge pull request #26776 from neikeq/issue-26616 | Ignacio Roldán Etcheverry | |
Fix CSharpInstance::set not working with base classes | |||
2019-03-08 | Fix CSharpInstance::set not working with base classes | Ignacio Etcheverry | |
2019-03-07 | Merge pull request #26745 from akien-mga/android-modules-def | Rémi Verschelde | |
Define android/modules globally so it appears in Project Settings | |||
2019-03-07 | Merge pull request #26773 from neikeq/issue-26628 | Rémi Verschelde | |
Mono: Fix crash with exported field of custom Reference derived type |