{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":634795059,"defaultBranch":"master","name":"nyans-dreambot-scripts","ownerLogin":"nyan-left","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-05-01T07:59:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5834889?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1682928171.0","currentOid":""},"activityList":{"items":[{"before":"0b535910e3603026525a82e9fdd1b3968bd52a7c","after":"747875d4ffa645d648fbce00b095dd0ca52d2418","ref":"refs/heads/master","pushedAt":"2023-05-08T08:08:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"simplify exit","shortMessageHtmlLink":"simplify exit"}},{"before":"5304d62cc1e9b3f028e4b5a39470a7f3de58398c","after":"0b535910e3603026525a82e9fdd1b3968bd52a7c","ref":"refs/heads/master","pushedAt":"2023-05-07T22:38:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"fix cannon pickup","shortMessageHtmlLink":"fix cannon pickup"}},{"before":"8f689e7952b484e54c86ffa28fbdfaba9f248028","after":"5304d62cc1e9b3f028e4b5a39470a7f3de58398c","ref":"refs/heads/master","pushedAt":"2023-05-07T21:56:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"Removed the getCurrentStateName() method as it is not necessary. The name() method of an enum returns the name of the enum constant as a string by default.\n\nSimplified the manageCannon() method by using the enhanced switch statement with the arrow (->) syntax to reduce the code's verbosity.\n\nRemoved redundant null checks and assignments in the placeCannon() method. The placedCannon field is assigned only once after the Sleep condition is met.\n\nRemoved the repairCannon() method's logging statements. The onGameMessage() method handles logging, and there is no need for additional logging in repairCannon().\n\nIn the pickUpCannon() method, I added the line placedCannon = null; after picking up the cannon to ensure that the placedCannon field is set to null when the cannon is picked up.\n\nRemoved unnecessary cases in the onGameMessage() method, leaving only the relevant cases for handling game messages.","shortMessageHtmlLink":"Removed the getCurrentStateName() method as it is not necessary. The …"}},{"before":"b4cd8454c3b9ecd7930a7a3cf8f94de90d17cc5a","after":"8f689e7952b484e54c86ffa28fbdfaba9f248028","ref":"refs/heads/master","pushedAt":"2023-05-07T21:52:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"fix broken state","shortMessageHtmlLink":"fix broken state"}},{"before":"b862ec023459428e6ee8bcf4a900f9f8ac413fb8","after":"b4cd8454c3b9ecd7930a7a3cf8f94de90d17cc5a","ref":"refs/heads/master","pushedAt":"2023-05-01T21:31:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"paint for currenet state","shortMessageHtmlLink":"paint for currenet state"}},{"before":"837e1354975659158ce567f480e3065c41fb9649","after":"b862ec023459428e6ee8bcf4a900f9f8ac413fb8","ref":"refs/heads/master","pushedAt":"2023-05-01T21:25:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"dirty fix for repairing cannon","shortMessageHtmlLink":"dirty fix for repairing cannon"}},{"before":"d02e748e81bdfb4c1f00a36efbe51055f96d69eb","after":"837e1354975659158ce567f480e3065c41fb9649","ref":"refs/heads/master","pushedAt":"2023-05-01T21:01:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"fix issue where if cannon is already placed script fails,\nmake script afk more","shortMessageHtmlLink":"fix issue where if cannon is already placed script fails,"}},{"before":"0b6a578450316d75233f91fa9f3082780203027a","after":"d02e748e81bdfb4c1f00a36efbe51055f96d69eb","ref":"refs/heads/master","pushedAt":"2023-05-01T20:49:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"broken cannon repairing (untested)","shortMessageHtmlLink":"broken cannon repairing (untested)"}},{"before":"a5e853b84ae314aeb5f148dc97691679f04e1e67","after":"0b6a578450316d75233f91fa9f3082780203027a","ref":"refs/heads/master","pushedAt":"2023-05-01T19:35:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"break solver, world switcher, further cannon bugfixes","shortMessageHtmlLink":"break solver, world switcher, further cannon bugfixes"}},{"before":"125aa32ecaba68e7dfcc901ed8dc98ae21de28cb","after":"a5e853b84ae314aeb5f148dc97691679f04e1e67","ref":"refs/heads/master","pushedAt":"2023-05-01T13:45:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"code cleanups","shortMessageHtmlLink":"code cleanups"}},{"before":"9b42bd131ab1dd1406f829b644dbfb0d0ce08db5","after":"125aa32ecaba68e7dfcc901ed8dc98ae21de28cb","ref":"refs/heads/master","pushedAt":"2023-05-01T13:42:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"camera rotation antiban added","shortMessageHtmlLink":"camera rotation antiban added"}},{"before":"48960e8145c337001212904a3a3df561cc236302","after":"9b42bd131ab1dd1406f829b644dbfb0d0ce08db5","ref":"refs/heads/master","pushedAt":"2023-05-01T13:28:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"simplify exit name","shortMessageHtmlLink":"simplify exit name"}},{"before":"06e38e85dc0ca2b9c4de0586dd3e86498a353b25","after":"48960e8145c337001212904a3a3df561cc236302","ref":"refs/heads/master","pushedAt":"2023-05-01T13:25:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"simplify state","shortMessageHtmlLink":"simplify state"}},{"before":"b064a69c3e4413d8268c9b3762de33409954b0e7","after":"06e38e85dc0ca2b9c4de0586dd3e86498a353b25","ref":"refs/heads/master","pushedAt":"2023-05-01T13:18:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"further cleanup","shortMessageHtmlLink":"further cleanup"}},{"before":"6630e04eace5e4faa89ceed14d54e0843bbde2cd","after":"b064a69c3e4413d8268c9b3762de33409954b0e7","ref":"refs/heads/master","pushedAt":"2023-05-01T13:04:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"optiize cannon setter","shortMessageHtmlLink":"optiize cannon setter"}},{"before":"6bf4a2a062f3fd713d9b3ce5927dc23d62b10f40","after":"6630e04eace5e4faa89ceed14d54e0843bbde2cd","ref":"refs/heads/master","pushedAt":"2023-05-01T12:36:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"cleanup","shortMessageHtmlLink":"cleanup"}},{"before":"31c92030620daf4885c24d8666bc856658f721b2","after":"6bf4a2a062f3fd713d9b3ce5927dc23d62b10f40","ref":"refs/heads/master","pushedAt":"2023-05-01T10:51:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"fix antiban imports","shortMessageHtmlLink":"fix antiban imports"}},{"before":"ef55f9c3351f6048b1ffb73138afb1c0c66453ff","after":"31c92030620daf4885c24d8666bc856658f721b2","ref":"refs/heads/master","pushedAt":"2023-05-01T10:49:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"better project structure","shortMessageHtmlLink":"better project structure"}},{"before":"df606135518002b9ecb91a939ea08a5e29f4bc08","after":"ef55f9c3351f6048b1ffb73138afb1c0c66453ff","ref":"refs/heads/master","pushedAt":"2023-05-01T08:44:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"Make the antiban modular.","shortMessageHtmlLink":"Make the antiban modular."}},{"before":"a63cad4fd8b66542d1c8097cd7b94ea917566db5","after":"df606135518002b9ecb91a939ea08a5e29f4bc08","ref":"refs/heads/master","pushedAt":"2023-05-01T08:28:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"fix module typo","shortMessageHtmlLink":"fix module typo"}},{"before":"a19d485b4d744d3bd73cd14f90687fd036636159","after":"a63cad4fd8b66542d1c8097cd7b94ea917566db5","ref":"refs/heads/master","pushedAt":"2023-05-01T08:26:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"fix case sens","shortMessageHtmlLink":"fix case sens"}},{"before":"173fb30e2ab4cc770e03be146517a2f8c2ef85c4","after":"a19d485b4d744d3bd73cd14f90687fd036636159","ref":"refs/heads/master","pushedAt":"2023-05-01T08:22:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"rename module","shortMessageHtmlLink":"rename module"}},{"before":"7f516a65ea9578c7d7ea88b93f584086de8b63c3","after":"173fb30e2ab4cc770e03be146517a2f8c2ef85c4","ref":"refs/heads/master","pushedAt":"2023-05-01T08:18:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"rename module","shortMessageHtmlLink":"rename module"}},{"before":null,"after":"7f516a65ea9578c7d7ea88b93f584086de8b63c3","ref":"refs/heads/master","pushedAt":"2023-05-01T08:02:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nyan-left","name":"Deimantas Jakovlevas","path":"/nyan-left","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5834889?s=80&v=4"},"commit":{"message":"initial setup","shortMessageHtmlLink":"initial setup"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADKBGK1AA","startCursor":null,"endCursor":null}},"title":"Activity · nyan-left/nyans-dreambot-scripts"}