Marcus Elg
|
ec7b481170
Renamed plane's d to distance
|
5 years ago |
Juan Linietsky
|
ae09b55a19
Exposed RenderingDevice to script API
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
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 |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
5 years ago |
Juan Linietsky
|
6da0eef9e6
Add support for Vector2i, Rect2i and Vector3i to Variant
|
5 years ago |
Juan Linietsky
|
3c0059650d
Added StringName as a variant type.
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
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 |
Rémi Verschelde
|
54ac8eaba6
Remove more deprecated methods and code
|
5 years ago |
Rémi Verschelde
|
948d95897c
Merge pull request #36095 from timothyqiu/corrupted-resource
|
5 years ago |
Juan Linietsky
|
acf0f6c8a7
GIProbes working.
|
5 years ago |
Haoyu Qiu
|
832a5c860b
Fixes crash when resource file is corrupted
|
5 years ago |
Marcel Admiraal
|
f0db13502a
Remove duplicate WARN_PRINT macro.
|
5 years ago |
Marcel Admiraal
|
5af3b4ca27
Remove duplicate ERR_PRINT macro.
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
qarmin
|
b244ab4acc
Fix memory leak in ResourceFormatSaverBinary::save
|
6 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
qarmin
|
aab8da25ad
Fix some code found by Coverity Scan and PVS Studio
|
6 years ago |
qarmin
|
6cbaf7662f
Changed some code showed in LGTM and Coverage
|
6 years ago |
Ibrahn Sahir
|
4e4697b1c4
Added release function to PoolVector::Access.
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
qarmin
|
072e40368e
Fix always true/false values
|
6 years ago |
Rémi Verschelde
|
c8994b56f9
Style: Apply new changes from clang-format 8.0
|
6 years ago |
marxin
|
e5f665c718
Fix -Wsign-compare warnings.
|
6 years ago |
Juan Linietsky
|
3ea04c1366
Prevent circular references to scene being saved, fixes #24384
|
6 years ago |
Juan Linietsky
|
8b231b96e3
Implement a cleaner (and better) way to save imagedata from ImageTexture, fixes #18801
|
6 years ago |