EgorBo
|
bd4035309d
Urho events to C# events
|
10 年之前 |
EgorBo
|
62f84be346
Fix events: 1) specify "sender" when subscribe 2) move some events to UIElement
|
10 年之前 |
Miguel de Icaza
|
9f9d8c5953
Events are no longer part of UrhoObject, instead they are associated
|
10 年之前 |
EgorBo
|
9373c8738b
Add missing struct AnimationTriggerPoint + ignore DB classes
|
10 年之前 |
EgorBo
|
49e002d87c
[iOS] Callbacks from native to managed should be marked with [MonoPInovokeCallback] - an ugly workaround because I can't use it in PCL :(.
|
10 年之前 |
EgorBo
|
68392eba7b
[parse.pl] in common case, we need bytes instead of pointer to PODVector in events declaring P_DATA. See 16_Chat - NetworkMessageEventArgs
|
10 年之前 |
EgorBo
|
5128ec6b98
[Bindings] fix parse.pl (remove a type from the prev commit)
|
10 年之前 |
EgorBo
|
96ca847446
[Bindings] fix parse.pl
|
10 年之前 |
EgorBo
|
3281984224
[Bindings] Keep references to callbacks for subscribers (to avoid " A callback was made on a garbage collected delegate of type 'Urho!Urho.ObjectCallbackSignature::Invoke'. This may cause application crashes, corruption and data loss. When passing delegates to unmanaged code, they must be kept alive by the managed application until it is guaranteed that they will never be called.")
|
10 年之前 |
Miguel de Icaza
|
f378812adf
Adopt Cdecl calling convention
|
10 年之前 |
Miguel de Icaza
|
644bb75b0f
Small Windows changes from the pull request
|
10 年之前 |
Miguel de Icaza
|
f360aaf522
More Windows fixes
|
10 年之前 |
Miguel de Icaza
|
e8ae9c3ccf
Surface unmanaged entry points with DllExport
|
10 年之前 |
Miguel de Icaza
|
cd689e0c92
Allow for unsubscribing
|
10 年之前 |
Miguel de Icaza
|
a3ec6e8f7a
Strong type the Key in the event args
|
10 年之前 |
Miguel de Icaza
|
3ef71e5207
Add support to strongly type collision information, instead of returning a pointer, we return an array of CollisionData, without having to implement the deserializer
|
10 年之前 |
Miguel de Icaza
|
f9e392f0f7
Rename EventArgs classes
|
10 年之前 |
Miguel de Icaza
|
9d252919a4
Prefix Object, Console and String with 'Urho' on the C# bindings
|
10 年之前 |
Miguel de Icaza
|
cf4b3c00a9
Ok, all the pieces compile and link
|
10 年之前 |
Miguel de Icaza
|
e82e6be539
Next step is to get glue.cpp to build and to return all those data types
|
10 年之前 |
Miguel de Icaza
|
ca535955e2
More work, next step: make the event handlers unique, to allow the C++ code to compile again
|
10 年之前 |