Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-27 | Merge pull request #21474 from elasota/fix-cvtt-scalar | Rémi Verschelde | |
Fix CVTT scalar version not compiling | |||
2018-08-27 | Merge pull request #21450 from vnen/gdscript-type-space | Rémi Verschelde | |
Remove space before colon on type hints | |||
2018-08-27 | Fix CVTT scalar version not compiling | elasota | |
2018-08-27 | Merge pull request #21469 from akien-mga/glsl-clang-format | Rémi Verschelde | |
Style: Enable clang-format on GLSL shaders | |||
2018-08-27 | Fix build after c2a9cb34 | Rémi Verschelde | |
`return` statements were missing, and those warnings do not need to be behind #ifdefs, they do not expose any deprecated API. | |||
2018-08-27 | Merge pull request #21460 from hpvb/fix-19716 | Rémi Verschelde | |
When setting an X11 icon fails, try halving the size | |||
2018-08-27 | Merge pull request #21467 from elasota/fix-3d-textures | Rémi Verschelde | |
Fix some 3D texture issues | |||
2018-08-27 | Merge pull request #21470 from elasota/fix-tiled-exr | Rémi Verschelde | |
Fix tiled EXR import | |||
2018-08-27 | Merge pull request #21381 from YeldhamDev/members_help_overview_fix | Rémi Verschelde | |
Fix Members/Help Overview getting their items deselected when a tooltip appears | |||
2018-08-27 | Merge pull request #21432 from JFonS/fix_material_convert | Rémi Verschelde | |
Fix "Convert To ShaderMaterial" option not working, closes #20891 | |||
2018-08-27 | Fix tiled EXR crash, update tinyexr to head to fix corrupted uncompressed ↵ | elasota | |
EXR loading | |||
2018-08-27 | Merge pull request #21466 from elasota/fix-layered-texture-import | Rémi Verschelde | |
Fix crash when importing layered textures | |||
2018-08-27 | Merge pull request #21433 from AndreaCatania/megafix | Rémi Verschelde | |
Multiple fixes on Physics things | |||
2018-08-27 | Style: Enable clang-format on GLSL shaders | Rémi Verschelde | |
As of clang-format 6.0.1, putting the `/* clang-format off */` hint around our "invalid" `[vertex]` and `[shader]` statements isn't enough to prevent a bogus indent of the next comments and first valid statement, so we need to enclose that first valid statement in the unformatted chunk. | |||
2018-08-26 | Fix Members/Help Overview getting their items deselected when a tooltip appears | Michael Alexsander Silva Dias | |
2018-08-26 | Partial fixes for 3D texture issues | elasota | |
2018-08-26 | Fix crash when importing layered textures | elasota | |
2018-08-27 | When setting an X11 icon fails, try halving the size | Hein-Pieter van Braam | |
When setting an icon that is too large previously Godot would die with a X Error of failed request: BadLength error. To avoid this we install an error handler right before we set an icon. If the error handler triggers we halve the icon size until it works or until we've reached a 0 size on either width or height. We print a warning when this happens to alert developers. This fixes #19716 | |||
2018-08-26 | Merge pull request #21423 from exts/mono/collections | Ignacio Etcheverry | |
[Mono] Added Collections namespace to Array & Dictionary | |||
2018-08-26 | GDScript: Remove space before colon on type hints | George Marques | |
2018-08-26 | Merge pull request #21411 from Crazy-P/fixes-several-resource-leaks | Rémi Verschelde | |
Fixes several resource leaks listed on coverity | |||
2018-08-26 | Merge pull request #21407 from marcelofg55/coreaudio_dfix | Rémi Verschelde | |
Prevent CoreAudio driver failing on finish if Dummy driver was selected | |||
2018-08-26 | Fixed task creation with void chain in SkeletonIK | Andrea Catania | |
2018-08-26 | Fix "Convert To ShaderMaterial" option not working, closes #20891 | JFonS | |
2018-08-26 | Correctly set safe_motion on cast_motion query Fixes: #21212 | Andrea Catania | |
2018-08-26 | Fixed physics bone crash: #20397 | Andrea Catania | |
2018-08-26 | Added deprecated to joints un/used parameters | Andrea Catania | |
2018-08-26 | Fixes several resource leaks in ... | Crazy-P | |
- gdscript - gdscript_compiler - regex - android/export - gles3/rasterizer (scene and storage) | |||
2018-08-25 | Added Collections namespace to Array & Dictionary | exts | |
2018-08-25 | Merge pull request #16927 from neikeq/rework-refcount-notify | Juan Linietsky | |
Notify instance binding data api of refcount increment/decrement | |||
2018-08-25 | Merge pull request #21390 from MarianoGnu/texture_region | Juan Linietsky | |
Texture Region: Cache auto-slice information. Fixes #11503 | |||
2018-08-25 | Prevent CoreAudio driver failing on finish if Dummy driver was selected | Marcelo Fernandez | |
2018-08-25 | Texture Region: Cache auto-slice information into the texture. Fixes #11503 | Mariano Suligoy | |
2018-08-25 | Merge pull request #21231 from AlexHolly/filedialog-fix-multi-selection | Rémi Verschelde | |
Check all selected items on OPEN_MANY/OPEN_FILES in FileDialog, also … | |||
2018-08-25 | Merge pull request #21358 from MidZik/master | Rémi Verschelde | |
Disable ability to copy or cut text from LineEdit if secret mode is enabled. | |||
2018-08-25 | Merge pull request #21382 from hpvb/more-x11-dialog-programs | Rémi Verschelde | |
Support more X11 dialogs for X11::alert() | |||
2018-08-25 | Merge pull request #21392 from MarianoGnu/tileset_editor | Rémi Verschelde | |
Backward compatibility for autotile setup from Godot 3.0.X | |||
2018-08-24 | Backward compatibility for autotile setup from Godot 3.0.X | Mariano Javier Suligoy | |
Fixes #20746 | |||
2018-08-25 | Support more X11 dialogs for X11::alert() | Hein-Pieter van Braam | |
Modern distributions such as Fedora do not ship 'xdialog' with their default deployment. This commit adds support for Gnome's Zenity as well as KDE's kdialog. | |||
2018-08-24 | Merge pull request #21385 from groud/fix_itemlist_signal | Rémi Verschelde | |
Fix a mistake in itemlist multi_select signal | |||
2018-08-24 | Fix a mistake in itemlist multiselect signal | groud | |
2018-08-24 | Merge pull request #20586 from AlexHolly/text-edit-auto-completion | Rémi Verschelde | |
text_edit auto_completion | |||
2018-08-24 | Merge pull request #21380 from elasota/fix-cvtt-vs2015 | Rémi Verschelde | |
Fix CVTT compile failure on VS2015 x86 | |||
2018-08-24 | Merge pull request #21379 from volzhs/particle-mat | Rémi Verschelde | |
Make ParticlesMaterial included with disable_3d=yes option | |||
2018-08-24 | Merge pull request #21376 from akien-mga/particles-speed_scale-0 | Rémi Verschelde | |
Particles: Allow speed_scale at 0 in property hint, equivalent to pause | |||
2018-08-24 | Merge pull request #21375 from akien-mga/msvc-nominmax | Rémi Verschelde | |
SCons: Disable min/max WinDef.h macros on MSVC | |||
2018-08-25 | Make ParticlesMaterial included with disable_3d=yes option | volzhs | |
2018-08-24 | Fix CVTT compile failures in VS2015 | elasota | |
2018-08-24 | Fix generation of env map, closes #18880 | Juan Linietsky | |
2018-08-24 | Particles: Allow speed_scale at 0 in property hint, equivalent to pause | Rémi Verschelde | |
Supersedes and closes #21193. |