{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":324926209,"defaultBranch":"master","name":"patience-deck","ownerLogin":"Tomin1","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-12-28T06:05:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1296298?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1682961063.0","currentOid":""},"activityList":{"items":[{"before":"76b14ae879e6f7dd1df553b895352b7667d132c2","after":"5f91a2f827154ba118662bc53407176fb64eeb89","ref":"refs/heads/master","pushedAt":"2023-08-03T20:23:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Add thirteen to test data\n\nThis took great many tries. I guess there are worse ways to spend your\nsummer vacation.\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Add thirteen to test data"}},{"before":"f220cd7ef053cc1cef7f359fd763b99a1011a85b","after":"76b14ae879e6f7dd1df553b895352b7667d132c2","ref":"refs/heads/master","pushedAt":"2023-07-21T17:11:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Add won eliminator and escalator to test data\n\nThanks to Iina again!\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Add won eliminator and escalator to test data"}},{"before":"7dbc31f6646eb3bcd8092112a9ab0326e2a3ade5","after":"f220cd7ef053cc1cef7f359fd763b99a1011a85b","ref":"refs/heads/master","pushedAt":"2023-07-21T17:09:32.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Add won eliminator and escalator to test data\n\nThanks to Iina again!\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Add won eliminator and escalator to test data"}},{"before":"2270e27fbe7ccdc36ce1dbb6ee037bf8b934024e","after":"7dbc31f6646eb3bcd8092112a9ab0326e2a3ade5","ref":"refs/heads/master","pushedAt":"2023-07-20T12:34:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Add even more test data\n\nThanks to Iina for providing these.\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Add even more test data"}},{"before":"468149005bc9cbc200a77392623791b0dafa294f","after":"2270e27fbe7ccdc36ce1dbb6ee037bf8b934024e","ref":"refs/heads/master","pushedAt":"2023-06-27T20:02:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Add more test data\n\nThanks to Iina for providing these.\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Add more test data"}},{"before":"1d19dd166aaf3f40d9e0f84967e595cf9aeca46b","after":"468149005bc9cbc200a77392623791b0dafa294f","ref":"refs/heads/master","pushedAt":"2023-05-01T17:10:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Adjust build.sh to SDK changes\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Adjust build.sh to SDK changes"}},{"before":"a4fd95b75b0691c0a1525ac446a0beb5cb447de7","after":"1d19dd166aaf3f40d9e0f84967e595cf9aeca46b","ref":"refs/heads/master","pushedAt":"2023-05-01T15:51:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Include game stats width to overlay width\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Include game stats width to overlay width"}},{"before":"c453a8515fc2931dc3d54dab327f39a31248ef7c","after":"a4fd95b75b0691c0a1525ac446a0beb5cb447de7","ref":"refs/heads/master","pushedAt":"2023-05-01T15:10:41.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Add win animation\n\nThis adds a fairly simple win animation that 'blows up' stacks of cards\ntowards the center of the table. Single cards are grouped with other\nstacks or single cards and cards removed from the table are push to the\ntable from the bottom.\n\nIf the device is rotated the animation will be stopped and generated\nagain. Similarly going back and redoing the winning move will make the\nanimation to start over from scratch. If page is not active, the\nanimation is paused.\n\nNormal distribution is used for angle and chi-squared distribution for\nradius. Parameters were experimentally figured out to give the best\ngeneral result.\n\nAnimations use game seed to generate random numbers. This way animations\nare deterministic. They may still vary from device to device and from\nversion to version. Engine is in another thread but it should be safe to\nget a copy of the seed.\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Add win animation"}},{"before":"71e2922634c0e3f10b2f67b5389296f22fce1813","after":"a4fd95b75b0691c0a1525ac446a0beb5cb447de7","ref":"refs/heads/animationbuilder","pushedAt":"2023-05-01T14:40:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Add win animation\n\nThis adds a fairly simple win animation that 'blows up' stacks of cards\ntowards the center of the table. Single cards are grouped with other\nstacks or single cards and cards removed from the table are push to the\ntable from the bottom.\n\nIf the device is rotated the animation will be stopped and generated\nagain. Similarly going back and redoing the winning move will make the\nanimation to start over from scratch. If page is not active, the\nanimation is paused.\n\nNormal distribution is used for angle and chi-squared distribution for\nradius. Parameters were experimentally figured out to give the best\ngeneral result.\n\nAnimations use game seed to generate random numbers. This way animations\nare deterministic. They may still vary from device to device and from\nversion to version. Engine is in another thread but it should be safe to\nget a copy of the seed.\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Add win animation"}},{"before":"919908dd43693f0bb7762fbc2ed866a98a5e2036","after":"71e2922634c0e3f10b2f67b5389296f22fce1813","ref":"refs/heads/animationbuilder","pushedAt":"2023-05-01T12:17:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Use Slot center to calculate direction in animation\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Use Slot center to calculate direction in animation"}},{"before":"daa79f53bc3be49799fa41504708829933da18d8","after":"919908dd43693f0bb7762fbc2ed866a98a5e2036","ref":"refs/heads/animationbuilder","pushedAt":"2023-04-30T19:01:38.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Add better distributions for angle and radius\n\nUse normal distribution for angle and chi-squared distribution for\nradius. Parameters were experimentally figured out to give the best\ngeneral result.\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Add better distributions for angle and radius"}},{"before":"df6765e7903ddab741b7eaf13e4e7188b39bddf8","after":"daa79f53bc3be49799fa41504708829933da18d8","ref":"refs/heads/animationbuilder","pushedAt":"2023-04-30T13:21:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Split off-table cards to chuncks\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Split off-table cards to chuncks"}},{"before":"fca483befc014931d8fde01d7bb2a0ed2caa87f5","after":"df6765e7903ddab741b7eaf13e4e7188b39bddf8","ref":"refs/heads/animationbuilder","pushedAt":"2023-04-30T13:19:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Split off-table cards to chuncks\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Split off-table cards to chuncks"}},{"before":"d55408e802567b8f7c2b60a04673424cc757be6e","after":"c453a8515fc2931dc3d54dab327f39a31248ef7c","ref":"refs/heads/master","pushedAt":"2023-04-30T12:58:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Use Theme.pixelRatio instead of Theme.dp()\n\nApparently Theme.dp is not defined on Sailfish OS 3.4.0. Fixes toolbar\nvelocity on Jolla 1.\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Use Theme.pixelRatio instead of Theme.dp()"}},{"before":"de8bdb02bc15cb45d1d2e8c2e5d02aa065b6a95a","after":"fca483befc014931d8fde01d7bb2a0ed2caa87f5","ref":"refs/heads/animationbuilder","pushedAt":"2023-04-29T11:29:52.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Improve animations further\n\nThis should improve in particular games where cards are in 'stacks' of\none card as now they are animated in groups of four. Stacks are also\nanimated in random order. Set slot and card z values during animations\nto avoid animating cards below others.\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Improve animations further"}},{"before":"a63a62afe311e71a2c9b60e331dd36b050a3ab10","after":"de8bdb02bc15cb45d1d2e8c2e5d02aa065b6a95a","ref":"refs/heads/animationbuilder","pushedAt":"2023-04-10T20:06:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Replace QSize(height(), width()) with size()\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Replace QSize(height(), width()) with size()"}},{"before":"340ae0de2f235f074813ed9c3bdbcd15740dffb9","after":"a63a62afe311e71a2c9b60e331dd36b050a3ab10","ref":"refs/heads/animationbuilder","pushedAt":"2023-03-26T18:38:05.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"Tomin1","name":"Tomi Leppänen","path":"/Tomin1","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1296298?s=80&v=4"},"commit":{"message":"Better algorithm\n\nSigned-off-by: Tomi Leppänen ","shortMessageHtmlLink":"Better algorithm"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADY4UW3gA","startCursor":null,"endCursor":null}},"title":"Activity · Tomin1/patience-deck"}