Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-10 | Merge pull request #30465 from guilhermefelipecgs/cursor_blinking | Rémi Verschelde | |
Fix cursor blinking in integrated GPUs | |||
2019-07-10 | Merge pull request #30483 from kawa-yoiko/linelen-guideline-hinting | Rémi Verschelde | |
Fix incorrect X position of line length guideline | |||
2019-07-10 | Merge pull request #30484 from neikeq/missing-godottools-sln | Ignacio Roldán Etcheverry | |
Mono: Add missing GodotTools.sln | |||
2019-07-10 | Mono: Add missing GodotTools.sln | Ignacio Etcheverry | |
2019-07-10 | Merge pull request #30474 from neikeq/fix-hash-mismatch | Ignacio Roldán Etcheverry | |
Fix EditorNavigationMeshGenerator registered in Core API | |||
2019-07-10 | Fix incorrect X position of line length guideline | Shiqing | |
2019-07-09 | Fix cursor blinking in integrated GPUs | Guilherme Felipe | |
Optimization for Input::set_custom_mouse_cursor when used inside _process function. (Avoids cursor blinking in low end devices) | |||
2019-07-09 | Fix EditorNavigationMeshGenerator registered in Core API | Ignacio Etcheverry | |
Also added an option to output a json file with all the ClassDB registered classes and its members. This can be used to compare the API of two different builds by a simple diff. | |||
2019-07-09 | Merge pull request #30188 from Andrettin/Method-Binding-Free-Function-Support | Rémi Verschelde | |
Method Binding Free Function Support | |||
2019-07-09 | Merge pull request #30304 from DavidSichma/remote_cache | Rémi Verschelde | |
Exposed update_cache() of RemoteTransform and RemoteTransform2D | |||
2019-07-09 | Merge pull request #30461 from Calinou/draw-rect-width-antialiased | Rémi Verschelde | |
Add `width` and `antialiased` parameters to CanvasItem `draw_rect()` | |||
2019-07-09 | Merge pull request #30463 from neikeq/fix-search-dirs | Rémi Verschelde | |
Fix export templates ignoring assemblies in 'res://.mono/assemblies' | |||
2019-07-09 | Merge pull request #30469 from bojidar-bg/20662-unselectable-error | Rémi Verschelde | |
Add a way to copy the text of warnings shown in the editor | |||
2019-07-09 | Merge pull request #30467 from Faless/js/fix_emscripten_detect | Rémi Verschelde | |
Better detect Emscripten toolchain. | |||
2019-07-09 | Added support for passing functions pointers (with a class instance as the ↵ | Andrettin | |
first parameter) to method bindings | |||
2019-07-09 | Add `width` and `antialiased` parameters to CanvasItem `draw_rect()` | Hugo Locurcio | |
This also removes some duplicated editor code which is now obsoleted by the new parameters in `draw_rect()`. | |||
2019-07-09 | Add a way to copy the text of warnings shown in the editor | Bojidar Marinov | |
Closes #20662 | |||
2019-07-09 | Better detect Emscripten toolchain. | Fabio Alessandrelli | |
Emscripten is apparently changing the variables in its config file, causing potential breakage of our build system. Binaries of the latest/latest-upstream releases are located in a subfolder of BINARYEN_ROOT called emscripten. Binaries of the other releases (e.g. sdk-1.38.31-64bit) are instead placed under the EMSCRIPTEN_ROOT folder. This PR checks if BINARYEN_ROOT has a subfolder called emscripten, if that does not exists, it falls back to checking the EMSCRIPTEN_ROOT. This way we give precedence to the new releases, given that activating multiple releases sequentially might result in having mismatching BINARYEN_ROOT and EMSCRIPTEN_ROOT. | |||
2019-07-09 | Make SCons check for System MSBuild before Mono's | Ignacio Etcheverry | |
2019-07-09 | Fix export templates ignoring assemblies in 'res://.mono/assemblies' | Ignacio Etcheverry | |
2019-07-09 | Merge pull request #30457 from Chaosus/fix_not | Rémi Verschelde | |
Fix "not" shader function return type | |||
2019-07-09 | Fix "not" shader function return type | Chaosus | |
2019-07-09 | Merge pull request #30315 from zaksnet/httprequest-add-timeout | Fabio Alessandrelli | |
Add optional timeout to HTTPRequest | |||
2019-07-09 | Added force_update_cache() to RemoteTransform and RemoteTransform2D | David Sichma | |
2019-07-09 | Merge pull request #30450 from hbina/fix_issue_30063_and_similar | Rémi Verschelde | |
Fix issues where translations doesn't work because of white space in %s | |||
2019-07-09 | Fix issues where translations doesn't work | hbina085 | |
The crux of the issue is a white space between % and s. I have fixed similar problems than found in #30063 Edited by @akien-mga to fix some more occurrences on other placeholders. | |||
2019-07-09 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-07-09 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-07-09 | Merge pull request #30449 from hbina/fix_issue_30260 | Rémi Verschelde | |
Clarify what %APPDATA% expands to in Windows | |||
2019-07-09 | Adds timeout property for httprequest | Zak | |
2019-07-09 | Clarify what %APPDATA% expands to in Windows | hbina085 | |
Linux users should be familiar with "~" so I think it might be unnecessary. Also changed the file separator in the description to use Windows' instead. | |||
2019-07-09 | TreeItem: Rename new button disable method to set_button_disabled | Rémi Verschelde | |
Follow-up to #30408. Also sync classref with current source. | |||
2019-07-09 | Merge pull request #28190 from griant/test | Rémi Verschelde | |
fix improper uncommenting behavior in TextEditor | |||
2019-07-09 | Merge pull request #30125 from akien-mga/docdata-expose-parametric-setget | Rémi Verschelde | |
DocData: Re-expose parametric setters and getters | |||
2019-07-09 | Merge pull request #30443 from Calinou/improve-node-configuration-warnings | Rémi Verschelde | |
Improve the node configuration warning display | |||
2019-07-09 | Merge pull request #30438 from Calinou/use-color-constructors | Rémi Verschelde | |
Use base `Color()` constructors instead of `Color::html()` | |||
2019-07-09 | Merge pull request #30404 from Calinou/add-spotlight-configuration-warning | Rémi Verschelde | |
Add a configuration warning when using ultrawide SpotLight with shadows | |||
2019-07-09 | Merge pull request #30435 from bojidar-bg/14513-show-matches-count | Rémi Verschelde | |
Display a count of matches when searching in the code editor | |||
2019-07-09 | Merge pull request #30434 from Faless/ws/wslay_fix_handshake_break | Rémi Verschelde | |
Fix WebSocketClient consuming data during hanshake | |||
2019-07-09 | Merge pull request #30433 from akien-mga/cryptocore-string-escape | Rémi Verschelde | |
SCons: Fix MBEDTLS_CONFIG_FILE string escape | |||
2019-07-09 | Merge pull request #30432 from Faless/fix/string_http_unescape | Rémi Verschelde | |
Add NULL-terminator the string passed to strtol. | |||
2019-07-09 | Merge pull request #30428 from neikeq/gitcheckout-b | Rémi Verschelde | |
Misc Mono Fixes | |||
2019-07-09 | Add a configuration warning when using ultrawide SpotLight with shadows | Hugo Locurcio | |
This partially addresses #12028. | |||
2019-07-09 | Improve the node configuration warning display | Hugo Locurcio | |
- Refer to properties explicitly when possible - When multiple warnings are returned, always separate them by one blank line to make them easier to distinguish - Improve grammar and formatting | |||
2019-07-08 | Use base `Color()` constructors instead of `Color::html()` | Hugo Locurcio | |
This results in slightly smaller binaries (-17 KB for an editor binary) as no strings need to be allocated. | |||
2019-07-08 | Display a count of matches when searching in the code editor | Bojidar Marinov | |
Fixes #14513 | |||
2019-07-08 | Fix WebSocketClient consuming data during hanshake | Fabio Alessandrelli | |
Was missing a break of the while loop on connection. This potentially caused early data frames to be trashed. | |||
2019-07-08 | Mono: Fix build errors with tools=no | Ignacio Etcheverry | |
2019-07-08 | C#: Fix some crashes during assemblies reloading | Ignacio Etcheverry | |
2019-07-08 | Fix Godot.Object.ToString() infinite recursion | Ignacio Etcheverry | |
Should not be using Variant to String conversion as that would call ToString() again |