Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2019-09-23 | Merge pull request #32275 from godotengine/skin_support | Rémi Verschelde | |
Added skin support and simplified APIs to override bone position + glTF 2.0 import fixes | |||
2019-09-23 | Fix i18n in `String::humanize_size()` | Hugo Locurcio | |
Calls to `RTR()` must be added to each string so the PO file generator can pick them up. | |||
2019-09-23 | Merge pull request #32054 from puthre/variant_ref_optim | Rémi Verschelde | |
Optimized variant reference function. | |||
2019-09-23 | Merge pull request #32055 from qarmin/some_code_fixes | Rémi Verschelde | |
Changed some code found by Clang Tidy and Coverity | |||
2019-09-23 | Merge pull request #32032 from nekomatata/encrypted-file-get-path | Rémi Verschelde | |
Implemented get_path() & get_path_absolute() for FileAccessEncrypted | |||
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin | |
2019-09-21 | Implement backward shift deletion for OAHashMap | Shiqing | |
2019-09-20 | GLTF2 Import Fixes - Skin(s) to Skeleton - Skin Support | Marios Staikopoulos | |
2019-09-21 | TCP is_connected_to_host comparison error | Damian Day | |
We was returning true when the state was not connected, so we would never return true when the state was connected. | |||
2019-09-19 | Add new events and accompanying logic to notify when the app is paused and ↵ | fhuya | |
resumed on Android devices. | |||
2019-09-14 | Add array slice method | Cameron Reikes | |
2019-09-09 | Optimized variant reference function. | Valentin Zagura | |
Optimized critical execution path in Variant::reference by removing expensive and unnecessary call to clear for atomic types. | |||
2019-09-07 | Implemented get_path() & get_path_absolute() for FileAccessEncrypted | PouleyKetchoupp | |
2019-09-05 | Improve the `String::humanize_size()` method | Hugo Locurcio | |
- Use "B" insted of "Bytes" to be more compact - Use suffixes that denote a binary prefix - Make suffixes localizable This removes the need for the custom `EditorNetworkProfiler:_format_bandwidth()` method. | |||
2019-09-05 | Merge pull request #31870 from JFonS/add_network_profiler | Fabio Alessandrelli | |
Add network profiler | |||
2019-09-05 | Add network profiler | jfons | |
2019-09-04 | make core/Reference thread safe | huisedenanhai | |
2019-09-03 | Adds skip-breakpoints feature | iwek7 | |
2019-09-03 | Create a GDScript String function repeat | Bhupendra Aole | |
Fixes #30610 | |||
2019-09-03 | Merge pull request #31021 from willnationsdev/script-reflection | Rémi Verschelde | |
Expose Script reflection methods to scripting API. | |||
2019-09-03 | Merge pull request #31756 from raphael10241024/fast_aabb_transform | Rémi Verschelde | |
a faster function to transform aabb | |||
2019-09-03 | Merge pull request #31915 from KoBeWi/xformers | Rémi Verschelde | |
Don't transform global position of mouse input | |||
2019-09-03 | Don't transform global position of mouse input | Tomasz Chabora | |
2019-09-01 | Check for exact equality before approximate equality | Aaron Franke | |
2019-09-01 | Remove redundant transform method in Geometry singleton | Andrii Doroshenko (Xrayez) | |
Transform2D's xform method can be used instead which handles `PoolVector2Array` now (as well as 3D version). | |||
2019-09-01 | Merge pull request #31761 from Xrayez/trans2d-vector2array | Rémi Verschelde | |
Add transform methods for PoolVector*Array | |||
2019-09-01 | Merge pull request #31667 from YeldhamDev/geometry_point_circle_cleanup | Rémi Verschelde | |
Add 'is_point_in_circle()' to Geometry class, and general file cleanup | |||
2019-09-01 | Revert "Add __atomic_* operators support for atomic operations" | Rémi Verschelde | |