Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-04 | Merge pull request #26584 from akien-mga/nanosvg-c1f6e20 | Rémi Verschelde | |
nanosvg: Sync with upstream c1f6e20 | |||
2019-03-04 | Merge pull request #26583 from akien-mga/stb-truetype-1.21-vorbis-1.15 | Rémi Verschelde | |
stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15 | |||
2019-03-04 | Merge pull request #26532 from aqnuep/texture_array_fixes | Rémi Verschelde | |
Fixed TextureArray and Texture3D issues | |||
2019-03-04 | Better warnings when resources can't be saved. Fixes #26531 | Juan Linietsky | |
2019-03-04 | Merge pull request #26581 from xDGameStudios/undo_visibility_rect | Rémi Verschelde | |
Add UndoRedo for Generate Visibility Rect (Particles2D) | |||
2019-03-04 | Updates to thirdparty README and COPYRIGHT | Rémi Verschelde | |
Notably, we now track stable Bullet 2.88, so distros can unbundle it again. | |||
2019-03-04 | Update focus mask only if there is a focused control, fixes #26524 | Juan Linietsky | |
2019-03-04 | Warn about plane shape usage, closes #26503 | Juan Linietsky | |
2019-03-04 | nanosvg: Sync with upstream c1f6e20 | Rémi Verschelde | |
2019-03-04 | stb: Update to upstream stb_truetype 1.21 and stb_vorbis 1.15 | Rémi Verschelde | |
2019-03-04 | Close file handles after use of new get_as_utf8_strings, fixes #26578 | Juan Linietsky | |
2019-03-04 | Further clarify docs for #26545 | Juan Linietsky | |
2019-03-04 | Specifically error when users try to use sync to physics and move and slide, ↵ | Juan Linietsky | |
closes #26545 | |||
2019-03-04 | Merge pull request #26513 from cart/mono-log-profiler | Ignacio Etcheverry | |
Add mono log profiler support | |||
2019-03-04 | Merge pull request #26577 from akien-mga/webp-1.0.2 | Rémi Verschelde | |
libwebp: Sync with upstream 1.0.2 | |||
2019-03-04 | Add UndoRedo on Generate Visibility Rect (Particles2D) | xDGameStudios | |
2019-03-04 | Merge pull request #26576 from akien-mga/glad-0.1.29 | Rémi Verschelde | |
glad: Sync with upstream 0.1.29 | |||
2019-03-04 | Merge pull request #26574 from Chaosus/update_libpng | Rémi Verschelde | |
Update libpng (1.6.35 --> 1.6.36) | |||
2019-03-04 | Merge pull request #26580 from Chaosus/iccp_spam_fix | Rémi Verschelde | |
Silences annoying "iCCP: known incorrect sRGB profile" spam in the editor | |||
2019-03-04 | Silences annoying "iCCP: known incorrect sRGB profile" spam | Chaosus | |
2019-03-04 | libwebp: Sync with upstream 1.0.2 | Rémi Verschelde | |
2019-03-04 | Update libpng (1.6.35 --> 1.6.36) | Chaosus | |
2019-03-04 | glad: Sync with upstream 0.1.29 | Rémi Verschelde | |
2019-03-04 | Merge pull request #26573 from ↵ | Rémi Verschelde | |
godotengine/revert-26562-gdscript-no-implicit-cast Revert "Forbid implicit type conversion in GDScript" | |||
2019-03-04 | Revert "Forbid implicit type conversion in GDScript" | Rémi Verschelde | |
2019-03-04 | Merge pull request #26541 from clayjohn/noise_texture_scale | Rémi Verschelde | |
Added bump_strength to NoiseTexture | |||
2019-03-04 | Merge pull request #26562 from vnen/gdscript-no-implicit-cast | Rémi Verschelde | |
Forbid implicit type conversion in GDScript | |||
2019-03-04 | Merge pull request #26563 from vnen/gdscript-fixes | Rémi Verschelde | |
A couple of GDScript fixes | |||
2019-03-04 | More style cleanup... | Rémi Verschelde | |
2019-03-04 | Merge pull request #26511 from clayjohn/giprobe_gles2_warning | Rémi Verschelde | |
Add warning to GIProbe when using GLES2 | |||
2019-03-03 | GDScript: Fix issue when detecting file class in inner class | George Marques | |
2019-03-03 | GDScript: Forbid implicit type conversion | George Marques | |
Since types are not present in release builds, this could cause issues where a variable does not have the exact defined type. | |||
2019-03-03 | GDScript: Allow `for` iterator to be rededefined | George Marques | |
2019-03-03 | Add support for event accumlation (off by default, on for editor), fixes #26536 | Juan Linietsky | |
2019-03-03 | Merge pull request #26547 from vnen/gdscript-dependency-parse | Juan Linietsky | |
Add a parse mode for GDScript which doesn't load dependencies | |||
2019-03-03 | Implement a more coherent (and way less hack) way to block animation ↵ | Juan Linietsky | |
updates, fixes #24618 | |||
2019-03-03 | added bump_strength to noisetexture | clayjohn | |
2019-03-03 | Ability to keep pumping messages while being debugged, may be a solution for ↵ | Juan Linietsky | |
#21431 | |||
2019-03-03 | Add a dependency search mode for GDScript parser | George Marques | |
- This mode avoids loading any other resource. - Search for class_name now uses this mode, to avoid loading in the scan thread. - Implement get_dependencies() for GDScript loader, now exporting dependencies only should include the preloaded resources. | |||
2019-03-03 | Add function to get String from FileAccess | George Marques | |
2019-03-03 | Also take dof blur in consideration for using MRTs, fixes #26236 | Juan Linietsky | |
2019-03-03 | add warning to GIProbe when using GLES2 | clayjohn | |
2019-03-03 | Fixed missing exclude raycast shapes arguments in snap, closes #25230 | Juan Linietsky | |
2019-03-03 | Add a warning when using plain Container, as many users seem to ↵ | Juan Linietsky | |
misunderstand what this is. | |||
2019-03-03 | Merge pull request #26496 from MadEqua/fix-filesystem-dock-icon | Rémi Verschelde | |
Fix grid view button icon not showing on filesystem dock. | |||
2019-03-03 | Properly redraw if something animated is visible | Juan Linietsky | |
2019-03-03 | Fixed TextureArray and Texture3D issues | Daniel Rakos | |
- Texture arrays and 3D textures weren't working previously due to an incorrect number of calls to glTexImage3D with incorrect level parameters. This change fixes that. - Fixed the incorrect calculation of the byte size of layered textures. - Added the layer count to the debugger info when viewing video memory usage. | |||
2019-03-03 | Skeletons can now choose between using local or world coords for processing, ↵ | Juan Linietsky | |
fixes #26468 | |||
2019-03-03 | Fix grid view button icon not showing on filesystem dock. | Bruno Lourenço | |
2019-03-03 | Merge pull request #26528 from bojidar-bg/26047-gdscript-object-argument | George Marques | |
Allow parameters passed to GDScript functions to be nulled |