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
*
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
*
|
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
|
/
/
*
|
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-13
/
+13
*
|
Remove connect *_compat methods
Aaron Franke
2020-12-05
1
-4
/
+4
*
|
Allow folder checking in export preset file list
Tomasz Chabora
2020-11-14
1
-3
/
+50
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Disable code to add patches menu
Ev1lbl0w
2020-10-19
1
-203
/
+0
*
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-05
1
-12
/
+113
*
Merge pull request #40291 from hinlopen/dialog-size
Rémi Verschelde
2020-07-15
1
-3
/
+3
|
\
|
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-3
/
+3
*
|
Fix cancel/OK button order on macOS
Daniel Ting
2020-07-10
1
-2
/
+2
|
/
[next]