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
/
project_export.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move project export and export template manager into export folder
Aaron Franke
2022-07-26
1
-1298
/
+0
*
Merge pull request #62827 from fire-forge/ok-cancel
Rémi Verschelde
2022-07-13
1
-3
/
+3
|
\
|
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-3
/
+3
*
|
Seperate filter and description in FileDialog.add_filter()
FireForge
2022-07-09
1
-3
/
+3
|
/
*
Export: Fix comma handling in feature list RTL
Rémi Verschelde
2022-07-07
1
-3
/
+4
*
Add tooltips to Export dialog icon buttons
Haoyu Qiu
2022-06-10
1
-0
/
+2
*
Add readable export errors.
bruvzg
2022-06-08
1
-23
/
+23
*
Use "odd" style for TabContainers on base BG color
FireForge
2022-05-26
1
-0
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-3
/
+6
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Add property name style toggle to Inspector
Haoyu Qiu
2022-03-28
1
-0
/
+5
*
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-17
1
-1
/
+0
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-5
/
+0
*
Remove more occurrences of "stex"
TechnoPorg
2022-03-10
1
-1
/
+1
*
Make name of editor file dialog filters translatable
Haoyu Qiu
2022-03-05
1
-1
/
+2
*
Make `TabContainer` use `TabBar` internally
Michael Alexsander
2022-03-03
1
-1
/
+1
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
1
-0
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-4
/
+4
*
Merge pull request #57796 from akien-mga/revert-sname-theme-setters
Rémi Verschelde
2022-02-08
1
-4
/
+4
|
\
|
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-4
/
+4
*
|
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-2
/
+0
|
/
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-4
/
+4
*
Merge pull request #53276 from Phischermen/propagate_check
Rémi Verschelde
2022-01-20
1
-46
/
+13
|
\
|
*
Addded methods to propagate checks & refactored classes to use new methods.
Kevin Fischer
2022-01-18
1
-46
/
+13
*
|
[macOS export] Improve code signing/notarization options validation.
bruvzg
2022-01-10
1
-1
/
+21
|
/
*
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
-7
/
+7
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-1
/
+1
*
Improved some editor checkboxes
kobewi
2021-11-21
1
-0
/
+2
*
Allow dehardcoding documentation branch and URL in docs links
Rémi Verschelde
2021-11-15
1
-1
/
+2
*
Add TextFile support across the editor
Paulb23
2021-09-30
1
-0
/
+3
*
Use bullet points in the editor instead of dashes where relevant
Hugo Locurcio
2021-07-28
1
-2
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-4
/
+4
*
Make various strings translatable
foxydevloper
2021-07-19
1
-3
/
+3
*
Optimize StringName usage
reduz
2021-07-18
1
-8
/
+8
*
Add header theme type variations to labels
kobewi
2021-07-13
1
-1
/
+4
*
Improve the Export All button display in the export dialog
Hugo Locurcio
2021-07-10
1
-9
/
+15
*
Tweak script export text in the export dialog to be more explicit
Hugo Locurcio
2021-06-24
1
-6
/
+6
*
Documentation search fixes
Gregory Basile
2021-06-16
1
-5
/
+5
*
Consistently prefix bound virtual methods with _
kobewi
2021-06-12
1
-3
/
+3
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
*
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
1
-2
/
+2
*
Merge pull request #43550 from KoBeWi/resourcism
Rémi Verschelde
2021-04-01
1
-0
/
+1
|
\
|
*
Add option to exclude selected resources on export
Tomasz Chabora
2021-03-23
1
-0
/
+1
*
|
Rename PHashTranslation to OptimizedTranslation
Marcel Admiraal
2021-03-20
1
-1
/
+1
*
|
Ensures that export path is used when exporting PCK/ZIP
Maganty Rushyendra
2021-01-23
1
-0
/
+6
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
Merge pull request #44569 from madmiraal/rename-unselect-deselect
Rémi Verschelde
2020-12-28
1
-1
/
+1
|
\
\
|
*
|
Rename unselect to deselect
Marcel Admiraal
2020-12-21
1
-1
/
+1
[next]