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
*
Hide non-functional "Show in File Manager" buttons in Android/web editor
Hugo Locurcio
2023-02-01
1
-0
/
+5
*
Merge pull request #71289 from RandomShaper/avoid_color_flash
Clay John
2023-01-12
1
-2
/
+3
|
\
|
*
Add framework for avoidance of color flash in new windows
Pedro J. Estébanez
2023-01-12
1
-2
/
+3
*
|
Merge pull request #68450 from KoBeWi/bracket_escapist
Rémi Verschelde
2023-01-12
1
-1
/
+1
|
\
\
|
*
|
Allow to escape closing brackets in CFG tags
kobewi
2022-11-09
1
-1
/
+1
*
|
|
Add expand modes to TextureRect
kobewi
2023-01-12
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #70863 from bruvzg/win_init_min
Rémi Verschelde
2023-01-09
1
-1
/
+4
|
\
\
|
*
|
Set main window min. size via Window object instead of DisplayServer to prese...
bruvzg
2023-01-03
1
-1
/
+4
*
|
|
Add support for the custom initial screen for the main window, fix primary sc...
bruvzg
2023-01-07
1
-5
/
+4
*
|
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
/
*
|
Mention that the Compatibility rendering backend is work-in-progress
Hugo Locurcio
2022-12-22
1
-1
/
+1
*
|
Remove comma in gl_compatibility message in new project creation menu
clayjohn
2022-12-14
1
-1
/
+1
*
|
Added gl_compatibility as an option to the project creation screen
clayjohn
2022-12-13
1
-23
/
+71
*
|
print each migrated project path instead of always printing "migrating" when ...
Nathan Franke
2022-11-29
1
-1
/
+2
*
|
Project Manager: Fix hacky code for project rename
Rémi Verschelde
2022-11-29
1
-17
/
+18
*
|
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+1
*
|
Rename TextureButton set_*_texture methods to set_texture_*
Aaron Franke
2022-11-19
1
-1
/
+1
|
/
*
Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20
Rémi Verschelde
2022-11-04
1
-2
/
+0
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-10
/
+10
*
Resize project dialog only when necessary
Nikola Bunjevac
2022-10-11
1
-1
/
+5
*
Merge pull request #59382 from akien-mga/editor-acceptdialog-swap-cancel-ok
Rémi Verschelde
2022-10-11
1
-0
/
+6
|
\
|
*
Add editor setting for AcceptDialog OK/Cancel buttons positioning
Rémi Verschelde
2022-10-05
1
-0
/
+6
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-7
/
+7
|
/
*
Split rendering driver project setting into renderer_name and rendering_drive...
clayjohn
2022-09-19
1
-29
/
+32
*
Project Manager: Clarify text in project conversion dialogs
Rémi Verschelde
2022-09-15
1
-23
/
+31
*
Merge pull request #64927 from KoBeWi/three2four
Rémi Verschelde
2022-09-13
1
-1
/
+58
|
\
|
*
Add option to convert project from Project Manager
kobewi
2022-09-12
1
-1
/
+58
*
|
project manager language OptionButton fit to longest item
Nathan Franke
2022-09-12
1
-1
/
+2
|
/
*
Make `Vector2i` values paired with `EDSCALE` be just `Vector2`
Michael Alexsander
2022-09-08
1
-2
/
+2
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-7
/
+7
*
Merge pull request #65447 from Faless/net/4.x_ssl_to_tls
Rémi Verschelde
2022-09-07
1
-1
/
+1
|
\
|
*
[Net] Rename StreamPeerSSL to StreamPeerTLS.
Fabio Alessandrelli
2022-09-07
1
-1
/
+1
*
|
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-1
/
+1
|
/
*
Disable logic that triggers automatic focus gain as the Godot Editor is loaded
Fredia Huya-Kouadio
2022-09-05
1
-0
/
+4
*
[macOS] Handle accelerator and click events of the global menu items separately.
bruvzg
2022-09-01
1
-1
/
+1
*
Merge pull request #64377 from Mickeon/rename-canvas-redraw
Rémi Verschelde
2022-08-30
1
-5
/
+5
|
\
|
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-5
/
+5
*
|
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-13
/
+13
|
/
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-1
/
+1
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-5
/
+5
*
Merge pull request #64637 from Calinou/default-project-icon-use-svg
Yuri Sizov
2022-08-23
1
-2
/
+10
|
\
|
*
Create a SVG default project icon in new projects
Hugo Locurcio
2022-08-20
1
-2
/
+10
*
|
Merge pull request #64374 from RandomShaper/inheritable_cl_args
Rémi Verschelde
2022-08-22
1
-20
/
+9
|
\
\
|
|
/
|
/
|
|
*
Overhaul CLI argument forwarding to processes started by the editor
Pedro J. Estébanez
2022-08-19
1
-20
/
+9
*
|
Merge pull request #58059 from Calinou/tweak-default-project-icon-2
Yuri Sizov
2022-08-18
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Tweak the default project icon
Hugo Locurcio
2022-02-15
1
-0
/
+6
*
|
Migrate project list to separate config file.
Ryan Roden-Corrent
2022-08-07
1
-139
/
+114
*
|
Remove unused bindings in ProjectManager
Kyle
2022-07-30
1
-8
/
+0
*
|
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-1
/
+1
*
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-5
/
+5
[next]