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
*
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
*
|
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-2
/
+2
*
|
Fix project manager window size not applying display scale correctly
floppyhammer
2022-03-27
1
-1
/
+7
*
|
Fix project manager window centering in multi-monitor situation
C.Even
2022-03-26
1
-2
/
+3
*
|
Improves editor property name extraction
Haoyu Qiu
2022-03-18
1
-1
/
+1
*
|
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-17
1
-1
/
+0
*
|
Remove extra borders from the AssetLib plugin
Michael Alexsander
2022-03-15
1
-0
/
+5
*
|
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-25
/
+7
*
|
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
[next]