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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clarified reason why a resource cannot be loaded.
João Martins
2022-10-16
1
-1
/
+7
*
Add STATIC_CALLED_ON_INSTANCE warning to highlight
clayjohn
2022-10-14
5
-0
/
+28
*
Merge pull request #67361 from clayjohn/GDScript-unused-return-warning
Rémi Verschelde
2022-10-14
4
-8
/
+18
|
\
|
*
Implement RETURN_VALUE_DISCARDED warning in GDscript
clayjohn
2022-10-13
4
-8
/
+18
*
|
GDScript: fix highlighting '.' after global class name
Rune
2022-10-11
2
-11
/
+15
|
/
*
Fix more MSVC C4702 (unreachable code) warnings
Rémi Verschelde
2022-10-07
1
-6
/
+6
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
17
-257
/
+249
*
Fix outdated keywords autocompletion
VolTer
2022-10-06
1
-3
/
+3
*
Merge pull request #66839 from aaronfranke/editor-prop-hide-slider
Rémi Verschelde
2022-10-05
2
-2
/
+2
|
\
|
*
Fix hide_slider vs no_slider inconsistency in editor property code
Aaron Franke
2022-10-03
2
-2
/
+2
*
|
Merge pull request #66873 from akien-mga/script-tweak-error-invalid-script-type
Rémi Verschelde
2022-10-05
1
-2
/
+2
|
\
\
|
*
|
GDScript/C#: Tweak error message for invalid script type for object
Rémi Verschelde
2022-10-04
1
-2
/
+2
*
|
|
Merge pull request #66885 from atirut-w/lsp-doc-fix
Rémi Verschelde
2022-10-05
1
-4
/
+4
|
\
\
\
|
*
|
|
LSP: Fix GDScript doc comments
Atirut Wattanamongkol
2022-10-05
1
-4
/
+4
|
|
|
/
|
|
/
|
*
|
|
Improve dictionary printing to avoid confusion with arrays
Hugo Locurcio
2022-10-04
6
-9
/
+9
|
|
/
|
/
|
*
|
Implement `GDScriptTextDocument::willSaveWaitUntil` to clean up outdated docu...
Rindbee
2022-10-04
3
-13
/
+22
|
/
*
Merge pull request #66759 from Chaosus/gds_fix_param_completion
Yuri Rubinsky
2022-10-03
1
-1
/
+2
|
\
|
*
Fix completion of parameters in function call (2)
Yuri Rubinsky
2022-10-02
1
-1
/
+2
*
|
Merge pull request #66709 from MewPurPur/fix-unary-operators-being-STILL-broken
Rémi Verschelde
2022-10-03
1
-26
/
+35
|
\
\
|
|
/
|
/
|
|
*
Fix more highlighting bugs
VolTer
2022-10-02
1
-26
/
+35
*
|
Merge pull request #64717 from Chaosus/gds_fix_param_completion
Yuri Rubinsky
2022-09-30
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix completion of parameters in function call
Yuri Rubinsky
2022-09-30
1
-0
/
+4
*
|
Fix typos with codespell
Rémi Verschelde
2022-09-30
1
-1
/
+1
|
/
*
Merge pull request #66242 from akien-mga/scons-unify-tools-target
Rémi Verschelde
2022-09-30
1
-1
/
+1
|
\
|
*
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-26
1
-1
/
+1
*
|
Document `print_stack()` and `get_stack()` requiring a debugger connection
Hugo Locurcio
2022-09-28
1
-2
/
+4
*
|
Merge pull request #65074 from MewPurPur/booleans-highlighting-fix
Rémi Verschelde
2022-09-27
1
-27
/
+25
|
\
\
|
|
/
|
/
|
|
*
Add missing values to binary operator highlighter check exceptions
VolTer
2022-08-31
1
-27
/
+25
*
|
Merge pull request #66366 from asmaloney/script-fix-redundant-if
Rémi Verschelde
2022-09-26
1
-1
/
+1
|
\
\
|
*
|
Remove redundant "if" condition in GDScriptCompiler::_parse_function()
Andy Maloney
2022-09-24
1
-1
/
+1
*
|
|
Fix out of sync when the script is edited externally via lsp
Rindbee
2022-09-25
1
-0
/
+1
*
|
|
Merge pull request #63224 from Rindbee/update-GDScript-cache
Rémi Verschelde
2022-09-25
3
-6
/
+12
|
\
\
\
|
*
|
|
Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORE
Rindbee
2022-09-24
3
-6
/
+12
|
|
/
/
*
/
/
Prevent null crash when datatype not resolved
Francois Belair
2022-09-23
1
-1
/
+1
|
/
/
*
|
Merge pull request #62411 from willnationsdev/gdres-gdscript
Rémi Verschelde
2022-09-18
2
-29
/
+82
|
\
\
|
*
|
Add GDScript resource export.
willnationsdev
2022-09-17
2
-29
/
+82
*
|
|
Spelling correction: change "no" to "not"
I Woithe
2022-09-17
1
-1
/
+1
|
/
/
*
|
Fix GDScript `preload` fails in standalone build unless files are present in ...
Abdelhafidh Belalia
2022-09-15
1
-1
/
+1
*
|
Merge pull request #65643 from voylin/fix_recurring_check_in_gdscript_cache.cpp
Rémi Verschelde
2022-09-13
1
-3
/
+1
|
\
\
|
*
|
Fix for recurring check in gdscript_cach.cpp
Voylin
2022-09-11
1
-3
/
+1
*
|
|
Merge pull request #65637 from Jummit/assert-example
Rémi Verschelde
2022-09-13
1
-2
/
+2
|
\
\
\
|
*
|
|
Remove outdated assert example
Jummit
2022-09-11
1
-2
/
+2
|
|
/
/
*
/
/
Fix last_modified_time on scripts
Yuri Rubinsky
2022-09-12
1
-2
/
+4
|
/
/
*
|
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
Micky
2022-09-06
1
-2
/
+2
*
|
Merge pull request #65264 from MewPurPur/all-hail-icon-annotation
Rémi Verschelde
2022-09-02
1
-11
/
+0
|
\
\
|
*
|
Remove old syntax for custom class icon
VolTer
2022-09-02
1
-11
/
+0
*
|
|
Rename `or_lesser` range property hint to `or_less`
Hugo Locurcio
2022-09-02
2
-3
/
+3
*
|
|
Merge pull request #65135 from reduz/export-customization-plugins
Rémi Verschelde
2022-09-01
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add support for scene/resource customization in export plugins
Juan Linietsky
2022-09-01
1
-0
/
+2
|
|
/
*
|
Merge pull request #65163 from MewPurPur/reuse-function-logic-for-global-funcs
Rémi Verschelde
2022-09-01
1
-3
/
+13
|
\
\
[next]