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 OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
2
-3
/
+3
*
Disable OpenGL warnings unless running with -v, closes #7171
Juan Linietsky
2017-11-13
1
-1
/
+1
*
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
2017-11-09
2
-7
/
+0
*
Merge pull request #12262 from AndreaCatania/pplug
Juan Linietsky
2017-11-03
3
-19
/
+2
|
\
|
*
Implemented physics plug
AndreaCatania
2017-11-04
3
-19
/
+2
*
|
SCons: make use_lto a global option and opt-in for iphone
Rémi Verschelde
2017-11-02
1
-1
/
+0
*
|
Disable logging until the logs location is sorted out
Rémi Verschelde
2017-10-29
1
-1
/
+3
*
|
detect.py: Fix KeyError if using MinGW and LTO
mhilbrunner
2017-10-27
1
-4
/
+1
*
|
Cleanup unnecessary debug prints
Rémi Verschelde
2017-10-21
1
-1
/
+0
|
/
*
Fixed wrong Virtual-KeyCode(0x12) pair on Windows platform (#12073)
Indah Sylvia
2017-10-14
1
-1
/
+1
*
Drop unusued LEGACYGL_ENABLED check
Rémi Verschelde
2017-10-13
2
-2
/
+2
*
OS::execute can now read from stderr too when executing with a pipe
Marcelo Fernandez
2017-10-03
2
-2
/
+2
*
Merge pull request #11568 from endragor/loggers
Andreas Haas
2017-10-02
5
-136
/
+216
|
\
|
*
Extract logging logic
Ruslan Mustakov
2017-09-25
5
-136
/
+216
*
|
Merge pull request #11575 from marcelofg55/move_path_to_trash
Poommetee Ketson
2017-10-02
2
-0
/
+29
|
\
\
|
*
|
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
Marcelo Fernandez
2017-09-25
2
-0
/
+29
|
|
/
*
|
Reduce gcc lto build time by telling the linker to
Felix M. Cobos
2017-09-26
1
-1
/
+4
*
|
Use BoolVariable in platform-specific options.
Elliott Sales de Andrade
2017-09-25
1
-3
/
+3
*
|
Use BoolVariable in target/component/advanced options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+1
*
|
Use EnumVariable for choice-based build options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+2
|
/
*
Fix gcc lto
Hein-Pieter van Braam
2017-09-23
1
-2
/
+7
*
Merge pull request #11243 from hpvb/add-debug-info-on-release
Rémi Verschelde
2017-09-21
2
-2
/
+21
|
\
|
*
Create separate debug info files by default
Hein-Pieter van Braam
2017-09-16
2
-2
/
+21
*
|
Rename pos to position in user facing methods and variables
letheed
2017-09-20
2
-2
/
+2
*
|
Prevent running the crash_handler when a debugger is present on windows
Marcelo Fernandez
2017-09-18
2
-19
/
+23
*
|
Merge pull request #11252 from marcelofg55/fix_noaudio_crash
Rémi Verschelde
2017-09-17
1
-6
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix crash when no audio driver is available
Marcelo Fernandez
2017-09-13
1
-6
/
+1
*
|
Merge pull request #11230 from maxim-sheronov/fix_enum_bindings
Thomas Herzog
2017-09-15
4
-14
/
+14
|
\
\
|
*
|
Fix enums bindings
Maxim Sheronov
2017-09-13
4
-14
/
+14
*
|
|
Buildsystem: Windows cross-compilation on Linux defaults to 64-bit
Rémi Verschelde
2017-09-13
1
-3
/
+6
|
|
/
|
/
|
*
|
Added a crash handler to dump the backtrace on Windows, Linux and OS X
Marcelo Fernandez
2017-09-13
7
-15
/
+307
*
|
Style: Apply clang-format to @reduz's changes
Rémi Verschelde
2017-09-13
1
-8
/
+6
*
|
HiDPI support on Windows.. yes this is all it took.
Juan Linietsky
2017-09-12
1
-0
/
+22
|
/
*
Remove assignment and declarations in if statements
Hein-Pieter van Braam
2017-09-08
3
-8
/
+23
*
Fix files header
Poommetee Ketson
2017-09-01
2
-2
/
+2
*
Added new WASAPI driver for Windows
Marcelo Fernandez
2017-08-27
3
-1
/
+10
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
23
-23
/
+23
*
Free memory when Main::setup returns an error
Wilson E. Alvarez
2017-08-25
1
-1
/
+6
*
Merge pull request #10487 from marcelofg55/curscr_as_default
Rémi Verschelde
2017-08-22
2
-6
/
+6
|
\
|
*
p_screen param from get_screen_* funcs now default to the current screen
Marcelo Fernandez
2017-08-21
2
-6
/
+6
*
|
Removed unnecessary assignments
Wilson E. Alvarez
2017-08-21
1
-2
/
+1
|
/
*
Windows: Drop support for obsolete MinGW
Rémi Verschelde
2017-08-18
1
-35
/
+20
*
Workaround missing WM_TOUCH on mingw-w64 < 4.0
Rémi Verschelde
2017-08-18
1
-4
/
+3
*
Windows: Drop support for Vista (0x0600)
Rémi Verschelde
2017-08-18
1
-2
/
+4
*
Removed unused variable
Wilson E. Alvarez
2017-08-17
1
-1
/
+0
*
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
1
-4
/
+4
*
Merge pull request #10264 from Rubonnek/use-const-reference
Rémi Verschelde
2017-08-16
4
-4
/
+4
|
\
|
*
Use const reference where favorable
Wilson E. Alvarez
2017-08-14
4
-4
/
+4
*
|
Fix get_screen_* funcs returning old values after resolution changes on Windows
Marcelo Fernandez
2017-08-14
2
-48
/
+96
|
/
*
Merge pull request #10141 from ISylvox/lower_case_godot_api
Rémi Verschelde
2017-08-07
2
-2
/
+2
|
\
[next]