index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
svg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+1
|
\
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
4
-8
/
+8
*
|
Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5
Spartan322
2024-10-24
1
-22
/
+4
|
\
|
|
*
optimize ImageLoaderSVG::create_image_from_utf8_buffer
katsuhisa yuasa
2024-10-19
1
-22
/
+4
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
4
-0
/
+8
|
/
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
thorvg: Disable webp loader if corresponding module is disabled
Rémi Verschelde
2024-05-13
1
-4
/
+10
*
thorvg: Update to 0.13.3, add webp loader
Rémi Verschelde
2024-05-10
1
-1
/
+6
*
Fix error when loading SVG imported as Image
Haoyu Qiu
2024-04-12
1
-2
/
+10
*
Improve error reporting in the asset library and in related types
Yuri Sizov
2024-01-26
1
-1
/
+1
*
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
Adam Scott
2024-01-17
1
-1
/
+8
*
ThorVG: update from v0.11.6 to v0.12.0
Martin Capitanio
2024-01-08
1
-0
/
+2
*
ThorVG: Update to v0.11.1
Martin Capitanio
2023-10-16
1
-0
/
+5
*
ThorVG: update to v0.11.0 release.
Martin Capitanio
2023-09-29
1
-34
/
+37
*
thorvg: Update to 0.10.7
Rémi Verschelde
2023-09-26
1
-4
/
+4
*
Update ThorVG to v0.10.0
Martin Capitanio
2023-08-09
2
-11
/
+4
*
Added Image's `load_svg_from_(buffer|string)`
Felipe Augusto Marques
2023-06-23
2
-5
/
+29
*
SVG: fix tvg::Picture->size() and scale based errors.
Martin Capitanio
2023-04-05
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
4
-116
/
+116
*
Add support for svg images in the asset lib.
HolonProduction
2022-12-20
2
-9
/
+15
*
ImageLoaderSVG: Improve error reporting
Rémi Verschelde
2022-11-23
2
-13
/
+30
*
Make some Image methods static
kobewi
2022-10-14
1
-1
/
+1
*
thorvg: Sync with 0.8.2, cleanup SCsub and fix includes
Rémi Verschelde
2022-10-13
1
-19
/
+24
*
[Core] Make ImageFormatLoader extensible.
Fabio Alessandrelli
2022-09-20
3
-6
/
+10
*
Allow images to be imported "for editor use" and respect editor settings
Yuri Sizov
2022-09-07
2
-1
/
+17
*
Merge pull request #64776 from YuriSizov/import-images-moar-flags
Rémi Verschelde
2022-08-25
2
-3
/
+3
|
\
|
*
Make `ImageLoader` take bit field flags
Yuri Sizov
2022-08-23
2
-3
/
+3
*
|
Extract editor color map and simplify SVG color conversion
Yuri Sizov
2022-08-24
2
-16
/
+13
|
/
*
round dimensions of svg
Nathan Franke
2022-07-21
1
-2
/
+2
*
Fix warnings found by Emscripten 3.1.10
Rémi Verschelde
2022-05-10
1
-1
/
+1
*
Refactor module initialization
reduz
2022-05-04
2
-4
/
+14
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
2
-2
/
+2
*
Set threads to be one to avoid SVG crash.
K. S. Ernest (iFire) Lee
2022-03-29
1
-1
/
+1
*
Fix determination of SVG canvas size
Haoyu Qiu
2022-03-14
1
-1
/
+1
*
ThorVG: Sync with upstream 0.8.0
K. S. Ernest (iFire) Lee
2022-03-08
1
-0
/
+1
*
Use ThorVG instead of NanoSVG for importing SVGs
K. S. Ernest (iFire) Lee
2022-01-14
4
-132
/
+158
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
1
-5
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
4
-8
/
+8
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
4
-8
/
+8
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-3
/
+14
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
3
-10
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
3
-4
/
+4
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-3
/
+4
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
2
-15
/
+14
[next]