lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Pedro J. Estébanez
|
3017bdb7ce
Make file system scan more robust
|
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 |
Rémi Verschelde
|
565f7183aa
Prevent crash when we can't write to editor cache or config path
|
5 years ago |
Rémi Verschelde
|
c287f220ce
Revert "Fix plugin script classes defined even if inactive."
|
5 years ago |
Rémi Verschelde
|
680bcb1ef4
Merge pull request #32434 from willnationsdev/script-class-no-plugins
|
5 years ago |
willnationsdev
|
168f6cd975
Fix plugin script classes defined even if inactive.
|
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 |
Rémi Verschelde
|
43238bb59a
DirAccess: Drop compat get_next(bool *is_dir) which was hidden
|
6 years ago |
Rémi Verschelde
|
d17eac735c
Merge pull request #29815 from NilsIrl/plus_file_1
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
Nils ANDRÉ-CHANG
|
d2833d4f4d
Replace ` + "/" + ` with `String::file_add()`
|
6 years ago |
XiaoLongHan
|
9d309096c9
fix file system not refresh on exFAT
|
6 years ago |
Rémi Verschelde
|
e0574e1d98
Fix typos with codespell
|
6 years ago |
Juan Linietsky
|
04847ef5f9
Added ability for multiple images to be imported as an atlas
|
6 years ago |
Juan Linietsky
|
f1e3bb0a15
Fixed issue where descriptor is left hanging, which causes file locked on Windows, closes #26342
|
6 years ago |
Juan Linietsky
|
f669ebeeaf
-Properly handle missing ETC support on export
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |
Rémi Verschelde
|
b7cc2bb1e2
Core: Ensure classes match their header filename
|
6 years ago |
Rémi Verschelde
|
c3b0ee5941
Fix code style issues
|
6 years ago |
Juan Linietsky
|
6fa632b821
Add function to obtain filesystem type from DirAccess.
|
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
|
da0ec37aa9
Reworked how non-imported resources are reloaded on change, fixes #19852
|
6 years ago |
Juan Linietsky
|
e647342140
Moved folding outside the resource files, now saved outside the project.
|
6 years ago |