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
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
x11
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #11519 from hpvb/fix-gcc-lto
Rémi Verschelde
2017-09-24
1
-0
/
+3
|
\
|
*
Fix gcc lto
Hein-Pieter van Braam
2017-09-23
1
-0
/
+3
*
|
Merge pull request #11527 from QuLogic/system-zstd
Rémi Verschelde
2017-09-24
1
-0
/
+3
|
\
\
|
*
|
Enable building against system zstd.
Elliott Sales de Andrade
2017-09-23
1
-0
/
+3
|
|
/
*
/
Add support for OpenSSL 1.1.0.
Elliott Sales de Andrade
2017-09-24
1
-9
/
+0
|
/
*
Merge pull request #11243 from hpvb/add-debug-info-on-release
Rémi Verschelde
2017-09-21
2
-6
/
+16
|
\
|
*
Create separate debug info files by default
Hein-Pieter van Braam
2017-09-16
2
-6
/
+16
*
|
Merge pull request #11141 from fcobos/x11_borderless_switch_fix
Rémi Verschelde
2017-09-21
1
-0
/
+10
|
\
\
|
*
|
Adding borders back to a borderless window was not working.
Felix M. Cobos
2017-09-12
1
-0
/
+10
*
|
|
Rename pos to position in user facing methods and variables
letheed
2017-09-20
2
-2
/
+2
*
|
|
Fix crash handler not including stdlib.h
Marcelo Fernandez
2017-09-19
1
-0
/
+1
*
|
|
Prevent running the crash_handler when a debugger is present on windows
Marcelo Fernandez
2017-09-18
1
-1
/
+1
*
|
|
Merge pull request #11252 from marcelofg55/fix_noaudio_crash
Rémi Verschelde
2017-09-17
2
-39
/
+1
|
\
\
\
|
*
|
|
Fix crash when no audio driver is available
Marcelo Fernandez
2017-09-13
2
-39
/
+1
*
|
|
|
Fix x11 exported executables not getting the +x flag
Marcelo Fernandez
2017-09-17
1
-0
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #11230 from maxim-sheronov/fix_enum_bindings
Thomas Herzog
2017-09-15
4
-26
/
+26
|
\
\
\
|
*
|
|
Fix enums bindings
Maxim Sheronov
2017-09-13
4
-26
/
+26
|
|
|
/
|
|
/
|
*
|
|
X11: Fix gamepads not being added whith udev.
Andreas Haas
2017-09-14
1
-1
/
+0
|
|
/
|
/
|
*
|
Added a crash handler to dump the backtrace on Windows, Linux and OS X
Marcelo Fernandez
2017-09-13
6
-6
/
+212
*
|
Hint the window manager to disable desktop compositing in fullscreen mode.
Felix M. Cobos
2017-09-09
1
-0
/
+11
|
/
*
Fix typos 'a' and 'an'
Poommetee Ketson
2017-09-02
1
-1
/
+1
*
Merge pull request #10148 from leezh/pcre2
Rémi Verschelde
2017-08-31
1
-0
/
+5
|
\
|
*
Replacement of internal RegEx with PCRE2
Zher Huei Lee
2017-08-19
1
-0
/
+5
*
|
Disable -ffast-math for etc2comp
Hein-Pieter van Braam
2017-08-30
1
-1
/
+3
*
|
Dead code tells no tales
Rémi Verschelde
2017-08-27
2
-32
/
+2
*
|
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
14
-14
/
+14
*
|
Merge pull request #10591 from Rubonnek/possible-null-ptr-dereference
Rémi Verschelde
2017-08-27
2
-15
/
+12
|
\
\
|
*
|
Added/Fixed null pointer checks
Wilson E. Alvarez
2017-08-26
2
-15
/
+12
*
|
|
Merge pull request #10598 from Rubonnek/free-memory
Rémi Verschelde
2017-08-27
1
-1
/
+3
|
\
\
\
|
*
|
|
Free memory when Main::setup returns an error
Wilson E. Alvarez
2017-08-25
1
-1
/
+3
|
|
/
/
*
/
/
Fixed several memory leaks
Wilson E. Alvarez
2017-08-25
1
-0
/
+2
|
/
/
*
|
Merge pull request #10487 from marcelofg55/curscr_as_default
Rémi Verschelde
2017-08-22
2
-3
/
+14
|
\
\
|
*
|
p_screen param from get_screen_* funcs now default to the current screen
Marcelo Fernandez
2017-08-21
2
-3
/
+14
*
|
|
Removed unnecessary assignments
Wilson E. Alvarez
2017-08-21
2
-7
/
+3
|
/
/
*
/
Set the X11 class hint before mapping the window
Richard Adenling
2017-08-19
2
-11
/
+14
|
/
*
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
1
-5
/
+5
*
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
1
-2
/
+2
|
/
*
Merge pull request #9887 from StraToN/power-fix-x11
Rémi Verschelde
2017-07-27
2
-9
/
+4
|
\
|
*
Fixes power management on x11 platform and removes explicit NULL pointer dere...
Julian Murgia
2017-07-26
2
-9
/
+4
*
|
Remove duplicate keycode constant for Numpad Enter key.
bruvzg
2017-07-26
1
-1
/
+0
|
/
*
Workaround to allow pasting unicode characters from X selection.
Jia Wang
2017-07-25
1
-2
/
+14
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
3
-0
/
+8
*
Fix fullscreen on X11 for non-resizable windows
Marcelo Fernandez
2017-07-13
1
-0
/
+27
*
IME window follow the input cursor.
geequlim
2017-07-11
2
-14
/
+9
*
Refactor 'treshold' to 'threshold'
Poommetee Ketson
2017-07-08
1
-2
/
+2
*
Implemented borderless window functions on Linux.
Marcelo Fernandez
2017-07-05
2
-0
/
+29
*
Merge pull request #9396 from sowfelicity/x11-ime-echo
Rémi Verschelde
2017-07-03
3
-9
/
+170
|
\
|
*
Workaround for IME and echo events on Linux:
Jia Wang
2017-06-29
3
-9
/
+170
[next]