Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-27 | Fix polygon drawing on WebGL1 | Konrad Nowakowski | |
2019-01-27 | Avoid cyclic resource loading of any type, fixes #22673 | Juan Linietsky | |
2019-01-27 | Make CSG Shape work with GIProbe, fixes #20465 | Juan Linietsky | |
2019-01-27 | Merge pull request #25366 from clayjohn/visual_shader_builtins | Rémi Verschelde | |
Updated visual shader builtins | |||
2019-01-27 | Instantiate global classes properly, fixes #20857 | Juan Linietsky | |
2019-01-27 | Merge pull request #25314 from marxin/fix-24417-class-memaccess | Rémi Verschelde | |
Fix class memaccess | |||
2019-01-27 | Do not restrict light texture type (wont work with atlas, though) | Juan Linietsky | |
2019-01-27 | Properly get proxy texture size for canvas light, fixes #17067 | Juan Linietsky | |
2019-01-27 | Use transparent framebuffer only when set to transparent, closes #21827 | Juan Linietsky | |
2019-01-27 | Fix problem blending from state to state in statemachine node, closes #21944 | Juan Linietsky | |
2019-01-27 | Merge pull request #25372 from JFonS/add_gizmo_docs | Rémi Verschelde | |
Minor fixes and documentation for Spatial Gizmos | |||
2019-01-27 | Minor fixes and documentation for Spatial Gizmos | JFonS | |
2019-01-27 | Merge pull request #25355 from YeldhamDev/color_picker_changes | Rémi Verschelde | |
Make some small enhancements to the ColorPicker | |||
2019-01-27 | Merge pull request #25370 from akien-mga/mono-lowercase-pathext | Rémi Verschelde | |
Mono: Test Windows binaries with lowercase extension | |||
2019-01-27 | Merge pull request #25380 from godotengine/fix_pivot | Rémi Verschelde | |
Fixes the pivot setting with control nodes | |||
2019-01-27 | Merge pull request #25382 from groud/change_frame_before_signal | Rémi Verschelde | |
Change the frame number before triggering the animation_finished signal | |||
2019-01-27 | Merge pull request #25383 from ↵ | Rémi Verschelde | |
akien-mga/editorinspector-property_changed_update_all Fix EditorInspector property_changed argument mismatch | |||
2019-01-27 | Fix pixelized previews, but also instances of breaking ImageTexture cache. ↵ | Juan Linietsky | |
Closes #25378. | |||
2019-01-27 | Fix EditorInspector property_changed argument mismatch | Rémi Verschelde | |
Bug introduced in #21701, missed in 541422a4a28c873142af9bfc988468b3e9e05948. | |||
2019-01-27 | Change the frame number before triggering the animation_finished signal | Gilles Roudiere | |
2019-01-27 | Merge pull request #25381 from groud/disable_layout_menu | Rémi Verschelde | |
Disables the Layout menu when a Control node is child of a container | |||
2019-01-27 | Disables the Layout menu when a Control node is child of a container | Gilles Roudiere | |
2019-01-27 | Fixes the pivot setting with control nodes | Gilles Roudiere | |
2019-01-27 | Make some small enhancements to the ColorPicker | Michael Alexsander Silva Dias | |
2019-01-27 | Merge pull request #25374 from akien-mga/doc-animatedtexture | Rémi Verschelde | |
Document AnimatedTexture and bind MAX_FRAMES constant | |||
2019-01-27 | Fix and improve code owners | Rémi Verschelde | |
2019-01-27 | Document AnimatedTexture and bind MAX_FRAMES constant | Rémi Verschelde | |
Closes #24935. | |||
2019-01-27 | Mono: Test Windows binaries with lowercase extension | Rémi Verschelde | |
To help users writing good cross-platform code, Godot's `FileAccessWindows:open()` will issue a warning on case mismatch, which happens here with capitalized extensions given by `PATHEXT` compared to actual file extensions which are lowercase 99% of the time. Fixes #25368. | |||
2019-01-27 | Merge pull request #25367 from akien-mga/bullet-debug | Rémi Verschelde | |
Bullet: Enable BT_DEBUG on debug builds | |||
2019-01-27 | Bullet: Enable BT_DEBUG on debug builds | Rémi Verschelde | |
Fixes #25301. | |||
2019-01-27 | Merge pull request #25340 from akien-mga/gdnative-gcc-ice-armv7hl | Rémi Verschelde | |
Workaround GCC 6 & 7 ICE on armv7hl | |||
2019-01-27 | updated visual shader builtins | clayjohn | |
2019-01-27 | Merge pull request #25356 from muiroc/bug_web_comp_tex | Rémi Verschelde | |
Fix S3TC texture loading for WebGL | |||
2019-01-26 | Add a check to help find transforms that are passes invalid. | Juan Linietsky | |
2019-01-26 | Fix code style issues | Rémi Verschelde | |
2019-01-26 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-01-26 | fix s3tc support detection for webgl | muiroc | |
2019-01-26 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-01-26 | doc: Sync classref with current source | Rémi Verschelde | |
2019-01-26 | Merge pull request #25354 from Ranoller/patch-5 | Rémi Verschelde | |
Profiler list functions from max to less expensive | |||
2019-01-26 | Merge pull request #25300 from neikeq/improve-thread-id | Rémi Verschelde | |
Improve custom thread numbering for POSIX | |||
2019-01-26 | Avoid crash in import (though model still does not work well), fixes #19346 | Juan Linietsky | |
2019-01-26 | doc: Add caveat for File.file_exists for imported resources | Rémi Verschelde | |
Fixes #25347. | |||
2019-01-26 | Profiler list functions from max to less expensive | Ranoller | |
Solves https://github.com/godotengine/godot/issues/25328 and partially https://github.com/godotengine/godot/issues/5682 | |||
2019-01-26 | Warn of invalid pointer when converting object to RID, closes #19023 | Juan Linietsky | |
2019-01-26 | Rewrite how font oversampling is updated more carefully, fixes #24338 | Juan Linietsky | |
2019-01-26 | Fix compilation on UWP | Hein-Pieter van Braam | |
It appears that MSVC and Mingw disagree about what conversions are legal here. We just use the 'wide' version of the call and use our native CharType instead of TCHAR. | |||
2019-01-26 | Further fixes to avoid memory corruption, closes #25336 | Juan Linietsky | |
2019-01-26 | Workaround GCC 6 & 7 ICE on armv7hl | Rémi Verschelde | |
Fixes #16100. | |||
2019-01-26 | Merge pull request #25338 from DualMatrix/search_inaccurate | Rémi Verschelde | |
Fixed Recent/Favorite in Create Node dialog not selecting right node |