Ignacio Etcheverry
|
0826b79035
|
C#: Make GD.Range return IEnumerable instead of array
- Make NodePath and RID sealed classes.
- Renamed rand_range to RandRange.
|
2019-02-19 18:46:18 +01:00 |
Ignacio Etcheverry
|
29fd942dd6
|
Merge pull request #26039 from neikeq/throw_objectdisposedexception
C#: Throw ObjectDisposedException from disposed wrapper classes
|
2019-02-19 01:02:20 +01:00 |
Ignacio Etcheverry
|
e1f01bf2ac
|
Merge pull request #26038 from neikeq/csharp_rand_funcs
C#: Add random functions to GD class
|
2019-02-19 00:52:01 +01:00 |
Ignacio Etcheverry
|
efd5d4bcf9
|
C#: Throw ObjectDisposedException from disposed wrapper classes
|
2019-02-19 00:37:15 +01:00 |
Ignacio Etcheverry
|
ce67808818
|
C#: Add random functions to GD class
|
2019-02-19 00:35:19 +01:00 |
RomanAkberov
|
041a7bbeba
|
C#: fix Quat.Equals.
|
2019-02-19 01:01:05 +07:00 |
Aaron Franke
|
f97eb6d881
|
[Mono] Fix Transform2D rotation and scale
|
2019-02-12 17:59:29 -05:00 |
Carter Anderson
|
22bf89e970
|
Use "origin" instead of "o" in Transform2D.Rotation
|
2019-02-11 23:46:55 -08:00 |
Aaron Franke
|
25a90bcf1a
|
[Mono] Fix Transform2D origin
|
2019-02-09 14:56:14 -05:00 |
Kelly Thomas
|
a5e38586ce
|
fix capitalization for antiquewhite
|
2018-12-23 08:00:35 +08:00 |
Kelly Thomas
|
09496d93b1
|
[Mono] Color - add ColorN(), Colors - add named color properties
|
2018-12-21 15:01:32 +08:00 |
Ignacio Etcheverry
|
d275d848b3
|
C#: Replace calls to old of old Basis(Vec3,Vec3,Vec3) constructor
|
2018-11-20 22:23:09 +01:00 |
Rémi Verschelde
|
173b342ca7
|
Remove trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!thirdparty') -e 's/[[:blank:]]*$//g'`
(+ manual revert of some thirdparty code under `platform/android`).
|
2018-11-20 11:15:02 +01:00 |
Ignacio Etcheverry
|
5712daf2d9
|
Merge pull request #23833 from neikeq/hh
C#: Fix Basis(Vec3,Vec3,Vec3) constructor
|
2018-11-20 06:13:29 +01:00 |
Ignacio Etcheverry
|
bf94eed60c
|
C#: Fix Basis(Vec3,Vec3,Vec3) constructor
Now it sets axes in order to match GDScript implementation.
|
2018-11-20 02:08:22 +01:00 |
Michael Alexsander Silva Dias
|
92342690f7
|
Rename "Log*()" functions to "Push*()" in C#
|
2018-10-31 15:40:38 -03:00 |
Ben Rog-Wilhelm
|
f2476f8a7c
|
Add new log functions for C#.
|
2018-10-25 20:32:50 -07:00 |
Ignacio Etcheverry
|
b5aa5bca12
|
Fix C# API assembly build errors in generics
|
2018-10-05 19:39:11 +02:00 |
zochris
|
4a11864968
|
loosen generic guard on method for ResourceLoader
For more details see #22658
|
2018-10-05 15:32:33 +02:00 |
zochris
|
b84992e374
|
loosen generic guard on Node extension methods
For more details see #22658
|
2018-10-05 15:06:05 +02:00 |
Ignacio Etcheverry
|
50fd5ef3b5
|
Mono: Fix not creating generic Array or Dictionary where expected
|
2018-09-27 00:11:31 +02:00 |
Kelly Thomas
|
d4b2423428
|
[Mono] implement Transform.InterpolateWith()
|
2018-09-15 13:08:21 +08:00 |
Fabio Alessandrelli
|
d6b31daec6
|
Rename slave keyword to puppet
The slave keyword will still be available as deprecated in 3.1 but will
be dropped from future releases.
|
2018-09-15 00:06:03 +02:00 |
Ignacio Etcheverry
|
995a40e8ef
|
Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files
Added dummy MSBuild project and solution to get tooling help when editing these files.
|
2018-09-12 22:03:36 +02:00 |