index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
visual_script
Age
Commit message (
Expand
)
Author
2017-11-20
Add cartesian to polar conversion functions
pablotato
2017-11-17
Merge pull request #12930 from vnen/gdscrit-output-print
Juan Linietsky
2017-11-17
Rename Rect3 to AABB.
Ferenc Arn
2017-11-16
Add print_error function, akin to print_line
George Marques
2017-11-15
doc: Make all module docs self-contained
Rémi Verschelde
2017-11-15
Create API to add and remove VisualScript custom nodes
George Marques
2017-11-14
Move singleton management from ProjectSettings to Engine
Leon Krause
2017-11-12
Add support for the TAU constant. Fixes #12094.
Goutte
2017-11-12
Properly fix node path selection in input ports, closes #12152
Juan Linietsky
2017-11-08
Fix "Invalid outputs" error when calling a void method from visual script
Bojidar Marinov
2017-10-31
Merge pull request #12035 from Chaosus/wrapfunc
Rémi Verschelde
2017-10-25
Removes Script::get_node_type()
Jerome67000
2017-10-24
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
Ignacio Etcheverry
2017-10-21
Refactor Fixed to Physics
Poommetee Ketson
2017-10-20
Merge pull request #12097 from rcurtis/issue12065
Rémi Verschelde
2017-10-17
(VS) Add space after "=" sign in variable list
homer666
2017-10-15
Merge pull request #12069 from Noshyaar/pr-vslerp
Rémi Verschelde
2017-10-14
Gave a tooltip to the "In" logic node
Cédric Fuchs
2017-10-14
Fixed issue that improperly initialized visual node properties to Nil
RCurtis
2017-10-13
VisualScript: add inverse_lerp & range_lerp
Poommetee Ketson
2017-10-13
Added new wrap functions
Chaosus
2017-10-05
Add NIL_IS_VARIANT usage to few definitions
Ruslan Mustakov
2017-10-03
Merge pull request #11789 from djrm/pr_visual_improvements
Andreas Haas
2017-10-03
Merge pull request #11653 from bojidar-bg/doc-vscript-1
Nathan Lovato
2017-10-03
Document some of the VisualScript classes.
Bojidar Marinov
2017-10-02
VS now supports white themes.
Daniel J. Ramirez
2017-10-02
Added correct initialization for script editor theme.
Daniel J. Ramirez
2017-10-02
Merge pull request #11659 from AndreaCatania/prephysics
Andreas Haas
2017-09-30
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
VisualScript crashfix when returns are too few
Marcelo Fernandez
2017-09-27
Remove unecessary anchors&margins set causing bad display (sons of containers)
Gilles Roudiere
2017-09-26
Merge pull request #11424 from groud/control_node_presets
Rémi Verschelde
2017-09-25
Fixed constness of variant functions, as well as visual script sequence ports...
Juan Linietsky
2017-09-22
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...
Gilles Roudiere
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-09-19
Merge pull request #11256 from djrm/pr_visual_improvements
Rémi Verschelde
2017-09-17
Move Variant::evaluate() switch to computed goto
Hein-Pieter van Braam
2017-09-15
Merge pull request #11230 from maxim-sheronov/fix_enum_bindings
Thomas Herzog
2017-09-14
Improved VisualScriptEditor
Daniel J. Ramirez
2017-09-14
Fix 2 typos
Jeroen
2017-09-13
Fix enums bindings
Maxim Sheronov
2017-09-13
Merge pull request #11076 from hpvb/fix-10935
Rémi Verschelde
2017-09-12
Improved VS node coloring
Daniel J. Ramirez
2017-09-12
Improved theme generation, and other fixes
Daniel J. Ramirez
2017-09-12
Many fixes to visual script, changed virtuals override for a proper selector.
Juan Linietsky
2017-09-09
Fix crash on wrong type drag into the vs editor
Hein-Pieter van Braam
2017-09-08
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-04
Merge pull request #10939 from neikeq/fix-overridden-external-editors
Rémi Verschelde
2017-09-03
Fixes language overridden external editors
Ignacio Etcheverry
2017-09-03
Fix. resizeable -> resizable.
Daniel J. Ramirez
[next]