Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-01 | Make dict erase node sequenced godotengine#37477 | Zak Grumbles | |
* Updated macro call to make the visual Dictionary Erase node sequenced. | |||
2020-04-01 | Merge pull request #37492 from akien-mga/warnings-clang-displayserverwindows | Rémi Verschelde | |
Fix Clang warnings on Windows | |||
2020-04-01 | Merge pull request #37443 from Leleat/master | Rémi Verschelde | |
Fix PopupMenu's letter jumping on any InputEventKey (instead of just a press) | |||
2020-04-01 | Merge pull request #37488 from akien-mga/etc2comp-rgba8-max-channels | Rémi Verschelde | |
etc2comp: Fix max iterations for RGBA channels | |||
2020-04-01 | Fix Clang warnings on Windows | Rémi Verschelde | |
Fixes #37490. | |||
2020-04-01 | Merge pull request #37484 from Calinou/csharp-verbatim-string-highlight | Rémi Verschelde | |
Remove syntax highlighting for C# verbatim strings due to bugs | |||
2020-04-01 | Merge pull request #37486 from RandomShaper/fix_trimmed_res | Rémi Verschelde | |
Fix res:// trimmed to s:// on Windows | |||
2020-04-01 | Merge pull request #37481 from ThakeeNathees/bind-method-typo | Rémi Verschelde | |
some typo in method binds fixed | |||
2020-04-01 | etc2comp: Fix max iterations for RGBA channels | Rémi Verschelde | |
Those checks were *very likely* meant to clamp the max value, not the min one. Fixes https://github.com/godotengine/godot/issues/10059#issuecomment-606993001. | |||
2020-04-01 | some typo in method binds fixed | Thakee Nathees | |
2020-04-01 | Fix res:// trimmed to s:// on Windows | Pedro J. Estébanez | |
2020-04-01 | Remove syntax highlighting for C# verbatim strings due to bugs | Hugo Locurcio | |
This closes #32336. | |||
2020-04-01 | Merge pull request #37456 from ttencate/fix/gdscript_assert_message_docs | Rémi Verschelde | |
Add missing docs for assert message in GDScript | |||
2020-03-31 | Merge pull request #37468 from accidentalrebel/master | Rémi Verschelde | |
Fix for Vulkan loader build error caused by incomplete alias | |||
2020-03-31 | Add missing docs for assert message in GDScript | Thomas ten Cate | |
Seems like this was overlooked in PR #31142. See also issue #17082. | |||
2020-03-31 | Merge pull request #35765 from clayjohn/master | Rémi Verschelde | |
Add a method to retrieve active material from MeshInstance | |||
2020-03-31 | Fix for Vulkan loader related build error caused by incomplete alias | ARebel | |
Fixes #37465. The #37369 commit which added an alias for linuxbsd platform did not work with the latest branch. | |||
2020-03-31 | Merge pull request #37442 from YeldhamDev/subviewport_register | Rémi Verschelde | |
Register SubViewport class | |||
2020-03-31 | Merge pull request #37153 from neikeq/mono_ios-4.0 | Rémi Verschelde | |
[master] Mono/C#: Add iOS support | |||
2020-03-31 | Merge pull request #37463 from akien-mga/fix-Wmaybe-uninitialized-tools | Rémi Verschelde | |
Fix more -Wmaybe-uninitialized warnings with target=release_debug | |||
2020-03-31 | Fix more -Wmaybe-uninitialized warnings with target=release_debug | Rémi Verschelde | |
I have no idea why those don't get triggered in target=debug builds. Fixes #37461. | |||
2020-03-31 | Merge pull request #37458 from akien-mga/doc-displayserver-window-sync | Rémi Verschelde | |
doc: Sync classref with DisplayServer/Window changes | |||
2020-03-31 | doc: Sync classref with DisplayServer/Window changes | Rémi Verschelde | |
2020-03-31 | Style: Add black format to fix_style.sh | Rémi Verschelde | |
Also ignore new Android build artifact. | |||
2020-03-31 | Fix exporting corrupted Xcode pbxproj if project name has spaces | Ignacio Etcheverry | |
2020-03-31 | Mono/C#: Add iOS support | Ignacio Etcheverry | |
Right now, games only work on devices when exported with FullAOT+Interpreter. There are some issues left that need to addressed for FullAOT alone. Right now, it's giving issues with the Godot.NativeCalls static constructor. | |||
2020-03-31 | Mono/C#: Fix MinGW build not supporting `.lib` libraries | Ignacio Etcheverry | |
MinGW should support both its own format `.a` and MSVC's format `.lib`, but Mono's module was only using the former. With this change it's now possible to build with MinGW and link the official Mono for Windows which is built with MSVC. | |||
2020-03-31 | Merge pull request #37452 from zak-grumbles/thread_start_docs_fix | Rémi Verschelde | |
Clarify docs for Thread.start() godotengine#36032 | |||
2020-03-30 | Clarify docs for Thread.start() godotengine#36032 | Zak Grumbles | |
* Updated docs for Thread.start() to specify that the method argument must accept one parameter. | |||
2020-03-30 | Add a method to retrieve active material from MeshInstance | clayjohn | |
2020-03-31 | Merge pull request #37445 from nekomatata/hook-makerst-fix | Rémi Verschelde | |
Fixed errors in makerst pre-commit hook | |||
2020-03-31 | Fixed errors in makerst pre-commit hook | PouleyKetchoupp | |
2020-03-30 | Merge pull request #37444 from nekomatata/hook-readme-windows | Rémi Verschelde | |
Pre-commit hook instructions on Windows | |||
2020-03-30 | Pre-commit hook instructions on Windows | PouleyKetchoupp | |
2020-03-30 | fixed PopupMenus letterjumping on any InputEvent | Leleat | |
2020-03-30 | Register SubViewport class | Michael Alexsander | |
2020-03-30 | Merge pull request #37436 from akien-mga/doc-node-renames | Rémi Verschelde | |
doc: Update classref with node renames | |||
2020-03-30 | Merge pull request #37356 from akien-mga/scons-enable-werror | Rémi Verschelde | |
SCons: Treat all warnings as errors | |||
2020-03-30 | Merge pull request #37432 from reduz/glow-bicubic-upscale-global | Rémi Verschelde | |
Move glow upscale quality to a global setting, for consistency | |||
2020-03-30 | SCons: Treat all warnings as errors | Rémi Verschelde | |
After an effort spanning several years, we should now be warning-free on all major compilers, so we can set `-Werror` to ensure that we don't introduce warnings in new code. Disable -Werror=strict-overflow on GCC 7 though, as it seems bogus and was fixed in 8+. | |||
2020-03-30 | Fix another batch of -Wmaybe-uninitialized warnings | Rémi Verschelde | |
And simplify code in CSGShape. | |||
2020-03-30 | doc: Update classref with node renames | Rémi Verschelde | |
A few extra renames for classes which were missed in last week's PRs. | |||
2020-03-30 | Move glow upscale quality to a global setting, for consistency | Juan Linietsky | |
2020-03-30 | Merge pull request #37421 from akien-mga/python-format-black | Rémi Verschelde | |
SCons: Format buildsystem files with psf/black | |||
2020-03-30 | Travis: Add static check for Python black formatting | Rémi Verschelde | |
Also install and use pygmentize to visualize clang-format and black diffs. | |||
2020-03-30 | Hooks: Use pygmentize if available to visualize diff | Rémi Verschelde | |
2020-03-30 | Hooks: Add pre-commit hook for psf/black formatting | Rémi Verschelde | |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde | |
Configured for a max line length of 120 characters. psf/black is very opinionated and purposely doesn't leave much room for configuration. The output is mostly OK so that should be fine for us, but some things worth noting: - Manually wrapped strings will be reflowed, so by using a line length of 120 for the sake of preserving readability for our long command calls, it also means that some manually wrapped strings are back on the same line and should be manually merged again. - Code generators using string concatenation extensively look awful, since black puts each operand on a single line. We need to refactor these generators to use more pythonic string formatting, for which many options are available (`%`, `format` or f-strings). - CI checks and a pre-commit hook will be added to ensure that future buildsystem changes are well-formatted. | |||
2020-03-30 | Merge pull request #37412 from KoBeWi/great_tree_escape | Rémi Verschelde | |
Properly handle node remove via undo | |||
2020-03-29 | Properly handle node remove via undo | Tomasz Chabora | |