Commit Graph

  • 1b8b585367 Optimize network replication when no client can receive object Wojtek Figat 2023-05-21 22:38:48 +02:00
  • 2ae20c5fc4 Add formatting to network profiler bytes values Wojtek Figat 2023-05-21 22:36:14 +02:00
  • f03bb60d5b Figured out where I actually need to add code, and added code there. Menotdan 2023-05-21 00:20:54 -04:00
  • c92a3e566e New button styling Olly Rybak 2023-05-21 09:57:39 +10:00
  • d5fcdf6edb Fix BitArray::Set to not be const Wojtek Figat 2023-05-20 11:11:06 +02:00
  • 89ce2b087e Add parameter for AddMaterial() as an experiment, messing around with ideas. Menotdan 2023-05-20 00:13:45 -04:00
  • 9a71e0274f Add required options for material instance importing. Menotdan 2023-05-20 00:03:40 -04:00
  • 3afec6c897 Merge branch 'GoaLitiuM-rollforward' into 1.6 Wojtek Figat 2023-05-19 14:11:55 +02:00
  • ee83c19c7b Merge branch 'rollforward' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-rollforward Wojtek Figat 2023-05-19 14:11:49 +02:00
  • 144b72109b Fix crash after scripting hot-reload in editor due to cached class attribute objects Wojtek Figat 2023-05-19 13:53:49 +02:00
  • 7b8c013918 Various minor cleanups Wojtek Figat 2023-05-19 13:53:18 +02:00
  • 3e792e6cd7 Add NativeInteropException for native interop crashes Wojtek Figat 2023-05-19 13:52:30 +02:00
  • ed70eb24c7 Fix using proper default value in scripting bindings for IntPtr value type Wojtek Figat 2023-05-19 13:49:15 +02:00
  • f46d1a4aba Enable roll-forward to latest .NET major preview version Ari Vuollet 2023-05-19 02:16:20 +03:00
  • 306cedeb39 stopped being stupid and just copied dependencies from the other implementations. Menotdan 2023-05-19 00:54:49 -04:00
  • 66f66c5481 Whoops forgot includes. Hopefully this builds, but I don't have a mac to test so... Menotdan 2023-05-19 00:11:29 -04:00
  • 8c20ba83de Lay out what needs to be implemented for Mac Menotdan 2023-05-18 22:10:35 -04:00
  • cdee91f258 Color Picker FINALLY works Menotdan 2023-05-18 21:48:47 -04:00
  • 8f6ceece10 Change XGrabPointer call a bit. Menotdan 2023-05-18 19:40:39 -04:00
  • f5d3e30972 XGrabPointer doesn't seem to be doing what I want. Menotdan 2023-05-18 15:42:04 -04:00
  • 408d620b17 Removed more unneeded logs. Menotdan 2023-05-18 00:00:06 -04:00
  • 1d079842f6 Add Mac screen utilities, and removed an unneeded log. Menotdan 2023-05-17 23:57:23 -04:00
  • b6395cf6f1 Trying to implement XGrabPointer... Menotdan 2023-05-17 23:51:24 -04:00
  • d0f5d3270f Implement GetPixelAt and GetCursorPosition. Menotdan 2023-05-17 23:16:44 -04:00
  • 6e6a427488 refactor the code to not include BlockAndReadMouse() as a public API_FUNCTION() Menotdan 2023-05-17 21:44:26 -04:00
  • 48f890dd80 Merge branch 'color-picker' of https://github.com/menotdan/flaxengine into color-picker Pull down Menotdan 2023-05-17 21:21:30 -04:00
  • d4bd2d372c Merge branch 'FlaxEngine:master' into color-picker Menotdan 2023-05-17 21:12:37 -04:00
  • 7a6c1b8b86 Add linux implementation definitions. Menotdan 2023-05-17 20:59:42 -04:00
  • 0d3bae3761 Minor adjustment to #1105 so the local client state is reflected as connecting Wojtek Figat 2023-05-17 21:37:55 +02:00
  • 3e073c45ba Merge branch 'Withaust-spawnqueueownership' Wojtek Figat 2023-05-17 21:26:38 +02:00
  • fc5ff3feb7 Merge branch 'spawnqueueownership' of https://github.com/Withaust/FlaxEngine into Withaust-spawnqueueownership Wojtek Figat 2023-05-17 21:26:26 +02:00
  • 01365f995d Merge branch 'Withaust-netregression' Wojtek Figat 2023-05-17 21:25:06 +02:00
  • 712eaebb25 Merge branch 'netregression' of https://github.com/Withaust/FlaxEngine into Withaust-netregression Wojtek Figat 2023-05-17 21:24:55 +02:00
  • 90603792d7 Add 'NSLog' to Apple platform log in game Wojtek Figat 2023-05-17 18:56:40 +02:00
  • 04d61eba3c Add code signing to ios Wojtek Figat 2023-05-17 18:53:04 +02:00
  • 24396031a7 Fix keyboard input in various cases on macOS Wojtek Figat 2023-05-17 17:27:41 +02:00
  • b244ffedd2 Fix output log text ranges to handle line ending Wojtek Figat 2023-05-17 12:23:01 +02:00
  • ff3bc557b2 Added pivot relative resizing to GUI Controls Olly Rybak 2023-05-17 14:05:31 +10:00
  • f0564e0b06 Fix NetworkReplicator::SetObjectOwnership not considering spawn queue for hierarchical asignment Wiktor Kocielski 2023-05-17 03:34:03 +03:00
  • 31fb25a43d Fix dispatch order regression Wiktor Kocielski 2023-05-17 02:28:45 +03:00
  • a870513086 Color picker finally works, refactored the code. Menotdan 2023-05-16 13:54:25 -04:00
  • 5cf3803860 Add ScreenUtilities class, to replace ScreenUtils in the Engine, so it is being moved to the Editor. Menotdan 2023-05-16 10:50:53 -04:00
  • e045f096a9 Add network debugging panel to actors and scripts Wojtek Figat 2023-05-16 14:59:15 +02:00
  • 70593177c7 Add NetworkReplicator::HasObject Wojtek Figat 2023-05-16 14:58:47 +02:00
  • 953ae3e9bb Fix hierarchical network ownership propagation to sub-objects Wojtek Figat 2023-05-16 14:58:16 +02:00
  • 64f3f1e9bc Add network error log for missing network object when accessing ownership Wojtek Figat 2023-05-16 13:08:25 +02:00
  • 3fa9f9e9cf Follow up 4482fc0bcf Wojtek Figat 2023-05-16 12:14:52 +02:00
  • 80511d5a19 Merge branch 'Menotdan-scale-icon-change' Wojtek Figat 2023-05-16 12:14:02 +02:00
  • 4482fc0bcf Cleanup #1086 Wojtek Figat 2023-05-16 12:13:23 +02:00
  • 73ee5676c6 Merge branch 'scale-icon-change' of https://github.com/Menotdan/FlaxEngine into Menotdan-scale-icon-change Wojtek Figat 2023-05-16 12:01:10 +02:00
  • a3ab7cd14e Fix file lock when loading asset fails Wojtek Figat 2023-05-16 11:52:49 +02:00
  • 818ee98b27 Merge branch 'FlaxEngine:master' into color-picker Menotdan 2023-05-15 20:46:39 -04:00
  • 2a7a07d2fc Add a delegate, unfortunately it doesn't work? Menotdan 2023-05-15 20:44:18 -04:00
  • 4a165d0661 Merge iOS and macOS platform settings into shared base class Wojtek Figat 2023-05-12 23:27:57 +02:00
  • 226b1307c0 Uncompress BC testures for iOS Wojtek Figat 2023-05-12 22:48:04 +02:00
  • 1dd8aa3db8 Merge remote-tracking branch 'origin/master' into 1.6 Wojtek Figat 2023-05-12 18:43:03 +02:00
  • 1af69421fa Fix actor scene tree dragging regression from d813078e91 Wojtek Figat 2023-05-12 18:41:58 +02:00
  • b43196cd1a Add missing implementation for #987 Wojtek Figat 2023-05-12 14:56:19 +02:00
  • aab48f1cc1 Merge branch 'GoaLitiuM-latefixedupdate' into 1.6 Wojtek Figat 2023-05-12 14:41:54 +02:00
  • b402603b1d Merge branch 'latefixedupdate' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-latefixedupdate Wojtek Figat 2023-05-12 14:41:49 +02:00
  • 1195572318 Merge branch 'GoaLitiuM-resolve_managed_references' into 1.6 Wojtek Figat 2023-05-12 14:41:35 +02:00
  • a2113d4acc Merge branch 'resolve_managed_references' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-resolve_managed_references Wojtek Figat 2023-05-12 14:41:29 +02:00
  • b57018f55c Merge remote-tracking branch 'origin/master' into 1.6 Wojtek Figat 2023-05-12 14:41:21 +02:00
  • eab14e28da Add play/pause/stop buttons to particle effect editor while in play-mode Wojtek Figat 2023-05-12 14:39:57 +02:00
  • a8f670a9c9 Simplify changes from #924 and properly update after unpausing effect Wojtek Figat 2023-05-12 14:39:25 +02:00
  • 2e5d89c8cd Merge branch 'Tryibion-particle-effect-helpers' Wojtek Figat 2023-05-12 14:19:56 +02:00
  • cde4415052 Merge branch 'particle-effect-helpers' of https://github.com/Tryibion/FlaxEngine into Tryibion-particle-effect-helpers Wojtek Figat 2023-05-12 14:19:51 +02:00
  • b5117af4b8 Format code Wojtek Figat 2023-05-12 14:19:40 +02:00
  • d7327d62e2 Fix text words wrapping deadlock Wojtek Figat 2023-05-12 13:53:31 +02:00
  • b1b1b88982 Merge branch 'Swiggies-input-phases' Wojtek Figat 2023-05-12 14:13:24 +02:00
  • 17b95e3ee5 Merge branch 'input-phases' of https://github.com/Swiggies/FlaxEngine into Swiggies-input-phases Wojtek Figat 2023-05-12 14:13:18 +02:00
  • 3d36d1ce71 Merge branch 'Tryibion-style-org' Wojtek Figat 2023-05-12 14:09:17 +02:00
  • 92b155dbb3 Fix creating C# scripts in Editor with private ctor method Wojtek Figat 2023-05-12 13:58:39 +02:00
  • 42c042c249 Fix text words wrapping deadlock Wojtek Figat 2023-05-12 13:53:31 +02:00
  • 5c6de69e0e Hide FallOffExponent when light is using inverse squared falloff Wojtek Figat 2023-05-12 12:22:39 +02:00
  • b30f845924 Simplify radial light attenuation in shaders Wojtek Figat 2023-05-12 12:22:04 +02:00
  • b8ed115f63 More renames Olly Rybak 2023-05-12 09:30:35 +10:00
  • cbe07b842f Fix resolving managed scripts references in Editor Ari Vuollet 2023-05-11 22:10:26 +03:00
  • de7c6483e0 Add LateFixedUpdate event for C# scripts Ari Vuollet 2023-05-11 21:09:33 +03:00
  • f94ae3f3fd Add mouse hook to the color picker. Menotdan 2023-05-11 13:20:43 -04:00
  • 4b4bf833a9 Rename Phase > State Olly Rybak 2023-05-12 00:25:03 +10:00
  • d5237715a5 Removed unused field Olly Rybak 2023-05-11 21:12:03 +10:00
  • 395a72b7d4 Added comments / reformat Olly Rybak 2023-05-11 21:10:40 +10:00
  • f80ded2057 Initial setup Olly Rybak 2023-05-11 17:30:20 +10:00
  • a2d4207504 Fix compile errors. Menotdan 2023-05-10 19:30:58 -04:00
  • 627b1cee10 Resolve issues that came through when attempting to merge previously. Menotdan 2023-05-10 17:49:45 -04:00
  • eb75f8a8ad Merge remote-tracking branch 'upstream/master' into color-picker Menotdan 2023-05-10 17:33:07 -04:00
  • 5bc76de7d6 Merge branch 'master' into scale-icon-change Menotdan 2023-05-10 17:16:44 -04:00
  • 4e78b49cac Improve managed exceptions logging Wojtek Figat 2023-05-10 20:42:18 +02:00
  • 637850d06c Fix crash when C# type has missing empty ctor or it throws an exception Wojtek Figat 2023-05-10 20:41:58 +02:00
  • 4144c22dc4 Working demo of colorpicker eyedropper Menotdan 2023-05-10 13:41:24 -04:00
  • 2ce727d994 Correctly implement the ScreenUtils class Menotdan 2023-05-10 13:34:28 -04:00
  • 1855ff133e Tweak a few classes, add the Base classes. Menotdan 2023-05-10 12:46:54 -04:00
  • 51004bbd9d Learned about filter folders and now VS likes me :) Menotdan 2023-05-10 11:03:05 -04:00
  • 873d42344b remove files as visual studio is bugging. Menotdan 2023-05-10 10:39:25 -04:00
  • 27b6ba83a6 Added Windows Base Class for getting screen pixels and other screen-wide utilities Menotdan 2023-05-10 10:31:44 -04:00
  • eeaf7eb733 Move BoxSize Chandler Cox 2023-05-10 08:04:47 -05:00
  • 2b59cbf0f1 Organize the style groups of UI controls Chandler Cox 2023-05-10 07:43:40 -05:00
  • ab2cfe89ce Fix looping animation in Anim Graph when using start position offset Wojtek Figat 2023-05-10 12:47:59 +02:00
  • aab3d494ff Fix crash when sampling animation in Anim Graph that uses it's length to calculate start position Wojtek Figat 2023-05-10 12:27:10 +02:00