Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | |
2017-11-18 | Mono: Fix compiler error with Variant::operator AABB() | Ignacio Etcheverry | |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn | |
Fixes #12973. | |||
2017-11-01 | Merge pull request #12549 from neikeq/seriously-do-they | Ignacio Etcheverry | |
Mono cleanup fixes | |||
2017-11-01 | Fix thread checking to queue instances for deletion | Ignacio Etcheverry | |
2017-11-01 | Use mono_gc_wbarrier_set_arrayref for Array marshalling | Ignacio Etcheverry | |
2017-10-29 | Merge pull request #12491 from neikeq/waitasecond··· | Ignacio Etcheverry | |
Fix FrameworkPathOverride and assemblies path loop | |||
2017-10-29 | Fix FrameworkPathOverride and assemblies path loop | Ignacio Etcheverry | |
2017-10-29 | Mono: Add build project button and reload interval | Ignacio Etcheverry | |
2017-10-27 | Mono: Use "UnnamedProject" if application/config/name is empty | Unknown | |
2017-10-23 | Mono: Prevent raising exceptions in native code | Ignacio Etcheverry | |
For now we will just print the exceptions we catch. Later, we should use something similar to 'mono_set_pending_exception(ex)'. | |||
2017-10-22 | Merge pull request #12326 from neikeq/n | Ignacio Etcheverry | |
Fix set field from MonoObject* | |||
2017-10-22 | Fix set field from MonoObject* | Ignacio Etcheverry | |
2017-10-21 | Cleanup unnecessary debug prints | Rémi Verschelde | |
2017-10-17 | Export attribute fixes and improvements | Ignacio Etcheverry | |
- 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. | |||
2017-10-16 | Re-write SignalAwaiter implementation | Ignacio Etcheverry | |
Old implementation had issues where you could only await on the same signal of the same source once. | |||
2017-10-10 | Fix wrong array index | Ignacio Etcheverry | |
2017-10-10 | Fix getting struct elements from MonoArray (#11978) | Ignacio Etcheverry | |
* Fix getting struct elements from MonoArray * Revert undesired change | |||
2017-10-09 | Fixed IntPtr unboxing (#11949) | Ignacio Etcheverry | |
- Fix boolean never reset to false - Fix IntPtr unboxing and cleanup | |||
2017-10-07 | Fix dot separated assembly names confused with file extensions | Ignacio Etcheverry | |
2017-10-07 | Fix assembly load hooks | Ignacio Etcheverry | |
2017-10-05 | Uninitialized local and domain finalize fixes | Ignacio Etcheverry | |
- Make sure to run the GC before and after finalizing the scripts domain. | |||
2017-10-03 | Added mono module | Ignacio Etcheverry | |