Age | Commit message (Collapse) | Author |
|
`Image` Fix `rotate_90`/`rotate_180` methods
|
|
Fixes engine crashes caused by the user failing to initialize PCKPacker with pck_start()
|
|
|
|
|
|
|
|
Rename Image's `get_rect` to `get_region`
|
|
Also renames its parameter to from "rect" to "region".
|
|
|
|
Unify usage of GLOBAL/EDITOR_GET
|
|
Simplify GDVIRTUAL_CALL calls
|
|
Fix exporting with big export templates
|
|
|
|
|
|
pck_start()
|
|
|
|
|
|
|
|
Make some Image methods static
|
|
Expose minizip API to allow creating zips using scripts
|
|
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>
|
|
|
|
groud/expose_resource_format_loader_recognize_path
Exposes ResourceFormatLoader.recognize_path to scripting
|
|
|
|
|
|
change warnings=all to use /W4.
|
|
Logger: Don't print error twice on `ERR_PRINT`
|
|
|
|
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.
|
|
|
|
suppress C4127 warnings.
|
|
|
|
|
|
Fix crash when listing files in nonexistent directory
|
|
|
|
get_reference_count()`
|
|
|
|
Add recursion depth check to `JSON.stringify/parse`
|
|
[HTTP] Implement streaming decompression.
|
|
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.
|
|
Introduce more static methods to directory API
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|