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_asset_installer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-0
/
+1
|
\
|
*
Add theme type variations for secondary Trees and ItemLists
passivestar
2024-11-19
1
-0
/
+1
*
|
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-4
/
+4
|
\
|
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-4
/
+4
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-4
/
+4
|
\
|
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-4
/
+4
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
[Scene] Add SceneStringName::toggled
Yuri Rubinsky
2024-08-28
1
-2
/
+2
*
Remove empty bind_methods()
kobewi
2024-08-15
1
-3
/
+0
*
Replace .NET detection code with `ClassDB::class_exists("CSharpScript")`.
bruvzg
2024-07-23
1
-1
/
+1
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-2
/
+2
*
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+2
*
Merge pull request #84953 from rakkarage/asset-install-conflict
Rémi Verschelde
2024-02-14
1
-12
/
+40
|
\
|
*
Fix asset importer conflicted indeterminate state.
Rakka Rage
2023-11-17
1
-12
/
+40
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
|
/
*
Merge pull request #81620 from YuriSizov/assets-remap-install-folder
Rémi Verschelde
2023-09-26
1
-88
/
+351
|
\
|
*
Allow to specify target folder when installing assets
Yuri Sizov
2023-09-19
1
-88
/
+351
*
|
Add white Font and Mesh icons
MewPurPur
2023-09-25
1
-1
/
+1
|
/
*
Improve handling of archives when installing assets
Yuri Sizov
2023-09-08
1
-172
/
+279
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-43
/
+44
*
Removed unused property hints and `Object::get_translatable_strings()`
Juan Linietsky
2023-01-09
1
-1
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-8
/
+8
*
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-2
/
+2
*
Rename every instance of "OGG" to "Ogg"
DeeJayLSP
2022-07-28
1
-1
/
+1
*
Rename AudioStreamSample to a more discoverable name
DeeJayLSP
2022-07-28
1
-1
/
+1
*
Adding shader preprocessor support
Yuri Roubinsky
2022-07-22
1
-0
/
+1
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-1
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-3
/
+3
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
Fix ZipIO crash when reused (and possible leaks).
bruvzg
2022-05-11
1
-2
/
+4
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-8
/
+5
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-0
/
+3
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-2
/
+0
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-3
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+3
*
Merge pull request #53276 from Phischermen/propagate_check
Rémi Verschelde
2022-01-20
1
-53
/
+11
|
\
|
*
Addded methods to propagate checks & refactored classes to use new methods.
Kevin Fischer
2022-01-18
1
-53
/
+11
*
|
Fix Asset Library UX when an asset is being downloaded
Yuri Sizov
2022-01-19
1
-1
/
+1
*
|
Remove property hints referencing unsupported svgz extension
Rémi Verschelde
2022-01-17
1
-1
/
+0
*
|
Fix decoding UTF-8 filenames on unzipping.
bruvzg
2022-01-05
1
-2
/
+2
|
/
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-3
/
+3
*
Optimize StringName usage
reduz
2021-07-18
1
-46
/
+46
*
Automatically display the installer after downloading an asset
Hugo Locurcio
2021-07-12
1
-8
/
+30
*
Add icons for more file types in the editor asset installer
Hugo Locurcio
2021-07-03
1
-2
/
+42
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
[next]