Juan Linietsky
|
ae09b55a19
Exposed RenderingDevice to script API
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
qarmin
|
1f209bfc41
Fixes bugs found by Sonarcloud and Coverity
|
5 years ago |
Juan Linietsky
|
475e4ea67b
Removed interactive loader, added proper thread loading.
|
5 years ago |
Pedro J. Estébanez
|
18fbdbb456
Reimplement Mutex with C++'s <mutex>
|
5 years ago |
Juan Linietsky
|
3c0059650d
Added StringName as a variant type.
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Juan Linietsky
|
867d073b98
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
|
5 years ago |
Juan Linietsky
|
acf0f6c8a7
GIProbes working.
|
5 years ago |
Juan Linietsky
|
6deffa62fb
Several fixes to 3D rendering, and multimesh implementation.
|
5 years ago |
Marcel Admiraal
|
5af3b4ca27
Remove duplicate ERR_PRINT macro.
|
5 years ago |
Tomasz Chabora
|
97273ce378
Check if resource exists before loading
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Rémi Verschelde
|
95242b7faf
ResourceLoader: Add language code matching for localized resources
|
5 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
qarmin
|
e0b5b21863
Add some code changes/fixes proposed by Coverity and Clang Tidy
|
6 years ago |
qarmin
|
3c154eb93b
Remove unnecessary code and add some error explanations
|
6 years ago |
Juan Linietsky
|
04847ef5f9
Added ability for multiple images to be imported as an atlas
|
6 years ago |
George Marques
|
25f9aee005
Allow class_name scripts to have nested inheritance
|
6 years ago |
Juan Linietsky
|
e653c79ef7
Better warnings when resources can't be saved. Fixes #26531
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |
Juan Linietsky
|
1f9c54bd55
Make resource loader cycle checker work on a per-thread basis.
|
6 years ago |
Rémi Verschelde
|
b7cc2bb1e2
Core: Ensure classes match their header filename
|
6 years ago |
Juan Linietsky
|
11642b92d1
Avoid cyclic resource loading of any type, fixes #22673
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Marc Gilleron
|
065e2670af
Added basic support for custom resource savers and loaders
|
7 years ago |
Juan Linietsky
|
e647342140
Moved folding outside the resource files, now saved outside the project.
|
6 years ago |
Juan Linietsky
|
f12cb82e0f
Fixes to baker, restored xatlas and fixed bake options.
|
6 years ago |