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_manager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix same project opening mutliple times from project manager
Priyansh Rathi
2022-03-06
1
-1
/
+8
*
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
-13
/
+25
*
Center initial position project manager window
TechnicalSoup
2022-02-13
1
-9
/
+16
*
Fix Project Manager crash on exit.
bruvzg
2022-02-12
1
-3
/
+6
*
Use EditorFileDialog instead of FileDialog in the project manager
Hendrik Brucker
2022-02-12
1
-13
/
+39
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-3
/
+5
*
Core: Move generated `VERSION_HASH` to a `.cpp` file
Rémi Verschelde
2022-02-09
1
-1
/
+0
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-12
/
+12
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-12
/
+12
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-1
/
+1
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
Fix decoding UTF-8 filenames on unzipping.
bruvzg
2022-01-05
1
-3
/
+3
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Merge pull request #55487 from YeldhamDev/scroll_bikeshedding
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
\
|
*
Rename all methods that return `ScrollBar` nodes to `get_*_scroll_bar()`
Michael Alexsander
2021-11-30
1
-2
/
+2
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-23
/
+23
*
|
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-9
/
+9
*
|
ScrollContainer's scrollbar visibility is now enum
kobewi
2021-12-07
1
-1
/
+1
*
|
Merge pull request #52916 from aaronfranke/no-default-env
Rémi Verschelde
2021-12-02
1
-26
/
+0
|
\
\
|
*
|
Remove default_env.tres from generating in new projects
Aaron Franke
2021-11-26
1
-26
/
+0
|
|
/
*
/
Improve language lists in localization editor
kobewi
2021-11-30
1
-1
/
+1
|
/
*
Move logic for saving project features to ProjectSettings save_custom
Aaron Franke
2021-11-25
1
-41
/
+1
*
Project feature warning system
Aaron Franke
2021-11-24
1
-50
/
+164
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-2
/
+2
*
Merge pull request #42447 from aaronfranke/gitignore-create
Rémi Verschelde
2021-11-23
1
-18
/
+51
|
\
|
*
Allow creating .gitignore and .gitattributes when creating a new project
Aaron Franke
2021-11-12
1
-18
/
+51
*
|
Merge pull request #54422 from ibrahn/project-manager-nophys
Rémi Verschelde
2021-11-16
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Turn off physics and 3d navigation servers in the Project Manager.
Ibrahn Sahir
2021-10-30
1
-0
/
+6
*
|
Use "enum class" for input enums
Aaron Franke
2021-11-12
1
-15
/
+15
*
|
Use Enter instead of F2 as an editor renaming shortcut on macOS
Hugo Locurcio
2021-11-12
1
-0
/
+1
*
|
Fix new projects always being created with OpenGL
Hugo Locurcio
2021-11-01
1
-7
/
+0
*
|
[macOS] Add `create_instance` function to spawn editor copies.
bruvzg
2021-11-01
1
-10
/
+5
*
|
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2021-10-31
1
-1
/
+1
*
|
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-30
1
-1
/
+1
*
|
Add GLES2 2D renderer + Linux display manager
lawnjelly
2021-10-30
1
-0
/
+7
|
/
*
Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master
Rémi Verschelde
2021-10-05
1
-2
/
+2
|
\
|
*
Provide a getter for the project data directory.
ne0fhyk
2021-09-15
1
-2
/
+2
*
|
--single-window is passed through project manager.
Jacob Edie
2021-09-15
1
-0
/
+4
|
/
*
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-2
/
+1
*
Expose Vulkan's clustered and mobile backends in the project manager
Hugo Locurcio
2021-07-30
1
-22
/
+15
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-5
/
+5
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-11
/
+10
*
Implement textual ext/subresource IDs.
reduz
2021-07-22
1
-3
/
+3
*
Optimize StringName usage
reduz
2021-07-18
1
-33
/
+33
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Merge pull request #47894 from Calinou/project-manager-add-keyboard-shortcuts
Rémi Verschelde
2021-06-17
1
-3
/
+7
|
\
|
*
Add keyboard shortcuts to the project manager
Hugo Locurcio
2021-04-14
1
-3
/
+7
*
|
EditorSettings: Factor code to compute auto display scale
Rémi Verschelde
2021-06-16
1
-29
/
+3
*
|
Merge pull request #48597 from Calinou/editor-scale-auto-portrait
Rémi Verschelde
2021-06-15
1
-3
/
+5
|
\
\
[next]