{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":213556756,"defaultBranch":"master","name":"DebugToolkit","ownerLogin":"harbingerofme","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-10-08T05:35:33.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3787796?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1675982910.186116","currentOid":""},"activityList":{"items":[{"before":"31528fcfdcb1be394000ad49b164703d062c29a2","after":"b9fec1b3a14899682094b0b8d05b90eba673267d","ref":"refs/heads/master","pushedAt":"2024-06-04T15:41:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"fix CurrentCommit trying to get embedded in Release builds","shortMessageHtmlLink":"fix CurrentCommit trying to get embedded in Release builds"}},{"before":"627273cd13aa701138f827e6b65342a2b5f0469e","after":"31528fcfdcb1be394000ad49b164703d062c29a2","ref":"refs/heads/master","pushedAt":"2024-06-04T15:25:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"github action: remove `shell` verbose flag (we under windows powershell this time)","shortMessageHtmlLink":"github action: remove shell verbose flag (we under windows powershe…"}},{"before":"94391361d74715fab3d7ea9a0bf3a4e18af8c2a1","after":"627273cd13aa701138f827e6b65342a2b5f0469e","ref":"refs/heads/master","pushedAt":"2024-06-04T15:19:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Stylistic changes and updated changelog (#184)\n\n* Fix the Kin display not cleaning up after disabling all artifacts\r\n\r\n* Make enabled/disabled toggling messages color-coded\r\n\r\nAffects god, buddha, no_enemies, lock_exp, set_artifact, noclip, and\r\nprevent_profile_writing.\r\n\r\n* 3.15\r\n\r\nReuses the CHANGELOG change from 2d4d4e6a5ac1f6872b22bee01827039374b2a86c\r\nsince a new release wasn't published just for that feature.","shortMessageHtmlLink":"Stylistic changes and updated changelog (#184)"}},{"before":"bd81faca9d09694635c549bcad2d4b1ae730f4a7","after":"94391361d74715fab3d7ea9a0bf3a4e18af8c2a1","ref":"refs/heads/master","pushedAt":"2024-06-04T12:27:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"github action for thunderstore release","shortMessageHtmlLink":"github action for thunderstore release"}},{"before":"2d4d4e6a5ac1f6872b22bee01827039374b2a86c","after":"bd81faca9d09694635c549bcad2d4b1ae730f4a7","ref":"refs/heads/master","pushedAt":"2024-06-04T12:23:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Add devotion as a target for item commands (#183)\n\n* Update project for the Devotion Update\r\n\r\n* Convert the TryParseTarget method for items/buffs to a return struct\r\n\r\nIn preparation before adding another return parameter for the item method.\r\n\r\n* Add devotion as a target for item commands","shortMessageHtmlLink":"Add devotion as a target for item commands (#183)"}},{"before":"f51383196e3051a804810ad9edfa6dad16973329","after":"2d4d4e6a5ac1f6872b22bee01827039374b2a86c","ref":"refs/heads/master","pushedAt":"2024-06-04T12:23:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Modify post_sound_event (#181)\n\n* Change post_sound_event to work on client-side\r\n\r\n* Modify post_sound_event to accept both event name and event ID\r\n\r\n* Add a hook to warn the user if a server command is used offline\r\n\r\n* 3.15.0\r\n\r\n* Fix the client always logging a server command lacking a network","shortMessageHtmlLink":"Modify post_sound_event (#181)"}},{"before":"a3d59e44492f4ed75626965e0523774259582446","after":"f51383196e3051a804810ad9edfa6dad16973329","ref":"refs/heads/master","pushedAt":"2024-06-04T12:22:13.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Make the network object persistent between scene transitions and address noclip toggling cases (#182)\n\n* Make noclip toggleable without a body and change disconnect hook\r\n\r\nIf the server drops the session or kicks a client, it does not trigger the\r\nDisconnect hook. OnStopClient is called in all cases.\r\n\r\nAllowing toggling while dead also addresses the edge case of the client\r\nleaving the session while in that state. Toggling shouldn't require a body,\r\nas that is only necessary for modifying collisions which can be taken care\r\nof when respawned.\r\n\r\n* Control whether noclip logs its toggling action\r\n\r\nUseful for preventing logs when the state is toggled off and on again to\r\nproperly reset itself during Update.\r\n\r\nAlso remove the now unused method SetUseGravity that was left over from an\r\nearlier commit: ac6fe9ec2889dc0c70b95dff743fc32575c56ee8.\r\n\r\n* Make the networked object DontDestroyOnLoad\r\n\r\nWith the game object persistent between scenes noclip doesn't have to\r\ntoggle off when changing stages.\r\n\r\nThe added event to disable noclip when a run ends makes it consistent with\r\ndisabling it when disonnecting. This also preserves the old functionality\r\nwhere noclip would be toggled off after each stage. While within a run it\r\nisn't as helpful, it can be so at the end of it.","shortMessageHtmlLink":"Make the network object persistent between scene transitions and addr…"}},{"before":"5543fad17f782257ba1cc7f787acbc80f07ab315","after":"a3d59e44492f4ed75626965e0523774259582446","ref":"refs/heads/master","pushedAt":"2024-03-05T16:01:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Changelog for pending features (#179)\n\n* Bump version to 3.14\r\n\r\n* Changelog for 3.14\r\n\r\n* Updated changelog to reflect a change in teleport_on_cursor fix\r\n\r\nAlso updated the changelog in Thunderstore!","shortMessageHtmlLink":"Changelog for pending features (#179)"}},{"before":"58fe80d7967b8aa68a7c08e0cdc82368b894a7cc","after":"5543fad17f782257ba1cc7f787acbc80f07ab315","ref":"refs/heads/master","pushedAt":"2024-03-05T15:59:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"A bunch of small fixes/improvements (kill_all, spawn_as, teleport_on_cursor) (#176)\n\n* Fix kill_all \"collection was modified\" and incorrect kill count\r\n\r\nIf a new character is created the moment one is killed, e.g., Artifact\r\nof Soul or Mending Elites, the team member enumerable is modified during\r\niteration.\r\n\r\n* Change spawn_as to use master.TransformBody\r\n\r\n* Change teleport_on_cursor to use the vanilla TeleportHelper\r\n\r\nDelete the Command_Teleporter.cs file. The code also had a bug where it\r\nexpected the current body to have the KinematicCharacterMotor component,\r\nwhich fails for flyers.\r\n\r\nNow takes into account the character's foot position properly instead\r\nof hardcoding an offset of 5, which used to result to a hop for human-\r\nsized characters.\r\n\r\n* Revert \"Change teleport_on_cursor to use the vanilla TeleportHelper\"\r\n\r\nThis reverts commit 1b215bc84945e0e8732c02c809e4a8a64228c961.\r\n\r\n* Fix teleport_on_cursor null when KinematicCharacterMotor is missing\r\n\r\nThis applies the change of the reverted fix by using TeleportHelper, but\r\nwrapped in the networked component which was deleted previously.","shortMessageHtmlLink":"A bunch of small fixes/improvements (kill_all, spawn_as, teleport_on_…"}},{"before":"53b844c4e25f51c72321da79d05e36e07a2a7c73","after":"58fe80d7967b8aa68a7c08e0cdc82368b894a7cc","ref":"refs/heads/master","pushedAt":"2024-03-05T15:59:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Improved autocompletion (#177)\n\n* Create an enhanced autocompletion implementation\r\n\r\nThis version uses a command's argument signature to derive autofill\r\noptions on a per-argument basis. It can also store \"variables\" which can\r\nbe reused in multiple commands. As such it suffices to define the list of\r\nall item names, for example, in one single place.\r\n\r\n* Transition commands to the new autocompletion implemention\r\n\r\nDeletes the file Code/AutoCompletion.cs as it's obselete.\r\n\r\n* Update hooks for the new autocomplete\r\n\r\n* Update the filters for StringFinder.RemoveSpaceAndAlike\r\n\r\nIgnore format items that appear in some language strings, e.g., for elites\r\nOverloading {0}.\r\n\r\nRemove round brackets from names as the characters are ignored in the\r\nconsole input and separate arguments. For example, getting the suggestion\r\n\"DiosBestFriend(Consumed)\" for give_item would effectively be the same as\r\n`give_item DiosBestFriend Consumed`.\r\n\r\n* Fix some command signature inconsistencies\r\n\r\nlist_skin, next_stage, perm_enable, perm_mod did not abide by the syntax\r\nfor autocomplete.\r\n\r\nCorrectly state that change_team, spawn_as, and respawn require the player\r\nargument from server. Also fix a bug in their respective methods where\r\na server could get away by passing the default value for the player.\r\n\r\n* Make the current command's signature appear while typing in the console\r\n\r\n* Modify StringFinder partial matching to list names in matching priority\r\n\r\nThe priority is (partial at the beginning of the word > partial anywhere)\r\nand (partial matching a higher percentage of the word > lower). This makes\r\nlist commands behave exactly the same as the new autocompletion options.\r\n\r\nThe only exceptions are the dynamic director cards and interactables, as\r\nthe list commands use more aliases to match a partial than the respective\r\nautocomplete variables. This only affects two commands and shouldn't have\r\nan effect with many partial strings since it's only the top one that\r\nmatters.\r\n\r\n* Update README to refer to the autocompletion API\r\n\r\n* Blacklist comma for RemoveSpacesAndAlike, move hyphen to the end\r\n\r\n* Make tab and ctrl+tab to also cycle through the autocomplete options\r\n\r\n* Fix the autocompletion dropdown not resetting when switching arguments\r\n\r\n* Fix the give_equip arg signature to include \"random\" for autocomplete\r\n\r\n* Improve the Autocompletion documentation\r\n\r\n- Partial matching prioritises matches at the beggining of a string\r\n- Explicitly describe all steps to include DebugToolkit in another mod\r\n- Highlight type the code block for C#\r\n\r\n* Make assembly operations safe and give user freedom for assembly input\r\n\r\n* Add the new autocompletion attr to commands that came from merged PRs\r\n\r\n---------\r\n\r\nCo-authored-by: Quentin ","shortMessageHtmlLink":"Improved autocompletion (#177)"}},{"before":"1ece3854e94309e46f769c282fb4ca53a478cd3f","after":"53b844c4e25f51c72321da79d05e36e07a2a7c73","ref":"refs/heads/master","pushedAt":"2024-03-04T16:43:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Fix the pinged target not being correct for server commands from a client (#178)","shortMessageHtmlLink":"Fix the pinged target not being correct for server commands from a cl…"}},{"before":"b6b080e28ed23197e1a3cd7bd1a6defbf6622c13","after":"1ece3854e94309e46f769c282fb4ca53a478cd3f","ref":"refs/heads/master","pushedAt":"2024-03-04T16:31:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Add charge_zone command (#175)\n\nCo-authored-by: Quentin ","shortMessageHtmlLink":"Add charge_zone command (#175)"}},{"before":"44ffa80c6927646122ddaf1fbadd30ce8520a563","after":"b6b080e28ed23197e1a3cd7bd1a6defbf6622c13","ref":"refs/heads/master","pushedAt":"2024-03-04T16:28:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Add Artifact commands (set_artifact, list_artifact) (#174)\n\n* Add Artifact partial matching methods\r\n\r\nGetArtifactFromPartial, GetArtifactsFromPartial\r\n\r\n* Add set_artifact command\r\n\r\n* Add list_artifact command","shortMessageHtmlLink":"Add Artifact commands (set_artifact, list_artifact) (#174)"}},{"before":"9f3b72fa2c4274375a8dcfaa35864f52d1e0a393","after":"44ffa80c6927646122ddaf1fbadd30ce8520a563","ref":"refs/heads/master","pushedAt":"2024-03-04T16:28:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Update project package references and fix NetWeaver (#173)\n\n* Fix the weaver not working for building the project\r\n\r\nAdd missing for the executable and properly chain the post-build\r\nevents so the final assembly is not the prepatched version.\r\n\r\n* Bump package references","shortMessageHtmlLink":"Update project package references and fix NetWeaver (#173)"}},{"before":"1425064a5caaddb41384e8b758c3a48e486baf91","after":"9f3b72fa2c4274375a8dcfaa35864f52d1e0a393","ref":"refs/heads/master","pushedAt":"2024-01-19T14:39:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"3.13","shortMessageHtmlLink":"3.13"}},{"before":"71593d72ad340191c49733add4b23bb5f2953576","after":"1425064a5caaddb41384e8b758c3a48e486baf91","ref":"refs/heads/master","pushedAt":"2024-01-19T14:25:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Fix next_boss spawning the max allowed count for 0 credit spawn cards (#172)","shortMessageHtmlLink":"Fix next_boss spawning the max allowed count for 0 credit spawn cards ("}},{"before":"aed5c7849ac921339c2753e89e2f0458da3eb19c","after":"71593d72ad340191c49733add4b23bb5f2953576","ref":"refs/heads/master","pushedAt":"2024-01-19T14:25:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Change portal commands (change add_portal, add spawn_portal) (#171)\n\n* add spawn_portal command\r\n\r\n* Change add_portal to only spawn preexisting orbs\r\n\r\nAlso change the not found message to use the generic INVALID_ARG_VALUE,\r\nas PORTAL_NOTFOUND is too specific and a nuisance to maintain with the\r\naddition of new content.\r\n\r\n* Improve the void portal logic for add_portal\r\n\r\nThe method should include player-friendly messages if the portal cannot\r\nbe spawned due to any restrictions unless they are to be overriden.\r\nAlso address the orb's model overlapping with the celestial one's\r\n(issue with the game itself).","shortMessageHtmlLink":"Change portal commands (change add_portal, add spawn_portal) (#171)"}},{"before":"d455a14ca4a1c80436d9cc6101a30a4517d6f99a","after":"aed5c7849ac921339c2753e89e2f0458da3eb19c","ref":"refs/heads/master","pushedAt":"2024-01-19T14:21:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Add config for allowing keybinds with a runtime inspector (#170)","shortMessageHtmlLink":"Add config for allowing keybinds with a runtime inspector (#170)"}},{"before":"b937f03a6bf9e5a7b55b938a276e33dd0fc92cd1","after":"d455a14ca4a1c80436d9cc6101a30a4517d6f99a","ref":"refs/heads/master","pushedAt":"2024-01-16T23:22:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Changelog for 3.12","shortMessageHtmlLink":"Changelog for 3.12"}},{"before":"e9068b850be3cbaf1c95162e93eaff86d9ad299d","after":"b937f03a6bf9e5a7b55b938a276e33dd0fc92cd1","ref":"refs/heads/master","pushedAt":"2024-01-16T22:20:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Some small improvements and fixes (#167)\n\n* better Lang.OBJECT_NOTFOUND error messaging\r\n\r\n* improve item/buff messages: report object name instead of index, add no dot found message\r\n\r\n* command aliases: add list_interactibles, stack spawn_interactible\r\n\r\n* set_run_waves_cleared -> run_set_waves_cleared\r\n\r\n* make create_pickup and create_potential to spawn the object in the player's aiming direction\r\n\r\n* fix spawn_as rerolling the body with metamorphosis\r\n\r\n* fix next_boss rerolling the selection in a rare case\r\n\r\n* remove unnecessary team monster level resetting for fixed_time\r\n\r\n* fix give_equip to log the equip name instead of the index\r\n\r\nServes as a direct extension of 8411208cdb4f7bd9eccf50ea4401746461d9d2b6\r\nas it was forgotten to be included there.\r\n\r\n* move give_lunar to the money commands","shortMessageHtmlLink":"Some small improvements and fixes (#167)"}},{"before":"43845d9107f4a84b6c3ba5f0ea83730329e25cf4","after":"e9068b850be3cbaf1c95162e93eaff86d9ad299d","ref":"refs/heads/master","pushedAt":"2024-01-16T21:55:52.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Make god toggle more consistent (#166)\n\n* make god toggling more consistent\r\n\r\n* remove run instance requirement from god and buddha","shortMessageHtmlLink":"Make god toggle more consistent (#166)"}},{"before":"122ed4d2833efcdc8b9e69680466bf82f6cecf50","after":"43845d9107f4a84b6c3ba5f0ea83730329e25cf4","ref":"refs/heads/master","pushedAt":"2024-01-16T21:43:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"restock_equip changelog","shortMessageHtmlLink":"restock_equip changelog"}},{"before":"8ef67e610cff6548504d94384a8a02a963271e01","after":"122ed4d2833efcdc8b9e69680466bf82f6cecf50","ref":"refs/heads/master","pushedAt":"2024-01-16T21:23:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Make god toggle more consistent (#166)\n\n* make god toggling more consistent\r\n\r\n* remove run instance requirement from god and buddha","shortMessageHtmlLink":"Make god toggle more consistent (#166)"}},{"before":"777de49e0827dc1160fc56600bf451fa626c281b","after":"8ef67e610cff6548504d94384a8a02a963271e01","ref":"refs/heads/master","pushedAt":"2024-01-16T21:19:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Support enum for autocompletion more naturally and add any missing attributes from commands (#165)\n\n* create specialised constructor for enums\r\n\r\n* add any missing autocomplete from commands\r\n\r\n* refactor kin/ban client parsing","shortMessageHtmlLink":"Support enum for autocompletion more naturally and add any missing at…"}},{"before":"4f629fdd015037b1340767917011ee77306b4ca6","after":"777de49e0827dc1160fc56600bf451fa626c281b","ref":"refs/heads/master","pushedAt":"2024-01-16T21:18:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Refactor stringfinder partial matching methods and normalise list commands (#164)\n\n* refactor partial matching methods\r\n\r\n* avoid lang invar error for null name tokens\r\n\r\n* normalise list commands: reuse partial matching methods, always include the index and the lang invar wherever possible\r\n\r\n* util change: GetNetUserFromString reuses the partial matching, add the same boundary check to GetTargetFromArgs\r\n\r\n* reuse EnumIndex_NotFound constants\r\n\r\n* int.tryparse -> textserialization.tryparse\r\n\r\n* update readme","shortMessageHtmlLink":"Refactor stringfinder partial matching methods and normalise list com…"}},{"before":"43845d9107f4a84b6c3ba5f0ea83730329e25cf4","after":"4f629fdd015037b1340767917011ee77306b4ca6","ref":"refs/heads/master","pushedAt":"2024-01-16T21:16:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Fix noclip issues (#161)\n\n* fix issue with noclip after quiting a run with it on\r\n\r\n* fix noclip not working for flyers\r\n\r\n* fix new noclip bug where it continuously toggles for ground characters\r\n\r\n* fix turning off noclip in anti-gravity zone causing to fall down","shortMessageHtmlLink":"Fix noclip issues (#161)"}},{"before":"68a0e4ca8f42b24ff8dc63d3f8f18ac649029cca","after":"43845d9107f4a84b6c3ba5f0ea83730329e25cf4","ref":"refs/heads/master","pushedAt":"2023-12-30T00:59:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"restock_equip changelog","shortMessageHtmlLink":"restock_equip changelog"}},{"before":"6eeee352224e780bc61c0f42737db7ad4c81355c","after":"68a0e4ca8f42b24ff8dc63d3f8f18ac649029cca","ref":"refs/heads/master","pushedAt":"2023-12-30T00:57:31.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://github.com/harbingerofme/DebugToolkit","shortMessageHtmlLink":"Merge branch 'master' of https://github.com/harbingerofme/DebugToolkit"}},{"before":"339dacd4b70755440d7344fa879cdedc3cc9d94a","after":"6eeee352224e780bc61c0f42737db7ad4c81355c","ref":"refs/heads/master","pushedAt":"2023-12-30T00:46:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"add restock_equip command (#159)","shortMessageHtmlLink":"add restock_equip command (#159)"}},{"before":"a57c9784668bd372dffc1e00dddfa45f49cadc75","after":"339dacd4b70755440d7344fa879cdedc3cc9d94a","ref":"refs/heads/master","pushedAt":"2023-12-29T16:33:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"xiaoxiao921","name":"Quentin","path":"/xiaoxiao921","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/837334?s=80&v=4"},"commit":{"message":"add weighted selection for item commands (#158)","shortMessageHtmlLink":"add weighted selection for item commands (#158)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXDTd3QA","startCursor":null,"endCursor":null}},"title":"Activity · harbingerofme/DebugToolkit"}