Commit Graph

  • e217d5e79b Refactor scene rendering to separate drawable actors Wojtek Figat 2022-10-27 18:27:12 +02:00
  • 3c689a4697 removed not needed variables and fixed variable names Chandler Cox 2022-10-28 08:32:52 -05:00
  • 4123e4cf69 Improve network replication debug log usage Wojciech Figat 2022-10-28 13:19:26 +02:00
  • 2c2071285a Add proper networked objects destruction upon despawn or shutdown Wojciech Figat 2022-10-28 11:12:39 +02:00
  • 3f135c832e organized the "new" child context menu into categories. Chandler Cox 2022-10-27 23:05:51 -05:00
  • e8d39e706f Add C++ properties replication support Wojciech Figat 2022-10-27 16:21:53 +02:00
  • 52e0e70908 Add support for different access level for scripting property functions Wojciech Figat 2022-10-27 15:14:34 +02:00
  • 28dda32f0e Fix when spawning already spawned object Wojciech Figat 2022-10-27 14:41:03 +02:00
  • bff93de116 Various improvements for networking Wojciech Figat 2022-10-27 14:18:53 +02:00
  • c89929a940 Fix crash when low-level network driver fails to start Wojciech Figat 2022-10-27 14:18:39 +02:00
  • 312d1735ef Attempt to fix clang compilation Wojciech Figat 2022-10-27 13:39:35 +02:00
  • 5e60085371 Add automatic parenting for scene objects spawned over the network Wojciech Figat 2022-10-27 13:30:22 +02:00
  • 3ede538fcb Add support for non-const ref parameters with conversion (eg. string or array) in scripting api function parameters Wojciech Figat 2022-10-26 15:59:34 +02:00
  • 5c270810d0 Refactor GetNonTerminatedText into GetText in StringView Wojciech Figat 2022-10-26 15:59:03 +02:00
  • 0dec70847f Add support for StringAnsi in scripting api Wojciech Figat 2022-10-26 15:00:39 +02:00
  • 19f1c4251c Fix scripting api bindings for types with changed scripting name (other than native type name) Wojciech Figat 2022-10-26 15:00:29 +02:00
  • d90245bf32 Add Tag parsing in scripting type (for custom extensions) Wojciech Figat 2022-10-26 14:59:50 +02:00
  • 2c7d2893c8 Add Color.FromRGBA Wojciech Figat 2022-10-26 14:58:55 +02:00
  • b3eb38009d Improve various types usage in scripting api Wojciech Figat 2022-10-26 14:58:46 +02:00
  • 3f1dba86a3 Fix parsing scripting function parameters with function parameter within default parameter value Wojciech Figat 2022-10-26 14:58:05 +02:00
  • 6a5efdeb29 PE: Fix - Ansi is max 7 bit, assimp/openfbx only support ansi paths. ( https://github.com/FlaxEngine/FlaxEngine/issues/806 ) Preben Eriksen 2022-10-26 10:00:16 +02:00
  • 8a46aec294 Merge branch 'PE-1.4' of https://github.com/plemsoft/FlaxEngine into PE-1.4 Preben Eriksen 2022-10-26 09:58:42 +02:00
  • fd831f569c PE: Fix - Streaming audio could not loop. ( https://github.com/FlaxEngine/FlaxEngine/issues/786 ) Preben Eriksen 2022-10-26 09:54:10 +02:00
  • 2297ba3c86 moved where hiding the tooltip is called when starting to drag for better response Chandler Cox 2022-10-25 16:38:23 -05:00
  • cd4d15e0e2 Minor improvements Wojciech Figat 2022-10-25 15:07:04 +02:00
  • 044e141848 Add Render2D.DrawTexturedTriangles with index buffer Wojciech Figat 2022-10-25 15:06:52 +02:00
  • d73822046f Bump up version number Wojciech Figat 2022-10-25 15:06:31 +02:00
  • 148b15d473 Merge branch 'master' into PE-1.4 Preben Eriksen 2022-10-25 09:19:01 +02:00
  • 748c58d52e Initial commit PrecisionRender 2022-10-24 19:36:16 -05:00
  • a79b642613 Added KeyUp event in TextBoxBase Chandler Cox 2022-10-24 14:11:34 -05:00
  • 616379c54b Added an event to subscribe to in TextBoxBase that gets fired when a key is down. Chandler Cox 2022-10-24 14:00:56 -05:00
  • 91663f0202 Merge branch 'Tryibion-smoother-content-view' Wojtek Figat 2022-10-24 16:44:20 +02:00
  • f078499dfb Another adjustment to have position aligned too #796 Wojtek Figat 2022-10-24 16:44:11 +02:00
  • 87a0c671f6 Adjusted only the bounds for content items to be floored. Chandler Cox 2022-10-24 09:01:40 -05:00
  • 8a76d32ded Various improvements Wojciech Figat 2022-10-24 15:29:30 +02:00
  • 30fdde614d Add network objects ownership changing with network sync Wojciech Figat 2022-10-24 15:02:11 +02:00
  • 494de7a9f4 Rename Wojciech Figat 2022-10-24 14:35:43 +02:00
  • b8697e7204 Rename Wojciech Figat 2022-10-24 14:30:08 +02:00
  • 479a83fdef Add objects despawning in networking Wojciech Figat 2022-10-24 13:25:57 +02:00
  • 437ed07368 Merge remote-tracking branch 'origin/master' into 1.5 Wojciech Figat 2022-10-24 12:07:39 +02:00
  • 771f8ad02b Add objects spawning to networking Wojciech Figat 2022-10-24 12:06:52 +02:00
  • 56c9ed3197 PE: Fix - Linux error "implicitly convert type 'double' to 'float'." Preben Eriksen 2022-10-24 09:10:15 +02:00
  • 1ef16fde92 Merge branch 'Tryibion-CM-fix-open-left' Wojtek Figat 2022-10-23 23:49:58 +02:00
  • b7b31aad8e Code style fix Wojtek Figat 2022-10-23 23:49:46 +02:00
  • 2b514cc10e Merge branch 'CM-fix-open-left' of https://github.com/Tryibion/FlaxEngine into Tryibion-CM-fix-open-left Wojtek Figat 2022-10-23 23:48:49 +02:00
  • 5cff11ce4a Merge branch 'Tryibion-value-box-cursor-change' Wojtek Figat 2022-10-23 23:46:32 +02:00
  • 6f380a6f12 Code style fix Wojtek Figat 2022-10-23 23:46:11 +02:00
  • 0ec76d678d Merge branch 'value-box-cursor-change' of https://github.com/Tryibion/FlaxEngine into Tryibion-value-box-cursor-change Wojtek Figat 2022-10-23 23:45:13 +02:00
  • f29d779425 Merge branch 'Tryibion-better-content-item-layout' Wojtek Figat 2022-10-23 22:38:48 +02:00
  • 1fb19ee023 Adjust content view items to whole pixels to reduce text aliasing Wojtek Figat 2022-10-23 22:38:38 +02:00
  • 124c287537 Merge branch 'better-content-item-layout' of https://github.com/Tryibion/FlaxEngine into Tryibion-better-content-item-layout Wojtek Figat 2022-10-23 22:02:11 +02:00
  • c43de26d83 Merge branch 'Tryibion-change-script-order-default' Wojtek Figat 2022-10-23 21:59:28 +02:00
  • 3cb37bf7b0 Merge branch 'change-script-order-default' of https://github.com/Tryibion/FlaxEngine into Tryibion-change-script-order-default Wojtek Figat 2022-10-23 21:56:28 +02:00
  • 0b461f05ca Merge branch 'Tryibion-dont-close-childCM-onclick' Wojtek Figat 2022-10-23 20:36:57 +02:00
  • 13be6b75f2 Merge branch 'dont-close-childCM-onclick' of https://github.com/Tryibion/FlaxEngine into Tryibion-dont-close-childCM-onclick Wojtek Figat 2022-10-23 20:35:17 +02:00
  • 7636108844 Merge branch 'RuanLucasGD-master' Wojtek Figat 2022-10-23 20:34:02 +02:00
  • 1914fa519d Merge branch 'master' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-master Wojtek Figat 2022-10-23 20:32:26 +02:00
  • bfe51d6555 Merge branch 'Tryibion-move-updatecamerapreview' Wojtek Figat 2022-10-23 20:15:03 +02:00
  • 5341e355ce Code style fix Wojtek Figat 2022-10-23 20:14:58 +02:00
  • de012a23ee Merge branch 'move-updatecamerapreview' of https://github.com/Tryibion/FlaxEngine into Tryibion-move-updatecamerapreview Wojtek Figat 2022-10-23 19:15:46 +02:00
  • 108b13fd0d Merge branch 'Tryibion-cursor-change-for-property-splitter' Wojtek Figat 2022-10-23 19:14:40 +02:00
  • 1c0f2f2b81 Merge branch 'cursor-change-for-property-splitter' of https://github.com/Tryibion/FlaxEngine into Tryibion-cursor-change-for-property-splitter Wojtek Figat 2022-10-23 19:11:28 +02:00
  • 0a17ff3b3a Merge branch 'Tryibion-cache-transform-snapping-state' Wojtek Figat 2022-10-23 14:26:15 +02:00
  • d89e31d155 Code style fix Wojtek Figat 2022-10-23 14:26:06 +02:00
  • 5e5abcdc3f Merge branch 'cache-transform-snapping-state' of https://github.com/Tryibion/FlaxEngine into Tryibion-cache-transform-snapping-state Wojtek Figat 2022-10-23 14:20:49 +02:00
  • 0422efcf03 Merge branch 'Tryibion-scroll-fix' Wojtek Figat 2022-10-23 14:19:30 +02:00
  • 70c53a4f67 Fix error if nothing is selected Wojtek Figat 2022-10-23 14:19:17 +02:00
  • c6523ed9cd Fix crash when presenting task which swap chain is not ready Wojtek Figat 2022-10-23 14:18:55 +02:00
  • 2a7e59ae5d PE: Fix issue with using "shift" to duplicate object, this only worked every second time if using a large grid. Preben Eriksen 2022-10-23 12:20:01 +02:00
  • edf339a942 PE: Added - Bounding Box Snapping, it dont matter what size objects are they will always snap perfectly. Preben Eriksen 2022-10-23 09:48:18 +02:00
  • b3bb860195 PE: Added - Use "R" key to rotate selections by 45 degrees. Preben Eriksen 2022-10-23 09:45:27 +02:00
  • 9bd13c8ed5 This adds more spacing between the content items in the content view and allows for resizing better than before. Chandler Cox 2022-10-21 20:31:19 -05:00
  • 1c44c42b52 fixed position of child CMs when having to open left Chandler Cox 2022-10-21 14:14:13 -05:00
  • ef77cdfe3f Fix Clang compilation Wojtek Figat 2022-10-21 19:49:28 +02:00
  • 727d29ee07 Fix Clang compilation Wojtek Figat 2022-10-21 19:32:10 +02:00
  • 52b1b19b02 Fix Clang compilation Wojtek Figat 2022-10-21 19:06:05 +02:00
  • 8b446edc06 Fix Clang compilation Wojtek Figat 2022-10-21 18:42:33 +02:00
  • 42d1f40b9c Optimize some code by manual inlining Wojtek Figat 2022-10-21 18:36:18 +02:00
  • b7b4391cff Fix some editor panels to have focus on change Wojtek Figat 2022-10-16 19:56:27 +02:00
  • 0765b82a39 changed the default for script memebers order. Chandler Cox 2022-10-21 09:54:16 -05:00
  • 8dec405f4f Add iterator copy operator in collections Wojciech Figat 2022-10-21 15:40:47 +02:00
  • 4d73638a8b Merge branch 'FlaxEngine:master' into master Ruan Lucas 2022-10-20 20:50:32 -04:00
  • ca49454615 remove unused include Ruan Lucas 2022-10-20 20:49:37 -04:00
  • b20967559b added to not close the child context menu on click Chandler Cox 2022-10-20 19:49:36 -05:00
  • e1dc5a2e81 remove incorrect method Ruan Lucas 2022-10-20 20:47:02 -04:00
  • a4333dfcb6 add flag to work for desktop and linux only Ruan Lucas 2022-10-20 20:26:08 -04:00
  • a65e812b45 Add method that returns a list of standard monitor resolutions Ruan Lucas 2022-10-20 19:57:23 -04:00
  • 32e052a87b Refactor native Stream serialization to new API Wojciech Figat 2022-10-20 17:28:12 +02:00
  • e5866a3ff4 Fix generated replication C# code reference to NetworkStream type Wojciech Figat 2022-10-20 15:18:21 +02:00
  • 78bd7713a9 value boxes now hide your slide and return your mouse to the original position. Chandler Cox 2022-10-19 21:41:58 -05:00
  • 5d8403be5b moved UpdateCameraPreview call to on selection changed and on state change Chandler Cox 2022-10-19 20:59:55 -05:00
  • dd20da89d7 added cursor change for changing of the property splitter Chandler Cox 2022-10-19 19:45:07 -05:00
  • 191a75fd22 Add unique client ids assigning Wojciech Figat 2022-10-20 00:03:57 +02:00
  • dbcaf28f39 added if check on enum parse Chandler Cox 2022-10-19 15:28:59 -05:00
  • 13150ea553 changed snap enable to still use default values if cache data doesnt exist Chandler Cox 2022-10-19 15:25:42 -05:00
  • 14a9c99496 fixed small bug of scene window not resizing when something is deleted but window isnt focused Chandler Cox 2022-10-19 14:50:39 -05:00
  • 3fd8c7f928 Add replication messages dropping for old messages (due to unordered channel usage via UDP) Wojciech Figat 2022-10-19 21:04:20 +02:00
  • 9f9cc0e1ec cleaned up comments Chandler Cox 2022-10-19 07:22:09 -05:00
  • e115aa2c4e Merge remote-tracking branch 'origin/master' into 1.5 Wojciech Figat 2022-10-19 13:36:46 +02:00
  • ff49401f3a Use objects id mapping for networking to have proper replication of networked object references Wojciech Figat 2022-10-19 13:14:16 +02:00