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
2020-07-11
Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
Paulb23
2020-07-11
Expose Syntax highlighter for editor plugins
Paulb23
2020-07-11
Convert syntax highlighters into a resource
Paulb23
2020-07-10
Add override keywords.
Marcel Admiraal
2020-06-17
DocData: Skip language-specific ClassDoc without methods/constants
Rémi Verschelde
2020-06-04
Merge pull request #39041 from swarnimarun/patch-1
Rémi Verschelde
2020-05-28
Use translated docs in PropertySelector
Rémi Verschelde
2020-05-25
Fix crashing of VisualScript due to...
Swarnim Arun
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
2020-04-21
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-14
Change MATH_POSMOD return type back to INT
Nico Mitchell
2020-04-13
Change round return type to float
Nico Mitchell
2020-04-12
Merge pull request #37542 from swarnimarun/patch_vs_02
Rémi Verschelde
2020-04-10
Merge pull request #37530 from swarnimarun/patch_vs_01
Rémi Verschelde
2020-04-06
Remove Node.get_position_in_parent()
Tomasz Chabora
2020-04-03
Update vsnodes on editing vs variables
Swarnim Arun
2020-04-03
VisualScript styling for new Variant Types
Swarnim Arun
2020-04-02
Deconstruct VSNodes for new Variant types
Swarnim Arun
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-23
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-13
Merge pull request #36723 from AndreaCatania/fix-rset
Rémi Verschelde
2020-03-11
Fix various typos
luz.paz
2020-03-09
Merge pull request #36751 from Faless/debugger/threads_and_profilers
Rémi Verschelde
2020-03-08
Fix missing module editor icons
Andrii Doroshenko (Xrayez)
2020-03-08
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-02
Fixed rset method for gdscript and visual script
Andrea Catania
2020-03-01
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-02-28
Signals: Port more uses of connect_compat
Rémi Verschelde
2020-02-28
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
Merge pull request #36556 from RandomShaper/rework_mutex
Rémi Verschelde
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
Fix resizer icon color in VisualScripts/Shaders when graph headers is on
Yuri Roubinsky
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-23
Merge pull request #36478 from qarmin/supsicious_operators_everywhere
Rémi Verschelde
2020-02-23
Fix suspicious | and + operators
Rafał Mikrut
2020-02-23
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
[next]