kobewi
|
c0083e431b
Cleanup unused engine code v2
|
2 年 前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年 前 |
kobewi
|
d06a8320e5
Simplify GDVIRTUAL_CALL calls
|
2 年 前 |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
3 年 前 |
Fabio Alessandrelli
|
e8fc6bfeb5
[Core] Make ImageFormatLoader extensible.
|
3 年 前 |
Yuri Sizov
|
672e9d6868
Make `ImageLoader` take bit field flags
|
3 年 前 |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 年 前 |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
3 年 前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年 前 |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 年 前 |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 年 前 |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 年 前 |
reduz
|
f8d03b98e7
Improve resource load cache
|
4 年 前 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 年 前 |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 年 前 |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 年 前 |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 年 前 |
Juan Linietsky
|
ae09b55a19
Exposed RenderingDevice to script API
|
5 年 前 |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 年 前 |
Juan Linietsky
|
475e4ea67b
Removed interactive loader, added proper thread loading.
|
5 年 前 |
Marcel Admiraal
|
5af3b4ca27
Remove duplicate ERR_PRINT macro.
|
5 年 前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年 前 |
qarmin
|
17732fe698
Added some obvious errors explanations
|
6 年 前 |
Martin Capitanio
|
a6ab7a91ef
Print the path of a corrupt image
|
6 年 前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年 前 |
Fabian
|
a01608c389
Improved support for custom image loaders
|
7 年 前 |
Marc Gilleron
|
c1bba054e6
Don't delete FileAccess when it is null
|
7 年 前 |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 年 前 |
willnationsdev
|
417e5457b8
ResourceFormatLoaderImage::get_resource_type now uses file path
|
7 年 前 |
Juan Linietsky
|
317dee95de
It is now possible to import images as a separate resource, closes #5738 and likely many others
|
7 年 前 |