Wojciech Figat
|
0dec70847f
|
Add support for StringAnsi in scripting api
|
2022-10-26 15:00:39 +02:00 |
|
Wojciech Figat
|
19f1c4251c
|
Fix scripting api bindings for types with changed scripting name (other than native type name)
|
2022-10-26 15:00:29 +02:00 |
|
Wojciech Figat
|
2c7d2893c8
|
Add Color.FromRGBA
|
2022-10-26 14:58:55 +02:00 |
|
Preben Eriksen
|
6a5efdeb29
|
PE: Fix - Ansi is max 7 bit, assimp/openfbx only support ansi paths. ( https://github.com/FlaxEngine/FlaxEngine/issues/806 )
|
2022-10-26 10:00:16 +02:00 |
|
Preben Eriksen
|
8a46aec294
|
Merge branch 'PE-1.4' of https://github.com/plemsoft/FlaxEngine into PE-1.4
|
2022-10-26 09:58:42 +02:00 |
|
Preben Eriksen
|
fd831f569c
|
PE: Fix - Streaming audio could not loop. ( https://github.com/FlaxEngine/FlaxEngine/issues/786 )
|
2022-10-26 09:54:10 +02:00 |
|
Chandler Cox
|
2297ba3c86
|
moved where hiding the tooltip is called when starting to drag for better response
|
2022-10-25 16:38:23 -05:00 |
|
Wojciech Figat
|
cd4d15e0e2
|
Minor improvements
|
2022-10-25 15:07:04 +02:00 |
|
Wojciech Figat
|
044e141848
|
Add Render2D.DrawTexturedTriangles with index buffer
|
2022-10-25 15:06:52 +02:00 |
|
Preben Eriksen
|
148b15d473
|
Merge branch 'master' into PE-1.4
|
2022-10-25 09:19:01 +02:00 |
|
PrecisionRender
|
748c58d52e
|
Initial commit
|
2022-10-24 19:36:16 -05:00 |
|
Chandler Cox
|
a79b642613
|
Added KeyUp event in TextBoxBase
|
2022-10-24 14:11:34 -05:00 |
|
Chandler Cox
|
616379c54b
|
Added an event to subscribe to in TextBoxBase that gets fired when a key is down.
|
2022-10-24 14:00:56 -05:00 |
|
Wojciech Figat
|
8a76d32ded
|
Various improvements
|
2022-10-24 15:29:30 +02:00 |
|
Wojciech Figat
|
30fdde614d
|
Add network objects ownership changing with network sync
|
2022-10-24 15:02:11 +02:00 |
|
Wojciech Figat
|
494de7a9f4
|
Rename
|
2022-10-24 14:35:43 +02:00 |
|
Wojciech Figat
|
b8697e7204
|
Rename
|
2022-10-24 14:30:08 +02:00 |
|
Wojciech Figat
|
479a83fdef
|
Add objects despawning in networking
|
2022-10-24 13:25:57 +02:00 |
|
Wojciech Figat
|
437ed07368
|
Merge remote-tracking branch 'origin/master' into 1.5
|
2022-10-24 12:07:39 +02:00 |
|
Wojciech Figat
|
771f8ad02b
|
Add objects spawning to networking
|
2022-10-24 12:07:16 +02:00 |
|
Wojtek Figat
|
c6523ed9cd
|
Fix crash when presenting task which swap chain is not ready
|
2022-10-23 14:18:55 +02:00 |
|
Wojtek Figat
|
ef77cdfe3f
|
Fix Clang compilation
|
2022-10-21 19:49:28 +02:00 |
|
Wojtek Figat
|
727d29ee07
|
Fix Clang compilation
|
2022-10-21 19:32:10 +02:00 |
|
Wojtek Figat
|
52b1b19b02
|
Fix Clang compilation
|
2022-10-21 19:06:05 +02:00 |
|
Wojtek Figat
|
8b446edc06
|
Fix Clang compilation
|
2022-10-21 18:42:33 +02:00 |
|
Wojtek Figat
|
42d1f40b9c
|
Optimize some code by manual inlining
|
2022-10-21 18:36:29 +02:00 |
|
Wojciech Figat
|
8dec405f4f
|
Add iterator copy operator in collections
|
2022-10-21 15:40:47 +02:00 |
|
Wojciech Figat
|
32e052a87b
|
Refactor native Stream serialization to new API
|
2022-10-20 17:28:12 +02:00 |
|
Wojciech Figat
|
191a75fd22
|
Add unique client ids assigning
|
2022-10-20 00:03:57 +02:00 |
|
Wojciech Figat
|
3fd8c7f928
|
Add replication messages dropping for old messages (due to unordered channel usage via UDP)
|
2022-10-19 21:04:20 +02:00 |
|
Wojciech Figat
|
e115aa2c4e
|
Merge remote-tracking branch 'origin/master' into 1.5
# Conflicts:
# Source/Engine/Content/JsonAsset.cpp
|
2022-10-19 13:36:46 +02:00 |
|
Wojciech Figat
|
ff49401f3a
|
Use objects id mapping for networking to have proper replication of networked object references
|
2022-10-19 13:14:16 +02:00 |
|
Wojciech Figat
|
7621252f46
|
Add automatic replication for C# types with fields marked with NetworkReplicated attribute
|
2022-10-19 09:26:40 +02:00 |
|
Wojciech Figat
|
76b14af7ec
|
Add various improvements
|
2022-10-18 15:03:56 +02:00 |
|
Cristhofer Marques
|
2c12fffdf6
|
reset value when start/stop mouse tracking
|
2022-10-13 09:14:05 -03:00 |
|
Cristhofer Marques
|
84009baeb0
|
change vars name and add code doc
|
2022-10-13 09:10:35 -03:00 |
|
Wojciech Figat
|
c12ea8428e
|
Add FlaxEngine.Object.FromUnmanagedPtr for native object raw pointer conversion to managed object
|
2022-10-13 13:35:59 +02:00 |
|
Wojciech Figat
|
5c24f8c365
|
Add ScriptingTypeHandle support for scripting bindings as System.Type
|
2022-10-13 13:35:15 +02:00 |
|
Cristhofer Marques
|
ae04253ba4
|
added is flipping mouse on windows platform
|
2022-10-13 01:11:33 -03:00 |
|
Cristhofer Marques
|
7656c6981e
|
added is flipping variables
|
2022-10-13 01:09:31 -03:00 |
|
Wojtek Figat
|
607afeee50
|
Add proper deserialization of old values pre-renaming
#767
|
2022-10-12 20:38:59 +02:00 |
|
Wojtek Figat
|
e970b6fd04
|
Merge branch 'small_editor_fix' of https://github.com/cristhofermarques/FlaxEngine into cristhofermarques-small_editor_fix
|
2022-10-12 19:10:05 +02:00 |
|
Wojtek Figat
|
7a969b5d7b
|
Code style fix
#760
|
2022-10-12 19:07:48 +02:00 |
|
Wojtek Figat
|
faf7f8ad03
|
Merge branch 'master' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-master
|
2022-10-12 19:05:23 +02:00 |
|
Wojciech Figat
|
77f8df02e5
|
Add ModuleInitializer attribute for C# scripting initialization code running on load
|
2022-10-12 17:00:40 +02:00 |
|
Wojciech Figat
|
09b35266f7
|
Add automatic network serializers generation for NetworkReplicated fields in C++ types
|
2022-10-12 11:22:53 +02:00 |
|
Wojciech Figat
|
ff34c7cc9b
|
Refactor raw data ReadSttream and WriteStream to have easier to use API with more features
|
2022-10-12 11:22:20 +02:00 |
|
Cristhofer Marques
|
187e56c6ba
|
typo fix in graphics settings
|
2022-10-11 13:34:46 -03:00 |
|
Preben Eriksen
|
2efc97b64f
|
Added: ScriptingObject* TryFindObject(MClass* mclass), Allow you from c++ to use MAssembly GetBinaryModuleGame, and get a monoobject from a class, monoobject is needed later to Invoke a method from the class.
|
2022-10-11 10:45:28 +02:00 |
|
Ruan Lucas
|
93dc57c08f
|
remove unused include
|
2022-10-10 23:10:25 -04:00 |
|