Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-28 | Fixed remote inspector for tool scripts | PouleyKetchoupp | |
Fixes #29506 | |||
2019-10-28 | Merge pull request #32416 from bojidar-bg/32415-shared-metadata | Rémi Verschelde | |
Ensure object metadata is unique | |||
2019-10-28 | Merge pull request #33104 from qarmin/fix_some_crashes | Rémi Verschelde | |
Fix some crashes and using null pointers | |||
2019-10-28 | Fix some crashes and using null pointers | Rafał Mikrut | |
2019-10-26 | Merge pull request #32719 from nekomatata/dictionary-optimization | Rémi Verschelde | |
Optimized Dictionary hash() and duplicate() methods | |||
2019-10-25 | MultiplayerAPI cleanup cache when peer disconnects | Fabio Alessandrelli | |
We used to only cleanup path_get_cache and not path_send_cache causing issues when a peer disconnects and then reconnects with the same ID. | |||
2019-10-25 | Fix missing `z_verbose` and `z_error` symbols in debug iOS build. | bruvzg | |
2019-10-24 | Merge pull request #33030 from Xrayez/vformat-err-msg | Rémi Verschelde | |
Display error messages in console when vformat is called | |||
2019-10-24 | Display error messages in console when vformat is called | Andrii Doroshenko (Xrayez) | |
2019-10-24 | Initialise VMap and HashMap values to the default when they are created. | Marcel Admiraal | |
Assigns a default value in VMap and HashMap when new keys are created using the array operator so they are the same as the other Map classes. The non const version of the array operator can be used for both assigning a value and retrieving a writeable version. In the Map template classes the assign version is being used to create new keys, but sometimes not assigning a value when retrieving a writeable version. This does not address the problem that the default value may not be the correct one, and it does not address the problem that new keys probably should not be created when the array operator is used. These problems will be addressed in a separate commit. | |||
2019-10-23 | Merge pull request #32670 from aaronfranke/mono-plane | Rémi Verschelde | |
[Mono] Change Plane intersect methods to return nullable Vector3 | |||
2019-10-22 | Add request permission automatically at android | Cagdas | |
2019-10-21 | Merge pull request #30622 from creikey/fix-path-caching | Rémi Verschelde | |
PackedScene resources are freed before they are saved | |||
2019-10-14 | Small fixes to redundand code, copy paste bugs | qarmin | |
2019-10-11 | Don't use in some functions empty PoolByteArrays | qarmin | |
2019-10-11 | Merge pull request #32741 from qarmin/fix_string_utf_ascii | Rémi Verschelde | |
Don't use to_utf8() and to_ascii() on empty String | |||
2019-10-11 | Don't use to_utf8() and to_ascii() on empty String | qarmin | |
2019-10-10 | Optimized Dictionary hash() and duplicate() methods | PouleyKetchoupp | |
2019-10-10 | Fix decompress PoolByteArray crash | qarmin | |
2019-10-09 | Fix crash when using `Node.get_as_property_path()` | Hugo Locurcio | |
This closes #32679. | |||
2019-10-08 | [Mono] Change Plane intersect methods to return nullable Vector3 | Aaron Franke | |
2019-10-08 | Merge pull request #32478 from AlexHolly/fix-rect2-encloses | Rémi Verschelde | |
Make Rect2.encloses return true on same size | |||
2019-10-08 | Merge pull request #32426 from gianllucah/master | Rémi Verschelde | |
Option to erase a section key in ConfigFile | |||
2019-10-08 | Remove circular include between core/typedefs.h and core/error_macros.h | Marcel Admiraal | |
2019-10-07 | Added a method to erase section key in ConfigFile | Gianlluca | |
2019-10-07 | Remove circular dependency between Vector3 and Basis. | Marcel Admiraal | |
2019-10-04 | Remove redundant condition in `String::_humanize_digits()` | Hugo Locurcio | |
2019-10-04 | Bind the `String::humanize_size` method | Andrii Doroshenko (Xrayez) | |
The method signature is also changed to use `uint64_t` instead of `size_t` for it to be Variant-compatible. | |||
2019-10-03 | Merge pull request #32524 from qarmin/fix_string_builder_null_memcpy | Rémi Verschelde | |
Don't add to StringBuilder empty String | |||
2019-10-03 | Fix small memory leak in PackedSourcePCK::try_open_pack | qarmin | |
2019-10-03 | Don't add to StringBuilder empty String | qarmin | |
2019-10-02 | Make Rect2.encloses return true on same size | Alexander Holland | |
2019-09-28 | Ensure object metadata is unique | Bojidar Marinov | |
Closes #32415 | |||
2019-09-27 | Merge pull request #32249 from hbina/a_star_ignore_disabled | Rémi Verschelde | |
Add option to consider disable points | |||
2019-09-27 | Add option to consider disable points | Hanif Bin Ariffin | |
Previously, disabled points will not be considered when performing get_closest_point. This commit changes that by introducing an additional flag for this behavior. Related issue: #31814 | |||
2019-09-26 | Merge pull request #31932 from huisedenanhai/master | Rémi Verschelde | |
make core/Reference thread safe | |||
2019-09-26 | Added an exit code to the blocking mode of OS::execute | Ruslan Mullayanov | |
Updated documentation accordingly. Fixes #31881. | |||
2019-09-26 | Merge pull request #32230 from kawa-yoiko/oa-backward-shift | Rémi Verschelde | |
Implement backward shift deletion for OAHashMap | |||
2019-09-26 | Merge pull request #32228 from damianday/patch-1 | Fabio Alessandrelli | |
TCP is_connected_to_host comparison error | |||
2019-09-25 | Update stream_peer_tcp.cpp | Damian Day | |
2019-09-25 | Merge pull request #32291 from Dragoncraft89/add_load_resource_flag | Rémi Verschelde | |
Add flag to control the replacement of files by ProjectSettings.load_resource_pack | |||
2019-09-25 | Add flag to control the replacement of files by ↵ | Florian Kothmeier | |
ProjectSettings.load_resource_pack | |||
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | |
Added some obvious errors explanations | |||
2019-09-25 | Added some obvious errors explanations | qarmin | |
2019-09-24 | Don't try to slice empty arrays | Tomasz Chabora | |
2019-09-24 | Fix copyright headers and style issues | Rémi Verschelde | |
2019-09-24 | doc: Sync classref with current source | Rémi Verschelde | |
Fix a few missing bindings or unspecified argument names and default values. | |||
2019-09-24 | Merge pull request #31883 from aole/create-string-function-repeat | Rémi Verschelde | |
Create a GDScript String function repeat | |||
2019-09-23 | Merge pull request #32273 from Calinou/humanize-size-fix-i18n | Rémi Verschelde | |
Fix i18n in `String::humanize_size()` | |||
2019-09-23 | Merge pull request #31172 from creikey/add-array-slicing | Rémi Verschelde | |
Add array slice method |