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
*
[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
*
Use /Zi and /FS for including debugger symbols on Windows with MSVC
Bastiaan Olij
2021-02-09
1
-2
/
+3
*
SCons: Fix debug_symbols tests after switch to BoolVariable
Rémi Verschelde
2021-02-08
2
-4
/
+4
*
Cancel event dispatch on error
kobewi
2021-02-07
1
-1
/
+4
*
SCons: Add `production=yes` option to use production defaults
Rémi Verschelde
2021-02-03
1
-1
/
+1
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
1
-3
/
+0
*
Merge pull request #45314 from RandomShaper/modernize_rwlock
Rémi Verschelde
2021-01-22
1
-2
/
+0
|
\
|
*
Modernize RWLock
Pedro J. Estébanez
2021-01-19
1
-2
/
+0
*
|
BUGFIX: Fix unintialized cursor_shape on windows display server
Marios Staikopoulos
2021-01-18
1
-1
/
+1
|
/
*
Split OS::execute into two methods
Marcel Admiraal
2021-01-09
3
-43
/
+51
*
Removes semicolon typo in display_server_windows
Yuri Roubinsky
2021-01-06
1
-1
/
+1
*
Fix PopupMenu's which are not closed after a recent commit
Yuri Roubinsky
2021-01-06
2
-37
/
+45
*
Merge pull request #44299 from Chaosus/fix_win32_warning
Rémi Verschelde
2021-01-05
2
-23
/
+35
|
\
|
*
Fixed warning at project startup (WIN32)
Yuri Roubinsky
2021-01-01
2
-23
/
+35
[next]