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_tokenizer.cpp
Age
Commit message (
Expand
)
Author
2020-11-29
Documentation generation for GDScript
Thakee Nathees
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-18
Fix typos with codespell
Rémi Verschelde
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-01
Change GDScript compiler to use codegen abstraction
George Marques
2020-09-01
GDScript: Check for missing exponent when parsing numbers
George Marques
2020-08-19
GDScript: Allow keywords to be used in $ notation
George Marques
2020-08-17
GDScript: Allow "match" to be used as an identifier
George Marques
2020-07-27
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-22
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-20
Reintroduce code completion
George Marques
2020-07-20
Fix comments in beginning of file
George Marques
2020-07-20
New GDScript tokenizer and parser
George Marques
2020-06-03
Rename String bin_to_int64 to bin_to_int
Aaron Franke
2020-06-03
Remove 32-bit String hex_to_int method
Aaron Franke
2020-06-03
Remove 32-bit String to_int method
Aaron Franke
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-09
Merge pull request #37033 from ThakeeNathees/python-like-str-escape
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-15
python like string escape implemented
Thakee Nathees
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-23
Merge pull request #36461 from akien-mga/c++17-fallthrough-attribute
Rémi Verschelde
2020-02-23
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-22
Add support for Vector2i, Rect2i and Vector3i to Variant
Juan Linietsky
2020-02-21
Added StringName as a variant type.
Juan Linietsky
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-13
Remove more deprecated methods and code
Rémi Verschelde
2020-02-13
Remove deprecated sync and slave networking keywords
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-12
Merge pull request #32966 from ffaristocrat/fix-hex-parsing
Rémi Verschelde
2019-11-12
Fixes #32963 by correctly parsing bin/hex literals
Micheál Keane
2019-10-25
Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing
Rémi Verschelde
2019-10-25
Allow mixed tabs and spaces when indentation does not depend on tab size
Bojidar Marinov
2019-10-18
Remove duplicate valid value check in gdscript_tokenizer.cpp.
Marcel Admiraal
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-09
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-07-26
Disallow using of both tabs and spaces for indentation in the same file
Bojidar Marinov
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-04-25
Support for binary literals in GDScript. Added an error that shows if a point...
jude-lafitteIII
2019-04-22
Merge pull request #27673 from qarmin/small_fixes
Rémi Verschelde
2019-04-10
Merge pull request #27170 from timoschwarzer/allow-whitespaces-in-warning-ign...
Rémi Verschelde
2019-04-09
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-08
Small fixes, mostly dupicated code
qarmin
2019-04-05
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-04-01
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-03-17
Allow whitespaces in warning-ignore comments
Timo Schwarzer
[next]