Juan Linietsky
|
0e0a6bb39b
Removed unused property hints and `Object::get_translatable_strings()`
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
Micky
|
97f8c9b97c
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
|
2 years ago |
DeeJayLSP
|
c8f3b02fcf
Rename every instance of "OGG" to "Ogg"
|
2 years ago |
DeeJayLSP
|
4889659227
Rename AudioStreamSample to a more discoverable name
|
2 years ago |
Yuri Roubinsky
|
7b94603baa
Adding shader preprocessor support
|
2 years ago |
FireForge
|
e4067064ce
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
|
2 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
2 years ago |
Aaron Record
|
900c676b02
Use range iterators for RBSet in most cases
|
2 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
2 years ago |
bruvzg
|
d36c5514d3
Fix ZipIO crash when reused (and possible leaks).
|
2 years ago |
bruvzg
|
9381acb6a4
Make FileAccess and DirAccess classes reference counted.
|
2 years ago |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
2 years ago |
Aaron Franke
|
918b09cabc
Initialize bools in the headers in editor
|
3 years ago |
Rémi Verschelde
|
768f9422bc
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
|
2 years ago |
Hendrik Brucker
|
b396fd4eef
Improve compilation speed (forward declarations/includes cleanup)
|
3 years ago |
Rémi Verschelde
|
eacde082a5
Merge pull request #53276 from Phischermen/propagate_check
|
3 years ago |
Yuri Sizov
|
01845510f6
Fix Asset Library UX when an asset is being downloaded
|
3 years ago |
Kevin Fischer
|
a4bac268c9
Addded methods to propagate checks & refactored classes to use new methods.
|
3 years ago |
Rémi Verschelde
|
7176a43260
Remove property hints referencing unsupported svgz extension
|
3 years ago |
bruvzg
|
d2573c1636
Fix decoding UTF-8 filenames on unzipping.
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Nathan Franke
|
49403cbfa0
Replace String comparisons with "", String() to is_empty()
|
3 years ago |
reduz
|
6631f66c2a
Optimize StringName usage
|
3 years ago |
Hugo Locurcio
|
2708fcf13d
Automatically display the installer after downloading an asset
|
3 years ago |
Hugo Locurcio
|
9698486605
Add icons for more file types in the editor asset installer
|
3 years ago |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
3 years ago |
Rémi Verschelde
|
875ed4d600
Merge pull request #47336 from Calinou/rename-shader-file-extension
|
3 years ago |
trollodel
|
bca0d36fe6
Improve TreeItem API and allow to move nodes
|
3 years ago |