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
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-18
Removed hardcoded shortcuts from /scene and converted to input actions
Eric M
2021-02-11
Improve resource load cache
reduz
2021-02-10
Removed _change_notify
reduz
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-06
Snap VisualScript comment to grid when resizing
Kanabenki
2021-02-01
Replace ColorN and from HTML with a string constructor
Aaron Franke
2021-01-25
Fix minimap capturing events and improve its theme
Yuri Sizov
2021-01-07
Merge pull request #44918 from Chaosus/vs_assign_default_value
Rémi Verschelde
2021-01-04
Merge pull request #44914 from swarnimarun/master-visualscript-refactor
Rémi Verschelde
2021-01-05
Fix doc for the VisualScript class.
Swarnim Arun
2021-01-04
Auto-assign default value for variable in visual script on type changing
Yuri Roubinsky
2021-01-04
Merge pull request #39649 from swarnimarun/master-visualscript-refactor
Rémi Verschelde
2021-01-04
doc: Sync classref with current source
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
Refactoring Visual Script
Swarnim Arun
2020-12-28
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-18
Fix broken members panel in visual script editor
Yuri Roubinsky
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-05
Remove connect *_compat methods
Aaron Franke
2020-12-02
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-11-29
Documentation generation for GDScript
Thakee Nathees
2020-11-28
Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework
Rémi Verschelde
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-23
Implement new shortcuts system.
Eric M
2020-11-20
doc: Warn about using Node internal processing
Rémi Verschelde
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-11
Refactor variant built-in methods yet again.
reduz
2020-11-09
Variant: Sync docs with new constructors, fixups after #43403
Rémi Verschelde
2020-11-09
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-09
Refactored variant constructor logic
reduz
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
Refactored variant setters/getters
reduz
2020-11-06
Refactored Variant Operators.
reduz
2020-11-06
Exposed randi_range to global funcs + renamed rand_range to randf_range
Yuri Roubinsky
2020-11-04
doc: Sync classref with current source + fixup some bindings
Rémi Verschelde
2020-10-25
Optimize SVG using `svgcleaner --multipass`
Hugo Locurcio
2020-10-20
Removed underscore from GraphEdit begin/end_node_move signals
Yuri Roubinsky
2020-10-18
Refactor MethodBind to use variadic templates
reduz
2020-10-12
Bind missing constant in VisualScriptPropertyGet
Tomasz Chabora
2020-10-08
Merge pull request #42610 from jak6jak/set_values
Rémi Verschelde
2020-10-06
added temp variable because *p_inputs[2] is the same as *p_outputs[0]
Jacob Edie
2020-09-18
Merge pull request #41861 from Razoric480/fix-vscript-value-by-type
Rémi Verschelde
2020-09-18
Add a VScript func to sanitize variant values
Francois Belair
2020-09-10
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-08-31
Add link titles for all links in the class reference
Hugo Locurcio
2020-07-27
Make all String float conversion methods be 64-bit
Aaron Franke
[next]