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
*
Split windows platform export template into multiple files
Sergey Minakov
2021-08-12
4
-308
/
+382
*
Use "volk" instead of statically linked Vulkan loader.
bruvzg
2021-08-12
2
-7
/
+7
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
2
-4
/
+8
*
Fix vertical scroll/zoom for precision touchpad
Georg Wacker
2021-08-06
1
-3
/
+2
*
Windows: Fix build with SCons 4.2.0
Rémi Verschelde
2021-08-01
1
-1
/
+1
*
Remove unnecessary 'pass' statement
luz paz
2021-07-25
1
-1
/
+0
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-4
/
+4
*
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-22
4
-8
/
+8
*
Modernize Display server to use override keyword
Hendrik Brucker
2021-07-16
1
-80
/
+80
*
Restructure and reimplement vsync options
Hendrik Brucker
2021-07-06
6
-61
/
+31
*
Merge pull request #39139 from ThakeeNathees/windows-err-to-stderr
Rémi Verschelde
2021-07-06
1
-12
/
+12
|
\
|
*
Windows error logs directed to stderr
Thakee Nathees
2020-05-29
1
-12
/
+12
*
|
Replace backslash with forward slash in OS_Windows path methods
miere43
2021-07-04
1
-6
/
+6
*
|
[Windows Export] Use temporary file for osslsigncode signing.
bruvzg
2021-06-29
1
-1
/
+11
*
|
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
3
-20
/
+20
*
|
Move many input enums to their own file
Aaron Franke
2021-06-20
1
-9
/
+9
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
2
-11
/
+11
*
|
Merge pull request #49123 from aaronfranke/it-is-time
Rémi Verschelde
2021-06-12
1
-2
/
+2
|
\
\
|
*
|
Add Time singleton
Aaron Franke
2021-06-11
1
-2
/
+2
*
|
|
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Rémi Verschelde
2021-06-11
1
-1
/
+1
|
\
\
\
|
*
|
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #49279 from Calinou/rename-string-is-abs-path-method
Rémi Verschelde
2021-06-11
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-06-03
1
-3
/
+3
*
|
|
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
2
-2
/
+2
*
|
|
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
1
-4
/
+4
*
|
|
Merge pull request #38430 from aaronfranke/transform3d
Rémi Verschelde
2021-06-03
1
-2
/
+2
|
\
\
\
|
*
|
|
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
1
-2
/
+2
|
|
/
/
*
/
/
Add MOUSE_MODE_CONFINED_HIDDEN
Aaron Franke
2021-06-03
1
-19
/
+30
|
/
/
*
|
Fixed window_can_draw of DisplayServerWindows
Hendrik Brucker
2021-06-02
1
-1
/
+1
*
|
OS: Remove code duplicate in XDG paths handling
Rémi Verschelde
2021-05-21
1
-11
/
+7
*
|
Only allow absolute paths in XDG environment variables
Hugo Locurcio
2021-05-20
1
-4
/
+22
*
|
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
2
-32
/
+32
*
|
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-1
/
+1
*
|
Rename `doubleclick` to `double_click`
Aaron Franke
2021-05-04
1
-4
/
+4
*
|
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-6
/
+6
*
|
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+1
*
|
Fix window resizing after minimization on Windows
floppyhammer
2021-03-30
1
-0
/
+2
*
|
Rename Texture.get_data() to get_image()
Marcel Admiraal
2021-03-28
1
-2
/
+2
*
|
Rename some more global enums (Key, Joy, MIDI)
Aaron Franke
2021-03-23
2
-3
/
+3
*
|
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-23
1
-10
/
+10
*
|
Merge pull request #46966 from qarmin/faster_release
Rémi Verschelde
2021-03-20
1
-4
/
+6
|
\
\
|
*
|
Allow to not optimize release build
Rafał Mikrut
2021-03-14
1
-4
/
+6
*
|
|
Merge pull request #46941 from goostengine/asan-msvc
Rémi Verschelde
2021-03-13
1
-0
/
+7
|
\
\
\
|
*
|
|
Add `use_asan` option for MSVC to enable AddressSanitizer
Andrii Doroshenko (Xrayez)
2021-03-12
1
-0
/
+7
*
|
|
|
Merge pull request #46900 from Ev1lbl0w/bugfix-malloc_calls
Rémi Verschelde
2021-03-13
2
-8
/
+8
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Replace malloc's with Godot's memalloc macro
Ev1lbl0w
2021-03-13
2
-8
/
+8
|
|
/
/
*
/
/
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
3
-5
/
+5
|
/
/
*
|
Added LocalVector to Visual Studio debugger visualization
PouleyKetchoupp
2021-02-24
1
-0
/
+10
*
|
Move tablet driver API from OS to DisplayServer.
bruvzg
2021-02-18
4
-83
/
+78
*
|
Make Servers truly Thread Safe
reduz
2021-02-10
1
-1
/
+0
[next]