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
/
platform
/
windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Windows Activate Process
Hilderin
2024-06-03
1
-0
/
+1
*
Use current mouse button state instead of saved values.
bruvzg
2024-05-31
2
-12
/
+31
*
Merge pull request #92415 from bruvzg/win_mod_keys
Rémi Verschelde
2024-05-31
2
-58
/
+76
|
\
|
*
[Windows] Use current keyboard state instead of saved values for modifier keys.
bruvzg
2024-05-27
2
-58
/
+76
*
|
Fix multichar warning in windows_utils
patwork
2024-05-30
1
-2
/
+2
*
|
Merge pull request #86029 from 0x0ACB/resize_fix
Rémi Verschelde
2024-05-30
1
-18
/
+8
|
\
\
|
*
|
remove dead code from DisplayServerWindows::window_set_size
ACB
2024-05-28
1
-18
/
+8
|
|
/
*
|
Merge pull request #89033 from bruvzg/doc_end_err
Rémi Verschelde
2024-05-28
1
-3
/
+18
|
\
\
|
*
|
[DisplayServer] Add error messages and descriptions to callbacks.
bruvzg
2024-05-28
1
-3
/
+18
|
|
/
*
|
Merge pull request #92325 from Repiteo/scons/res-race-condition-fix
Rémi Verschelde
2024-05-28
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
SCons: Fix `RES` race condition
Thaddeus Crews
2024-05-24
1
-0
/
+2
*
|
Fix build with `vuklan=no` and `d3d12=no` after #91505.
bruvzg
2024-05-25
1
-0
/
+2
|
/
*
[DisplayServer] Add method to check if window transparency is supported and e...
bruvzg
2024-05-23
2
-0
/
+15
*
Merge pull request #92252 from poiati/fix-wayland-window-class
Rémi Verschelde
2024-05-23
2
-5
/
+5
|
\
|
*
Properly set window class in Wayland
Paulo Poiati
2024-05-22
2
-5
/
+5
*
|
SCons: Convert platform `get_flags` to dictionary
Thaddeus Crews
2024-05-22
1
-4
/
+4
|
/
*
Update pre-commit hooks configuration to use `ruff` instead of `black`
Jakub Marcowski
2024-05-21
3
-9
/
+10
*
[Windows] Use CRLF in the terminal prints.
bruvzg
2024-05-20
1
-9
/
+19
*
Revert "Implement "get_mingw_tool" to fix mingw prefixes"
Rémi Verschelde
2024-05-09
2
-54
/
+77
*
DisplayServer: Avoid deadlocks while issuing input events and recursive main ...
Pedro J. Estébanez
2024-05-08
1
-7
/
+7
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-7
/
+7
*
Merge pull request #91698 from bruvzg/mingw_exe_size
Rémi Verschelde
2024-05-08
1
-8
/
+11
|
\
|
*
[MinGW] Restore executable size check.
bruvzg
2024-05-08
1
-8
/
+11
*
|
Style: Trim trailing whitespace and ensure newline at EOF
Rémi Verschelde
2024-05-08
1
-1
/
+1
|
/
*
Merge pull request #91361 from RandomShaper/fix_no_focusin
Rémi Verschelde
2024-05-07
2
-18
/
+32
|
\
|
*
Windows: Fix WINDOW_EVENT_FOCUS_IN not delivered in some cases
Pedro J. Estébanez
2024-05-03
2
-18
/
+32
*
|
Merge pull request #85188 from aitorciki/nvdrs-fixes
Rémi Verschelde
2024-05-07
1
-16
/
+38
|
\
\
|
*
|
[Windows] Fix NVIDIA app profile creation
Aitor Guevara
2024-03-25
1
-16
/
+38
*
|
|
Merge pull request #90705 from AThousandShips/foreach_list
Rémi Verschelde
2024-05-07
3
-4
/
+4
|
\
\
\
|
*
|
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
3
-4
/
+4
*
|
|
|
Implement "get_mingw_tool" to fix mingw prefixes
Thaddeus Crews
2024-05-06
2
-80
/
+54
|
/
/
/
*
|
|
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-3
/
+5
*
|
|
[StatusIndicator] Add method to get indicator icon screen rect.
bruvzg
2024-05-02
2
-0
/
+25
|
|
/
|
/
|
*
|
Merge pull request #89588 from bruvzg/status_ind_menu_direct
Rémi Verschelde
2024-05-01
2
-15
/
+31
|
\
\
|
*
|
[StatusIndicator] Switch API to use Texture2D instead of Image, improve handl...
bruvzg
2024-03-20
2
-15
/
+31
*
|
|
Merge pull request #91147 from bruvzg/con_redir_3
Rémi Verschelde
2024-04-29
3
-25
/
+35
|
\
\
\
|
*
|
|
[Windows] Improve console IO redirection.
bruvzg
2024-04-27
3
-25
/
+35
*
|
|
|
Merge pull request #91247 from AThousandShips/callable_fix
Rémi Verschelde
2024-04-29
1
-5
/
+5
|
\
\
\
\
|
*
|
|
|
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-5
/
+5
|
|
/
/
/
*
|
|
|
Merge pull request #91220 from Repiteo/scons/colorize-warn-error
Rémi Verschelde
2024-04-29
1
-40
/
+31
|
\
\
\
\
|
*
|
|
|
SCons: Colorize warnings/errors during generation
Thaddeus Crews
2024-04-28
1
-40
/
+31
|
|
/
/
/
*
|
|
|
Merge pull request #61006 from bruvzg/libbacktrce
Rémi Verschelde
2024-04-29
6
-4
/
+219
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
[Windows] Enable crash reporter on MinGW builds, use libbacktrace to generate...
bruvzg
2024-04-22
6
-4
/
+219
*
|
|
|
Merge pull request #90326 from fire/vsk-scons-final-4.3
Rémi Verschelde
2024-04-23
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Avoid compiler error with RenderingContextDriverVulkanWindows.
K. S. Ernest (iFire) Lee
2024-04-06
1
-1
/
+1
*
|
|
|
Collapse the gdextension arguments into the `GDExtensionData` struct
Fredia Huya-Kouadio
2024-04-19
2
-9
/
+9
*
|
|
|
Fix loading GDExtension dependencies on Android
Fredia Huya-Kouadio
2024-04-19
2
-2
/
+2
*
|
|
|
Merge pull request #90358 from KoBeWi/finding_errors_in_other_apps
Rémi Verschelde
2024-04-16
2
-1
/
+44
|
\
\
\
\
|
*
|
|
|
Add get_process_exit_code() method
kobewi
2024-04-16
2
-1
/
+44
*
|
|
|
|
Merge pull request #90268 from RandomShaper/wtp_servers
Rémi Verschelde
2024-04-15
4
-31
/
+15
|
\
\
\
\
\
[next]