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
...
*
|
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
*
|
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
21
-42
/
+42
*
|
|
Fix window restoring after fullscreen again
Yuri Roubinsky
2020-12-31
2
-11
/
+15
*
|
|
Merge pull request #44757 from andrew-softdev/my-bug-fix
Rémi Verschelde
2020-12-28
1
-33
/
+27
|
\
\
\
|
*
|
|
Incorrect format specifiers used to display some String/StringName data
andrew-softdev
2020-12-28
1
-33
/
+27
*
|
|
|
Merge pull request #44593 from madmiraal/rename-mainloop-methods
Rémi Verschelde
2020-12-28
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Rename MainLoop methods to match Node methods
Marcel Admiraal
2020-12-22
1
-2
/
+2
|
|
/
/
/
*
/
/
/
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
|
/
/
/
*
|
|
Rename Rect2 and Rect2i clip() to intersection()
Marcel Admiraal
2020-12-19
1
-1
/
+1
*
|
|
Add missing override keywords in os_windows.h
Marcel Admiraal
2020-12-18
1
-2
/
+2
*
|
|
Add override keywords to core/os.h derived classes.
Marcel Admiraal
2020-12-17
1
-43
/
+43
*
|
|
SCons: Add only selected platform's opts to env
Rémi Verschelde
2020-12-16
1
-3
/
+1
*
|
|
Don't handle BaseException in build scripts
Marcel Admiraal
2020-12-12
1
-1
/
+1
|
/
/
*
|
Merge pull request #40708 from bruvzg/improve_os_locale
Rémi Verschelde
2020-12-10
1
-4
/
+4
|
\
\
|
*
|
Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use...
bruvzg
2020-08-11
1
-4
/
+4
*
|
|
Merge pull request #44161 from Faless/fix/fa_buffered_remove
Rémi Verschelde
2020-12-09
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove now unused FileAccessBuffered.
Fabio Alessandrelli
2020-12-06
1
-1
/
+0
*
|
|
|
Merge pull request #43742 from qarmin/editor_modules_default_values
Rémi Verschelde
2020-12-08
4
-15
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
4
-15
/
+13
*
|
|
|
RenderingServer reorganization
reduz
2020-12-04
3
-4
/
+4
*
|
|
|
Added driving joystick type to windows joystick handling
Bastiaan Olij
2020-12-04
1
-1
/
+1
[prev]
[next]