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
/
uwp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
2
-3
/
+2
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
1
-1
/
+0
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
3
-4
/
+8
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
3
-4
/
+8
*
|
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
1
-1
/
+0
|
/
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
5
-155
/
+0
*
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-13
3
-56
/
+16
*
Custom material support seems complete.
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Texture refactor
Juan Linietsky
2020-02-11
2
-2
/
+2
*
Merge pull request #35886 from doot24/fix_#35871
Rémi Verschelde
2020-02-06
1
-1
/
+1
|
\
|
*
fixed godot not recognising 150x150 icon for uwp export
D00T24
2020-02-03
1
-1
/
+1
*
|
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-3
/
+3
|
/
*
Merge pull request #35438 from MadEqua/virtual-keyboard-line-edit
Rémi Verschelde
2020-01-23
2
-2
/
+2
|
\
|
*
Android virtual keyboard respecting LineEdit max length.
Bruno Lourenço
2020-01-23
2
-2
/
+2
*
|
Make `OS.execute()` blocking by default if not specified
Hugo Locurcio
2020-01-23
1
-1
/
+1
|
/
*
Export: Improve usability of command line interface
Rémi Verschelde
2020-01-07
1
-31
/
+18
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
15
-30
/
+30
*
iOS modular build and export implementation.
bruvzg
2019-12-01
2
-8
/
+0
*
Fix inverted value check in UWP export packager
George Marques
2019-11-25
1
-1
/
+1
*
pcre2: Use scons option to disable JIT on some platforms
Rémi Verschelde
2019-11-20
1
-0
/
+1
*
[UWP] [Export] added additional checks for blank values
piratesephiroth
2019-11-09
1
-0
/
+10
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-1
/
+1
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
|
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-4
/
+4
|
/
*
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-19
1
-1
/
+1
*
Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...
Rémi Verschelde
2019-08-14
1
-3
/
+0
|
\
|
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-3
/
+0
*
|
Export: Remove temp files from cache after export
Rémi Verschelde
2019-08-12
1
-36
/
+21
|
/
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
2
-15
/
+6
*
Fix some code found by Coverity Scan and PVS Studio
qarmin
2019-07-23
1
-1
/
+3
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-7
/
+7
*
CryptoCore class to access to base crypto utils.
Fabio Alessandrelli
2019-07-02
1
-9
/
+5
*
Adding a new Camera Server implementation to Godot.
BastiaanOlij
2019-06-15
2
-0
/
+9
*
Fix memory leak after closing files
qarmin
2019-06-05
1
-4
/
+0
*
added a const keyword for a methods that return constant literal...
hbina085
2019-05-21
2
-2
/
+2
*
Allow project export to be canceled
George Marques
2019-05-18
1
-14
/
+32
*
Fix OS_UWP::execute's signature after cd4449e
Rémi Verschelde
2019-05-16
2
-2
/
+2
*
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-2
/
+2
*
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
Rémi Verschelde
2019-04-24
1
-12
/
+15
*
Add Input::get_current_cursor_shape
Guilherme Felipe
2019-04-15
2
-0
/
+6
*
Merge pull request #27067 from shartte/remove-context-gl
Rémi Verschelde
2019-04-07
1
-11
/
+10
|
\
|
*
Remove ContextGL since as an abstraction it's unused.
Sebastian Hartte
2019-04-06
1
-11
/
+10
*
|
Remove unused imports
Hendrikto
2019-04-06
1
-3
/
+0
|
/
*
Enable warnings=extra on clang and GCC testers.
marxin
2019-04-02
1
-1
/
+1
*
Fix directory check when exporting project
volzhs
2019-03-06
1
-1
/
+1
*
Merge pull request #26633 from akien-mga/driver-fallback-etc
Rémi Verschelde
2019-03-06
1
-2
/
+2
|
\
|
*
Disable driver fallback to GLES2 by default
Rémi Verschelde
2019-03-05
1
-2
/
+2
*
|
Fixes misleading error message when trying to export
Ricardo Lüders
2019-03-05
1
-0
/
+4
|
/
*
-Remove harcoded opengl extension testing from OS, ask rasterizer instead.
Juan Linietsky
2019-02-26
1
-1
/
+1
[next]