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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
1
-2
/
+2
|
\
|
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge pull request #96499 from beev1s/shallow-script-cache-error
Thaddeus Crews
2024-10-25
1
-0
/
+1
|
|
\
|
|
*
Fixed resource loader using not fully loaded scripts
Moritz Burgdorff
2024-09-14
1
-0
/
+1
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
/
*
|
Merge pull request #96024 from Ryan-000/expose_get_rpc_config
Rémi Verschelde
2024-09-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Expose get_rpc_config and get_node_rpc_config
Ryan
2024-09-04
1
-1
/
+1
*
|
Fix editor needs restart after adding GDExtensions
Hilderin
2024-08-29
1
-0
/
+7
|
/
*
gdscript: Only include profiling variables when DEBUG is enabled
Alistair Leslie-Hughes
2024-08-12
1
-0
/
+2
*
Speed up `GDScriptLanguage::finish`
Mikael Hermansson
2024-07-18
1
-0
/
+2
*
GDScript: partially allow some functions on invalid scripts
rune-scape
2024-06-02
1
-2
/
+0
*
Revert "GDScript: Implement get_dependencies()"
Rémi Verschelde
2024-05-13
1
-1
/
+1
*
Merge pull request #91472 from vnen/gdscript-default-static-variables-non-tool
Rémi Verschelde
2024-05-03
1
-0
/
+3
|
\
|
*
GDScript: Initialize static variables with defaults in-editor
George Marques
2024-05-02
1
-0
/
+3
*
|
GDScript: Call implicit ready on base script first
George Marques
2024-05-02
1
-0
/
+2
|
/
*
GDScript: Implement get_dependencies()
George Marques
2024-04-18
1
-1
/
+1
*
Add 'override' mark to ResourceFormat class
ppphp
2024-03-25
1
-8
/
+8
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+6
*
GDScript: Canonicalize script path in FQCN
Danil Alexeev
2024-02-26
1
-1
/
+4
*
Merge pull request #88365 from dalexeev/gds-fix-gdc-export
Rémi Verschelde
2024-02-15
1
-0
/
+2
|
\
|
*
GDScript: Fix extension comparison for exported scripts
Danil Alexeev
2024-02-15
1
-0
/
+2
*
|
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
|
/
*
Merge pull request #81629 from rune-scape/more-gdscript-deps
Rémi Verschelde
2024-02-12
1
-1
/
+2
|
\
|
*
GDScript: Include lambda dependencies
rune-scape
2023-12-26
1
-1
/
+2
*
|
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
1
-0
/
+5
*
|
Revert "Add UID support to GDScript files"
Rémi Verschelde
2024-01-29
1
-6
/
+0
*
|
Merge pull request #67132 from KoBeWi/This_commit_message_is_auto-generated._...
Rémi Verschelde
2024-01-18
1
-0
/
+6
|
\
\
|
*
|
Add UID support to GDScript files
kobewi
2024-01-17
1
-0
/
+6
*
|
|
Merge pull request #86676 from rune-scape/sparse-script-reload
Yuri Sizov
2024-01-17
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Hot-reload only changed scripts
rune-scape
2024-01-02
1
-0
/
+1
|
|
/
*
|
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-1
/
+1
*
|
GDScript: Lambda hotswap fixes
rune-scape
2024-01-04
1
-24
/
+18
|
/
*
Fix missing time for some script functions in profiler
msreis
2023-12-19
1
-0
/
+3
*
Speed up GDScript::get_must_clear_dependencies()
eldidou
2023-12-09
1
-1
/
+1
*
Fixup thread-owned lambda bookkeeping on thread exit (take 2)
Pedro J. Estébanez
2023-11-23
1
-4
/
+16
*
Revert recently added approach to cross-thread lambda survival
Pedro J. Estébanez
2023-11-22
1
-11
/
+2
*
Fix leak in the bookkeeping of GDScript lambdas
Pedro J. Estébanez
2023-11-21
1
-2
/
+2
*
Merge pull request #84659 from RandomShaper/fix_lambda_cross_thread
Rémi Verschelde
2023-11-12
1
-2
/
+11
|
\
|
*
Fixup thread-owned lambda bookkeeping on thread exit
Pedro J. Estébanez
2023-11-10
1
-2
/
+11
*
|
Assign temporary path to preloaded resources
kobewi
2023-11-10
1
-0
/
+1
|
/
*
GDScript: Lambda hot reloading
rune-scape
2023-10-17
1
-0
/
+26
*
Merge pull request #83123 from astillich/82998-propagate-base-class-exports
Rémi Verschelde
2023-10-16
1
-1
/
+2
|
\
|
*
Fix editing exports in a base script not propagating the change to the opened...
Alexander Stillich
2023-10-16
1
-1
/
+2
*
|
Highlight doc comments in a different color
Danil Alexeev
2023-10-08
1
-0
/
+1
*
|
Core: Fix `Object::has_method()` for script static methods
Danil Alexeev
2023-10-04
1
-0
/
+1
|
/
*
Merge pull request #82186 from dalexeev/gds-fix-property-duplication
Yuri Sizov
2023-09-28
1
-4
/
+8
|
\
|
*
GDScript: Fix duplication of inherited script properties
Danil Alexeev
2023-09-23
1
-4
/
+8
*
|
Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-support
Rémi Verschelde
2023-09-25
1
-0
/
+1
|
\
\
|
*
|
C#: Abstract script class support
398utubzyt
2023-09-15
1
-0
/
+1
|
|
/
[next]