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 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
|
/
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-2
/
+4
*
Account for file deletion and renaming in Export Presets
Maganty Rushyendra
2020-06-11
1
-0
/
+1
*
Implementation of the Godot Android Plugin configuration file
Fredia Huya-Kouadio
2020-05-17
1
-0
/
+7
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-45
/
+83
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-57
/
+0
*
Remove unnecessary Panel in "Features" section in the Export dialog
Michael Alexsander
2020-04-05
1
-4
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-13
/
+13
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-39
/
+47
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-2
/
+3
*
Signals: Port more uses of connect_compat
Rémi Verschelde
2020-02-28
1
-1
/
+4
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-57
/
+29
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-33
/
+33
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Export: Fix leak or orphaned Controls after #34911
Rémi Verschelde
2020-01-08
1
-2
/
+4
*
Export: Hide Patches tab until actually implemented
Rémi Verschelde
2020-01-08
1
-2
/
+25
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
Makes more strings in editor translatable
Haoyu Qiu
2019-12-16
1
-3
/
+3
[next]