Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-26 | Some code changed with Clang-Tidy | qarmin | |
2019-06-20 | Merge pull request #29283 from qarmin/fix_some_always_same_values | Rémi Verschelde | |
Remove always true/false values | |||
2019-06-20 | Fix always true/false values | qarmin | |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight | |
2019-06-19 | Merge pull request #27237 from Chaosus/astar_2d | Rémi Verschelde | |
Added 2D functions to AStar | |||
2019-06-19 | Merge pull request #28648 from KoBeWi/substr-1 | Rémi Verschelde | |
Make second parameter of substr optional | |||
2019-06-19 | Merge pull request #29598 from GodotExplorer/uri-encode | Rémi Verschelde | |
Expose String.http_escape and String.http_unescape | |||
2019-06-18 | Unexpose subclasses of ResourceFormatLoader and -Saver | Rémi Verschelde | |
ResourceFormatLoader and ResourceFormatSaver are meant to be overridden to add support for different formats in ResourceLoader and ResourceSaver. Those should be exposed as they can be overridden in plugins. On the other hand, all predefined subclasses of those two base classes are only meant to register support for new file and resource types, but should not and cannot be used directly from script, so they should not be exposed. Also unexposed ResourceImporterOGGVorbis (and thus its base class ResourceImporter) which are editor-only. | |||
2019-06-18 | Merge pull request #29862 from Chaosus/fix_astar_crash | Yuri Roubinsky | |
Fix AStar set/is_point_disabled crash | |||
2019-06-18 | Fix AStar set/is_point_disabled crash | Chaosus | |
2019-06-17 | Merge pull request #29752 from bruvzg/window_size_limits | Rémi Verschelde | |
Add ability to limit maximum/minimum window size. | |||
2019-06-16 | i18n: Fix extract.py support for new TTRC | Rémi Verschelde | |
Also make compatible with Python 3. | |||
2019-06-15 | Add ability to limit maximum/minimum window size. | bruvzg | |
2019-06-14 | Merge pull request #29735 from sparkart/master | Rémi Verschelde | |
Limit Physics Process FPS above 0 | |||
2019-06-13 | Merge pull request #29488 from Daw11/astar-remove-node | Rémi Verschelde | |
Fix the performance of remove_point of AStar | |||
2019-06-13 | Limit Physics Process FPS above 0 | Emmanuel Barroga | |
Resolves: #19734 | |||
2019-06-13 | Added constants for the main buttons and axis used in VR | Bastiaan Olij | |
2019-06-12 | Merge pull request #29702 from KoBeWi/fix_random_crash | Rémi Verschelde | |
Validate parameters of randi_range() | |||
2019-06-12 | Validate parameters of randi_range() | Tomasz Chabora | |
2019-06-12 | Merge pull request #29616 from Calinou/humanize-size-clearer-rounding | Rémi Verschelde | |
Make humanized size rounding clearer by padding decimals with zeroes | |||
2019-06-12 | Merge pull request #27193 from toasteater/fix/pcg-randf | Rémi Verschelde | |
Improved uniformity of RandomPCG::randf. | |||
2019-06-12 | Merge pull request #29615 from Calinou/fix-editor-monitor-large-sizes | Rémi Verschelde | |
Fix display of large sizes in the editor monitors | |||
2019-06-12 | Merge pull request #29583 from Toshiwoz/master | Rémi Verschelde | |
Fix Vector3 slerp method by normalizing cross product | |||
2019-06-12 | Merge pull request #29465 from bruvzg/per_pixel_transp_impr | Rémi Verschelde | |
Removes redundant "splash" setting, improves per pixel transparency documentation. | |||
2019-06-12 | Merge pull request #29306 from qarmin/small_code_fixes | Rémi Verschelde | |
Small fixes to unrechable code, possibly overflows, using NULL pointers | |||
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde | |
It's not necessary, but the vast majority of calls of error macros do have an ending semicolon, so it's best to be consistent. Most WARN_DEPRECATED calls did *not* have a semicolon, but there's no reason for them to be treated differently. | |||
2019-06-11 | Merge pull request #29467 from zaksnet/patch-1 | Rémi Verschelde | |
replaced "divisor" with "delimiter" for methods split,rsplit and split_floats. | |||
2019-06-11 | Improved documentation of rsplit Method for String class. | Zak | |
Improved documentation of rsplit Method for String class. Removed "divisor" (i will also change variants_call.cpp) and added "delimiter" in its place. Also moved the example at the bottom of the description. | |||
2019-06-08 | Make humanized size rounding clearer by padding decimals with zeroes | Hugo Locurcio | |
For example, "5 MB" will now be displayed as "5.00 MB" to make the rounding precision clear, regardless of the value being rounded. This closes #29611. | |||
2019-06-08 | Fix display of large sizes in the editor monitors | Hugo Locurcio | |
Unlike the old custom method, the `String::humanize_size()` method works well with file sizes above 2 GB. This also tweaks the suffixes for spacing consistency and uses the correct acronym for exabytes (EB). This closes #29610. | |||
2019-06-08 | Expose String.http_escape and String.http_unescape | geequlim | |
2019-06-07 | Fix Vector3 slerp method normalizing cross product | Toshiwo | |
2019-06-06 | Fix a random SSL crash I saw once. | Hein-Pieter van Braam-Stewart | |
I don't know why this happened, I was debugging another issue. This should take care of it though. | |||
2019-06-04 | Save inside the Points of AStar the neighbours that aren't connected | Daw11 | |
Improve the performance of remove_point because it doesn't have to search every neighbour of every node | |||
2019-06-04 | Removes redundant "display/window/per_pixel_transparency/splash" setting, ↵ | bruvzg | |
improves per pixel transparency documentation. | |||
2019-06-03 | Remove unnecessary assignment | Dawid Kurek | |
2019-06-03 | Small fixes to unrechable code, possibly overflows, using NULL pointers | qarmin | |
2019-06-03 | Merge pull request #29431 from Calinou/fix-unix-permissions-errors | Rémi Verschelde | |
Fix errors when attempting to set UNIX permissions when unavailable | |||
2019-06-03 | Fix errors when attempting to set UNIX permissions when unavailable | Hugo Locurcio | |
This makes exporting from Windows to Linux work again. This closes #29416. | |||
2019-06-03 | Merge pull request #28099 from lupoDharkael/fix-completion | Rémi Verschelde | |
Fix code completion not working with class_name | |||
2019-06-02 | Add configurable strength value to InputEventAction | Gilles Roudiere | |
2019-06-01 | Merge pull request #27789 from Giacom/move_towards | Rémi Verschelde | |
Added move_toward functions for float, Vector2 and Vector3 | |||
2019-05-31 | Merge pull request #29340 from qarmin/fix_array_overflow | Rémi Verschelde | |
Fix array overflow when saving scene preview | |||
2019-05-31 | Fix and expose String::strip_escapes(), use it in LineEdit paste | Rémi Verschelde | |
Supersedes #27736. | |||
2019-05-31 | Fix array overflow when saving scene preview | qarmin | |
2019-05-30 | Don't localize paths that contain but are not in the resource path | Rémi Verschelde | |
This issue could be triggered if you try to access a path which contains the resource path string in its absolute path, while pointing to a directory which is *not* in the resource path. It's clearer with an example: with `/my/project` as resource path, the previous logic would also localize `/my/project_data` to `res://data`, which is incorrect and would lead to a cryptic error. Fixes #24761. Co-authored-by: volzhs <volzhs@gmail.com> | |||
2019-05-30 | Merge pull request #25148 from capnm/capnm-print-corrupt-image-path | Rémi Verschelde | |
Print the path of a corrupt image | |||
2019-05-30 | Properly unlock mutex | qarmin | |
2019-05-30 | Added 2D functions to AStar | Chaosus | |
2019-05-29 | FileAccessEncrypted: Be more explicit on decryption failure | Rémi Verschelde | |
Fixes #24505. Supersedes #25278. |