{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":324608194,"defaultBranch":"main","name":"GDX","ownerLogin":"dotBunny","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-12-26T17:58:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5067903?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1704151063.0","currentOid":""},"activityList":{"items":[{"before":"02ed52d0d0118be0917a6ee485fbed2b781c8a88","after":"136ecc6e01b4c8fbbfb0bb588f609839d1589114","ref":"refs/heads/dev","pushedAt":"2024-01-01T23:24:07.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Merge pull request #103 from dotBunny/main\n\nResync main->dev","shortMessageHtmlLink":"Merge pull request #103 from dotBunny/main"}},{"before":"f433079337be52fe2cb1c5700b1d2f0cbcf383e4","after":"1f69a687fac6ceddca76935b53c9cffbcd87dd52","ref":"refs/heads/main","pushedAt":"2024-01-01T23:23:06.000Z","pushType":"pr_merge","commitsCount":596,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Merge pull request #102 from dev\n\nSync main (no real actual change)","shortMessageHtmlLink":"Merge pull request #102 from dev"}},{"before":"2c1dd2be0b829360f1b47067196d8fce2931ce38","after":"02ed52d0d0118be0917a6ee485fbed2b781c8a88","ref":"refs/heads/dev","pushedAt":"2024-01-01T23:20:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"4.0.1 Release (#100) (#101)\n\n* Better table usage tracking across domain reloads, multiple opens\r\n\r\n* Reworked tracking between domain reload to be more streamlined.\r\n\r\n* Only TryAdd in 2022\r\n\r\n* Fixed issue with removing the last sparse ID entry in a table\r\n\r\n* Need this to be a string because the type will get checked later.\r\n\r\n* Add default type.\r\n\r\n* Cell drawers should record table usage\r\n\r\n* Remove spacer from property drawer\r\n\r\n* Docs on CellValues, move to identifier naming\r\n\r\n* Wider rename effort ongoing\r\n\r\n* Move to DataTable naming\r\n\r\n* Move everything to identifier naming\r\n\r\n* Initial StableTable tests\r\n\r\n* Fixup stable table tests for naming changes\r\n\r\n* Documentation for all CellValues\r\n\r\n* Moving thigns around\r\n\r\n* Resolve pre 2022\r\n\r\n* Few combined changes towards better naming / clarity\r\n\r\n- Use unsigned integer and long field\r\n- Rename DataTableCache to DataTableTracker (sorta observer pattern)\r\n\r\n* Resolve life time issues on property drawer\r\n\r\n* Label #endif statements of runtime\r\n\r\n* Label #endif in tests\r\n\r\n* Comment editor #endif\r\n\r\n* WIP on API choices\r\n\r\n* Fixes for 2023\r\n\r\n* Few more things to resolve.\r\n\r\n* Now were just playing games.\r\n\r\n* Go back to DataTableBase naming\r\n\r\n* docu-men-tation\r\n\r\n* Add in GetColumnOrder and GetRowOrder\r\n\r\n* DataTableExentions documentation\r\n\r\n* Code cleanup\r\n\r\n* Initial trial of Redo event pattern\r\n\r\n* Don't support undo prior to 2022.2\r\n\r\n* Stub out clear after domain reload, better item updating\r\n\r\n* Better handling of undo/selection change\r\n\r\n* Move original inspector to use the new detach\r\n\r\n* Stub for sorting\r\n\r\n* Create new accessors by identifiers / rename to by order\r\n\r\n* Working on sort stub\r\n\r\n* Prepping version bump in docs\r\n\r\n* Experimental namespace\r\n\r\n* Generalize column type API\r\n\r\n* Missed exclusion\r\n\r\n* Initial column sorters + fix for empty table inspector\r\n\r\n* More tweaks\r\n\r\n* Fix for row sorting and row name sorting\r\n\r\n* Sub-sorting for items\r\n\r\n* Add column moving by command , disable reordering by dragging\r\n\r\n* Fix row names not getting resorted.\r\n\r\n* Move to virtual rows\r\n\r\n* Super delayed resize call to get around 2 frames to resize\r\n\r\n* Data Table name\r\n\r\n* Fixed removeAt issue for rows\r\n\r\n* Stub work for enumint\r\n\r\n* More stubb - need to fill out actuals once we have some data\r\n\r\n* More cleanup of the toolbar\r\n\r\n* Bunch of updates\r\n\r\n- Update changelog w/ additional changes\r\n- Images for docs\r\n\r\n* Fix tests\r\n\r\n* Test current doc generation\r\n\r\n* Fix for Select Column\r\n\r\n* First pass at documentation\r\n\r\n* Move to animated gif approach for drawer demonstration\r\n\r\n* JSON interchange stubs\r\n\r\n* Add comment about moving extensions to namespaces\r\n\r\n* Add enum support\r\n\r\n* Add JSON support + update images / docs\r\n\r\n* WIP on enum field stuff\r\n\r\n* Data migration\r\n\r\n* wrong array passed\r\n\r\n* Fix for column name remove issue\r\n\r\n* Force all serialization update\r\n\r\n* Properly name ColumnIdentifier\r\n\r\n* Fix issue where EnumInt's row array was not growing appropriately.\r\n\r\n* Picker work\r\n\r\n* Fix compile\r\n\r\n* Picker sorta\r\n\r\n* Working picker (first pass)\r\n\r\n* Optimizations / cleanup\r\n\r\n* Disable export to JSON button when no columns present\r\n\r\n* Seperate TypePicker to its own visual element type\r\n\r\n* Cleaner detach code on panels as well as stop escape clearing empty table column add\r\n\r\n* Few tweaks to picker / bug fixes to bad states + sorter for enum\r\n\r\n* Rename some methods\r\n\r\n* Fix for value being set\r\n\r\n* Dont do anything when we set null\r\n\r\n* Better handle Window \"reload\"\r\n\r\n* Faster search of types\r\n\r\n* Optimizatiosn + fix for unnecessary query\r\n\r\n* No real need for tooltip.\r\n\r\n* Minimize actual string length being searched\r\n\r\n* Better naming\r\n\r\n* Default all tickets to -1 to ensure validity\r\n\r\n* Internally track unit testing and avoid dialogs when in tests\r\n\r\n* Prep for tests\r\n\r\n* Make demo table creation responsive to known types\r\n\r\n* Add reference only mode stub\r\n\r\n* Handle nullable types in exporting\r\n\r\n* Add support for locking data (this doesnt force update the other inspectors, would need callback on settings change)\r\n\r\n* References Only mode indicator\r\n\r\n* Move to side car model for authoring data\r\n\r\n* Meta trick\r\n\r\n* Textures\r\n\r\n* Resolve access errors with new model\r\n\r\n* Create T_DataTable.png\r\n\r\nadded data table type icon\r\n\r\n* More clean up and documentation\r\n\r\n* Remove unnecessary using\r\n\r\n* Add message about the lock icon\r\n\r\n* Start initial stubs for sync\r\n\r\n* Make meta live only in 2022.2+\r\n\r\n* Actually move that to 2021.3\r\n\r\n* Less in project assets for icon, starting to make the sync.\r\n\r\n* Wrap with ifdef\r\n\r\n* WIP dont want to auto sync after much thought\r\n\r\n* Working on cleaning up feelings\r\n\r\n* Move to binding naming w/ icons for light and dark theme\r\n\r\n* Rename to DataTableTransfor for object used to pass around serialized data.\r\n\r\n* Initial rework to allow for a custom provider\r\n\r\n* Dynamic bindings\r\n\r\n* Better docs for Data Table formats\r\n\r\n* Force loose reference\r\n\r\n* Quick demo for Andy of references\r\n\r\n* Remove references window\r\n\r\n* Add assets search definition\r\n\r\n* Create menu item as expected\r\n\r\n* Fix menu item and add static help uri\r\n\r\n* New images / fixed changelog\r\n\r\n* Started rework of features text\r\n\r\n* Start to move to new Log method\r\n\r\n* WIP of ManagedLog\r\n\r\n* Maybe fix expected logs\r\n\r\n* Profiling logging\r\n\r\n* Fix compilation of BVT\r\n\r\n* Define constant\r\n\r\n* Remove trace settings\r\n\r\n* Accessors\r\n\r\n* Features page intial pass\r\n\r\n* Add 2020 compatibility\r\n\r\n* Add docs to ManagedLog\r\n\r\n* Updated XML/naming\r\n\r\n* Remove links as private\r\n\r\n* Add row and column identifier accessors (copies to clipboard / echos to log)\r\n\r\n* Added Build Config system\r\n\r\n* Fix for 2020.3\r\n\r\n* Stub in some logging\r\n\r\n* Fixes to player loop extensions\r\n\r\n* Comments for future work\r\n\r\n* Putting together handler\r\n\r\n* Fix typos in headers plus make wrapper for log to make compatible with runtime ui\r\n\r\n* Capacity\r\n\r\n* Remove now integrated changes\r\n\r\n* Add synthetic stub to use Unity's InputSystem in the future.\r\n\r\n* Update with new scene stuff.\r\n\r\n* Resolve bug on handler not resetting back after exiting playmode\r\n\r\n* Starting to expose the developer console concept, need to work on generalizing runtime, as well as config options still.\r\n\r\n* Add option to turn off console\r\n\r\n* Moved the PlayerLoop additions to the core, as well as made optional usage of the ManagedLog and DeveloperConsole\r\n\r\n* Removal of old Runtime element (misadded)\r\n\r\n* Add protection around version for auto correct.\r\n\r\n* Remove high level C# usage\r\n\r\n* Handle slight API change\r\n\r\n* Revert changes back to unified split\r\n\r\n* Apply protection against Unity version\r\n\r\n* Fix wrong conditional\r\n\r\n* Fix editor system needing dev console.\r\n\r\n* Stage without FA\r\n\r\n* Dont put in message\r\n\r\n* Add fallback for when we do not have the input system.\r\n\r\n* Wrap include with GDX_INPUT\r\n\r\n* Move to UNITY_2022_2_OR_NEWER requirement\r\n\r\n* Fix for bad naming\r\n\r\n* Update for new namespaces\r\n\r\n* Move to self initialization pattern\r\n\r\n* Update the tests\r\n\r\n* Add minified version of free FONT Awesome icons used (pro kit)\r\n\r\n* Ensure FA is included in builds\r\n\r\n* Add remote sending from connected editors to player.\r\n\r\n* Updates to command palette for network\r\n\r\n* stub console variable - maybe generic is better\r\n\r\n* First pass on console variables\r\n\r\n* Moving to dynamic scaling font size --- need to move to MCLV\r\n\r\n* Early work to move to multi column list view...need to style\r\n\r\n* Revert \"Early work to move to multi column list view...need to style\"\r\n\r\nThis reverts commit c61ba34dec0d4468a78dbfc748b33203f5ce1662.\r\n\r\n* Disappointed in MCLV\r\n\r\n* Need to think on how to deal with the roll over for virtualization, where the buffer wraps, data lives on\r\n\r\n* First pass at static length building\r\n\r\n* Update for log categories being capitalized?\r\n\r\n* Auto complete v1\r\n\r\n* Add scene list support to command, add auto complete generalized logic.\r\n\r\n* Fix bad named test category\r\n\r\n* Protect base console variable types, limiting to 2022.2+\r\n\r\n* The sickness is making me slip here ...not good.\r\n\r\n* Wrap CVARs as well.\r\n\r\n* Wrap for API support\r\n\r\n* Adjust for centralized input behaviour\r\n\r\n* Add watch object\r\n\r\n* Risky cleanup of this ...\r\n\r\n* Ensure positon of the console.\r\n\r\n* Do not block on writing out\r\n\r\n* Best case scene find in editor\r\n\r\n* Self creating pattern for console\r\n\r\n* Clean up previous helper - for hot reloading.\r\n\r\n* add proper loading for playmode vs not\r\n\r\n* Attempt runtime leak on quit\r\n\r\n* Remove bad using\r\n\r\n* Rethink watches updating\r\n\r\n* Add polling function\r\n\r\n* Final form - two columns data that gets polled and then you get the content (cached names)\r\n\r\n* Starting to work to showing watches\r\n\r\n* Value based watching\r\n\r\n* wip on movable\r\n\r\n* Proper show system\r\n\r\n* Starting to build out watch manipulation commands\r\n\r\n* Watches showing\r\n\r\n* Start to put together sentiment for the colored watches\r\n\r\n* Static watches\r\n\r\n* Wrap for older unity version\r\n\r\n* Wrap other watches command\r\n\r\n* Integer and Float watches.\r\n\r\n* Working on charting\r\n\r\n* line drawing\r\n\r\n* Watches now save their state.\r\n\r\n* sizable elements\r\n\r\n* boxed chart\r\n\r\n* Add global watch toggle and move commands around.\r\n\r\nClose #95\r\n\r\n* WIP around screenshot\r\n\r\n* Add support for screen and editor captures.\r\n\r\n* Starting to think about how the writer could work, ugh\r\n\r\n* Shift to idea that the writer will be in bytes\r\n\r\n* Removing ManagedLog pt1 - dont use\r\n\r\n* Removes managed log concept\r\n\r\n* Frame number\r\n\r\n* Fix issues with tests\r\n\r\n* Protect 2022\r\n\r\n* Move to logtype\r\n\r\n* Absolute setting\r\n\r\n* Fix for build side issues\r\n\r\n* Missing bracket fix\r\n\r\n* Removes ManagedLog references from codebase\r\n\r\nCloses issue #99\r\n\r\n* Update copyright to 2024\r\n\r\n* Better support for toggling all watches on and off, as well as a global toggle.\r\n\r\nCloses issue #95\r\n\r\n---------\r\n\r\nCo-authored-by: Humidibot \r\nCo-authored-by: Andy Xiao ","shortMessageHtmlLink":"4.0.1 Release (#100) (#101)"}},{"before":"a5e3411ab3700d96c7397283e7489b9e37f9e616","after":"f433079337be52fe2cb1c5700b1d2f0cbcf383e4","ref":"refs/heads/main","pushedAt":"2024-01-01T23:16:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"4.0.1 Release (#100)\n\n* Better table usage tracking across domain reloads, multiple opens\r\n\r\n* Reworked tracking between domain reload to be more streamlined.\r\n\r\n* Only TryAdd in 2022\r\n\r\n* Fixed issue with removing the last sparse ID entry in a table\r\n\r\n* Need this to be a string because the type will get checked later.\r\n\r\n* Add default type.\r\n\r\n* Cell drawers should record table usage\r\n\r\n* Remove spacer from property drawer\r\n\r\n* Docs on CellValues, move to identifier naming\r\n\r\n* Wider rename effort ongoing\r\n\r\n* Move to DataTable naming\r\n\r\n* Move everything to identifier naming\r\n\r\n* Initial StableTable tests\r\n\r\n* Fixup stable table tests for naming changes\r\n\r\n* Documentation for all CellValues\r\n\r\n* Moving thigns around\r\n\r\n* Resolve pre 2022\r\n\r\n* Few combined changes towards better naming / clarity\r\n\r\n- Use unsigned integer and long field\r\n- Rename DataTableCache to DataTableTracker (sorta observer pattern)\r\n\r\n* Resolve life time issues on property drawer\r\n\r\n* Label #endif statements of runtime\r\n\r\n* Label #endif in tests\r\n\r\n* Comment editor #endif\r\n\r\n* WIP on API choices\r\n\r\n* Fixes for 2023\r\n\r\n* Few more things to resolve.\r\n\r\n* Now were just playing games.\r\n\r\n* Go back to DataTableBase naming\r\n\r\n* docu-men-tation\r\n\r\n* Add in GetColumnOrder and GetRowOrder\r\n\r\n* DataTableExentions documentation\r\n\r\n* Code cleanup\r\n\r\n* Initial trial of Redo event pattern\r\n\r\n* Don't support undo prior to 2022.2\r\n\r\n* Stub out clear after domain reload, better item updating\r\n\r\n* Better handling of undo/selection change\r\n\r\n* Move original inspector to use the new detach\r\n\r\n* Stub for sorting\r\n\r\n* Create new accessors by identifiers / rename to by order\r\n\r\n* Working on sort stub\r\n\r\n* Prepping version bump in docs\r\n\r\n* Experimental namespace\r\n\r\n* Generalize column type API\r\n\r\n* Missed exclusion\r\n\r\n* Initial column sorters + fix for empty table inspector\r\n\r\n* More tweaks\r\n\r\n* Fix for row sorting and row name sorting\r\n\r\n* Sub-sorting for items\r\n\r\n* Add column moving by command , disable reordering by dragging\r\n\r\n* Fix row names not getting resorted.\r\n\r\n* Move to virtual rows\r\n\r\n* Super delayed resize call to get around 2 frames to resize\r\n\r\n* Data Table name\r\n\r\n* Fixed removeAt issue for rows\r\n\r\n* Stub work for enumint\r\n\r\n* More stubb - need to fill out actuals once we have some data\r\n\r\n* More cleanup of the toolbar\r\n\r\n* Bunch of updates\r\n\r\n- Update changelog w/ additional changes\r\n- Images for docs\r\n\r\n* Fix tests\r\n\r\n* Test current doc generation\r\n\r\n* Fix for Select Column\r\n\r\n* First pass at documentation\r\n\r\n* Move to animated gif approach for drawer demonstration\r\n\r\n* JSON interchange stubs\r\n\r\n* Add comment about moving extensions to namespaces\r\n\r\n* Add enum support\r\n\r\n* Add JSON support + update images / docs\r\n\r\n* WIP on enum field stuff\r\n\r\n* Data migration\r\n\r\n* wrong array passed\r\n\r\n* Fix for column name remove issue\r\n\r\n* Force all serialization update\r\n\r\n* Properly name ColumnIdentifier\r\n\r\n* Fix issue where EnumInt's row array was not growing appropriately.\r\n\r\n* Picker work\r\n\r\n* Fix compile\r\n\r\n* Picker sorta\r\n\r\n* Working picker (first pass)\r\n\r\n* Optimizations / cleanup\r\n\r\n* Disable export to JSON button when no columns present\r\n\r\n* Seperate TypePicker to its own visual element type\r\n\r\n* Cleaner detach code on panels as well as stop escape clearing empty table column add\r\n\r\n* Few tweaks to picker / bug fixes to bad states + sorter for enum\r\n\r\n* Rename some methods\r\n\r\n* Fix for value being set\r\n\r\n* Dont do anything when we set null\r\n\r\n* Better handle Window \"reload\"\r\n\r\n* Faster search of types\r\n\r\n* Optimizatiosn + fix for unnecessary query\r\n\r\n* No real need for tooltip.\r\n\r\n* Minimize actual string length being searched\r\n\r\n* Better naming\r\n\r\n* Default all tickets to -1 to ensure validity\r\n\r\n* Internally track unit testing and avoid dialogs when in tests\r\n\r\n* Prep for tests\r\n\r\n* Make demo table creation responsive to known types\r\n\r\n* Add reference only mode stub\r\n\r\n* Handle nullable types in exporting\r\n\r\n* Add support for locking data (this doesnt force update the other inspectors, would need callback on settings change)\r\n\r\n* References Only mode indicator\r\n\r\n* Move to side car model for authoring data\r\n\r\n* Meta trick\r\n\r\n* Textures\r\n\r\n* Resolve access errors with new model\r\n\r\n* Create T_DataTable.png\r\n\r\nadded data table type icon\r\n\r\n* More clean up and documentation\r\n\r\n* Remove unnecessary using\r\n\r\n* Add message about the lock icon\r\n\r\n* Start initial stubs for sync\r\n\r\n* Make meta live only in 2022.2+\r\n\r\n* Actually move that to 2021.3\r\n\r\n* Less in project assets for icon, starting to make the sync.\r\n\r\n* Wrap with ifdef\r\n\r\n* WIP dont want to auto sync after much thought\r\n\r\n* Working on cleaning up feelings\r\n\r\n* Move to binding naming w/ icons for light and dark theme\r\n\r\n* Rename to DataTableTransfor for object used to pass around serialized data.\r\n\r\n* Initial rework to allow for a custom provider\r\n\r\n* Dynamic bindings\r\n\r\n* Better docs for Data Table formats\r\n\r\n* Force loose reference\r\n\r\n* Quick demo for Andy of references\r\n\r\n* Remove references window\r\n\r\n* Add assets search definition\r\n\r\n* Create menu item as expected\r\n\r\n* Fix menu item and add static help uri\r\n\r\n* New images / fixed changelog\r\n\r\n* Started rework of features text\r\n\r\n* Start to move to new Log method\r\n\r\n* WIP of ManagedLog\r\n\r\n* Maybe fix expected logs\r\n\r\n* Profiling logging\r\n\r\n* Fix compilation of BVT\r\n\r\n* Define constant\r\n\r\n* Remove trace settings\r\n\r\n* Accessors\r\n\r\n* Features page intial pass\r\n\r\n* Add 2020 compatibility\r\n\r\n* Add docs to ManagedLog\r\n\r\n* Updated XML/naming\r\n\r\n* Remove links as private\r\n\r\n* Add row and column identifier accessors (copies to clipboard / echos to log)\r\n\r\n* Added Build Config system\r\n\r\n* Fix for 2020.3\r\n\r\n* Stub in some logging\r\n\r\n* Fixes to player loop extensions\r\n\r\n* Comments for future work\r\n\r\n* Putting together handler\r\n\r\n* Fix typos in headers plus make wrapper for log to make compatible with runtime ui\r\n\r\n* Capacity\r\n\r\n* Remove now integrated changes\r\n\r\n* Add synthetic stub to use Unity's InputSystem in the future.\r\n\r\n* Update with new scene stuff.\r\n\r\n* Resolve bug on handler not resetting back after exiting playmode\r\n\r\n* Starting to expose the developer console concept, need to work on generalizing runtime, as well as config options still.\r\n\r\n* Add option to turn off console\r\n\r\n* Moved the PlayerLoop additions to the core, as well as made optional usage of the ManagedLog and DeveloperConsole\r\n\r\n* Removal of old Runtime element (misadded)\r\n\r\n* Add protection around version for auto correct.\r\n\r\n* Remove high level C# usage\r\n\r\n* Handle slight API change\r\n\r\n* Revert changes back to unified split\r\n\r\n* Apply protection against Unity version\r\n\r\n* Fix wrong conditional\r\n\r\n* Fix editor system needing dev console.\r\n\r\n* Stage without FA\r\n\r\n* Dont put in message\r\n\r\n* Add fallback for when we do not have the input system.\r\n\r\n* Wrap include with GDX_INPUT\r\n\r\n* Move to UNITY_2022_2_OR_NEWER requirement\r\n\r\n* Fix for bad naming\r\n\r\n* Update for new namespaces\r\n\r\n* Move to self initialization pattern\r\n\r\n* Update the tests\r\n\r\n* Add minified version of free FONT Awesome icons used (pro kit)\r\n\r\n* Ensure FA is included in builds\r\n\r\n* Add remote sending from connected editors to player.\r\n\r\n* Updates to command palette for network\r\n\r\n* stub console variable - maybe generic is better\r\n\r\n* First pass on console variables\r\n\r\n* Moving to dynamic scaling font size --- need to move to MCLV\r\n\r\n* Early work to move to multi column list view...need to style\r\n\r\n* Revert \"Early work to move to multi column list view...need to style\"\r\n\r\nThis reverts commit c61ba34dec0d4468a78dbfc748b33203f5ce1662.\r\n\r\n* Disappointed in MCLV\r\n\r\n* Need to think on how to deal with the roll over for virtualization, where the buffer wraps, data lives on\r\n\r\n* First pass at static length building\r\n\r\n* Update for log categories being capitalized?\r\n\r\n* Auto complete v1\r\n\r\n* Add scene list support to command, add auto complete generalized logic.\r\n\r\n* Fix bad named test category\r\n\r\n* Protect base console variable types, limiting to 2022.2+\r\n\r\n* The sickness is making me slip here ...not good.\r\n\r\n* Wrap CVARs as well.\r\n\r\n* Wrap for API support\r\n\r\n* Adjust for centralized input behaviour\r\n\r\n* Add watch object\r\n\r\n* Risky cleanup of this ...\r\n\r\n* Ensure positon of the console.\r\n\r\n* Do not block on writing out\r\n\r\n* Best case scene find in editor\r\n\r\n* Self creating pattern for console\r\n\r\n* Clean up previous helper - for hot reloading.\r\n\r\n* add proper loading for playmode vs not\r\n\r\n* Attempt runtime leak on quit\r\n\r\n* Remove bad using\r\n\r\n* Rethink watches updating\r\n\r\n* Add polling function\r\n\r\n* Final form - two columns data that gets polled and then you get the content (cached names)\r\n\r\n* Starting to work to showing watches\r\n\r\n* Value based watching\r\n\r\n* wip on movable\r\n\r\n* Proper show system\r\n\r\n* Starting to build out watch manipulation commands\r\n\r\n* Watches showing\r\n\r\n* Start to put together sentiment for the colored watches\r\n\r\n* Static watches\r\n\r\n* Wrap for older unity version\r\n\r\n* Wrap other watches command\r\n\r\n* Integer and Float watches.\r\n\r\n* Working on charting\r\n\r\n* line drawing\r\n\r\n* Watches now save their state.\r\n\r\n* sizable elements\r\n\r\n* boxed chart\r\n\r\n* Add global watch toggle and move commands around.\r\n\r\nClose #95\r\n\r\n* WIP around screenshot\r\n\r\n* Add support for screen and editor captures.\r\n\r\n* Starting to think about how the writer could work, ugh\r\n\r\n* Shift to idea that the writer will be in bytes\r\n\r\n* Removing ManagedLog pt1 - dont use\r\n\r\n* Removes managed log concept\r\n\r\n* Frame number\r\n\r\n* Fix issues with tests\r\n\r\n* Protect 2022\r\n\r\n* Move to logtype\r\n\r\n* Absolute setting\r\n\r\n* Fix for build side issues\r\n\r\n* Missing bracket fix\r\n\r\n* Removes ManagedLog references from codebase\r\n\r\nCloses issue #99\r\n\r\n* Update copyright to 2024\r\n\r\n* Better support for toggling all watches on and off, as well as a global toggle.\r\n\r\nCloses issue #95\r\n\r\n---------\r\n\r\nCo-authored-by: Humidibot \r\nCo-authored-by: Andy Xiao ","shortMessageHtmlLink":"4.0.1 Release (#100)"}},{"before":"9db4ba75ad1a9ca5bdf15a48eda89742aee1db79","after":"2c1dd2be0b829360f1b47067196d8fce2931ce38","ref":"refs/heads/dev","pushedAt":"2024-01-01T20:29:48.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Better support for toggling all watches on and off, as well as a global toggle.\n\nCloses issue #95","shortMessageHtmlLink":"Better support for toggling all watches on and off, as well as a glob…"}},{"before":"a9462aa929378139694a587c3bc36abcb4a54ba1","after":"9db4ba75ad1a9ca5bdf15a48eda89742aee1db79","ref":"refs/heads/dev","pushedAt":"2023-12-01T01:22:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Missing bracket fix","shortMessageHtmlLink":"Missing bracket fix"}},{"before":"c379f79e715f549974001ebacb6a9db189da3050","after":"a9462aa929378139694a587c3bc36abcb4a54ba1","ref":"refs/heads/dev","pushedAt":"2023-12-01T00:58:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Fix for build side issues","shortMessageHtmlLink":"Fix for build side issues"}},{"before":"324df7abb621d193dca13fec966386bbebac2fdc","after":"c379f79e715f549974001ebacb6a9db189da3050","ref":"refs/heads/dev","pushedAt":"2023-12-01T00:34:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Absolute setting","shortMessageHtmlLink":"Absolute setting"}},{"before":"825c66172d7ed134dd6d59e35b410a1d5f3e96f5","after":"324df7abb621d193dca13fec966386bbebac2fdc","ref":"refs/heads/dev","pushedAt":"2023-12-01T00:14:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Move to logtype","shortMessageHtmlLink":"Move to logtype"}},{"before":"fe465e017b476609e95f6212f3510ca77c05b9c4","after":"825c66172d7ed134dd6d59e35b410a1d5f3e96f5","ref":"refs/heads/dev","pushedAt":"2023-12-01T00:05:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Fix issues with tests","shortMessageHtmlLink":"Fix issues with tests"}},{"before":"f4f4c19c31600be5ea14cda71e2deaa6a85e2429","after":"fe465e017b476609e95f6212f3510ca77c05b9c4","ref":"refs/heads/dev","pushedAt":"2023-11-30T19:29:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Frame number","shortMessageHtmlLink":"Frame number"}},{"before":"f995a34818279b23c0dd15a2f47eeaca708c6f2d","after":"f4f4c19c31600be5ea14cda71e2deaa6a85e2429","ref":"refs/heads/dev","pushedAt":"2023-11-30T03:39:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Removes managed log concept","shortMessageHtmlLink":"Removes managed log concept"}},{"before":"6306f56a8463373e6a5097ede4b5c76c7ff7771a","after":"f995a34818279b23c0dd15a2f47eeaca708c6f2d","ref":"refs/heads/dev","pushedAt":"2023-11-29T22:54:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Removing ManagedLog pt1 - dont use","shortMessageHtmlLink":"Removing ManagedLog pt1 - dont use"}},{"before":"9f7aa8d909560db56d990c9448b8e495affff22c","after":"6306f56a8463373e6a5097ede4b5c76c7ff7771a","ref":"refs/heads/dev","pushedAt":"2023-11-29T03:31:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Shift to idea that the writer will be in bytes","shortMessageHtmlLink":"Shift to idea that the writer will be in bytes"}},{"before":"91d9da5c285a189e80939b873e9fcff7a5e0d537","after":"9f7aa8d909560db56d990c9448b8e495affff22c","ref":"refs/heads/dev","pushedAt":"2023-11-28T21:19:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Starting to think about how the writer could work, ugh","shortMessageHtmlLink":"Starting to think about how the writer could work, ugh"}},{"before":"4b288fbdf2636d5263a29b0806cb80f9f6627af8","after":"91d9da5c285a189e80939b873e9fcff7a5e0d537","ref":"refs/heads/dev","pushedAt":"2023-11-28T11:57:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Add support for screen and editor captures.","shortMessageHtmlLink":"Add support for screen and editor captures."}},{"before":"f9a8f4d3cf326663ddf1b0a9d8f29b178bb51753","after":"4b288fbdf2636d5263a29b0806cb80f9f6627af8","ref":"refs/heads/dev","pushedAt":"2023-11-28T03:33:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"WIP around screenshot","shortMessageHtmlLink":"WIP around screenshot"}},{"before":"b4a57a3acacde8cd737b0baf6b660bf214328392","after":"f9a8f4d3cf326663ddf1b0a9d8f29b178bb51753","ref":"refs/heads/dev","pushedAt":"2023-11-27T21:44:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Add global watch toggle and move commands around.\n\nClose #95","shortMessageHtmlLink":"Add global watch toggle and move commands around."}},{"before":"5c76ee68da20278b494edc3fab6a32c8c770ce36","after":"b4a57a3acacde8cd737b0baf6b660bf214328392","ref":"refs/heads/dev","pushedAt":"2023-11-26T19:29:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"boxed chart","shortMessageHtmlLink":"boxed chart"}},{"before":"f9ff30873f730961dde09d31fa4c3cd42b83827d","after":"5c76ee68da20278b494edc3fab6a32c8c770ce36","ref":"refs/heads/dev","pushedAt":"2023-11-26T18:34:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"sizable elements","shortMessageHtmlLink":"sizable elements"}},{"before":"8ce4c4bed501c3e3d8a9260c8d13d65b9b7460d1","after":"f9ff30873f730961dde09d31fa4c3cd42b83827d","ref":"refs/heads/dev","pushedAt":"2023-11-25T17:40:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Watches now save their state.","shortMessageHtmlLink":"Watches now save their state."}},{"before":"79f1185638536e606178f4b1b188bfebbd6eda52","after":"8ce4c4bed501c3e3d8a9260c8d13d65b9b7460d1","ref":"refs/heads/dev","pushedAt":"2023-11-25T03:34:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"line drawing","shortMessageHtmlLink":"line drawing"}},{"before":"e508f2696c46cad72fda86ac958d1d103aec97f4","after":"79f1185638536e606178f4b1b188bfebbd6eda52","ref":"refs/heads/dev","pushedAt":"2023-11-24T22:39:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Working on charting","shortMessageHtmlLink":"Working on charting"}},{"before":"690b41d1765b807de7ef7f159c5ac0d30e008298","after":"e508f2696c46cad72fda86ac958d1d103aec97f4","ref":"refs/heads/dev","pushedAt":"2023-11-24T14:12:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Integer and Float watches.","shortMessageHtmlLink":"Integer and Float watches."}},{"before":"9df2c4f546d2421b16e082c33170287c56383a9e","after":"690b41d1765b807de7ef7f159c5ac0d30e008298","ref":"refs/heads/dev","pushedAt":"2023-11-24T12:49:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Wrap other watches command","shortMessageHtmlLink":"Wrap other watches command"}},{"before":"1d8cd9697857001e6623e8f37965a40de4184160","after":"9df2c4f546d2421b16e082c33170287c56383a9e","ref":"refs/heads/dev","pushedAt":"2023-11-24T12:44:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Wrap for older unity version","shortMessageHtmlLink":"Wrap for older unity version"}},{"before":"a643c9936378b0030865903807a546ae217dac07","after":"1d8cd9697857001e6623e8f37965a40de4184160","ref":"refs/heads/dev","pushedAt":"2023-11-24T04:34:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Static watches","shortMessageHtmlLink":"Static watches"}},{"before":"8aa5c4985cafe26135dd701adf865c0fbadeb796","after":"a643c9936378b0030865903807a546ae217dac07","ref":"refs/heads/dev","pushedAt":"2023-11-23T01:52:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Start to put together sentiment for the colored watches","shortMessageHtmlLink":"Start to put together sentiment for the colored watches"}},{"before":"c69bce562f02cd9fb929abe2185cede61a06df43","after":"8aa5c4985cafe26135dd701adf865c0fbadeb796","ref":"refs/heads/dev","pushedAt":"2023-11-22T19:55:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Watches showing","shortMessageHtmlLink":"Watches showing"}},{"before":"0bf3827215e621d2f011e0edef852e5e19d668aa","after":"c69bce562f02cd9fb929abe2185cede61a06df43","ref":"refs/heads/dev","pushedAt":"2023-11-22T00:04:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"reapazor","name":"Matthew Davey","path":"/reapazor","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/99292?s=80&v=4"},"commit":{"message":"Starting to build out watch manipulation commands","shortMessageHtmlLink":"Starting to build out watch manipulation commands"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD1aCuEgA","startCursor":null,"endCursor":null}},"title":"Activity · dotBunny/GDX"}