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
/
editor
/
editor_file_system.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Remove 32-bit String to_int method
Aaron Franke
2020-06-03
1
-3
/
+3
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-45
/
+89
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-137
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-30
/
+30
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-5
/
+5
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-2
/
+2
*
Make file system scan more robust
Pedro J. Estébanez
2020-02-10
1
-6
/
+24
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-4
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Prevent crash when we can't write to editor cache or config path
Rémi Verschelde
2019-10-31
1
-8
/
+7
*
Revert "Fix plugin script classes defined even if inactive."
Rémi Verschelde
2019-10-02
1
-3
/
+0
*
Merge pull request #32434 from willnationsdev/script-class-no-plugins
Rémi Verschelde
2019-09-30
1
-0
/
+3
|
\
|
*
Fix plugin script classes defined even if inactive.
willnationsdev
2019-09-30
1
-0
/
+3
*
|
Added some obvious errors explanations
qarmin
2019-09-25
1
-12
/
+13
|
/
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-2
/
+1
*
DirAccess: Drop compat get_next(bool *is_dir) which was hidden
Rémi Verschelde
2019-07-25
1
-6
/
+4
*
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-07-01
1
-2
/
+2
|
\
|
*
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-23
1
-2
/
+2
*
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-9
/
+3
|
/
*
fix file system not refresh on exFAT
XiaoLongHan
2019-05-24
1
-3
/
+3
*
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-04-19
1
-12
/
+297
*
Fixed issue where descriptor is left hanging, which causes file locked on Win...
Juan Linietsky
2019-02-27
1
-4
/
+8
*
-Properly handle missing ETC support on export
Juan Linietsky
2019-02-26
1
-12
/
+56
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-7
/
+7
*
Core: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
1
-1
/
+1
*
Fix code style issues
Rémi Verschelde
2019-01-26
1
-3
/
+1
*
Add function to obtain filesystem type from DirAccess.
Juan Linietsky
2019-01-21
1
-1
/
+5
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-15
1
-0
/
+8
*
Reworked how non-imported resources are reloaded on change, fixes #19852
Juan Linietsky
2018-11-20
1
-2
/
+31
*
Moved folding outside the resource files, now saved outside the project.
Juan Linietsky
2018-10-29
1
-6
/
+0
*
Fixes to baker, restored xatlas and fixed bake options.
Juan Linietsky
2018-10-05
1
-0
/
+12
*
Fix EditorSettings saving on draw calls
willnationsdev
2018-09-19
1
-2
/
+0
*
Refactor editor icon retrieval
willnationsdev
2018-09-14
1
-0
/
+1
*
Merge pull request #21540 from YeldhamDev/image_reimp_error_fix
Rémi Verschelde
2018-09-13
1
-5
/
+9
|
\
|
*
Fix error when reimporting an Image resource
Michael Alexsander Silva Dias
2018-09-07
1
-5
/
+9
*
|
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
\
|
*
|
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
|
|
/
*
/
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-7
/
+7
|
/
*
Add custom icons to script classes.
Will Nations
2018-08-14
1
-8
/
+19
*
Add toggle for favorites in create_root_dialog.
willnationsdev
2018-08-08
1
-0
/
+2
*
Global class names (and GDScript support for it)
Juan Linietsky
2018-07-15
1
-7
/
+97
*
Merge pull request #17420 from marcelofg55/fscache_err_checks
Rémi Verschelde
2018-03-14
1
-6
/
+14
|
\
|
*
Added error checks for fscache saving
Marcelo Fernandez
2018-03-13
1
-6
/
+14
*
|
Merge pull request #17138 from simedis/import_md5
Rémi Verschelde
2018-03-13
1
-12
/
+51
|
\
\
|
*
|
Moves the md5sum's from the <filename>.import file into .import/<filename>.md5
Geoffrey
2018-03-01
1
-12
/
+51
*
|
|
Update preview on filesystem change
ShyRed
2018-03-10
1
-0
/
+3
|
/
/
[prev]
[next]