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
/
mono
/
csharp_script.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
C#: Fix module builds for Windows 32-bit with mingw-w64
Ignacio Roldán Etcheverry
2022-09-08
1
-41
/
+48
*
Merge pull request #65266 from raulsntos/dotnet/reload-non-tool-scripts
Rémi Verschelde
2022-09-05
1
-5
/
+39
|
\
|
*
C#: Create script instance of reloaded scripts even if they're not tools
Raul Santos
2022-09-04
1
-5
/
+39
*
|
C#: Connect only once for each signal of a script
Raul Santos
2022-09-03
1
-12
/
+8
|
/
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-2
/
+2
*
C#: Replace P/Invoke with delegate pointers
Ignacio Roldán Etcheverry
2022-08-22
1
-14
/
+5
*
C#: Use custom project setting for C# project files name
Ignacio Roldán Etcheverry
2022-08-22
1
-14
/
+9
*
C#: Add dedicated Variant struct, replacing System.Object
Ignacio Roldán Etcheverry
2022-08-22
1
-1
/
+1
*
C#: Add source generator for method list
Ignacio Roldán Etcheverry
2022-08-22
1
-51
/
+58
*
C#: Add source generator for signals as events
Ignacio Roldán Etcheverry
2022-08-22
1
-39
/
+71
*
C#: Re-implement assembly reloading with ALCs
Ignacio Roldán Etcheverry
2022-08-22
1
-243
/
+108
*
C#: Initial NativeAOT support
Ignacio Roldán Etcheverry
2022-08-22
1
-0
/
+4
*
C#: Re-introduce exception logging and error stack traces in editor
Ignacio Roldán Etcheverry
2022-08-22
1
-77
/
+5
*
C#: Ensure we only create one CSharpScript per type
Ignacio Roldán Etcheverry
2022-08-22
1
-15
/
+35
*
C#: Add source generator for properties and exports default values
Ignacio Roldán Etcheverry
2022-08-22
1
-455
/
+68
*
C#/netcore: Add base desktop game export implementation
Ignacio Roldán Etcheverry
2022-08-22
1
-23
/
+16
*
C#: Ensure native handles are freed after switch to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
1
-0
/
+1
*
C#: Code cleanup and greatly reduce use of C# pointers
Ignacio Roldán Etcheverry
2022-08-22
1
-1
/
+1
*
C#: Begin move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
1
-296
/
+101
*
C#: Restructure code prior move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
1
-802
/
+509
*
C#: Re-write GD and some other icalls as P/Invoke
Ignacio Roldán Etcheverry
2022-08-22
1
-13
/
+8
*
C#: Re-write Array, Dictionary, NodePath, String icalls as P/Invoke
Ignacio Roldán Etcheverry
2022-08-22
1
-1
/
+1
*
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-08-22
1
-21
/
+28
*
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
1
-0
/
+70
*
Removed faulty function update after get_property_list.
Hristo Stamenov
2022-08-03
1
-11
/
+34
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-1
/
+1
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-22
/
+17
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+3
*
Merge pull request #62805 from raulsntos/csharp-rpc
Rémi Verschelde
2022-07-07
1
-17
/
+16
|
\
|
*
C#: New `RPCAttribute`
Raul Santos
2022-07-07
1
-17
/
+16
*
|
C#: Enable exporting nodes to the inspector
Raul Santos
2022-07-06
1
-0
/
+6
|
/
*
Support explicit values in flag properties, add C# flags support
Raul Santos
2022-06-03
1
-2
/
+4
*
Add a new HashSet template
reduz
2022-05-20
1
-9
/
+9
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-19
/
+19
*
Add a new HashMap implementation
reduz
2022-05-12
1
-4
/
+4
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-8
/
+8
*
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
-5
/
+1
*
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
1
-1
/
+1
*
Refactor GDScript/C# script templates logic to be editor-only
Rémi Verschelde
2022-03-28
1
-2
/
+4
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-3
/
+3
*
Remove duplicate editor settings definitions
kobewi
2022-03-06
1
-2
/
+2
*
Attach mono thread before getting nativeName field
Raul Santos
2022-02-07
1
-2
/
+2
*
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-2
/
+2
*
Merge pull request #55679 from raulsntos/script_reload_fix
Ignacio Roldán Etcheverry
2022-01-16
1
-5
/
+7
|
\
|
*
C# script reload fixed
Raul Santos
2021-12-06
1
-5
/
+7
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Merge pull request #53957 from fabriceci/new-template-workflow
Rémi Verschelde
2022-01-03
1
-44
/
+21
|
\
\
|
*
|
Improve editor template workflow
fabriceci
2022-01-02
1
-44
/
+21
|
|
/
*
/
Fix getting properties state when reloading C#
Raul Santos
2021-12-28
1
-1
/
+10
|
/
[next]