Mirror/Assets/Mirage.Profiler/CHANGELOG.md
2024-01-16 08:58:48 +00:00

22 KiB
Executable File

1.1.0-mirror.11 (2023-08-13)

Bug Fixes

  • adding define to support older versions of mirror (86c29cd)

1.1.0-mirror.10 (2022-09-23)

Features

  • adding support for counter in built player (506e904)

1.1.0-mirror.9 (2022-09-08)

Features

1.1.0-mirror.8 (2022-09-08)

Bug Fixes

  • fixes null ref when sort header is null (9848b81), closes #4
  • fixing header being squashed if vertical scroll is full (89e651e)
  • fixing null ref when group message is false (6d3dfbf), closes #6
  • stopping exception if rpc name does not contain dot (#3) (4f7a1bd)

Features

  • adding group message to save data (12c3313)

1.1.0-mirror.7 (2022-09-07)

Bug Fixes

  • only add NetworkDiagnostics events for first static instance (#2) (d827c4d)

1.1.0-mirror.6 (2022-08-19)

Bug Fixes

  • removing mirage from paackage.json (0b0032b)

1.1.0-mirror.5 (2022-08-08)

Bug Fixes

  • movng files into package (b1d50bf)

1.1.0-mirror.4 (2022-08-08)

Bug Fixes

  • fixing version not being added by CI (08d48cf)

1.1.0-mirror.3 (2022-08-07)

Bug Fixes

  • adding missing meta file (318e209)

1.1.0-mirror.2 (2022-08-07)

Bug Fixes

  • adding runtime folder to fix package layout (e606a0f)

1.1.0-mirror.1 (2022-08-07)

Bug Fixes

  • fixing error when rpc name is empty (2502325)
  • fixing module names for mirror (94d77b1)

Features

1.0.0 (2022-08-07)

Bug Fixes

  • adding note about maybe missing NetworkProfilerBehaviour (91b2420)
  • changing order to be int.max (4c40e61)
  • clearing byte count at end of frame (f2270a8)
  • disabling debug message by default (7f16136)
  • enabling example bullet on server (ea15bf6)
  • fixing client spawn in example (5ff2c0a)
  • fixing crash when closing unity (cf2513a)
  • fixing define to hide debug toggle (8d22bf7)
  • fixing example auto connect (6b5163e)
  • fixing example where field was not being used (4417cdc)
  • fixing frame index for saved messages (49d9e70)
  • fixing groups not un-expanding (196feae)
  • fixing index out of range on first frame (036f104)
  • fixing player count sample being skipped (740b4f8)
  • fixing profier behaviour (53f0614)
  • fixing ProfilerCounter (81344fe)
  • fixing sort arrow not updated (3ced312)
  • fixing unity skipping profiler frames becuase unity is buggy (f452ac4)
  • init array with non-null elements (b3c3276)
  • making example clients auto reconnect (cbf27b7)
  • making header scroll Horizontally (5eac0f7)
  • making message info fields serializable (81fb20d)
  • naming debug name shorter (36f2d6a)
  • removing debug logs (0bb90ef)
  • removing prefix from summary labels (3841a9e)
  • removing verbose log (0cfd3bf)
  • scroll bar for table (af7c83b)
  • setting max connections in example to 1000 (94d06ea)
  • stoping sort mode going back to none (7745700)
  • updating mirage for fix (e367c4a)

Features

  • adding basic column sort (39d4519)
  • adding object name column (239e069)
  • adding option to group messages by type (2e5fc27)
  • adding option to run example outside of editor (5a75b65)
  • adding rpc name to message info (d90d842)
  • adding rpc name to table (63722e2)
  • adding shooting to example (6a86354)
  • adding sorting for groups (2dec9a5)
  • expandable groups for message types (001de86)
  • first prerelease (7fbd8ce)
  • first release (55b2b39)
  • only showing rpc short name, full name in tooltip (9f71ae7)
  • putting table header above scrollview (a7d52ff)
  • returning saved message instead of ones from counter (6e894fa)
  • saving group expanded in save data (70e4da9)
  • saving message for frames (131257a)
  • using sort from save data (6bded42)
  • working save data for message table (0ab9197)

Performance Improvements

  • replacing FindObjectOfType with reference given in setup (71e6712)

1.0.0-beta.24 (2022-08-07)

Bug Fixes

  • making header scroll Horizontally (7ba9d26)

Features

  • adding rpc name to message info (52a7bb4)
  • adding rpc name to table (fd1e762)
  • only showing rpc short name, full name in tooltip (e346a6f)

1.0.0-beta.23 (2022-08-07)

Bug Fixes

  • fixing sort arrow not updated (bf8cd9a)

1.0.0-beta.22 (2022-08-07)

Features

  • saving group expanded in save data (557538c)

1.0.0-beta.21 (2022-08-07)

Bug Fixes

  • fixing index out of range on first frame (b1a4a6b)
  • fixing player count sample being skipped (04d7341)
  • setting max connections in example to 1000 (94dc143)

Features

  • adding object name column (d3de7e3)

Performance Improvements

  • replacing FindObjectOfType with reference given in setup (df9141d)

1.0.0-beta.20 (2022-08-06)

Bug Fixes

  • fixing example where field was not being used (1e6f605)

1.0.0-beta.19 (2022-08-06)

Bug Fixes

1.0.0-beta.18 (2022-08-06)

Bug Fixes

  • fixing crash when closing unity (eacc82c)
  • fixing unity skipping profiler frames becuase unity is buggy (4e23dff)

1.0.0-beta.17 (2022-08-06)

Bug Fixes

1.0.0-beta.16 (2022-08-06)

Bug Fixes

  • clearing byte count at end of frame (d185ad4)
  • enabling example bullet on server (bc58f72)
  • fixing client spawn in example (348e98b)
  • fixing example auto connect (65968de)
  • fixing frame index for saved messages (1204a1f)
  • fixing profier behaviour (bc91dc7)
  • fixing ProfilerCounter (9a7f62a)
  • init array with non-null elements (f69c268)
  • making example clients auto reconnect (8ca5eee)
  • making message info fields serializable (4cbc905)

Features

  • adding option to run example outside of editor (5de8073)
  • adding shooting to example (543374a)
  • returning saved message instead of ones from counter (541ec66)
  • saving message for frames (519f256)
  • working save data for message table (ffaaef9)

1.0.0-beta.15 (2022-08-05)

Bug Fixes

  • stoping sort mode going back to none (5c85668)

Features

  • using sort from save data (cdc65ad)

1.0.0-beta.14 (2022-08-03)

Bug Fixes

  • adding note about maybe missing NetworkProfilerBehaviour (5120029)

1.0.0-beta.13 (2022-08-03)

Bug Fixes

  • changing order to be int.max (31cbd2f)

1.0.0-beta.12 (2022-07-28)

Bug Fixes

  • fixing groups not un-expanding (17c27c2)

1.0.0-beta.11 (2022-07-28)

Features

  • putting table header above scrollview (6d52a00)

1.0.0-beta.10 (2022-07-28)

Features

  • adding sorting for groups (bd655e8)

1.0.0-beta.9 (2022-07-27)

Features

  • adding basic column sort (1ce56a8)

1.0.0-beta.8 (2022-07-26)

Bug Fixes

  • disabling debug message by default (ad1e082)
  • removing prefix from summary labels (6836ff5)

1.0.0-beta.7 (2022-07-26)

Features

  • expandable groups for message types (20f949c)

1.0.0-beta.6 (2022-07-25)

Bug Fixes

  • fixing define to hide debug toggle (5798c5c)

1.0.0-beta.5 (2022-07-25)

Features

  • adding option to group messages by type (9392ebb)

1.0.0-beta.4 (2022-07-23)

Bug Fixes

  • naming debug name shorter (1a2ad87)

1.0.0-beta.3 (2022-07-23)

Bug Fixes

1.0.0-beta.2 (2022-07-23)

Bug Fixes

  • updating mirage for fix (69ded5e)

1.0.0-beta.1 (2022-07-23)

Features