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
*
SCons: Properly set bits variable as string for MSVC detection
Rémi Verschelde
2018-12-04
1
-2
/
+2
*
Fix wrong size and position when windows is minimized on Windows
Marcelo Fernandez
2018-11-30
2
-8
/
+31
*
Remove trailing whitespace
Rémi Verschelde
2018-11-20
1
-2
/
+2
*
Fix mouse mode restoration on Windows
Pedro J. Estébanez
2018-11-09
2
-25
/
+27
*
Properly export the various 'use dGPU' symbols when building with MingW
Hein-Pieter van Braam
2018-11-03
1
-5
/
+2
*
Fix init of VisualServerRaster
Rémi Verschelde
2018-11-01
1
-17
/
+1
*
Fix initialization of visual server in all platforms
George Marques
2018-11-01
1
-1
/
+2
*
Fix compile warnings for Windows from Linux
Aaron Franke
2018-10-19
3
-17
/
+14
*
Fixing warnings generated by MSVC
Dualtagh Murray
2018-10-19
3
-15
/
+32
*
Remove redundant "== false" code
Aaron Franke
2018-10-06
1
-1
/
+1
*
Remove redundant "== true" code
Aaron Franke
2018-10-06
1
-1
/
+1
*
Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...
Rémi Verschelde
2018-10-02
1
-1
/
+1
*
Merge pull request #22368 from moiman100/raw-input-fixes
Rémi Verschelde
2018-10-02
1
-2
/
+2
|
\
|
*
Fix mouse position when clicking in MOUSE_MODE_CAPTURED
Mikko Mustonen
2018-09-23
1
-1
/
+1
|
*
Fix zero relative motion event when clicking in MOUSE_MODE_CAPTURED
Mikko Mustonen
2018-09-23
1
-1
/
+1
*
|
SCons: Remove avoidable defines from main env's CPPPATH
Rémi Verschelde
2018-10-01
1
-2
/
+2
*
|
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-3
/
+1
|
/
*
Fix Input::set_custom_mouse_cursor showing cursor when it's invisible
Guilherme Felipe
2018-09-17
1
-1
/
+3
*
Merge pull request #22134 from elasota/natvis
Rémi Verschelde
2018-09-17
2
-0
/
+130
|
\
|
*
Initial version of VS natvis file
elasota
2018-09-17
2
-0
/
+130
*
|
Fix set_custom_mouse_cursor changing to incorrect cursor shape
Guilherme Felipe
2018-09-13
1
-2
/
+4
|
/
*
Properly initialize Winsock on startup
Fabio Alessandrelli
2018-09-13
1
-0
/
+1
*
Merge pull request #22000 from Faless/lws_uwp32
Rémi Verschelde
2018-09-13
1
-2
/
+2
|
\
|
*
Fix libwebsockets 32-bits UWP builds.
Fabio Alessandrelli
2018-09-13
1
-2
/
+2
*
|
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
*
|
Unify StreamPeerTCP/TCP_Server with NetSocket API
Fabio Alessandrelli
2018-09-12
1
-7
/
+0
*
|
Unify PacketPeerUDP using NetSocket
Fabio Alessandrelli
2018-09-12
1
-2
/
+4
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
8
-15
/
+15
|
/
*
Merge pull request #21859 from avencherus/fix-scancode-colon
Rémi Verschelde
2018-09-10
1
-1
/
+1
|
\
|
*
Changed Windows key translate pair from KEY_COLON to KEY_COMMA.
Jared
2018-09-08
1
-1
/
+1
*
|
Fix mouse confined leaving window with OS_Windows::set_window_position
Guilherme Felipe
2018-09-05
1
-0
/
+9
|
/
*
Really fix the custom cursor hotspot
Martin Capitanio
2018-09-04
1
-0
/
+1
*
Fix custom cursor hotspot
Guilherme Felipe
2018-09-03
1
-0
/
+1
*
Fix bad res file include in VS project and simplify a bit
elasota
2018-09-01
1
-5
/
+6
*
Fix multitouch input not working on certain devices on Windows
Pedro J. Estébanez
2018-08-30
1
-2
/
+6
*
Revert "Try closing gracefully before terminating process"
Rémi Verschelde
2018-08-27
2
-34
/
+6
*
Fall back to GLES2 if GLES3 is not working
Hein-Pieter van Braam
2018-08-26
2
-17
/
+63
*
Merge pull request #21375 from akien-mga/msvc-nominmax
Rémi Verschelde
2018-08-24
1
-0
/
+1
|
\
|
*
SCons: Disable min/max WinDef.h macros on MSVC
Rémi Verschelde
2018-08-24
1
-0
/
+1
*
|
Merge pull request #20712 from marcelofg55/midi_open_close
Juan Linietsky
2018-08-24
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
Add OS::open_midi_inputs and OS::close_midi_inputs
Marcelo Fernandez
2018-08-04
1
-4
/
+0
*
|
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
2
-42
/
+5
*
|
Add print_verbose to print to stdout only in verbose mode
Rémi Verschelde
2018-08-24
1
-3
/
+1
*
|
Modifications to raw input so the handling of absolute coordinates is more co...
Juan Linietsky
2018-08-22
2
-5
/
+28
*
|
Merge pull request #20523 from moiman100/windows-raw-input
Juan Linietsky
2018-08-22
2
-0
/
+72
|
\
\
|
*
|
Relative motion based on raw input for Windows
Mikko Mustonen
2018-07-30
2
-0
/
+72
|
|
/
*
|
BPTC support
elasota
2018-08-21
1
-1
/
+1
*
|
Merge pull request #21236 from dragmz/windows-graceful-close
Rémi Verschelde
2018-08-21
2
-6
/
+34
|
\
\
|
*
|
Try closing gracefully before terminating process
Marcin Zawiejski
2018-08-20
2
-6
/
+34
[next]