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
*
-Properly check limits to objects sent (regarding to size), fixes #9034
Juan Linietsky
2017-08-18
8
-116
/
+195
*
Merge pull request #10406 from marcelofg55/closest_power_of_2
Rémi Verschelde
2017-08-18
6
-21
/
+38
|
\
|
*
Add closest_power_of_2 func and implement mix_rate/latency on OS X
Marcelo Fernandez
2017-08-17
6
-21
/
+38
*
|
Merge pull request #10380 from akien-mga/XL_MESSAGE
Rémi Verschelde
2017-08-17
2
-12
/
+5
|
\
\
|
|
/
|
/
|
|
*
Rename `XL_MESSAGE` aka `tr` to `localize`
Rémi Verschelde
2017-08-17
2
-12
/
+5
*
|
Merge pull request #8899 from toger5/BetterFlatStylebox
Rémi Verschelde
2017-08-16
2
-0
/
+9
|
\
\
|
|
/
|
/
|
|
*
Added Corner Enum
toger5
2017-08-15
2
-0
/
+9
*
|
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
21
-165
/
+165
*
|
Rename cull_AABB to cull_aabb
Rémi Verschelde
2017-08-16
1
-6
/
+6
*
|
Merge pull request #10264 from Rubonnek/use-const-reference
Rémi Verschelde
2017-08-16
8
-20
/
+61
|
\
\
|
*
|
Use const reference where favorable
Wilson E. Alvarez
2017-08-14
8
-20
/
+61
*
|
|
Merge pull request #10334 from Faless/fix_spbuffer_utf8
kubecz3k
2017-08-15
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix StreamPeer put_utf8_string not working
Fabio Alessandrelli
2017-08-14
1
-1
/
+1
|
|
/
/
*
|
/
Removing a Resource also deletes imported files.
Andreas Haas
2017-08-15
2
-0
/
+47
|
|
/
|
/
|
*
|
Ability to save objects to binary format
Juan Linietsky
2017-08-14
4
-32
/
+174
|
/
*
Merge pull request #10296 from raymoo/fixstreampeerbuffer
Rémi Verschelde
2017-08-13
1
-1
/
+2
|
\
|
*
Fix broken stream reading in StreamPeerBuffer
Raymoo
2017-08-12
1
-1
/
+2
*
|
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
|
\
\
\
[next]