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
/
register_types.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add runner for GDScript testing
George Marques
2021-04-08
1
-4
/
+4
*
Move GDSript annotation application after type-checking
George Marques
2021-03-30
1
-1
/
+0
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-15
1
-0
/
+4
|
\
|
*
GDScript: Refactor builtin functions
George Marques
2020-11-26
1
-0
/
+4
*
|
Unregister GDScriptFunctionState class
George Marques
2020-11-26
1
-1
/
+0
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Adds PCK encryption support (using script encryption key for export).
bruvzg
2020-09-05
1
-1
/
+1
*
Register GDScript test tools as test commands to run via command-line
Andrii Doroshenko (Xrayez)
2020-09-02
1
-0
/
+28
*
[GDScript] Add static HashMap cleanup.
bruvzg
2020-08-01
1
-0
/
+4
*
Refix GDScriptTranslationParser leak
SkyJJ
2020-07-29
1
-1
/
+7
*
Fix EditorTranslationParser leak
SkyJJ
2020-07-27
1
-7
/
+1
*
Reenable GDScript LSP server
George Marques
2020-07-20
1
-6
/
+0
*
Add GDScript cache singleton
George Marques
2020-07-20
1
-0
/
+8
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-58
/
+8
*
Expose Syntax highlighter for editor plugins
Paulb23
2020-07-11
1
-1
/
+6
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-1
/
+1
*
Fix GDScriptEditorTranslationParserPlugin instance leak
SkyJJ
2020-07-06
1
-1
/
+7
*
Add translation parser plugin support
SkyJJ
2020-07-02
1
-0
/
+6
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-7
/
+12
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-8
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
GDScript: Disable LSP if either jsonrpc or websocket are disabled
Rémi Verschelde
2019-08-28
1
-5
/
+10
*
Merge pull request #29780 from GodotExplorer/gdscript-lsp
Rémi Verschelde
2019-08-28
1
-0
/
+7
|
\
|
*
Add generate script api to dictionary support
Geequlim
2019-08-11
1
-1
/
+5
|
*
Add GDScript Language Protocol plugin
geequlim
2019-08-11
1
-0
/
+3
*
|
Export: Remove temp files from cache after export
Rémi Verschelde
2019-08-12
1
-0
/
+4
|
/
*
Merge pull request #24883 from akien-mga/resourceformat-unregister
Rémi Verschelde
2019-01-10
1
-8
/
+4
|
\
|
*
Consistency in resource format saver/loader de-registration
Rémi Verschelde
2019-01-10
1
-8
/
+4
*
|
Fix broken encrypted scripts during export
Andrii Doroshenko (Xrayez)
2019-01-10
1
-1
/
+1
|
/
*
Merge pull request #24582 from Xrayez/script-encrypt
Rémi Verschelde
2019-01-04
1
-5
/
+59
|
\
|
*
Bring back script encryption in export preset
Andrii Doroshenko (Xrayez)
2018-12-24
1
-5
/
+59
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
|
/
*
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-15
1
-8
/
+16
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
Exclude GDScriptSyntaxHighlighter from non-tool builds
Paulb23
2018-04-20
1
-1
/
+1
*
Renamed GDSyntaxHighlighter to GDScriptSyntaxHighlighter
Paulb23
2018-04-04
1
-1
/
+1
*
Abstracted the syntax highlighter from text edit
Paulb23
2018-04-02
1
-0
/
+2
*
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
*
GDScript files are converted to binary on export now.
Juan Linietsky
2017-12-14
1
-0
/
+44
*
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
2017-11-16
1
-3
/
+2
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-102
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-17
/
+11
*
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde
2017-03-05
1
-3
/
+3
*
Removed import/export system, will start new one from scratch.
Juan Linietsky
2017-01-25
1
-3
/
+4
[next]