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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-1
/
+1
*
Add a null checking to `GDScript::_super_implicit_constructor`
Yuri Rubinsky
2022-06-15
1
-0
/
+1
*
Merge pull request #57513 from trollodel/gdscript_get_propertyinfo_classname
George Marques
2022-06-15
1
-0
/
+3
|
\
|
*
Allow setting the PropertyInfo class_name from GDScript
trollodel
2022-02-01
1
-0
/
+3
*
|
Merge pull request #59943 from jordigcs/gdscript_warning_enums
Rémi Verschelde
2022-05-26
1
-3
/
+7
|
\
\
|
*
|
Add enum values (Ignore, Warn, Error) to GDScript warnings
jordi
2022-04-06
1
-3
/
+7
*
|
|
Add a new HashSet template
reduz
2022-05-20
1
-4
/
+4
*
|
|
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-6
/
+6
*
|
|
Merge pull request #55134 from KoBeWi/script_pillow_or_something
Rémi Verschelde
2022-05-17
1
-1
/
+1
|
\
\
\
|
*
|
|
Always soft-reload scripts
kobewi
2021-11-19
1
-1
/
+1
*
|
|
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-55
/
+55
*
|
|
|
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-7
/
+7
*
|
|
|
improved error msg for gdscript load_source_code
ShimmyShaman
2022-04-22
1
-1
/
+7
*
|
|
|
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-6
/
+8
*
|
|
|
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-12
/
+7
*
|
|
|
GDScript: Add support for static method calls in native types
George Marques
2022-04-06
1
-0
/
+15
|
|
/
/
|
/
|
|
*
|
|
Fix some issues found by clang sanitizers.
bruvzg
2022-03-31
1
-1
/
+1
*
|
|
Restrict the condition when checking if a script is a template
fabriceci
2022-03-23
1
-4
/
+0
*
|
|
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-6
/
+6
*
|
|
Fix debugger not opening built-in scripts
kobewi
2022-03-02
1
-1
/
+1
*
|
|
[Net] Implement GDScript custom RPC callable.
Fabio Alessandrelli
2022-02-07
1
-1
/
+8
*
|
|
Highlight "namespace" as a GDScript keyword in the syntax highlighter
Hugo Locurcio
2022-02-04
1
-2
/
+5
*
|
|
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #56268 from KoBeWi/🚗complete_setters
Rémi Verschelde
2022-01-13
1
-1
/
+0
|
\
\
|
*
|
Remove autocomplete_setters_and_getters setting
kobewi
2021-12-27
1
-1
/
+0
*
|
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
|
Improve editor template workflow
fabriceci
2022-01-02
1
-2
/
+12
|
/
/
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-11
/
+11
*
|
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-2
/
+2
|
/
*
Show built-in script names in the debugger
kobewi
2021-11-11
1
-4
/
+12
*
Merge pull request #54118 from Pineapple/dont-ignore-type-mismatch-in-setter-...
Rémi Verschelde
2021-11-08
1
-0
/
+2
|
\
|
*
Don't ignore the type mismatch in setter function
Bartłomiej T. Listwon
2021-10-22
1
-0
/
+2
*
|
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-1
/
+1
*
|
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-9
/
+9
|
/
*
Merge pull request #52940 from groud/toast_notification
Rémi Verschelde
2021-10-19
1
-4
/
+4
|
\
|
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
1
-4
/
+4
*
|
Fix name used instead of doc for GDScript signals
opl-
2021-10-17
1
-1
/
+1
|
/
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-74
/
+74
*
Merge pull request #51456 from SaracenOne/super_init_fix
George Marques
2021-09-10
1
-0
/
+15
|
\
|
*
Automatically call the _init function on base class if one does not exist.
SaracenOne
2021-08-10
1
-0
/
+15
*
|
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-5
/
+5
*
|
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-4
/
+4
*
|
Remove underscore hacks
Max Hilbrunner
2021-08-17
1
-7
/
+2
|
/
*
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-26
1
-14
/
+14
*
Fix instantiate line class
Julien Nguyen
2021-07-25
1
-4
/
+4
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-6
/
+5
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-31
/
+30
*
Use the standard C `INFINITY` and `NAN` constants directly
Hugo Locurcio
2021-07-21
1
-2
/
+2
*
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-20
1
-9
/
+5
*
[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
Fabio Alessandrelli
2021-07-12
1
-1
/
+1
[next]