Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-21 | Merge pull request #34522 from kramer425/mono-windows-path-ext-fix | Ignacio Roldán Etcheverry | |
Fix mono on windows path ext error | |||
2019-12-21 | add suggested fix | Dan Kramer | |
2019-12-21 | Merge pull request #34514 from neikeq/remove-dep-on-mono-posix | Rémi Verschelde | |
Mono/C#: Remove GodotTools dependency on the Mono.Posix assembly | |||
2019-12-21 | Mono/C#: Remove GodotTools dependency on the Mono.Posix assembly | Ignacio Etcheverry | |
MSBuild on Windows uses the system .NET Framework BCL instead of Mono's. Because of this, it may not be able to find the Mono.Posix assembly, so it's better not to depend on it. We needed Mono.Posix to call Syscall.access, so we can replace this with an internal call that does the same in C++. | |||
2019-12-21 | Merge pull request #34508 from timothyqiu/i18n | Rémi Verschelde | |
Makes more editor strings translatable | |||
2019-12-21 | Merge pull request #34498 from KoBeWi/bad_idea | Rémi Verschelde | |
Mention that bbcode_text += string is a bad idea | |||
2019-12-21 | Makes more editor strings translatable | Haoyu Qiu | |
* "Add" button text in Groups Editor * "Receiver Method" in Connect Signal Dialog * "Play Mode" in Animation State Machine Editor * "Mesh Library" button text in Mesh Library editor plugin * Compose Array node button texts in Visual Script * Various button texts in TileSet Editor * Various Run Script errors | |||
2019-12-21 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-12-21 | Mention that bbcode_text += string is a bad idea | Tomasz Chabora | |
2019-12-21 | Merge pull request #34499 from KoBeWi/your_dialog_was_cancelled | Rémi Verschelde | |
Mention how to handle cancel in ConfirmationDialog | |||
2019-12-21 | Mention how to handle cancel in ConfirmationDialog | Tomasz Chabora | |
2019-12-20 | Merge pull request #34472 from timothyqiu/quote-property | Rémi Verschelde | |
Fixes property names serialization in project.godot | |||
2019-12-20 | Merge pull request #34479 from volzhs/filedialog-icon | Rémi Verschelde | |
Set proper icons for FileDialog in editor theme | |||
2019-12-20 | Merge pull request #34473 from clayjohn/GLES2-renderbuffer-format | Rémi Verschelde | |
Always use 16 bit renderbuffer depth on WebGL | |||
2019-12-20 | Merge pull request #34357 from clayjohn/DOCS-VisualServer | Rémi Verschelde | |
Updated docs for many VisualServer methods | |||
2019-12-20 | Set proper icons for FileDialog in editor theme | volzhs | |
2019-12-19 | Always use 16 bit renderbuffer depth on WebGL | clayjohn | |
2019-12-20 | Encodes property names properly in project.godot | Haoyu Qiu | |
2019-12-19 | Updated docs for many VisualServer methods | clayjohn | |
2019-12-19 | Merge pull request #34465 from neikeq/no-hardcode-debugger-wait | Rémi Verschelde | |
Mono/C#: Remove hard-coded debugger wait at initialization | |||
2019-12-19 | Merge pull request #34464 from neikeq/null-is-null-not-Null-👍 | Rémi Verschelde | |
Mono/C#: Fix Variant -> MonoString* when type is Variant:NIL | |||
2019-12-19 | Mono/C#: Remove hard-coded debugger wait at initialization | Ignacio Etcheverry | |
Up until now debug builds would always wait up to 500 ms during initialization to give time for debuggers to attach to the game. We no longer want this as it increases startup time unnecesarily. The way forward is to setup the debugger agent as client instead of server. This way it's the game that connect to the debugger, not the other way around. If server mode is still desired, suspend=y can be used to indefinitely wait for the debugger to attach. This all can be specified with the environment variable 'GODOT_MONO_DEBUGGER_AGENT' when launching the game. | |||
2019-12-19 | Mono/C#: Fix Variant -> MonoString* when type is Variant:NIL | Ignacio Etcheverry | |
`Variant::operator String()` returns "Null" if the type is `Variant:NIL`. We must consider that and return a null `MonoString*` instead when marshalling. This was also causing a "Null" error to be displayed when exporting a game because null string members would be set to "Null" during hot-reload. | |||
2019-12-19 | Merge pull request #34445 from JFonS/fix_13364 | Rémi Verschelde | |
Fix selection on 3D viewport with half resolution | |||
2019-12-19 | Fix selection on 3D viewport with half resolution | JFonS | |
2019-12-19 | Merge pull request #34421 from Chaosus/fix_strcpy_warning | Rémi Verschelde | |
Fix build warning in ustring.cpp on Windows/MSVC platform | |||
2019-12-19 | Merge pull request #34437 from Chaosus/fix_toggle_scripts4 | Rémi Verschelde | |
Fix ScriptTextEditor encapsulation | |||
2019-12-19 | Merge pull request #34450 from timothyqiu/curve-editor | Rémi Verschelde | |
Fixes Curve Editor margin | |||
2019-12-19 | Fix ScriptTextEditor encapsulation | Yuri Roubinsky | |
2019-12-19 | Fixes Curve Editor margin | Haoyu Qiu | |
2019-12-18 | Suggest use of deferred or oneshot on disconnect if the signal is locked. ↵ | Juan Linietsky | |
Closes #34443. | |||
2019-12-18 | Merge pull request #34430 from volzhs/error-log-with-container | Rémi Verschelde | |
Fix error log when selecting child of Containers | |||
2019-12-19 | Fix error log when selecting child of Containers | volzhs | |
2019-12-18 | Fix build warning in ustring.cpp on Windows/MSVC platform | Yuri Roubinsky | |
2019-12-18 | Merge pull request #34419 from akien-mga/mono-osx-copy-libs | Rémi Verschelde | |
Mono: Copy native and btls libs on macOS | |||
2019-12-18 | Merge pull request #34423 from Chaosus/fix_toggle_scripts3 | Yuri Roubinsky | |
Updates toggle scripts switch tooltip (if user changed the shortcut) | |||
2019-12-18 | Updates toggle scripts switch tooltip (if user changed the shortcut) | Yuri Roubinsky | |
2019-12-18 | Merge pull request #34417 from volzhs/profiler-calls-right-align | Rémi Verschelde | |
Make right align for calls number in Profiler | |||
2019-12-18 | Merge pull request #34418 from timothyqiu/docs | Rémi Verschelde | |
Updates docs of AABB and Plane | |||
2019-12-18 | Mono: Copy native and btls libs on macOS | Rémi Verschelde | |
2019-12-18 | Revert "Allow tab key to be used for shortcuts" | Rémi Verschelde | |
This reverts commit cafb888361eba08297dd88b18dc71f4d418525c0. Fixes #34405. Reopens #8799, #24064. | |||
2019-12-18 | Make right align for calls number in Profiler | volzhs | |
2019-12-18 | Updates docs of AABB and Plane | Haoyu Qiu | |
2019-12-18 | Merge pull request #34412 from flyingpimonster/docs-optionbutton | Rémi Verschelde | |
Docs: OptionButton | |||
2019-12-17 | Docs: OptionButton | James Westman | |
Complete the documentation and make some existing descriptions a bit clearer. Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2019-12-17 | Merge pull request #34348 from Catchawink/master | Rémi Verschelde | |
Fixed issues with using a relative path in the export window. | |||
2019-12-17 | Merge pull request #34406 from Faless/net/quite_sockets | Rémi Verschelde | |
Make NetSockets quieter. | |||
2019-12-17 | Merge pull request #34407 from Calinou/doc-key-mask-cmd | Rémi Verschelde | |
Improve the `KEY_MASK_CMD` documentation | |||
2019-12-17 | Merge pull request #34402 from Chaosus/fix_toggle_scripts_panel2 | Yuri Roubinsky | |
Fix toggle scripts panel to allow using shortcut in other areas | |||
2019-12-17 | Improve the `KEY_MASK_CMD` documentation | Hugo Locurcio | |