| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Mono: Null checks when marshaling from MonoArray* and managed Dictionary | Ignacio Etcheverry | 2018-06-05 | 1 | -0/+19 |
| | | |||||
| * | Reduce allocations when converting mono arrays to pool arrays | Carter Anderson | 2018-05-20 | 1 | -9/+16 |
| | | |||||
| * | remove an unneeded marshalling function | Paul Joannon | 2018-01-18 | 1 | -10/+6 |
| | | | | | `Variant mono_object_to_variant(MonoObject*, const ManagedType&)` | ||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | ||||
| * | Mono: Add properties support in scripts | Ignacio Etcheverry | 2018-01-04 | 1 | -7/+7 |
| | | |||||
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| | | | | | Happy new year to the wonderful Godot community! | ||||
| * | Marshal NULL MonoString* as empty Godot string | Ignacio Etcheverry | 2017-12-24 | 1 | -2/+3 |
| | | |||||
| * | Mono: Fix compiler error with Variant::operator AABB() | Ignacio Etcheverry | 2017-11-18 | 1 | -1/+1 |
| | | |||||
| * | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -8/+8 |
| | | | | | Fixes #12973. | ||||
| * | Use mono_gc_wbarrier_set_arrayref for Array marshalling | Ignacio Etcheverry | 2017-11-01 | 1 | -1/+1 |
| | | |||||
| * | Export attribute fixes and improvements | Ignacio Etcheverry | 2017-10-17 | 1 | -1/+15 |
| | | | | | | | - Allow non-public fields to be exported as well (to avoid confusion). - Set PROPERTY_HINT_RESOURCE_TYPE for resource derived fields. - Support enums and automatically fill PROPERTY_HINT_ENUM's hint_string for enum fields. | ||||
| * | Fix wrong array index | Ignacio Etcheverry | 2017-10-10 | 1 | -6/+6 |
| | | |||||
| * | Fix getting struct elements from MonoArray (#11978) | Ignacio Etcheverry | 2017-10-10 | 1 | -3/+3 |
| | | | | | | * Fix getting struct elements from MonoArray * Revert undesired change | ||||
| * | Fixed IntPtr unboxing (#11949) | Ignacio Etcheverry | 2017-10-09 | 1 | -33/+22 |
| | | | | | | - Fix boolean never reset to false - Fix IntPtr unboxing and cleanup | ||||
| * | Added mono module | Ignacio Etcheverry | 2017-10-03 | 1 | -0/+856 |
