Commit Graph

  • d317a1179f fixed doc comments + fixed misleading docs Dmitry Stepanov 2026-05-10 20:06:56 +03:00
  • 1c0cf15c50 unified naming for field fetching via reflection Dmitry Stepanov 2026-05-10 18:28:18 +03:00
  • fcd280057b count fields in proc macro Dmitry Stepanov 2026-05-10 10:54:41 +03:00
  • edc7bf0ec0 improved docs Dmitry Stepanov 2026-05-09 23:01:23 +03:00
  • b17c5f5801 fixed failing test Dmitry Stepanov 2026-05-09 20:01:49 +03:00
  • c03e4aa7e9 removed ComponentProvider, merged its functionality into Reflect Dmitry Stepanov 2026-05-09 19:55:11 +03:00
  • e553174d5d Reflect::self_or_field_ref/mut_of_type Dmitry Stepanov 2026-05-08 17:30:09 +03:00
  • 5cf90dff53 Reflect::first_field_ref/mut_of_type Dmitry Stepanov 2026-05-08 15:18:08 +03:00
  • 1904f95519 Reflect::get_field_direct_ref/mut Dmitry Stepanov 2026-05-08 12:56:48 +03:00
  • 0899691cfc Reflect::fields_count Dmitry Stepanov 2026-05-07 22:31:44 +03:00
  • 0527bcd2af removed redundant allow switch Dmitry Stepanov 2026-05-07 22:31:31 +03:00
  • 660bcd709a renamed field -> find_field + field_mut -> find_field_mut Dmitry Stepanov 2026-05-06 23:49:46 +03:00
  • 9df3443a24 merge modules Dmitry Stepanov 2026-05-06 11:06:39 +03:00
  • 747fa780f5 continue splitting reflect module Dmitry Stepanov 2026-05-06 11:03:47 +03:00
  • e9b389be77 split reflect mod into smaller modules Dmitry Stepanov 2026-05-06 10:55:33 +03:00
  • 46192f2edb moved reflect impl macros to separate mod + fix delegate_reflect macro Dmitry Stepanov 2026-05-05 09:52:05 +03:00
  • 1d316aad2c fixed newtype_reflect macro + added full paths to types Dmitry Stepanov 2026-05-05 09:44:29 +03:00
  • 27df8cd631 use full paths to types in blank_reflect macro Dmitry Stepanov 2026-05-05 09:38:15 +03:00
  • 55dd4a58f8 moved ReflectHashMap into a separate module Dmitry Stepanov 2026-05-05 09:34:55 +03:00
  • fcc04d52d7 moved module Dmitry Stepanov 2026-05-05 09:25:19 +03:00
  • aae761a27e removed ReflectBase trait + use trait upcasting instead Dmitry Stepanov 2026-05-05 00:29:44 +03:00
  • 225e8f9c47 docs for dyntype Dmitry Stepanov 2026-05-04 10:59:27 +03:00
  • a355f5f92f removed DynType::into_any and replaced it with trait upcasting Dmitry Stepanov 2026-05-04 10:41:46 +03:00
  • 8e9d2573d0 Add UI_FONT_SIZE const in editor (#914) CopeFiend 2026-05-01 03:17:20 +08:00
  • 2b86676b4a type handle of absm for AbsmEventProvider widget Dmitry Stepanov 2026-04-29 20:37:13 +03:00
  • e03e31a723 fixed incorrect condition in check box widget Dmitry Stepanov 2026-04-29 20:29:25 +03:00
  • c9c2ca0f75 fixed inspector errors from StyledProperty Dmitry Stepanov 2026-04-28 23:15:38 +03:00
  • 1695edafc9 fixed enumerate_fields_recursively for InheritableVariable Dmitry Stepanov 2026-04-28 22:50:53 +03:00
  • ba5eeae42e improved logging of errors in inspector context menu Dmitry Stepanov 2026-04-28 21:46:28 +03:00
  • 0be63b82cf fixed coordinate space issues in gradient rendering in ui Dmitry Stepanov 2026-04-27 23:20:28 +03:00
  • 60d8b2d9eb cargo fmt Dmitry Stepanov 2026-04-25 00:03:53 +03:00
  • 7a0ad6d792 fixed crash on exit when using the engine in hot reloading mode Dmitry Stepanov 2026-04-25 00:03:07 +03:00
  • 21e35cc223 hide runtime variables from inspector for GridDimension Dmitry Stepanov 2026-04-24 22:30:12 +03:00
  • af0f6178d8 catch and report infinite message loops in ui message handling Dmitry Stepanov 2026-04-23 23:04:41 +03:00
  • 94a0420854 improved logging for hot reloading failures Dmitry Stepanov 2026-04-23 21:52:37 +03:00
  • f3befeef86 fixed clippy warnings Dmitry Stepanov 2026-04-22 23:49:45 +03:00
  • 35656f24cd shortcuts for Machine::set_parameter Dmitry Stepanov 2026-04-21 21:58:00 +03:00
  • 48e41572ef improved editor stats window to show loaded asset count Dmitry Stepanov 2026-04-20 22:12:17 +03:00
  • 59e78397ee correctly close menus when there's no parent menu item Dmitry Stepanov 2026-04-20 20:42:31 +03:00
  • fe51f6b463 correctly end stderr + stdout capturing processes on force-stopping game Dmitry Stepanov 2026-04-20 00:06:37 +03:00
  • 9b2156e3c5 traverse_iter_mut Dmitry Stepanov 2026-04-19 21:36:37 +03:00
  • 23bdaaae26 optimized performance of graph depth traversal iterator Dmitry Stepanov 2026-04-18 22:49:19 +03:00
  • d767de61b2 non-allocating graph traversal iterator Dmitry Stepanov 2026-04-18 22:35:29 +03:00
  • d1aba15d44 fixed copy_node_inplace implementation Dmitry Stepanov 2026-04-17 22:45:39 +03:00
  • 312d1a39ca Fix relative path resolution for symlinked asset directories (#912) Augusto Domingos 2026-04-16 21:57:59 +02:00
  • 9214ae372f remove unused features Dmitry Stepanov 2026-04-15 22:55:39 +03:00
  • 7d9146d322 test for Graph::copy_node_inplace Dmitry Stepanov 2026-04-15 22:53:41 +03:00
  • 0ded1c379a added output feature for fyrox-sound Dmitry Stepanov 2026-04-14 22:29:11 +03:00
  • f00b6f8859 correctly deselect nested menu items of orphaned menus Dmitry Stepanov 2026-04-12 23:40:59 +03:00
  • 74ac3651cd Update nix flakes (#909) CopeFiend 2026-04-12 04:06:18 +08:00
  • 0ab4c6abcd pass sample rate explicitly to SoundEngine constructors Dmitry Stepanov 2026-04-09 23:56:14 +03:00
  • a4df8a1301 configurable sample rate for fyrox-sound Dmitry Stepanov 2026-04-08 22:59:04 +03:00
  • 1c18ee7c92 Revert "texture sampler resource" Dmitry Stepanov 2026-04-05 11:25:45 +03:00
  • c86e053a60 more refactoring sampler_refactoring Dmitry Stepanov 2026-04-05 11:25:26 +03:00
  • d1d6f8ddc3 experimental sampler refactoring Dmitry Stepanov 2026-04-03 18:00:18 +03:00
  • 4a0602ab25 bump version for the future release Dmitry Stepanov 2026-03-30 20:50:58 +03:00
  • 68884bdb84 texture sampler resource Dmitry Stepanov 2026-03-29 23:24:45 +03:00
  • 2e5784c9f1 removed incorrect impl of Visit for TextureBytes Dmitry Stepanov 2026-03-29 22:04:34 +03:00
  • f916d01304 updated lightmap dep v1.0.1 Dmitry Stepanov 2026-03-28 09:52:04 +03:00
  • 9e9e2d7032 1.0.1 + changelog Dmitry Stepanov 2026-03-28 09:39:38 +03:00
  • 0350d1d26f attempt to fix unaligned read in renderer Dmitry Stepanov 2026-03-26 23:54:15 +03:00
  • a4907aa547 updated lightmap dep v1.0.0 Dmitry Stepanov 2026-03-24 19:28:06 +03:00
  • 54e995a0ce fixed crate name in doc comment Dmitry Stepanov 2026-03-23 20:15:50 +03:00
  • 8ae163cd47 docs for selector widget Dmitry Stepanov 2026-03-23 20:15:19 +03:00
  • 34610f2802 added missing methods to SelectorBuilder Dmitry Stepanov 2026-03-23 20:01:42 +03:00
  • 4ea6e5d22f fixed incorrect sampler type being used with depth texture Dmitry Stepanov 2026-03-22 12:23:13 +03:00
  • 2b1ced0de3 improved doc comment Dmitry Stepanov 2026-03-21 21:52:19 +03:00
  • 1b3d2a3b71 ability to disable cargo update when running projects Dmitry Stepanov 2026-03-21 21:50:37 +03:00
  • 599e5e03ff fixed changelog entries Dmitry Stepanov 2026-03-21 10:41:35 +03:00
  • 15b700f6d5 added helpful information to project manager Dmitry Stepanov 2026-03-21 10:06:12 +03:00
  • a97d7cf6f6 fixed warning Dmitry Stepanov 2026-03-20 22:27:08 +03:00
  • 9dbac7b0e0 updated changelog Dmitry Stepanov 2026-03-20 22:08:03 +03:00
  • 6e54d5c1c2 prevent crash when moving a scene node Dmitry Stepanov 2026-03-19 23:21:36 +03:00
  • ea74cf35ea reduced vram consumption by replacing rgba16f with rgb10a2 textures Dmitry Stepanov 2026-03-19 23:21:15 +03:00
  • 99b408e2f4 fixed resource registry not loading in time on wasm Dmitry Stepanov 2026-03-19 21:53:29 +03:00
  • e28f473fc5 increased kernel size of pcs filtered shadows Dmitry Stepanov 2026-03-18 20:54:26 +03:00
  • 322f3178a2 watch only registry root for changes Dmitry Stepanov 2026-03-16 20:45:18 +03:00
  • df193a1847 1.0.0 changelog Dmitry Stepanov 2026-03-16 19:01:07 +03:00
  • 496d3c49c2 updated glow dep Dmitry Stepanov 2026-03-16 18:47:22 +03:00
  • 1f4cff4adc fixed title Dmitry Stepanov 2026-03-15 19:54:17 +03:00
  • 9d1b7be4c3 fixed crash when switching scenes after selecting an audio bus Dmitry Stepanov 2026-03-15 10:58:13 +03:00
  • 351178c1ad do not offset a collider when changing its size via shape editing Dmitry Stepanov 2026-03-14 23:32:41 +03:00
  • ea587d8128 fixed incorrect shape editing for cuboid shapes Dmitry Stepanov 2026-03-14 22:15:29 +03:00
  • 7f19ad008e tooltip with track property name Dmitry Stepanov 2026-03-13 22:10:05 +03:00
  • 53665c460d cargo clippy --fix + cargo fmt Dmitry Stepanov 2026-03-12 23:29:58 +03:00
  • af94aa2a02 fixed debug rendering in 2d Dmitry Stepanov 2026-03-12 21:33:36 +03:00
  • 9de5582a4b do not echo sync-only messages Dmitry Stepanov 2026-03-12 21:08:00 +03:00
  • 7914a480f9 UserInterface::try_send_response helper Dmitry Stepanov 2026-03-12 21:07:35 +03:00
  • 9c9ecf8551 print info messages in automated tests only if visual_debug == true Dmitry Stepanov 2026-03-12 21:00:42 +03:00
  • 4a7a092db0 prevent message spam when executing editor tests Dmitry Stepanov 2026-03-12 20:59:47 +03:00
  • d93ebeb80f fixed position reset when moving multiple objects at once Dmitry Stepanov 2026-03-12 20:44:18 +03:00
  • 0853d5aed6 fixed crash when attempting to bring a destroyed widget into view Dmitry Stepanov 2026-03-11 19:13:51 +03:00
  • e726b3e8ac increase ambient lighting for asset preview Dmitry Stepanov 2026-03-11 18:33:55 +03:00
  • aab006421d improved validation for rigid bodies Dmitry Stepanov 2026-03-10 21:40:55 +03:00
  • bb0c87f54e fixed terrain multilayer rendering Dmitry Stepanov 2026-03-10 20:06:54 +03:00
  • 90625cda38 fixed prefab hot reloading Dmitry Stepanov 2026-03-09 23:06:22 +03:00
  • a4bb9e9c41 fixed heightfield collider not working (fix for rapier3d regression) Dmitry Stepanov 2026-03-09 21:50:42 +03:00
  • 092ebbd797 migrate to rapier 0.32 Dmitry Stepanov 2026-03-09 20:04:01 +03:00
  • 66586d9bba do not try to use hole mask if holes enabled flag is off Dmitry Stepanov 2026-03-09 18:33:05 +03:00
  • bc413859a4 fixed camera preview being cutoff from the bottom Dmitry Stepanov 2026-03-09 16:37:01 +03:00