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
*
Fixed "Favourite Project" button in Project Manager
hilfazer
2020-06-13
1
-4
/
+0
*
Grabbing focus on ProjectList after clicking an item.
Dominik 'dreamsComeTrue' Jasiński
2020-05-30
1
-0
/
+6
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-22
/
+43
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-109
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-6
/
+18
*
Improve path search behavior discoverability in the project manager
Hugo Locurcio
2020-04-25
1
-0
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-9
/
+9
*
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
1
-27
/
+32
*
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
1
-2
/
+2
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-25
/
+25
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-43
/
+43
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-3
/
+4
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-10
/
+15
*
Working sky shader implementation
clayjohn
2020-03-21
1
-1
/
+1
*
Signals: filter_changed from ProjectListFilter now is emitted when it's on sc...
Mateo Miccino
2020-03-07
1
-1
/
+2
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
1
-6
/
+6
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-6
/
+6
*
|
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
1
-12
/
+12
*
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-65
/
+32
|
/
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-44
/
+44
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-4
/
+4
*
fix Vulkan project description
Marcin Zawiejski
2020-02-13
1
-1
/
+1
*
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-13
1
-3
/
+3
*
Merge pull request #36152 from Calinou/project-manager-rename-last-modified
Rémi Verschelde
2020-02-13
1
-12
/
+15
|
\
|
*
Rename the "Last Modified" project list sorting option to "Last Edited"
Hugo Locurcio
2020-02-12
1
-12
/
+15
*
|
Disable the GLES2 renderer option in the Project Manager
Hugo Locurcio
2020-02-13
1
-1
/
+10
|
/
*
Changed in-text driver name to "Vulkan"
Teashrock
2020-02-12
1
-3
/
+3
*
Texture refactor
Juan Linietsky
2020-02-11
1
-6
/
+6
*
Merge pull request #34027 from Calinou/tweak-project-manager-renderer-selection
Rémi Verschelde
2020-02-10
1
-3
/
+9
|
\
|
*
Improve the renderer selection display in the project manager
Hugo Locurcio
2019-12-07
1
-3
/
+9
*
|
Merge pull request #35260 from Calinou/project-manager-enter-open-first
Rémi Verschelde
2020-02-10
1
-0
/
+24
|
\
\
|
*
|
Select the first project when searching in the project manager
Hugo Locurcio
2020-01-18
1
-0
/
+24
*
|
|
Merge pull request #35892 from Calinou/project-manager-allow-hidden-files
Rémi Verschelde
2020-02-06
1
-9
/
+17
|
\
\
\
|
*
|
|
Allow existing hidden files/directories when creating a new project
Hugo Locurcio
2020-02-03
1
-9
/
+17
*
|
|
|
Centers icon vertically in project list
Haoyu Qiu
2020-02-06
1
-0
/
+1
|
/
/
/
*
|
|
Use a loading placeholder for project icons in the project manager
Hugo Locurcio
2020-01-21
1
-1
/
+3
*
|
|
Only create the editor theme once
Hugo Locurcio
2020-01-19
1
-2
/
+1
|
/
/
*
|
Fixes the New Window option in macOS dock menu
Haoyu Qiu
2020-01-13
1
-0
/
+1
*
|
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-3
/
+3
*
|
Fix wrong project opening in some situations, hidden nodes were not reordered
Marc Gilleron
2019-12-30
1
-3
/
+1
*
|
i18n: Sync translation template with current source
Rémi Verschelde
2019-12-17
1
-1
/
+1
*
|
Makes more strings in editor translatable
Haoyu Qiu
2019-12-16
1
-2
/
+2
*
|
Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers
Rémi Verschelde
2019-12-10
1
-4
/
+3
|
\
\
|
*
|
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
1
-4
/
+3
|
|
/
*
/
Fixes translation for project sort options
Haoyu Qiu
2019-12-04
1
-4
/
+4
|
/
*
Update dock menu on project list changes, add favourites separator.
bruvzg
2019-10-24
1
-5
/
+41
*
Project Manager: Update template dialog position after window resize
lupoDharkael
2019-10-01
1
-0
/
+6
*
Don't open a project in the list if Ctrl is held while double-clicking
Hugo Locurcio
2019-09-23
1
-1
/
+1
*
Focus the project manager's search box automatically on startup
Hugo Locurcio
2019-09-23
1
-0
/
+6
*
Add an "hover" style to items in the project manager
Hugo Locurcio
2019-09-13
1
-0
/
+22
[next]