Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-22 | Mono/C#: Allow debugging exported games | Ignacio Etcheverry | |
- Include PDB files in exported games. - Release export templates also allow debugging now. Right now the only way to enable debugging in exported games is with the environment variables, which may be cumbersome or not even possible on some platforms. | |||
2020-04-21 | Merge pull request #38089 from YeldhamDev/scenedock_local_fix | Rémi Verschelde | |
Fix "Local" button not being pressed in the Scene dock on first run | |||
2020-04-21 | Fix "Local" button not being pressed in the Scene dock on first run | Michael Alexsander | |
2020-04-21 | Merge pull request #38083 from reduz/use-typed-arrays | Rémi Verschelde | |
Add proper type to most public API uses of Array | |||
2020-04-21 | Add proper type to most public API uses of Array | Juan Linietsky | |
2020-04-21 | Merge pull request #38041 from ThakeeNathees/class-name-check-enhance | Rémi Verschelde | |
GDScript class name existance check enhanced | |||
2020-04-21 | Merge pull request #37955 from ThakeeNathees/lin-unsafe-base-know-index-unkonwn | Rémi Verschelde | |
Line marked unsafe when base known and index unkonwn | |||
2020-04-21 | Merge pull request #37954 from ThakeeNathees/autocomplete-indexing-native-types | Rémi Verschelde | |
Autocompleting with indexing for builtin types added | |||
2020-04-21 | Merge pull request #38063 from reduz/implement-typed-arrays | Rémi Verschelde | |
Add ability to bind typed arrays to script API | |||
2020-04-21 | Merge pull request #38072 from akien-mga/jpgd-fuzzed | Rémi Verschelde | |
jpgd: Upgrade to upstream 2.00, fuzzed with zzuf and afl | |||
2020-04-21 | Merge pull request #38069 from akien-mga/mbedtls-2.16.6 | Rémi Verschelde | |
mbedtls: Update to upstream version 2.16.6 | |||
2020-04-21 | jpgd: Upgrade to upstream 2.00, fuzzed with zzuf and afl | Rémi Verschelde | |
2020-04-21 | mbedtls: Update to upstream version 2.16.6 | Rémi Verschelde | |
Fixes https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2020-04 | |||
2020-04-21 | Add ability to bind typed arrays to script API | Juan Linietsky | |
Note: Only replaced 2 instances to test, Node.get_children and TileMap.get_used_cells Note: Will do a mass replace on later PRs of whathever I can find, but probably need a tool to grep through doc. Warning: Mono will break, needs to be fixed (and so do TypeScript and NativeScript, need to ask respective maintainers) | |||
2020-04-21 | Merge pull request #38047 from akien-mga/mono-docdata-hack | Rémi Verschelde | |
DocData: Keep Mono properties on non-Mono builds | |||
2020-04-20 | Merge pull request #38032 from reduz/rendering-device-binds | Juan Linietsky | |
Exposed RenderingDevice to script API | |||
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky | |
Also added an easier way to load native GLSL shaders. Extras: Had to fix no-cache for subresources in resource loader, it was not properly working, making shaders not properly reload. Note: The precommit hooks are broken because they don't seem to support enums from one class being used in another. Feel free to fix this after merging this PR. | |||
2020-04-20 | Merge pull request #37989 from Calinou/add-freelook-navigation-scheme-settings | Rémi Verschelde | |
Add editor freelook navigation scheme settings | |||
2020-04-20 | Merge pull request #37982 from DrMoriarty/fix_square_resize | Rémi Verschelde | |
Fix square image resize | |||
2020-04-20 | Merge pull request #37974 from Calinou/doc-backbuffercopy-anchors | Rémi Verschelde | |
Document how to workaround UI anchor issues when using BackBufferCopy | |||
2020-04-20 | Merge pull request #37972 from Calinou/doc-improve-resourcesaver-example | Rémi Verschelde | |
Check for errors when saving in the ResourceSaver example documentation | |||
2020-04-20 | Merge pull request #37971 from Calinou/doc-improve-visibility-enabler-notifier | Rémi Verschelde | |
Improve the VisibilityEnabler and VisibilityNotifier documentations | |||
2020-04-20 | Merge pull request #37970 from SkyLucilfer/ServerTypo | Rémi Verschelde | |
Correct typo mistake of profiler_add_frame_data argument in physics 3d server | |||
2020-04-20 | Merge pull request #38060 from akien-mga/fix-gcc-Wmaybe-uninitialized | Rémi Verschelde | |
Fix more GCC -Wmaybe-uninitialized warnings | |||
2020-04-20 | Merge pull request #38056 from clayjohn/GLES2-depth-buffer | Rémi Verschelde | |
Use proper depth buffer format for rgba shadows | |||
2020-04-20 | Fix more GCC -Wmaybe-uninitialized warnings | Rémi Verschelde | |
Fixes #38005. | |||
2020-04-20 | Use proper depth buffer format for rgba shadows | clayjohn | |
2020-04-20 | Merge pull request #38045 from akien-mga/fix-subgroup-property | Rémi Verschelde | |
Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor | |||
2020-04-20 | DocData: Keep Mono properties on non-Mono builds | Rémi Verschelde | |
This doesn't make much sense API-wise, but it's important for the documentation workflow that the Mono and non-Mono builds produce the same output, otherwise we keep having non-Mono builds removing Mono properties and losing their descriptions. This is a terrible hack but it's ad hoc, and should be OK for the time being. | |||
2020-04-20 | Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor | Rémi Verschelde | |
Subgroups were added in #37678 but not properly handled everywhere where PROPERTY_USAGE_GROUP is. | |||
2020-04-20 | Merge pull request #38039 from akien-mga/docdata-skip-unexposed | Rémi Verschelde | |
DocData: Skip unexposed classes | |||
2020-04-20 | Merge pull request #38036 from akien-mga/doc-update | Rémi Verschelde | |
doc: Sync classref with current source | |||
2020-04-20 | Merge pull request #38035 from akien-mga/revert-35261-pck-destination | Rémi Verschelde | |
Revert "Made possible to specify where to dump the contents when load… | |||
2020-04-20 | DocData: Skip unexposed classes | Rémi Verschelde | |
Properly expose classes that we actually want accessible. | |||
2020-04-20 | GDScript class name existance check enhanced | Thakee Nathees | |
2020-04-20 | doc: Sync classref with current source | Rémi Verschelde | |
Add missing enum bindings. | |||
2020-04-20 | Merge pull request #37947 from clayjohn/DOCS-rendering-update | Rémi Verschelde | |
Update many docs with recent rendering changes | |||
2020-04-20 | Merge pull request #38027 from dreamsComeTrue/override_selected_font_color-docs | Rémi Verschelde | |
Update TextEdit docs - explaining 'override_selected_font_color' role | |||
2020-04-20 | Revert "Made possible to specify where to dump the contents when loading a ↵ | Rémi Verschelde | |
".pck" file" This reverts commit 3c261e0dfa19d9c661ad6ca908a3b8ccee050016. This was not so useful as is due to the way dependency paths are stored in scenes and resources. | |||
2020-04-19 | Update TextEdit docs - explaining 'override_selected_font_color' role | Dominik 'dreamsComeTrue' Jasiński | |
2020-04-19 | Merge pull request #38002 from madmiraal/fix-class_dictionary | Rémi Verschelde | |
Correct Dictionary addition of a key and the duplication of a variable name. | |||
2020-04-19 | Correct the addition of a key and the duplication of a variable name | Marcel Admiraal | |
in Dictionary class documentation. | |||
2020-04-19 | Merge pull request #37997 from reduz/local-rendering-devices | Rémi Verschelde | |
Ability to create local RenderingDevice instances. | |||
2020-04-18 | Ability to create local RenderingDevice instances. | Juan Linietsky | |
2020-04-18 | Merge pull request #37994 from akien-mga/mono-android-include | Rémi Verschelde | |
Mono: Fix include for Android support | |||
2020-04-18 | Mono: Fix include for Android support | Rémi Verschelde | |
This was a typo in #37153. Co-authored-by: Ignacio Etcheverry <ignalfonsore@gmail.com> | |||
2020-04-18 | Add editor freelook navigation scheme settings | Hugo Locurcio | |
Depending on what one is trying to achieve, a different freelook mode may be more desirable. This closes #34034. | |||
2020-04-18 | Fix square image resize | Vasiliy Makarov | |
Fixes #37980 | |||
2020-04-17 | Document how to workaround UI anchor issues when using BackBufferCopy | Hugo Locurcio | |
This closes #6880. | |||
2020-04-17 | Check for errors when saving in the ResourceSaver example documentation | Hugo Locurcio | |
This also replaces a non-breaking space that was accidentally added in the EditorFeatureProfile documentation. This closes #31393. |