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
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Expose GDScript syntax highlighter to editor plugins
passivestar
2024-08-19
1
-0
/
+7
*
GDScript: Fix extension comparison for exported scripts
Danil Alexeev
2024-02-15
1
-7
/
+10
*
GDScript: Enable compression on export
George Marques
2024-02-08
1
-2
/
+3
*
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
1
-3
/
+23
*
Re-architect how Android plugins are packaged and handled at export time
Fredia Huya-Kouadio
2023-07-18
1
-1
/
+1
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-14
/
+26
*
Remove references to compiled GDScript in export
George Marques
2023-01-20
1
-4
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add support for scene/resource customization in export plugins
Juan Linietsky
2022-09-01
1
-0
/
+2
*
Split up editor export code into multiple files
Aaron Franke
2022-07-26
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
-1
/
+1
*
Refactor module initialization
reduz
2022-05-04
1
-31
/
+39
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Implement the ability to disable classes
reduz
2021-07-13
1
-1
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-5
/
+5
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
*
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
[next]