index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gdscript_tokenizer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
1
-18
/
+40
*
Use mingw-std-threads in MinGW builds
Pedro J. Estébanez
2023-11-18
1
-0
/
+6
*
GDScript: Implement pattern guards for match statement
George Marques
2023-09-27
1
-0
/
+1
*
GDScript: Fix and improve doc comment parsing
Danil Alexeev
2023-09-16
1
-0
/
+2
*
GDScript: Fix `MIN_INT` not representable as numeric literal
Danil Alexeev
2023-02-15
1
-0
/
+2
*
Add support for Unicode identifiers in GDScript
George Marques
2023-01-21
1
-0
/
+7
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-11
1
-0
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Improve GDScript indentation error message
Max Hilbrunner
2021-10-28
1
-0
/
+1
*
GDScript: Add lambda syntax parsing
George Marques
2021-04-28
1
-0
/
+3
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-1
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-0
/
+20
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-4
/
+4
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-11
/
+11
*
GDScript: Allow keywords to be used in $ notation
George Marques
2020-08-19
1
-0
/
+1
*
GDScript: Allow "match" to be used as an identifier
George Marques
2020-08-17
1
-3
/
+2
*
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-22
1
-0
/
+1
*
Reintroduce code completion
George Marques
2020-07-20
1
-5
/
+16
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-246
/
+187
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-2
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Implement decals
Juan Linietsky
2020-04-14
1
-0
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-5
/
+5
*
Remove deprecated sync and slave networking keywords
Rémi Verschelde
2020-02-13
1
-2
/
+0
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Allow mixed tabs and spaces when indentation does not depend on tab size
Bojidar Marinov
2019-10-25
1
-6
/
+4
*
Disallow using of both tabs and spaces for indentation in the same file
Bojidar Marinov
2019-07-26
1
-0
/
+6
*
Fix warnings seen with -Wignored-qualifiers.
marxin
2019-02-21
1
-3
/
+3
*
GDScript: Remove unused `switch`, `case` and `do` CF keywords
Rémi Verschelde
2019-02-20
1
-4
/
+1
*
Core: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
1
-1
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-4
/
+4
*
GDScript: Fix undefined behavior on GDScriptTokenizerBuffer
George Marques
2018-08-21
1
-2
/
+8
*
Added system for GDScript warnings
George Marques
2018-08-10
1
-0
/
+22
*
Add typing syntax
George Marques
2018-07-20
1
-0
/
+3
*
Global class names (and GDScript support for it)
Juan Linietsky
2018-07-15
1
-0
/
+1
*
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-29
1
-0
/
+3
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-3
/
+0
*
New sync keywords in GDScript, NativeScript, Mono
Fabio Alessandrelli
2018-05-26
1
-0
/
+3
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
[next]