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
/
gdscript
/
gdscript.cpp
Age
Commit message (
Expand
)
Author
2020-07-20
New GDScript tokenizer and parser
George Marques
2020-07-14
Revert "Include gdscript warning name in the warning message."
Ryan Roden-Corrent
2020-07-06
Include gdscript warning name in the warning message.
Ryan Roden-Corrent
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-10
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
fixed: saving gdscript with cyclic inheritance crash the editor
Thakee Nathees
2020-05-05
Fix object leaks caused by unfulfilled yields
Pedro J. Estébanez
2020-05-03
Merge pull request #32534 from Xrayez/fix-dict2inst-init
Rémi Verschelde
2020-05-01
Merge pull request #38105 from AndreaCatania/AndreaCatania-patch-2
Fabio Alessandrelli
2020-04-30
Make `dict2inst` to work with arbitrary `_init` parameters
Andrii Doroshenko (Xrayez)
2020-04-22
Removed noisy ERR check from Multiplayer API.
Andrea Catania
2020-04-21
Add ability to bind typed arrays to script API
Juan Linietsky
2020-04-20
Exposed RenderingDevice 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-13
Merge pull request #36599 from AndreaCatania/gen_rpc_data_export
Rémi Verschelde
2020-03-13
Merge pull request #36723 from AndreaCatania/fix-rset
Rémi Verschelde
2020-03-08
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-02
Fixed rset method for gdscript and visual script
Andrea Catania
2020-02-28
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
Generates the rpc and rset info for exported GDScript.
Andrea Catania
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-19
GDScript: Remove self static reference and create one on calls
George Marques
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-15
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-13
Remove deprecated sync and slave networking keywords
Rémi Verschelde
2020-02-12
Optmized data sent during RPC and RSet calls.
Andrea Catania
2020-01-16
Merge pull request #35218 from bojidar-bg/26691-parse-error-errors
Rémi Verschelde
2020-01-16
Fix errors raised when showing parse errors in the editor
Bojidar Marinov
2020-01-15
Keep a weak reference to orphan subclasses to reuse on class reload
ChibiDenDen
2020-01-09
Add GDScript warning for standalone expression
George Marques
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-13
GDScript: Convert values when setting member variables
George Marques
2019-12-11
Disable GDScript warning for unused class variable by default
George Marques
2019-11-27
Document how to bypass the unused argument/variable warning in message
Hugo Locurcio
2019-11-07
Add setting to exclude addons from script warnings
mashumafi
2019-11-01
GDScript: Avoid editor crashes when there's cyclic inheritance
George Marques
2019-09-25
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-09-19
Fix misc. source comment typos
luz.paz
2019-08-26
Make VarArg methods return types show up as Variant in API json
toasteater
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-07-01
Remove unnecessary code and add some error explanations
qarmin
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-05-20
Merge pull request #27886 from LeonardMeagher2/obj_to_string
Rémi Verschelde
2019-05-19
Fix typos with codespell
Rémi Verschelde
[next]