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
*
Merge pull request #28051 from WindyDarian/no_utf8_for_vs2013
Rémi Verschelde
2019-04-19
1
-1
/
+3
|
\
|
*
Ignore '/utf-8' flag on vs2013
Windy Darian
2019-04-15
1
-1
/
+3
*
|
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-04-15
2
-4
/
+6
|
/
*
Force utf-8 source file encoding in MSVC
Windy Darian
2019-04-10
1
-1
/
+1
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-1
/
+3
*
Merge pull request #27067 from shartte/remove-context-gl
Rémi Verschelde
2019-04-07
1
-11
/
+10
|
\
|
*
Remove ContextGL since as an abstraction it's unused.
Sebastian Hartte
2019-04-06
1
-11
/
+10
*
|
Remove unused imports
Hendrikto
2019-04-06
1
-1
/
+0
|
/
*
Fixed & improved Visual Studio custom debugger visualization
PouleyKetchoupp
2019-03-12
1
-65
/
+82
*
Disable driver fallback to GLES2 by default
Rémi Verschelde
2019-03-05
1
-2
/
+2
*
Add support for event accumlation (off by default, on for editor), fixes #26536
Juan Linietsky
2019-03-03
1
-8
/
+9
*
Implement a more coherent (and way less hack) way to block animation updates,...
Juan Linietsky
2019-03-03
1
-3
/
+2
*
Ability to keep pumping messages while being debugged, may be a solution for ...
Juan Linietsky
2019-03-03
2
-2
/
+28
*
-Remove harcoded opengl extension testing from OS, ask rasterizer instead.
Juan Linietsky
2019-02-26
1
-1
/
+1
*
Update Windows global mouse position at startup
Junwei Ng
2019-02-25
2
-0
/
+17
*
Drop RtAudio driver on Windows
Rémi Verschelde
2019-02-20
4
-11
/
+6
*
Fix compiling with use_mingw flag on Windows
Marcelo Fernandez
2019-02-19
1
-2
/
+2
*
Merge pull request #25842 from marcelofg55/windows_timezone
Rémi Verschelde
2019-02-13
1
-1
/
+3
|
\
|
*
Fix get_time_zone_info returning inverted bias on Windows/UWP
Marcelo Fernandez
2019-02-13
1
-1
/
+3
*
|
Platform: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
15
-275
/
+51
*
|
Drivers, main, servers: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
1
-4
/
+5
|
/
*
Merge pull request #25570 from Kanabenki/windows-relative-icon
Rémi Verschelde
2019-02-08
1
-2
/
+2
|
\
|
*
Use relative path property hint for windows export icon
Kanabenki
2019-02-03
1
-2
/
+2
*
|
Merge pull request #25478 from neikeq/rr
Ignacio Etcheverry
2019-02-03
2
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
Added set_environment to OS class
Ignacio Etcheverry
2019-02-03
2
-0
/
+6
*
|
Remove unused iostream includes
Rémi Verschelde
2019-01-28
1
-6
/
+1
|
/
*
Fix ALT+F4 being ignored with MOUSE_MODE_CAPTURED on Windows
Marcelo Fernandez
2019-01-23
1
-0
/
+7
*
Fix GDI objects leak when setting custom cursor
Marcin Zawiejski
2019-01-23
1
-0
/
+3
*
Set WINVER and _WIN32_WINNT values in VS project
Marcin Zawiejski
2019-01-22
1
-2
/
+2
*
Raised executable priority on windows to avoid stuter, helps #25162
Juan Linietsky
2019-01-22
2
-2
/
+16
*
Avoid cyclic iteration check, fixes #24969
Juan Linietsky
2019-01-22
1
-1
/
+3
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
21
-42
/
+42
*
Added OS.get_system_time_msecs()
volzhs
2018-12-20
2
-3
/
+9
*
Merge pull request #20063 from moiman100/fix-button-mask
Rémi Verschelde
2018-12-14
1
-18
/
+9
|
\
|
*
Fixed button mask behavior
mm
2018-07-11
1
-18
/
+9
*
|
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
[next]