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
*
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
*
Merge pull request #10141 from ISylvox/lower_case_godot_api
Rémi Verschelde
2017-08-07
2
-5
/
+5
|
\
|
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
2
-5
/
+5
*
|
UWP: Add Gamepad vibration support
George Marques
2017-08-07
2
-10
/
+63
*
|
UWP: Fix Gamepad removal logic
George Marques
2017-08-07
1
-9
/
+1
|
/
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
3
-7
/
+16
*
Fix errors with global config names no more sorrys please
geequlim
2017-07-19
1
-1
/
+1
*
-Reorganized all properties of project settings (Sorry, Again).
Juan Linietsky
2017-07-17
1
-1
/
+1
*
Bring back the UWP exporter
George Marques
2017-07-12
1
-1594
/
+581
*
UWP: Fix problem with Cert Kit validation
George Marques
2017-07-12
1
-2
/
+1
*
Buildsystem: Improve detect.py readability and fix issues
Rémi Verschelde
2017-07-01
1
-53
/
+53
*
UWP: InputEvent: Renamed "pos" property to "position"
George Marques
2017-06-12
1
-9
/
+9
*
Fix UWP compilation issues
George Marques
2017-05-23
5
-90
/
+77
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
3
-28
/
+28
*
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-05-17
2
-2
/
+2
*
Improve documentation of thirdparty code snippets
Rémi Verschelde
2017-05-07
2
-2
/
+4
*
Merge pull request #8586 from vnen/uwp-3
Rémi Verschelde
2017-05-01
6
-48
/
+160
|
\
|
*
Fix compilation for UWP
George Marques
2017-04-29
6
-48
/
+160
*
|
Move core thirdparty files to thirdparty/{minizip,misc}
Rémi Verschelde
2017-04-28
1
-4
/
+5
|
/
*
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
2017-04-10
2
-2
/
+2
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
13
-0
/
+13
*
Input: Remove usage of platform dependent event IDs.
Andreas Haas
2017-03-26
4
-17
/
+10
*
i-patch for Pirate language
Rémi Verschelde
2017-03-24
1
-1
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
10
-512
/
+397
*
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-05
1
-1
/
+0
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-05
1
-2
/
+2
*
Add API to access battery power state
Julian Murgia
2017-03-04
2
-0
/
+22
*
Complete the globals.h -> global_config.h conversion
Bojidar Marinov
2017-02-23
1
-1
/
+1
*
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
1
-1
/
+1
*
Editor Export Settings Dialog is completed!! Now on to make some exporters..
Juan Linietsky
2017-02-19
1
-3
/
+4
*
Removed import/export system, will start new one from scratch.
Juan Linietsky
2017-01-25
1
-1
/
+2
*
Adapt platforms to AudioServer refactoring
Rémi Verschelde
2017-01-16
2
-42
/
+6
*
Style: Various fixes to play nice with clang-format
Rémi Verschelde
2017-01-16
4
-45
/
+55
*
Oops! Audio engine has vanished :D
Juan Linietsky
2017-01-15
1
-6
/
+6
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-3
/
+5
*
rename String.extension() -> String.get_extension() / String.basename() -> St...
Juan Linietsky
2017-01-14
1
-1
/
+1
*
Improvements to scons defined WINVER/_WIN32_WINNT
Fabio Alessandrelli
2017-01-12
1
-0
/
+4
*
Finish replacement of joystick by joypad
Rémi Verschelde
2017-01-08
3
-3
/
+3
*
renamed joystick to joypad everywhere around source code!
Juan Linietsky
2017-01-08
4
-25
/
+25
*
-Changed most project settings in the engine, so they have major and minor ca...
Juan Linietsky
2017-01-05
1
-1
/
+1
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-1
/
+1
[next]