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
/
platform
/
javascript
/
javascript_eval.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-24
Mono: Fix '!t' error messages when generating bindings
Ignacio Etcheverry
1
-1
/
+1
2018-04-24
Mono: Do not spam script class not found error
Ignacio Etcheverry
1
-10
/
+9
2018-04-24
Mono: Fix crash on script load if the scripts domain isn't loaded
Ignacio Etcheverry
1
-6
/
+14
2018-04-24
Fix Node2D::global_position to have Vector2 type
Ruslan Mustakov
1
-1
/
+1
2018-04-23
Fix AnimationPlayer edited scene bug
Peter Folkins
1
-1
/
+0
2018-04-22
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
39
-200
/
+200
2018-04-22
Add detail to doc for add_surface_from_arrays (#17911)
GaryO
1
-3
/
+7
2018-04-22
[DOCS] Add note that Pool*Arrays are passed by value (#18340)
krogank9
7
-7
/
+7
2018-04-22
[DOCS] Popup.popup_exclusive description
homer666
1
-0
/
+1
2018-04-21
Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.
Pieter-Jan Briers
1
-1
/
+1
2018-04-20
[DOCS] add HTTPRequest.request return values
Poommetee Ketson
2
-1
/
+3
2018-04-19
Docs update for several classes
Craigory V Coppola
8
-0
/
+10
2018-04-19
Provide error details when in-app purchase fails
Ruslan Mustakov
3
-13
/
+14
2018-04-19
Fixed context menu TTR bugs
sersoong
2
-13
/
+13
2018-04-19
Enable DynamicFont oversampling by default
Hugo Locurcio
1
-2
/
+2
2018-04-18
Fix some Coverity warnings in String API
Rémi Verschelde
3
-29
/
+13
2018-04-18
Fixes left/up axis not mappable as actions
Gilles Roudiere
2
-3
/
+4
2018-04-18
Set default file name for exported projects
Peter Folkins
1
-0
/
+4
2018-04-18
Fix possible crash when clicking on Skeleton2D or Sprite editor options
Chaosus
2
-0
/
+10
2018-04-18
Fix case mismatch check on Windows
Rémi Verschelde
1
-9
/
+12
2018-04-18
Add a macro to deprecate methods
Juan Linietsky
1
-0
/
+10
2018-04-18
Test and warn of case mismatch on Windows
Juan Linietsky
1
-0
/
+18
2018-04-17
Fix crash resulting from bad month check in core_bind.cpp
Bojidar Marinov
1
-7
/
+7
2018-04-17
Fix typos in shader_language.cpp
Poommetee Ketson
1
-3
/
+3
2018-04-17
add string trim_prefix trim_suffix lstrip and rstrip methods
bosak
4
-0
/
+100
2018-04-17
Ability to change path color with self modulate
volzhs
1
-1
/
+2
2018-04-17
#18051: Fix indentation issues introduced during clean up
Xavier Cho
6
-16
/
+16
2018-04-17
#18051: Do not use `var` in a for-loop, or where type is not obvious
Xavier Cho
7
-22
/
+22
2018-04-17
#18051: Use common name for Color type argument
Xavier Cho
1
-5
/
+5
2018-04-17
#18051: Remove redundant verbatim prefixes
Xavier Cho
2
-3
/
+3
2018-04-17
#18051: Use default parameter value
Xavier Cho
1
-1
/
+1
2018-04-17
#18051: Use array initializer when applicable
Xavier Cho
1
-4
/
+2
2018-04-17
#18051: Remove redundant parenthesis
Xavier Cho
13
-91
/
+94
2018-04-17
#18051: Remove unnecessary variable assignments
Xavier Cho
5
-11
/
+7
2018-04-17
#18051: Use 'var' when applicable
Xavier Cho
14
-109
/
+109
2018-04-17
#18051: Remove redundant casts and 'using', 'else', 'this' statements
Xavier Cho
19
-281
/
+211
2018-04-17
Remove duplicated declaration of RoundToInt() from Mathf
Xavier Cho
1
-5
/
+0
2018-04-16
Allow actions to provide an analog value
Gilles Roudiere
12
-126
/
+274
2018-04-16
Fix names of Variant operators
George Marques
1
-1
/
+2
2018-04-16
Add descriptions for GroupCall flags
bncastle
1
-0
/
+4
2018-04-16
Fix error spam with Sprite has compressed texture
volzhs
1
-0
/
+3
2018-04-16
Fix index out of size error on Image
volzhs
1
-0
/
+21
2018-04-16
Fix Android input source checks
Ruslan Mustakov
1
-2
/
+2
2018-04-15
Remove incorrect & potentially confusing references to Euler
Will Vincent
3
-4
/
+5
2018-04-15
Fixed high cpu usage with PulseAudio
Marcelo Fernandez
1
-1
/
+5
2018-04-14
Minor fixes for the AnimationPlayer doc.
Michael Alexsander Silva Dias
1
-3
/
+2
2018-04-14
Avoid converting Quat to Euler angles when not necessary.
tagcup
8
-18
/
+85
2018-04-14
ItemList selection: Check against item count
ShyRed
1
-1
/
+1
2018-04-13
Add popup_closed signal for ColorPickerButton
Peter Folkins
2
-0
/
+11
2018-04-13
Add DNS resolution in NetworkedMultiplayerEnet::create_client()
mhilbrunner
2
-8
/
+22
[next]