summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Rename Vector parameters to be consistentRaul Santos2021-12-014-66/+66
* Move logic for saving project features to ProjectSettings save_customAaron Franke2021-11-251-5/+1
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-2/+2
* Expose `randfn` to global scopeYuri Roubinsky2021-11-172-12/+30
* Merge pull request #54581 from aaronfranke/operator-docsRémi Verschelde2021-11-1616-84/+1131
|\
| * Add documentation to operators for math typesAaron Franke2021-11-0416-84/+1131
* | Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* | Fix mono build after invalid rename of `KEY_READ`Stefan Boronczyk2021-11-151-2/+2
* | Use "enum class" for input enumsAaron Franke2021-11-122-3/+3
* | Move Mono unhandled exception setting to be located within a subsectionHugo Locurcio2021-11-101-1/+1
* | fix pingpong in mathSilc 'Tokage' Renew2021-11-101-1/+1
* | Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde2021-11-091-0/+18
|\ \
| * | reimplement ping-pongSilc 'Tokage' Renew2021-11-031-0/+18
* | | Enable mono editor build in CIqarmin2021-11-092-24/+10
| |/ |/|
* | Fix Quaternion multiplication operatorAaron Franke2021-11-041-16/+12
* | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
|/
* Merge pull request #54387 from Calinou/editor-translations-increase-zlib-comp...Rémi Verschelde2021-11-011-1/+3
|\
| * Use maximum zlib compression when generating editor translation headersHugo Locurcio2021-10-291-1/+3
* | Merge pull request #54307 from Calinou/add-opengl-renderer-squashRémi Verschelde2021-10-311-6/+6
|\ \
| * | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-6/+6
* | | Ensure C# script properties are added to the endRaul Santos2021-10-301-4/+15
|/ /
* | Merge pull request #54361 from raulsntos/csharp-call-able-callableIgnacio Roldán Etcheverry2021-10-293-0/+109
|\ \ | |/ |/|
| * Implement Call methods in C# CallableRaul Santos2021-10-283-0/+109
* | clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-284-35/+30
* | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-289-140/+129
|/
* Merge pull request #54130 from raulsntos/csharp-exportsRémi Verschelde2021-10-242-10/+10
|\
| * Keep order for C# exported membersRaul Santos2021-10-222-10/+10
* | Add support for the RISC-V architectureAaron Franke2021-10-221-1/+1
* | Merge pull request #53781 from m4gr3d/restrict_project_data_dir_config_masterRémi Verschelde2021-10-221-5/+10
|\ \ | |/ |/|
| * Restrict the project data directory configurationne0fhyk2021-10-181-5/+10
* | Mono: Fix build after #52940Rémi Verschelde2021-10-201-1/+1
* | C#: Fix property set call boxing value when unboxed was expectedIgnacio Roldán Etcheverry2021-10-193-19/+18
|/
* Merge pull request #53943 from raulsntos/fixup-53581Rémi Verschelde2021-10-181-0/+11
|\
| * Fix marshaling generic Godot.Object in C#Raul Santos2021-10-181-0/+11
* | Remove unused imports in .py, SCsub and SConstruct filesAnutrix2021-10-181-1/+0
|/
* SCons: Fix missing mono `.gen.cpp` sources after #53860Rémi Verschelde2021-10-161-0/+3
* Fix hint_string for C# enum arraysRaul Santos2021-10-151-18/+21
* Merge pull request #53627 from raulsntos/fix-list-marshalRémi Verschelde2021-10-151-2/+4
|\
| * Fix C# List<T> marshallingRaul Santos2021-10-101-2/+4
* | Merge pull request #53581 from raulsntos/mono-marshal-genericsRémi Verschelde2021-10-151-0/+11
|\ \
| * | Support marshaling generic Godot.ObjectRaul Santos2021-10-081-0/+11
| |/
* / Support arrays of StringName, NodePath and RID in monoRaul Santos2021-10-081-0/+36
|/
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-052-1/+2
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-152-1/+2
* | Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_masterRémi Verschelde2021-10-052-1/+2
|\ \
| * | Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-232-1/+2
* | | Fix some leftover references to idle_framekobewi2021-10-041-1/+1
* | | [Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli2021-10-014-6/+6
* | | Update C# RPC attributes to share new Any/Auth naming conventionEdward Auttonberry2021-09-284-10/+10
|/ /