summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mono: Fix hot-reloading of nested classesIgnacio Etcheverry2020-05-091-1/+1
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-0/+12
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-86/+86
* Merge pull request #37484 from Calinou/csharp-verbatim-string-highlightRémi Verschelde2020-04-011-1/+2
|\
| * Remove syntax highlighting for C# verbatim strings due to bugsHugo Locurcio2020-04-011-1/+2
* | Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-311-1/+1
|/
* Merge pull request #37116 from neikeq/issue-12917Rémi Verschelde2020-03-181-16/+0
|\
| * Sync csproj when files are changed from the Godot FileSystem dockIgnacio Etcheverry2020-03-181-16/+0
* | Merge pull request #36756 from aaronfranke/mono-vec2i3iIgnacio Roldán Etcheverry2020-03-181-0/+3
|\ \
| * | [Mono] Marshaling for Vector2i, Vector3i, and Rect2iAaron Franke2020-03-171-0/+3
| |/
* / Mono/C#: Optimize the way we store GC handles for scriptsIgnacio Etcheverry2020-03-171-55/+54
|/
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-94/+328
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-13/+13
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-5/+7
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-56/+15
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-3/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-12/+12
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-9/+9
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-3/+3
* Remove deprecated sync and slave networking keywordsRémi Verschelde2020-02-131-4/+0
* Fix Mono and GDNative builds after changes to ObjectIDRémi Verschelde2020-02-121-2/+2
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-49/+166
* Remove do{ } while(0) wrapper around error macros.Marcel Admiraal2020-02-081-2/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-11/+11
* Merge pull request #35527 from neikeq/issue-35259Rémi Verschelde2020-01-241-1/+4
|\
| * Mono/C#: Fix _update_exports possible crash with Reference typesIgnacio Etcheverry2020-01-241-1/+4
* | Mono/C#: Lighten up unsafe reference checksIgnacio Etcheverry2020-01-231-5/+22
|/
* Fix ClassDB API portability with some android and editor classesIgnacio Etcheverry2020-01-191-1/+1
* Merge pull request #35208 from neikeq/mono-lazy-thread-attachIgnacio Roldán Etcheverry2020-01-161-37/+75
|\
| * Mono/C#: Script interface calls now attach the current threadIgnacio Etcheverry2020-01-161-37/+75
* | Mono/C#: Fix false positive in unsafe reference checksIgnacio Etcheverry2020-01-151-2/+15
|/
* Mono/C#: Add error checks to detect possible Reference leaksIgnacio Etcheverry2020-01-131-3/+38
* Mono/C#: Fix _update_exports() leaking temporary Object/Node instancesIgnacio Etcheverry2020-01-131-0/+13
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Mono/C#: Fix crash on exported games that don't use C#Ignacio Etcheverry2019-11-291-1/+2
* Mono/C#: Initial exporter support for AOT compilationIgnacio Etcheverry2019-11-151-2/+0
* Mono/C#: WebAssembly supportIgnacio Etcheverry2019-11-131-9/+9
* Added some obvious errors explanationsqarmin2019-09-251-3/+3
* Adds skip-breakpoints featureiwek72019-09-031-1/+1
* Make VarArg methods return types show up as Variant in API jsontoasteater2019-08-261-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-091-70/+42
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-2/+1
* Mono: Add option to keep running after unhandled exceptionsIgnacio Etcheverry2019-07-241-1/+0
* Mono: Better handling of missing/outdated API assembliesIgnacio Etcheverry2019-07-141-12/+9
* Fix EditorNavigationMeshGenerator registered in Core APIIgnacio Etcheverry2019-07-091-0/+13
* Mono: Fix build errors with tools=noIgnacio Etcheverry2019-07-081-2/+10
* C#: Fix some crashes during assemblies reloadingIgnacio Etcheverry2019-07-081-33/+41