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
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
InputEventJoypadMotion: Add missing is_pressed() method.
Andreas Haas
2017-08-12
2
-0
/
+6
*
Merge pull request #10190 from tagcup/euler_yxz
Rémi Verschelde
2017-08-11
4
-18
/
+143
|
\
|
*
Use YXZ convention for Euler angles.
Ferenc Arn
2017-08-09
4
-18
/
+143
*
|
Merge pull request #10163 from ISylvox/resoucre-to-resource
Rémi Verschelde
2017-08-11
2
-7
/
+7
|
\
\
|
*
|
core/io: fix typo 'resoucre' to 'resource'
Indah Sylvia
2017-08-08
2
-7
/
+7
*
|
|
Merge pull request #10142 from bruvzg/3.0-osx-ime
Rémi Verschelde
2017-08-11
1
-0
/
+3
|
\
\
\
|
*
|
|
Implement NSTextInputClient protocol for IME
bruvzg
2017-08-09
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #9987 from Rubonnek/move-members-to-initilization-list
Rémi Verschelde
2017-08-11
20
-209
/
+190
|
\
\
\
|
*
|
|
Moved member variables from constructor to initialization list
Wilson E. Alvarez
2017-08-08
20
-209
/
+190
|
|
/
/
*
|
|
Fixes method definitions with extra number of arguments
Ignacio Etcheverry
2017-08-10
1
-1
/
+1
*
|
|
Removes type information from vararg method binds
Ignacio Etcheverry
2017-08-10
2
-2
/
+2
*
|
|
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
22
-84
/
+84
*
|
|
Adds missing type information to virtual method binds
Ignacio Etcheverry
2017-08-10
1
-1
/
+1
*
|
|
Improves method bind detection of signature types
Ignacio Etcheverry
2017-08-10
8
-40
/
+296
|
/
/
*
/
Set some reasonable limits for sending information to the debugger, closes #5848
Juan Linietsky
2017-08-08
3
-12
/
+23
|
/
*
Display the Y angle properly when rotating from gizmo, partially helps #1479
Juan Linietsky
2017-08-07
1
-3
/
+11
*
Merge pull request #10112 from ISylvox/completely-renaming-path_db
Rémi Verschelde
2017-08-07
2
-4
/
+4
|
\
|
*
renames leftover 'path_db' to node_path
Indah Sylvia
2017-08-07
2
-4
/
+4
*
|
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
16
-51
/
+51
*
|
Merge pull request #10123 from bojidar-bg/7695-key-kp-enter
Juan Linietsky
2017-08-06
5
-9
/
+9
|
\
\
|
*
|
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
Bojidar Marinov
2017-08-06
5
-9
/
+9
*
|
|
keep default exported script values unless overriden, closes #8127
Juan Linietsky
2017-08-06
2
-0
/
+34
*
|
|
Fix is_class check typo in ObjectDB::cleanup
Ruslan Mustakov
2017-08-06
1
-1
/
+1
|
/
/
*
|
Merge pull request #10117 from neikeq/pr-classdb-getpropidx
Ignacio Etcheverry
2017-08-06
2
-0
/
+23
|
\
\
|
*
|
ClassDB: Adds get_property_index method
Ignacio Etcheverry
2017-08-06
2
-0
/
+23
*
|
|
few bugs fixed thanks to explicit bool constructor and clang.
Juan Linietsky
2017-08-05
1
-1
/
+1
*
|
|
Made bool constructor explicit in Variant to avoid bugs, fixes #7843
Juan Linietsky
2017-08-05
4
-10
/
+18
|
|
/
|
/
|
*
|
renamed node path, closes #5691
Juan Linietsky
2017-08-05
3
-2
/
+2
*
|
-Added GLTF scene support (still missing animations and .glb extension)
Juan Linietsky
2017-08-02
1
-1
/
+9
*
|
Use atomics for memory use tracking
Pedro J. Estébanez
2017-08-01
2
-25
/
+27
*
|
Merge pull request #9826 from RandomShaper/improve-atomics
Rémi Verschelde
2017-07-31
2
-8
/
+50
|
\
\
|
*
|
Improve/add atomics
Pedro J. Estébanez
2017-07-25
2
-8
/
+50
*
|
|
Merge pull request #8567 from BastiaanOlij/ar_vr_server
Rémi Verschelde
2017-07-31
2
-13
/
+113
|
\
\
\
|
*
|
|
Adding base classes and structures for ARVR support
BastiaanOlij
2017-07-28
2
-13
/
+113
*
|
|
|
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-30
14
-25
/
+25
*
|
|
|
Fix passing Refs via ptrcall
Ruslan Mustakov
2017-07-28
1
-3
/
+3
*
|
|
|
Merge pull request #9879 from RandomShaper/fix-mutating-settings-file
Rémi Verschelde
2017-07-28
2
-18
/
+34
|
\
\
\
\
|
*
|
|
|
Fix mutating project.godot
Pedro J. Estébanez
2017-07-26
2
-18
/
+34
*
|
|
|
|
added an optional parameter to OS symbol lookup
Karroffel
2017-07-27
1
-3
/
+3
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #9872 from bruvzg/3.0-num-enter-fix
Rémi Verschelde
2017-07-27
3
-4
/
+0
|
\
\
\
\
|
*
|
|
|
Remove duplicate keycode constant for Numpad Enter key.
bruvzg
2017-07-26
3
-4
/
+0
|
|
/
/
/
*
|
|
|
Merge pull request #9892 from RandomShaper/fix-err-format
Pedro J. Estébanez
2017-07-27
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix misplaced quote in error messsage
Pedro J. Estébanez
2017-07-27
1
-1
/
+1
*
|
|
|
|
Merge pull request #9882 from endragor/nativescript-refcount
Thomas Herzog
2017-07-26
1
-1
/
+2
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Forward refcount changes to NativeScriptInstance
Ruslan Mustakov
2017-07-26
1
-1
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #9720 from endragor/stack-bottom
Thomas Herzog
2017-07-26
2
-0
/
+16
|
\
\
\
\
|
*
|
|
|
Add a way to retrieve stack bottom of the main thread
Ruslan Mustakov
2017-07-25
2
-0
/
+16
*
|
|
|
|
Merge pull request #9873 from Noshyaar/pr-prop
Rémi Verschelde
2017-07-26
1
-0
/
+3
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix various property not found errors
Poommetee Ketson
2017-07-26
1
-0
/
+3
*
|
|
|
|
Fix cvs files freezing the editor when a double quote is not closed
Marcelo Fernandez
2017-07-25
1
-0
/
+2
|
/
/
/
/
[next]