index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-34
/
+19
*
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
|
\
|
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
2
-2
/
+2
*
|
Merge pull request #10045 from marcelofg55/audioserver_finish
Rémi Verschelde
2017-08-07
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
Fix double finalisation of audio drivers
Marcelo Fernandez
2017-08-02
1
-4
/
+0
*
|
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
Bojidar Marinov
2017-08-06
2
-2
/
+2
|
/
*
Merge pull request #9886 from bruvzg/3.0-win-num-enter-fix
Rémi Verschelde
2017-07-31
1
-1
/
+6
|
\
|
*
Fix Numpad Enter key on Windows
bruvzg
2017-07-26
1
-1
/
+6
*
|
added an optional parameter to OS symbol lookup
Karroffel
2017-07-27
2
-4
/
+8
|
/
*
Make MinGW test less verbose on non-Bash shells
Rémi Verschelde
2017-07-25
1
-9
/
+2
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
3
-6
/
+7
*
-Reorganized all properties of project settings (Sorry, Again).
Juan Linietsky
2017-07-17
1
-1
/
+1
*
Fixed issues with borderless windows on Windows
Marcelo Fernandez
2017-07-09
2
-72
/
+44
*
Buildsystem: Improve detect.py readability and fix issues
Rémi Verschelde
2017-07-01
1
-195
/
+77
*
BuildSystem: generated files have .gen.extension
Poommetee Ketson
2017-06-25
1
-1
/
+1
*
Make the Windows icon file smaller
Hugo Locurcio
2017-06-20
1
-0
/
+0
*
Fix MouseWheel position on Windows
George Marques
2017-06-15
1
-2
/
+2
*
Restired multithread support in OSX and Windows, should stop the crashes.
Juan Linietsky
2017-06-10
1
-8
/
+6
[next]