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
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Several fixes to directional shadows, closes #10926
Juan Linietsky
2017-09-07
2
-64
/
+24
*
-Fixed changes to default input actions not working, closes #10502
Juan Linietsky
2017-09-06
3
-0
/
+15
*
Fixes ERR_EXPLAIN being overwritten
Ignacio Etcheverry
2017-09-06
1
-2
/
+1
*
Merge pull request #10993 from endragor/nativescript-property-order
Thomas Herzog
2017-09-05
1
-0
/
+48
|
\
|
*
Provide NativeScript properties in definition order
Ruslan Mustakov
2017-09-05
1
-0
/
+48
*
|
Optimize memory allocations in VariantParser::get_token
Evgeny Zuev
2017-09-05
1
-10
/
+12
*
|
Add StringBuffer class
Evgeny Zuev
2017-09-05
2
-0
/
+184
|
/
*
Merge pull request #10975 from hpvb/remove-null-check-from-cast-to
Rémi Verschelde
2017-09-05
1
-12
/
+0
|
\
|
*
Remove NULL check from Object::cast_to()
Hein-Pieter van Braam
2017-09-04
1
-12
/
+0
*
|
Merge pull request #10860 from karroffel/bob-the-string-builder
Thomas Herzog
2017-09-04
2
-0
/
+173
|
\
\
|
|
/
|
/
|
|
*
added StringBuilder class
Karroffel
2017-09-01
2
-0
/
+173
*
|
-Changed KinematicBody API yet again to make it friendlier
Juan Linietsky
2017-09-04
3
-6
/
+23
*
|
Merge pull request #10939 from neikeq/fix-overridden-external-editors
Rémi Verschelde
2017-09-04
1
-0
/
+1
|
\
\
|
*
|
Fixes language overridden external editors
Ignacio Etcheverry
2017-09-03
1
-0
/
+1
*
|
|
-Fixed EditorDirDialog, which was really old and needed to use EditorFileSystem
Juan Linietsky
2017-09-03
1
-0
/
+3
*
|
|
Merge pull request #10903 from neikeq/fix-defval-order-definitely-i-promise
Rémi Verschelde
2017-09-03
1
-5
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixes order of default arguments in MethodInfo
Ignacio Etcheverry
2017-09-02
1
-5
/
+3
*
|
|
Fix typos 'a' and 'an'
Poommetee Ketson
2017-09-02
4
-6
/
+6
*
|
|
Fix use of unitialized variables
Hein-Pieter van Braam
2017-09-02
9
-23
/
+33
|
/
/
*
|
Merge pull request #10846 from hpvb/fix-sign-compare
Rémi Verschelde
2017-09-01
14
-33
/
+33
|
\
\
|
*
|
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-09-01
14
-33
/
+33
*
|
|
Merge pull request #10862 from neikeq/fix-defvals-methodinfo
Ignacio Etcheverry
2017-09-01
1
-1
/
+7
|
\
\
\
|
*
|
|
Fixes reversed order of default arguments in MethodInfo
Ignacio Etcheverry
2017-09-01
1
-1
/
+7
*
|
|
|
Fix files header
Poommetee Ketson
2017-09-01
5
-5
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #10318 from endragor/ordered-hash-map
Rémi Verschelde
2017-09-01
3
-38
/
+377
|
\
\
\
|
*
|
|
Implement OrderedHashMap
Ruslan Mustakov
2017-08-13
3
-38
/
+377
*
|
|
|
Has_method is already provided by Object
Hein-Pieter van Braam
2017-09-01
1
-1
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Fix issues regarding reload of resources in imported scenes. Closes #10017
Juan Linietsky
2017-08-31
5
-40
/
+57
|
|
/
|
/
|
*
|
Merge pull request #10382 from toger5/dark_icons
Rémi Verschelde
2017-08-31
2
-2
/
+14
|
\
\
|
*
|
added to_ABGR32() to core/Color
toger5
2017-08-30
2
-2
/
+14
*
|
|
Add a new decomposition to Basis.
Ferenc Arn
2017-08-30
2
-4
/
+38
*
|
|
Remove Basis::set_scale and Basis::set_rotation_* functions.
Ferenc Arn
2017-08-29
3
-43
/
+0
*
|
|
Fix constant reimport on broken files, closes #9930
Juan Linietsky
2017-08-29
4
-3
/
+51
|
/
/
*
|
Merge pull request #10745 from neikeq/fix-docdata-and-stuff
Juan Linietsky
2017-08-29
5
-27
/
+95
|
\
\
|
*
|
Fixes missing default arguments in MethodInfo
Ignacio Etcheverry
2017-08-29
1
-1
/
+2
|
*
|
DocData and type hints fixes
Ignacio Etcheverry
2017-08-29
4
-26
/
+93
*
|
|
Made some methods to check method/signal availability in GDScript, closes #9800
Juan Linietsky
2017-08-29
1
-0
/
+6
*
|
|
Removed ParamDef and ParamHint structs
Wilson E. Alvarez
2017-08-29
2
-28
/
+0
*
|
|
-Some fixes to code completion.
Juan Linietsky
2017-08-28
1
-1
/
+1
*
|
|
Make build scripts Python3 compatible
Matthias Hoelzl
2017-08-27
1
-2
/
+2
|
/
/
*
|
Dead code tells no tales
Rémi Verschelde
2017-08-27
22
-1215
/
+8
*
|
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
234
-234
/
+234
*
|
Re-apply clang-format to all files
Rémi Verschelde
2017-08-27
2
-5
/
+5
*
|
MethodBind: Adds operator== to compare by id
Ignacio Etcheverry
2017-08-26
1
-0
/
+1
*
|
Merge pull request #10658 from henkz1/android-build
Rémi Verschelde
2017-08-26
1
-3
/
+3
|
\
\
|
*
|
Fix refactored Object::cast_to in NO_SAFE_CAST branch
Henrik Andersson
2017-08-26
1
-3
/
+3
*
|
|
Fix double single quotes in `connect` error print
Poommetee Ketson
2017-08-27
1
-1
/
+1
*
|
|
Merge pull request #10648 from Xrayez/image-get-size
Rémi Verschelde
2017-08-26
2
-0
/
+7
|
\
\
\
|
*
|
|
Add handy get_size() method to Image class
Andrii Doroshenko (Xrayez)
2017-08-26
2
-0
/
+7
|
|
/
/
*
/
/
Cleanup tons of obsolete commented out code
Rémi Verschelde
2017-08-26
1
-12
/
+9
|
/
/
[next]