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
*
x11: Fix maximized splash-boot screen bug.
Enzo Nocera
2017-12-24
1
-0
/
+4
*
Do not require OpenMP for non-tools builds (export templates)
Rémi Verschelde
2017-12-22
1
-1
/
+1
*
Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.
Juan Linietsky
2017-12-16
2
-5
/
+5
*
Rename the debug symbol files to .debugsymbols
Hein-Pieter van Braam
2017-12-16
1
-2
/
+2
*
Merge pull request #14597 from NathanWarden/linux_extensions
Rémi Verschelde
2017-12-16
1
-1
/
+2
|
\
|
*
Updated Linux template extensions to match architecture.
Nathan Warden
2017-12-12
1
-1
/
+2
*
|
openmp: Simplify linking on X11, fixing clang build
Rémi Verschelde
2017-12-14
1
-2
/
+1
*
|
Fix type mismatch in OS::set_borderless_window
Rémi Verschelde
2017-12-14
2
-2
/
+2
*
|
openmp: Don't try to link GCC's implementation on Clang
Rémi Verschelde
2017-12-14
1
-2
/
+3
*
|
Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces...
Colin Kinloch
2017-12-14
1
-2
/
+2
*
|
-Add lightmapper
Juan Linietsky
2017-12-14
3
-0
/
+14
|
/
*
Fix no mouse if touch device present in X11
Pedro J. Estébanez
2017-12-10
1
-16
/
+17
*
X11: Process entire event queue at startup.
Andreas Haas
2017-12-09
2
-7
/
+5
*
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
2017-12-09
1
-0
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
3
-8
/
+9
*
Implement multitouch on X11
Pedro J. Estébanez
2017-12-06
3
-0
/
+180
*
disable caching for targets using helper functions
Rhody Lugo
2017-11-28
1
-2
/
+1
*
use the same cache for all branches for appveyor
Rhody Lugo
2017-11-28
1
-2
/
+4
*
Merge pull request #12387 from santouits/x1111
Rémi Verschelde
2017-11-20
2
-47
/
+40
|
\
|
*
Fix x11 boot logo position in fullscreen and in maximized
santouits
2017-10-26
2
-47
/
+40
*
|
Merge pull request #12988 from akien-mga/xdg-home-paths
Rémi Verschelde
2017-11-20
2
-1
/
+38
|
\
\
|
*
|
Add initial support for the XDG Base Directory spec
Rémi Verschelde
2017-11-19
2
-0
/
+37
|
*
|
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
1
-1
/
+1
*
|
|
Cleanup old references to GLES2 renderer
Rémi Verschelde
2017-11-19
1
-1
/
+1
|
/
/
*
|
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
2017-11-09
2
-5
/
+0
*
|
Merge pull request #12262 from AndreaCatania/pplug
Juan Linietsky
2017-11-03
3
-18
/
+1
|
\
\
|
*
|
Implemented physics plug
AndreaCatania
2017-11-04
3
-18
/
+1
*
|
|
SCons: make use_lto a global option and opt-in for iphone
Rémi Verschelde
2017-11-02
1
-1
/
+0
*
|
|
Add Colemak keybindings to editor for osx
N0hbdy
2017-10-30
1
-2
/
+2
*
|
|
Implemented OS get_latin_keyboard_variant on x11
Marcelo Fernandez
2017-10-30
2
-0
/
+34
*
|
|
Travis: Simplify matrix, disable iphone and add X11 tools=no/clang
Rémi Verschelde
2017-10-27
1
-0
/
+4
|
|
/
|
/
|
*
|
Fix BSD compile issues
Marcelo Fernandez
2017-10-17
2
-0
/
+9
|
/
*
Use binary names instead of absolute paths in calls to OS::execute.
fix/use-bin-name
J08nY
2017-10-13
1
-5
/
+5
*
Drop unusued LEGACYGL_ENABLED check
Rémi Verschelde
2017-10-13
4
-5
/
+5
*
Merge pull request #11575 from marcelofg55/move_path_to_trash
Poommetee Ketson
2017-10-02
2
-0
/
+74
|
\
|
*
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
Marcelo Fernandez
2017-09-25
2
-0
/
+74
*
|
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
-16
/
+16
*
|
Use BoolVariable for third-party options.
Elliott Sales de Andrade
2017-09-25
1
-27
/
+27
*
|
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
|
/
*
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
[next]