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_editor.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-05
Add GridMap::get_used_cells. Fixes #11857.
feature/gridmap-used-cells
J08nY
2
-0
/
+17
2017-10-05
Uninitialized local and domain finalize fixes
Ignacio Etcheverry
1
-1
/
+6
2017-10-05
Add C# script to csproj when attaching it to an object
Ignacio Etcheverry
3
-18
/
+50
2017-10-05
Add alternative search locations for msbuild
Ignacio Etcheverry
2
-8
/
+54
2017-10-04
Match file dialog drive with the current folder.
Daniel J. Ramirez
1
-0
/
+1
2017-10-04
[DOCS] Adds RegExMatch doc and RegEx fix typo
Jerome67000
2
-8
/
+12
2017-10-04
Restored normal bias as default bias in GIProbe
Juan Linietsky
1
-2
/
+2
2017-10-04
Allow to obtain virtual keyboard height
Ruslan Mustakov
14
-3
/
+114
2017-10-04
Fix GIProbe light visibility
Hiroshi Ogawa
2
-3
/
+8
2017-10-04
Add function set_stream_position to VideoPlayer
Terah
3
-0
/
+17
2017-10-04
[GDnative] add future-proof next field to godot_gdnative_api_struct (a la Vul...
Emmanuel Leblond
1
-0
/
+2
2017-10-03
[GDNative] added API struct wrapper generator
Karroffel
4
-54
/
+71
2017-10-03
Avoid failed viewport when size is too smal, fixes #9891
Juan Linietsky
1
-5
/
+5
2017-10-03
fixed the OS.has_feature() API, and added support for 32 and 64.
Juan Linietsky
9
-4
/
+38
2017-10-03
doc_status.py: Add -e (--empty) option to hide items with nothing left to do
mhilbrunner
1
-0
/
+15
2017-10-03
Fixed a bug where ssl would force validation even though you told it not to.
Nathan Warden
1
-1
/
+1
2017-10-03
[GDnative] add api version field to godot_gdnative_api_struct
Emmanuel Leblond
1
-2
/
+5
2017-10-03
Various clean ups and cosmetic changes in scene.glsl.
Ferenc Arn
1
-73
/
+74
2017-10-03
Updated some documentation for the OS class.
Nathan Warden
1
-0
/
+7
2017-10-03
Document some of the VisualScript classes.
Bojidar Marinov
16
-3
/
+210
2017-10-03
[GDnative] replace gdnative_api_struct.h by a json-based autogenerated system
Emmanuel Leblond
5
-734
/
+4586
2017-10-02
Added logs to .gitignore
Daniel J. Ramirez
1
-0
/
+1
2017-10-02
VS now supports white themes.
Daniel J. Ramirez
6
-70
/
+141
2017-10-02
Added correct initialization for script editor theme.
Daniel J. Ramirez
4
-23
/
+48
2017-10-03
added spacing to tabs
toger5
1
-3
/
+9
2017-10-03
Fix SConstruct check for config.is_enabled()
Ignacio Etcheverry
1
-7
/
+6
2017-10-03
Added mono module
Ignacio Etcheverry
92
-0
/
+19622
2017-10-03
CurveEditor: fix can't edit right tangent
Poommetee Ketson
2
-14
/
+14
2017-10-02
Add OS::is_userfs_persistent to check user:// persistence
Leon Krause
7
-14
/
+45
2017-10-02
[DOCS] Update Polygon2D and CollisionPolygon2D
Chris Bradfield
2
-8
/
+22
2017-10-02
Fixed MSVC build issue introduced by commit c864b782c05f5e2833afd69a4c0dfc6fb...
Indah Sylvia
1
-10
/
+10
2017-10-02
missing PI division on vertex shader
Juan Linietsky
1
-1
/
+2
2017-10-02
[GDnative] Add active_library_path to init options struct
Emmanuel Leblond
2
-0
/
+2
2017-10-02
[GDnative] Add binding to GDNativeLibrary::get_active_library_path
Emmanuel Leblond
1
-0
/
+1
2017-10-02
Use primary WebAssembly.instantiate overload
Leon Krause
1
-3
/
+3
2017-10-02
[DOCS] Adds JSON and JSONParseResult doc
Jerome67000
2
-0
/
+18
2017-10-02
[DOCS] Write member, signals and constants in the Control class
Nathan
1
-34
/
+103
2017-10-02
Indentation Error
neogaston
1
-4
/
+4
2017-10-02
3DEditorGizmo: fix spotlight and camera gizmo & handle
Poommetee Ketson
1
-2
/
+2
2017-10-01
Slight proposed fixes to PBR.
Juan Linietsky
1
-2
/
+2
2017-10-01
Using advise from Matias, left the 0-1 range for lights, divisiom by PI, and ...
Juan Linietsky
2
-16
/
+14
2017-10-01
Switched Burley/Lambert, and restored diffuse term to 0-1 range for compatibi...
Juan Linietsky
3
-7
/
+10
2017-10-01
doc_status.py Python 2.7 backwards compatibility
mhilbrunner
1
-4
/
+14
2017-10-01
Fix bones draw on viewport
Gabriel
1
-0
/
+1
2017-10-01
Fixed center align in LineEdit
balint magyar
1
-2
/
+8
2017-10-01
Fix scons: *** No SConstruct file found
Bartłomiej T. Listwon
1
-3
/
+3
2017-10-01
Fix IntelliSense
Bartłomiej T. Listwon
1
-0
/
+1
2017-10-01
Replace a OPCODE_BREAK with break in opcode 31
Hein-Pieter van Braam
1
-1
/
+1
2017-10-01
EditorAudioBus: restore delete option on master bus
Poommetee Ketson
1
-3
/
+2
2017-10-01
Add missing N.L factor to Burley's contribution to radiance.
Ferenc Arn
1
-1
/
+1
[next]