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
*
[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
*
|
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-1
/
+1
*
|
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-5
/
+5
*
|
Merge pull request #62827 from fire-forge/ok-cancel
Rémi Verschelde
2022-07-13
1
-12
/
+12
|
\
\
|
*
|
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-12
/
+12
*
|
|
Seperate filter and description in FileDialog.add_filter()
FireForge
2022-07-09
1
-2
/
+2
*
|
|
Merge pull request #60739 from KoBeWi/add_static_methods_everywhere!!
Rémi Verschelde
2022-07-08
1
-3
/
+1
|
\
\
\
|
*
|
|
Add static methods for creating Image and ImageTexture
kobewi
2022-07-08
1
-3
/
+1
|
|
/
/
*
/
/
AssetLib: Only notify when unavailable in verbose mode
Rémi Verschelde
2022-07-08
1
-1
/
+1
|
/
/
*
|
Make asset library's column count dynamic
python273
2022-07-02
1
-1
/
+0
*
|
[AssetLib] Fix crash in Web editor.
Fabio Alessandrelli
2022-06-30
1
-5
/
+1
*
|
Add icons to the Project Manager side buttons
FireForge
2022-06-16
1
-17
/
+36
*
|
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-1
/
+1
*
|
HTML5: Always disable Asset Library
Rémi Verschelde
2022-05-25
1
-0
/
+4
*
|
Project Manager: Fix crash on resize with assetlib disabled
Rémi Verschelde
2022-05-25
1
-19
/
+23
*
|
Add a new HashSet template
reduz
2022-05-20
1
-11
/
+11
*
|
Merge pull request #61211 from Calinou/project-manager-fix-small-window-size
Rémi Verschelde
2022-05-20
1
-6
/
+12
|
\
\
|
*
|
Fix project manager display at small window sizes
Hugo Locurcio
2022-05-20
1
-6
/
+12
*
|
|
Tweaks to improve the Project Manager display at small sizes
Aaron Franke
2022-05-19
1
-5
/
+15
|
/
/
*
|
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-6
/
+6
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-13
/
+13
*
|
Fix ZipIO crash when reused (and possible leaks).
bruvzg
2022-05-11
1
-2
/
+4
*
|
Fix display of unsupported project features in the project manager
Aaron Franke
2022-05-10
1
-2
/
+2
*
|
Merge pull request #59979 from bruvzg/cpp_check2
Rémi Verschelde
2022-04-27
1
-4
/
+4
|
\
\
|
*
|
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-4
/
+4
*
|
|
Merge pull request #58383 from bruvzg/no_inv_window_placement
Rémi Verschelde
2022-04-27
1
-9
/
+7
|
\
\
\
|
*
|
|
Avoid setting sub-window or started project window positions, if it's impossi...
bruvzg
2022-04-20
1
-9
/
+7
|
|
/
/
*
/
/
Implement Label3D node.
bruvzg
2022-04-22
1
-3
/
+3
|
/
/
*
|
Unzip read success no longer breaks read loop
Josh Kabo
2022-04-16
1
-3
/
+1
*
|
Merge pull request #54740 from LightningAA/project-manager-sort-by-most-recen...
Rémi Verschelde
2022-04-12
1
-2
/
+2
|
\
\
|
*
|
Make "Last Modified" the default sorting order for the Project Manager
Aaron Record
2021-11-07
1
-2
/
+2
*
|
|
Merge pull request #59440 from bruvzg/fd_ref_counted
Rémi Verschelde
2022-04-11
1
-17
/
+13
|
\
\
\
|
*
|
|
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-17
/
+13
*
|
|
|
Improvements to files_dropped signal
kobewi
2022-04-11
1
-1
/
+1
|
/
/
/
*
|
|
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+10
[next]