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
/
visual_script.h
Age
Commit message (
Expand
)
Author
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
Added support for scripts reporting multiple errors to ScriptTextEditor
Eric M
2021-06-11
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-01
[Net] Refactor RPCs, remove RSETs
Fabio Alessandrelli
2021-05-05
Highlight control flow keywords with a different color
Hugo Locurcio
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-04
Merge pull request #39649 from swarnimarun/master-visualscript-refactor
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
Refactoring Visual Script
Swarnim Arun
2020-12-02
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-11-29
Documentation generation for GDScript
Thakee Nathees
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-07-10
Add override keywords.
Marcel Admiraal
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-21
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-08
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-12
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-09-26
Visualscript editor graph unification & refactoring
Swarnim Arun
2019-09-21
Tool Mode for Visualscript
Swarnim Arun
2019-06-19
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-05-28
Merge pull request #28606 from bojidar-bg/25889-indexed-set-defaults
Rémi Verschelde
2019-05-03
Allow overriding how scripted objects are converted to strings
Leonard Meagher
2019-05-02
Fix default values not being read correctly in VS, take two
Bojidar Marinov
2019-03-04
Fix default values not being read correctly in VisualScript
Bojidar Marinov
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-27
Allow signal connecting even if script is invalid (only when compiled with to...
Juan Linietsky
2018-10-11
Fixed the problem with vector3 constructor
the 8th mage
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-10
Added system for GDScript warnings
George Marques
2018-07-24
Improve VisualScript UX
K. S. Ernest (iFire) Lee
2018-07-20
Add editor highlight for type-safe lines
George Marques
2018-05-29
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
Merge pull request #19021 from Faless/rpc_sync_fix
Max Hilbrunner
2018-05-26
Merge pull request #18516 from PJB3005/18-04-30-visual-script-title-bars
Max Hilbrunner
2018-05-26
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-04-30
Move things into the title bars of Visual Script nodes.
Pieter-Jan Briers
2018-04-19
Fix Coverity reports of uninitialized scalar variable
Rémi Verschelde
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-15
Create API to add and remove VisualScript custom nodes
George Marques
2017-10-25
Removes Script::get_node_type()
Jerome67000
2017-10-24
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
Ignacio Etcheverry
[next]