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
/
x11
Commit message (
Expand
)
Author
Age
Files
Lines
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
26
-11752
/
+0
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
7
-20
/
+3551
*
Merge pull request #37271 from akien-mga/cleanup-unused-classes
Rémi Verschelde
2020-03-24
1
-0
/
+2
|
\
|
*
Remove unused classes and stray headers
Rémi Verschelde
2020-03-24
1
-0
/
+2
*
|
Merge pull request #37261 from m6c7l/feature/issue-37239
Rémi Verschelde
2020-03-24
1
-1
/
+4
|
\
\
|
*
|
issue-37239 add relaxation to conditions in the joystick check routine for be...
m6c7l
2020-03-24
1
-1
/
+4
|
|
/
*
/
Fixed WM_DELETE flag being set too late
Ev1lbl0w
2020-03-23
1
-3
/
+3
|
/
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
2
-2
/
+2
*
typedefs: Cleanup unused macros and unnecessary checks
Rémi Verschelde
2020-03-11
1
-2
/
+4
*
Linux: Add Mesa 20 "Intel" to prime detection
Rémi Verschelde
2020-03-11
1
-0
/
+1
*
assimp: Clean and document buildsystem, prepare for unbundling
Rémi Verschelde
2020-03-06
1
-1
/
+4
*
SCons: Expand env variables to check compiler version
Rémi Verschelde
2020-03-04
1
-1
/
+1
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
3
-14
/
+163
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
3
-14
/
+163
*
|
Merge pull request #36556 from RandomShaper/rework_mutex
Rémi Verschelde
2020-02-28
2
-16
/
+14
|
\
\
|
*
|
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
2
-16
/
+14
|
|
/
*
|
Merge pull request #36572 from qarmin/coverage
Rémi Verschelde
2020-02-27
1
-0
/
+5
|
\
\
|
*
|
Added code coverate support to Godot
Rafał Mikrut
2020-02-26
1
-0
/
+5
|
|
/
*
/
SCons: Fix get_compiler_version() to return ints
Rémi Verschelde
2020-02-26
1
-12
/
+4
|
/
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-6
/
+2
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
5
-667
/
+0
*
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-13
3
-22
/
+0
*
Force vulkan driver until OpenGL is implemented
Juan Linietsky
2020-02-12
1
-0
/
+5
*
Vulkan: Move thirdparty code out of drivers, style fixes
Rémi Verschelde
2020-02-11
2
-4
/
+4
*
More GIProbe work and fixes
Juan Linietsky
2020-02-11
1
-2
/
+2
*
glslang: Disable warnings and allow unbundling
Rémi Verschelde
2020-02-11
1
-0
/
+3
*
SCons: Streamline Vulkan buildsystem + fixups
Rémi Verschelde
2020-02-11
1
-3
/
+2
*
Add runtime GLES2 / Vulkan context selection.
bruvzg
2020-02-11
4
-444
/
+143
*
Add static Vulkan loader.
bruvzg
2020-02-11
3
-3
/
+76
*
Custom material support seems complete.
Juan Linietsky
2020-02-11
2
-2
/
+2
*
basic 2D engine is more or less working with Vulkan, including editor.
Juan Linietsky
2020-02-11
3
-13
/
+22
*
A lot of progress with canvas rendering, still far from working.
Juan Linietsky
2020-02-11
1
-7
/
+10
*
Texture refactor
Juan Linietsky
2020-02-11
2
-4
/
+4
*
Modify RenderingDevice to use RIDs, now that they are O(1)
Juan Linietsky
2020-02-11
1
-21
/
+21
*
Added support for push constants
Juan Linietsky
2020-02-11
1
-1
/
+5
*
Initial work on Vulkan:
Juan Linietsky
2020-02-11
6
-5
/
+365
*
Merge pull request #35802 from bruvzg/linux_tablet_ranges
Rémi Verschelde
2020-02-10
1
-24
/
+6
|
\
|
*
Fix pressure / tilt ranges on Linux.
bruvzg
2020-01-31
1
-24
/
+6
*
|
adjusted linux cursors, added fallbacks
MennoMax
2020-02-10
1
-7
/
+61
*
|
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-3
/
+3
*
|
Restores correct window position after fullscreen toggling off on Linux
Yuri Roubinsky
2020-02-03
2
-1
/
+7
*
|
Fix restoring window from fullscreen to normal on Linux
Yuri Roubinsky
2020-02-03
1
-1
/
+1
|
/
*
Merge pull request #35444 from RandomShaper/fix_link_bsd
Rémi Verschelde
2020-01-23
1
-4
/
+8
|
\
|
*
Fix error with linkers other than GNU ld
Pedro J. Estébanez
2020-01-22
1
-4
/
+8
*
|
Remove buggy check if key was already released for accumulated input
Eric Rybicki
2020-01-22
1
-5
/
+0
|
/
*
Merge pull request #35209 from RandomShaper/fix_pck_embed_linux
Rémi Verschelde
2020-01-16
3
-5
/
+21
|
\
|
*
Fix error exporting to X11 with embedded PCK
Pedro J. Estébanez
2020-01-16
3
-5
/
+21
*
|
Image: Include S3TC compression via Squish in non-tools build
Rémi Verschelde
2020-01-13
1
-1
/
+1
*
|
Fix warning in Linux crash handler on 32-bit
Rémi Verschelde
2020-01-10
1
-1
/
+1
|
/
[next]