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
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
11
-0
/
+11
*
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-04
2
-2
/
+4
*
Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursor
Rémi Verschelde
2018-01-03
2
-0
/
+5
|
\
|
*
Add implementation for custom hardware cursor
Guilherme Silva
2017-12-17
2
-0
/
+5
*
|
Merge pull request #15246 from vnen/uwp-gdnative
George Marques
2018-01-01
3
-0
/
+60
|
\
\
|
*
|
Make GDNative DLLs work on UWP
George Marques
2018-01-01
3
-0
/
+60
*
|
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
15
-30
/
+30
|
/
/
*
/
Add option to sign UWP exports with signtool
George Marques
2017-12-26
1
-1
/
+69
|
/
*
Merge pull request #14597 from NathanWarden/linux_extensions
Rémi Verschelde
2017-12-16
1
-1
/
+1
|
\
|
*
Updated Linux template extensions to match architecture.
Nathan Warden
2017-12-12
1
-1
/
+1
*
|
Move windows networking class to drivers/windows/
Fabio Alessandrelli
2017-12-15
2
-7
/
+4
|
/
*
Fixes vsync setting ignored when using a separate thread for rendering
Stefano Bonicatti
2017-12-09
1
-0
/
+1
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
4
-20
/
+24
*
Enhanced iOS and UWP logo on Export dialog
Indah Sylvia
2017-11-29
1
-0
/
+0
*
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
-0
/
+1
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-12
/
+12
*
Return and repair file logging
Ruslan Mustakov
2017-11-21
2
-11
/
+3
*
Merge pull request #12988 from akien-mga/xdg-home-paths
Rémi Verschelde
2017-11-20
3
-6
/
+7
|
\
|
*
Use new XDG folders to dehardcode paths
Rémi Verschelde
2017-11-19
1
-3
/
+3
|
*
EditorSettings: Rename settings_path to settings_dir
Rémi Verschelde
2017-11-17
1
-3
/
+3
|
*
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-17
2
-3
/
+4
*
|
Cleanup old references to GLES2 renderer
Rémi Verschelde
2017-11-19
3
-2
/
+3
|
/
*
Remove get_default_video_mode definition on OSX/iOS
Rémi Verschelde
2017-11-09
1
-20
/
+19
*
UWP: Update to build with Windows SDK 10.16229.0
George Marques
2017-11-09
1
-1
/
+1
*
Make video mode initialization more intuitive, fixes #12022
Juan Linietsky
2017-11-09
2
-7
/
+0
*
Merge pull request #12262 from AndreaCatania/pplug
Juan Linietsky
2017-11-03
2
-17
/
+0
|
\
|
*
Implemented physics plug
AndreaCatania
2017-11-04
2
-17
/
+0
*
|
Disable logging until the logs location is sorted out
Rémi Verschelde
2017-10-29
1
-1
/
+3
*
|
Add WindowsTerminalLogger to UWP build
George Marques
2017-10-22
1
-0
/
+1
|
/
*
OS::execute can now read from stderr too when executing with a pipe
Marcelo Fernandez
2017-10-03
2
-2
/
+2
*
Merge pull request #11568 from endragor/loggers
Andreas Haas
2017-10-02
2
-53
/
+11
|
\
|
*
Extract logging logic
Ruslan Mustakov
2017-09-25
2
-53
/
+11
*
|
Use BoolVariable in target/component/advanced options.
Elliott Sales de Andrade
2017-09-25
1
-2
/
+2
|
/
*
UWP: Fix build issue about Object ambiguity
George Marques
2017-09-21
1
-18
/
+18
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-3
/
+3
*
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
*
|
Fix enums bindings
Maxim Sheronov
2017-09-13
4
-8
/
+8
|
/
*
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-2
/
+0
*
Fix use of unitialized variables
Hein-Pieter van Braam
2017-09-02
1
-1
/
+3
*
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-09-01
1
-4
/
+4
*
Make build scripts Python3 compatible
Matthias Hoelzl
2017-08-27
1
-2
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
15
-15
/
+15
*
Re-apply clang-format to all files
Rémi Verschelde
2017-08-27
1
-3
/
+3
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-14
/
+14
*
Fixes for new two-dash long command line arguments
Rémi Verschelde
2017-08-21
2
-2
/
+2
*
Revert "Second take at making command-line arguments more UNIX-like + main.cp...
Juan Linietsky
2017-08-19
2
-2
/
+2
*
Fixes for new two-dash long command line arguments
Rémi Verschelde
2017-08-19
2
-2
/
+2
*
Use const reference where favorable
Wilson E. Alvarez
2017-08-14
1
-2
/
+2
[next]