Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-22 | Merge pull request #64284 from kleonc/image-rotate90-in-place | Rémi Verschelde | |
`Image` Fix `rotate_90`/`rotate_180` methods | |||
2022-11-17 | Merge pull request #67619 from nongvantinh/fix-calling-pckpacker-crash | Rémi Verschelde | |
Fixes engine crashes caused by the user failing to initialize PCKPacker with pck_start() | |||
2022-11-04 | Implement SVG in OT support. | bruvzg | |
2022-11-02 | Merge pull request #66017 from Mickeon/rename-image-copy-rect | Rémi Verschelde | |
Rename Image's `get_rect` to `get_region` | |||
2022-11-01 | Rename Image's `get_rect` to `get_region` | Micky | |
Also renames its parameter to from "rect" to "region". | |||
2022-11-01 | Fix Image::bump_map_to_normal_map incorrectly keeping mipmap flag | dzil123 | |
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde | |
Unify usage of GLOBAL/EDITOR_GET | |||
2022-10-31 | Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't | Rémi Verschelde | |
Simplify GDVIRTUAL_CALL calls | |||
2022-10-31 | Merge pull request #67577 from qarmin/fix_exporting_big_templates | Rémi Verschelde | |
Fix exporting with big export templates | |||
2022-10-28 | Expose the logic to recognize a save path in ResourceSaver | Gilles Roudière | |
2022-10-24 | Fix crash when calling `fill` method on an empty `Image` | Yuri Rubinsky | |
2022-10-19 | Fixes engine crashes caused by the user failing to initialize PCKPacker with ↵ | Nong Van Tinh | |
pck_start() | |||
2022-10-19 | Fix exporting big templates | Rafał Mikrut | |
2022-10-19 | Simplify GDVIRTUAL_CALL calls | kobewi | |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi | |
2022-10-15 | Merge pull request #63332 from KoBeWi/static_images_aka_photos | Rémi Verschelde | |
Make some Image methods static | |||
2022-10-15 | Merge pull request #65281 from MisterMX/zip-module | Rémi Verschelde | |
Expose minizip API to allow creating zips using scripts | |||
2022-10-14 | Expose minizip API to allow creating zips using scripts | Marcelo Fernandez | |
Co-authored-by: Marcelo Fernandez <marcelofg55@gmail.com> Co-authored-by: James Westman <flyingpimonster@gmail.commail> Co-authored-by: MisterMX <mbxd12@web.de> Signed-off-by: MisterMX <mbxd12@web.de> | |||
2022-10-14 | Make some Image methods static | kobewi | |
2022-10-11 | Merge pull request #67241 from ↵ | Rémi Verschelde | |
groud/expose_resource_format_loader_recognize_path Exposes ResourceFormatLoader.recognize_path to scripting | |||
2022-10-11 | Exposes ResourceFormatLoader.recognize_path to scripting | Gilles Roudière | |
2022-10-10 | Defer clearing of ResourceUID cache and silence warnings | kobewi | |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, ↵ | bruvzg | |
change warnings=all to use /W4. | |||
2022-10-05 | Merge pull request #66886 from akien-mga/error-print-cleanup | Rémi Verschelde | |
Logger: Don't print error twice on `ERR_PRINT` | |||
2022-10-04 | Rename Projection `matrix` to `columns` | Aaron Franke | |
2022-10-04 | Logger: Don't print error twice on `ERR_PRINT` | Rémi Verschelde | |
Also fix broken `ERR_PRINT_ED` macro and simplify comments. For the record these macros aren't used yet, they're intended to be used where needed to surface messages in the toaster when useful to end users, but we haven't done that codebase review yet. | |||
2022-09-30 | Fix crash when executing `ResourceUID.set_id` | Haoyu Qiu | |
2022-09-29 | Use `constexpr` in the conditions with template parameters and `sizeof`s to ↵ | bruvzg | |
suppress C4127 warnings. | |||
2022-09-27 | Make some File/Dir methods private | kobewi | |
2022-09-26 | Fix FileAccessZip() causing a stack overflow | nikitalita | |
2022-09-23 | Merge pull request #66246 from Jummit/fix-dir-crash | Rémi Verschelde | |
Fix crash when listing files in nonexistent directory | |||
2022-09-22 | Fix crash when listing files in nonexistent directory | Jummit | |
2022-09-22 | Merge pull request #66110 from Zylann/reference_get_count | Rémi Verschelde | |
get_reference_count()` | |||
2022-09-21 | Rename and expose `RefCounted::get_reference_count()` | Marc Gilleron | |
2022-09-21 | Merge pull request #66117 from RedMser/json-parse-recursion | Rémi Verschelde | |
Add recursion depth check to `JSON.stringify/parse` | |||
2022-09-20 | Merge pull request #63740 from Faless/net/4.x_http_request_decompress | Rémi Verschelde | |
[HTTP] Implement streaming decompression. | |||
2022-09-20 | [IO] Add StreamPeerGZIP for streaming compression/decompression. | Fabio Alessandrelli | |
Putting data results in writing the compressed/decompressed output into a RingBuffer. You can retrieve the content of the RingBuffer via get_data. Support both gzip and deflate. | |||
2022-09-20 | Merge pull request #60408 from KoBeWi/statically_typed_directories | Rémi Verschelde | |
Introduce more static methods to directory API | |||
2022-09-20 | Introduce more static methods to directory API | kobewi | |
2022-09-20 | [Core] Make ImageFormatLoader extensible. | Fabio Alessandrelli | |
2022-09-19 | Add recursion depth check to JSON stringify/parse | RedMser | |
2022-09-19 | Replace File/Directory with FileAccess/DirAccess | kobewi | |
2022-09-16 | Merge pull request #65295 from reduz/json-as-resource | Rémi Verschelde | |
2022-09-10 | Fixes #65377: get_datetime_* functions can return wrong values | James | |
2022-09-09 | Merge pull request #64938 from YuriSizov/editor-scaled-icons | Rémi Verschelde | |
2022-09-09 | Fix parsing of XML CDATA and add test cases | Haoyu Qiu | |
2022-09-08 | [Net] Rename "ssl" references to "tls" in methods and members. | Fabio Alessandrelli | |
2022-09-07 | Allow images to be imported "for editor use" and respect editor settings | Yuri Sizov | |
2022-09-07 | Merge pull request #65447 from Faless/net/4.x_ssl_to_tls | Rémi Verschelde | |
[Net] Rename StreamPeerSSL to StreamPeerTLS. | |||
2022-09-07 | [Net] Rename StreamPeerSSL to StreamPeerTLS. | Fabio Alessandrelli | |
SSL has been deprectated almost 10 years ago. |