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
*
Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...
hbina085
2019-06-29
1
-2
/
+2
*
Add option to toggle console window on Windows
Luka Dornhecker
2019-06-20
2
-0
/
+15
*
Fix endless controller iteration
Georg Wacker
2019-06-17
1
-1
/
+1
*
Add script to fix style issues and copyright headers
Rémi Verschelde
2019-06-17
2
-6
/
+6
*
Merge pull request #29752 from bruvzg/window_size_limits
Rémi Verschelde
2019-06-17
2
-1
/
+53
|
\
|
*
Add ability to limit maximum/minimum window size.
bruvzg
2019-06-15
2
-1
/
+53
*
|
Merge pull request #10643 from BastiaanOlij/camera_server
Rémi Verschelde
2019-06-16
5
-0
/
+146
|
\
\
|
*
|
Adding a new Camera Server implementation to Godot.
BastiaanOlij
2019-06-15
5
-0
/
+146
|
|
/
*
/
Fix compilation warnings in JS and Windows builds
Rémi Verschelde
2019-06-15
4
-22
/
+27
|
/
*
Merge pull request #29711 from zaksnet/windows-export-improvemnts
Rémi Verschelde
2019-06-12
1
-2
/
+2
|
\
|
*
Added hint for windows export options
Zak
2019-06-12
1
-2
/
+2
*
|
Merge pull request #29679 from akien-mga/windows-res-desc
Rémi Verschelde
2019-06-12
1
-1
/
+1
|
\
\
|
*
|
Remove "Editor" from Windows PE file description
Rémi Verschelde
2019-06-11
1
-1
/
+1
|
|
/
*
/
Removes redundant "display/window/per_pixel_transparency/splash" setting, imp...
bruvzg
2019-06-04
1
-1
/
+1
|
/
*
Merge pull request #26462 from SubSage/master
Rémi Verschelde
2019-05-28
1
-1
/
+7
|
\
|
*
Fixes stderr silence; adds missing quote from exe args(windows)
Luis Martinez
2019-03-05
1
-1
/
+7
*
|
Merge pull request #29119 from bruvzg/native_icon_support
Rémi Verschelde
2019-05-27
2
-0
/
+132
|
\
\
|
*
|
Add native window/taskbar icon support for Windows and macOS.
bruvzg
2019-05-24
2
-0
/
+132
*
|
|
Check project settings live before lookup in crash handler
Ibrahn Sahir
2019-05-23
1
-2
/
+7
|
/
/
*
|
added a const keyword for a methods that return constant literal...
hbina085
2019-05-21
2
-2
/
+2
*
|
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-1
/
+1
*
|
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-3
/
+3
*
|
Merge pull request #28061 from guilhermefelipecgs/fix_19137
Rémi Verschelde
2019-04-29
1
-0
/
+2
|
\
\
|
*
|
[Input] Release keys/actions pressed if window loses focus
Guilherme Felipe
2019-04-27
1
-0
/
+2
*
|
|
Convert line endings to CRLF in `OS.set_clipboard()` on Windows
Hugo Locurcio
2019-04-27
1
-4
/
+7
|
/
/
*
|
Merge pull request #28396 from akien-mga/scons-capture-the-flags
Rémi Verschelde
2019-04-25
1
-7
/
+10
|
\
\
|
*
|
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
Rémi Verschelde
2019-04-24
1
-7
/
+10
*
|
|
Fixes to make exporting more responsive.
Juan Linietsky
2019-04-24
1
-1
/
+1
|
/
/
*
|
Fixes build for Windows cross-compilation
Kenneth Lee
2019-04-23
2
-1
/
+2
*
|
Android now (optionally) builds the template when exporting
Juan Linietsky
2019-04-07
2
-2
/
+8
*
|
Merge pull request #28166 from KLee1248/first_bug
Rémi Verschelde
2019-04-22
1
-12
/
+14
|
\
\
|
*
|
Use SHGetKnownFolderPath instead of SHGetFolderPathW.
KLee1248
2019-04-18
1
-12
/
+14
*
|
|
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
|
\
[next]