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
/
modules
/
visual_script
/
visual_script_nodes.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-06
Revert "8145 - Mouse Position is unknown until first mouse event on X11"
Juan Linietsky
2
-11
/
+1
2017-04-06
Fix highlight typo
supaiku
5
-20
/
+20
2017-04-06
Editor: Use GDScript as the default language in ScriptCreateDialog.
Andreas Haas
1
-5
/
+13
2017-04-06
[DLScript] fixed android builds now
Karroffel
2
-2
/
+2
2017-04-06
Core: fix possible memory leaks.
Andreas Haas
2
-2
/
+2
2017-04-05
Fix typo in Parser Error message
curtisxk38
1
-1
/
+1
2017-04-06
[DLScript] inheritance fixes
Karroffel
1
-12
/
+84
2017-04-06
[DLScript] more API fixes
Karroffel
3
-2
/
+12
2017-04-06
[DLScript] removed STL imports
Karroffel
5
-11
/
+1
2017-04-05
Fix crash on Android-x86
Pedro J. Estébanez
1
-0
/
+2
2017-04-05
[DLScript] fixed virtual method export
Karroffel
1
-2
/
+2
2017-04-05
[DLScript] removed unused import
Karroffel
1
-1
/
+0
2017-04-05
Fixer looping timer accumulation in _process
Rémi Verschelde
1
-3
/
+2
2017-04-05
Fix URLs to moved docs pages
Rémi Verschelde
2
-3
/
+3
2017-04-05
Fix typo which caused popup to display on incorrect coordinates.
Martin Novak
1
-1
/
+1
2017-04-04
[DLScript] added variant constructor and a function to get userdata of a script
Karroffel
6
-10
/
+43
2017-04-04
Fix is_move_and_slide_on_wall, make move_and_slide floor angle configurable
Bojidar Marinov
3
-5
/
+8
2017-04-04
previous value of time_left is added to wait_time before assigning to time_left
Nikhil Shagrithaya
1
-2
/
+1
2017-04-03
Reenable Windows Desktop export
eska
1
-16
/
+13
2017-04-03
Fix more property names in _change_notify calls.
Andreas Haas
6
-17
/
+18
2017-04-03
Editor: Swap Scene and Import tabs in dock.
Andreas Haas
1
-1
/
+1
2017-04-03
added dlscript module
Karroffel
55
-623
/
+6543
2017-04-03
Made slide and reflect active verbs acting on itself in Vector2 and Vector3.
Ferenc Arn
6
-23
/
+72
2017-04-03
increased maximum number of scripting languages
Karroffel
2
-9
/
+10
2017-04-03
Improve TouchScreenButton
Pedro J. Estébanez
2
-8
/
+27
2017-04-03
Fix crash when change project settings
volzhs
1
-1
/
+1
2017-04-03
Make buttons closer in Scene tree
volzhs
1
-0
/
+1
2017-04-03
Fix warped mouse panning on Linux
Pedro J. Estébanez
1
-1
/
+16
2017-04-02
Fix failing to compile shader on Adreno GPU
volzhs
1
-9
/
+9
2017-04-02
Viewport: Fix undefined behaviour found by llvm sanitizer.
Andreas Haas
1
-2
/
+2
2017-04-02
Input: Update Gamepad mappings.
Andreas Haas
1
-12
/
+34
2017-04-01
Fixed Node2D/Control not updating properties
Robert Hernandez
2
-15
/
+19
2017-04-01
Added ability to change A-star cost function
Fabian Mathews
4
-3
/
+31
2017-04-01
Add '$' to token names
Saggi Mizrahi
1
-0
/
+1
2017-03-31
Add the option to check if input was handled
Saggi Mizrahi
2
-0
/
+6
2017-03-31
Initialize hat values for mapping and revert X360 mappings.
Jordan Patterson
1
-2
/
+7
2017-03-31
Fixed WindowDialog not aligning properly
Robert Hernandez
4
-6
/
+17
2017-03-30
Fixed AtlasTexture being incorrectly
Robert Hernandez
3
-39
/
+27
2017-03-30
Honor the Tween's final values
Shin-NiL
1
-0
/
+1
2017-03-30
Add missing binding for DUPLICATE_USE_INSTANCING
Pedro J. Estébanez
1
-0
/
+1
2017-03-29
Added methods for opening dynamic libraries to OS
Karroffel
5
-0
/
+68
2017-03-29
Update classes.xml to master version, add a small feature to doc_status
Bojidar Marinov
2
-8544
/
+9178
2017-03-29
Fix polar decomposition in 2D.
Ferenc Arn
1
-2
/
+2
2017-03-29
WebGL 2 export per WebAssembly or asm.js
eska
11
-434
/
+268
2017-03-28
8145 - Mouse Position is unknown until first mouse event on X11 & Win
Sergey Pusnei
2
-1
/
+11
2017-03-27
Several enhancements for the tile map editor
Pedro J. Estébanez
1
-7
/
+42
2017-03-27
Include uniform (Shift down) mode
Pedro J. Estébanez
1
-1
/
+1
2017-03-26
Remove redundant subfolder in iOS template
Rémi Verschelde
39
-5
/
+4
2017-03-26
SCons: Add option to toggle warnings (on by default)
Rémi Verschelde
10
-18
/
+27
2017-03-26
Input: Remove usage of platform dependent event IDs.
Andreas Haas
28
-186
/
+104
[next]