{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":635051629,"defaultBranch":"main","name":"EverDark---A_Vile_Affliction","ownerLogin":"chimps-ahoy","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-05-01T21:25:26.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/132306091?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1692691899.0","currentOid":""},"activityList":{"items":[{"before":"53eab7df88654858cb93608365bfd266f2feb970","after":"9326a3931f336a4d8da7551c6b0b42d4fc960d87","ref":"refs/heads/main","pushedAt":"2023-09-05T23:54:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"renamed jar file in release","shortMessageHtmlLink":"renamed jar file in release"}},{"before":"8b9476e7333a7791d240abb0ddc3326bd0510b83","after":"53eab7df88654858cb93608365bfd266f2feb970","ref":"refs/heads/main","pushedAt":"2023-09-05T23:53:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"cleaned up a little bit","shortMessageHtmlLink":"cleaned up a little bit"}},{"before":"57729aae46c5e204a0aef522b097821ee1b44b61","after":"8b9476e7333a7791d240abb0ddc3326bd0510b83","ref":"refs/heads/main","pushedAt":"2023-09-05T23:41:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"finished Pirate Questline","shortMessageHtmlLink":"finished Pirate Questline"}},{"before":"2f58cd0a7dd09b53321c616f98cc1e884a769067","after":"57729aae46c5e204a0aef522b097821ee1b44b61","ref":"refs/heads/main","pushedAt":"2023-09-01T13:06:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"game can now be loaded from Everdark.game!! replaced lambdas in GameBuilder with concrete Consequence subclasses. These classes could just be subclasses of Event instead, but that would require a lot more refactoring and I just don't think its worth it tbh its fine how it is idc.","shortMessageHtmlLink":"game can now be loaded from Everdark.game!! replaced lambdas in GameB…"}},{"before":"6f83ce2b2b6cb8fdc2f9b25a920cd1a91a921ca6","after":"2f58cd0a7dd09b53321c616f98cc1e884a769067","ref":"refs/heads/main","pushedAt":"2023-09-01T08:44:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"changed a lot of .equals() methods. changed how Entities handle colour. Added some branches of FrogPrincess' dialogue tree to handle the frog amulet better","shortMessageHtmlLink":"changed a lot of .equals() methods. changed how Entities handle colou…"}},{"before":"970523ce6cd84dba6d298a43adb3ed9878c35dcb","after":"6f83ce2b2b6cb8fdc2f9b25a920cd1a91a921ca6","ref":"refs/heads/main","pushedAt":"2023-09-01T05:30:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"removed a comment in GameBuilder","shortMessageHtmlLink":"removed a comment in GameBuilder"}},{"before":"17f8e17e3b807c8dc90edcb6578ba2a1824853bd","after":"970523ce6cd84dba6d298a43adb3ed9878c35dcb","ref":"refs/heads/main","pushedAt":"2023-09-01T02:57:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"added default and, negate, or methods to Requirement. Tested to make sure these work and survive serialization. ItemRequirement will still use its internal 'negate' boolean because I think its more readable, but .negate() would still work on it of course","shortMessageHtmlLink":"added default and, negate, or methods to Requirement. Tested to make …"}},{"before":"0125b8402dc18bc84e2284cd0606e6ea9bf5be35","after":"17f8e17e3b807c8dc90edcb6578ba2a1824853bd","ref":"refs/heads/main","pushedAt":"2023-08-31T17:13:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"Added concrete requirement classes and that DOES fix the serialization issue, but needs to be done for Consequences as well. Bye bye lambdas :(","shortMessageHtmlLink":"Added concrete requirement classes and that DOES fix the serializatio…"}},{"before":"a92bca5956f22c105f56deaa9b4d181934e49251","after":"0125b8402dc18bc84e2284cd0606e6ea9bf5be35","ref":"refs/heads/main","pushedAt":"2023-08-31T14:05:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"changed .equals for all classes to remove IDs. Comparison is now based on names, which is slower because of string comparison, but its not noticable at all (probably less than 0.1s lol) and names should be unique so its fine (for now?)","shortMessageHtmlLink":"changed .equals for all classes to remove IDs. Comparison is now base…"}},{"before":"b1af036a9a34e5200ce2189c81ed428d76594ddb","after":"a92bca5956f22c105f56deaa9b4d181934e49251","ref":"refs/heads/main","pushedAt":"2023-08-31T10:47:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"Merge branch 'main' of https://github.com/chimps-ahoy/EverDark---A_Vile_Affliction","shortMessageHtmlLink":"Merge branch 'main' of https://github.com/chimps-ahoy/EverDark---A_Vi…"}},{"before":"9c133bfcc8d13099738192ee8b565761c2ad8a32","after":"b1af036a9a34e5200ce2189c81ed428d76594ddb","ref":"refs/heads/main","pushedAt":"2023-08-31T10:42:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"forgot to add the files and im too lazy to undo the commit lol.","shortMessageHtmlLink":"forgot to add the files and im too lazy to undo the commit lol."}},{"before":"4d3fdb40e1b3fd6cf92d4eedab52f69e2f984572","after":"9c133bfcc8d13099738192ee8b565761c2ad8a32","ref":"refs/heads/main","pushedAt":"2023-08-30T14:08:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"cleaned up some code. removed Frog because its not longer needed, pirate will probably go soon as well","shortMessageHtmlLink":"cleaned up some code. removed Frog because its not longer needed, pir…"}},{"before":"0deb536e53983280ce3a9995e21784632087b9e9","after":"4d3fdb40e1b3fd6cf92d4eedab52f69e2f984572","ref":"refs/heads/main","pushedAt":"2023-08-29T13:08:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"updated how the Captain's dialogue works using dialogue stages. kinda less DRY but i think its more flexible","shortMessageHtmlLink":"updated how the Captain's dialogue works using dialogue stages. kinda…"}},{"before":"7727224c6bd2ad7438b1294aacdcbe65be7cdae4","after":"0deb536e53983280ce3a9995e21784632087b9e9","ref":"refs/heads/main","pushedAt":"2023-08-29T04:48:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"worked on dialogue with froggirl and captain more","shortMessageHtmlLink":"worked on dialogue with froggirl and captain more"}},{"before":"9a019c0bc4120eacbc452d8141522045d48b8ca1","after":"7727224c6bd2ad7438b1294aacdcbe65be7cdae4","ref":"refs/heads/main","pushedAt":"2023-08-28T14:55:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"vers# stuf","shortMessageHtmlLink":"vers# stuf"}},{"before":"6e44a23a01ecb3a6f754eb564ff49cba411851bc","after":"9a019c0bc4120eacbc452d8141522045d48b8ca1","ref":"refs/heads/main","pushedAt":"2023-08-28T14:50:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"Added dialogue and stuff for FrogPirate questline.","shortMessageHtmlLink":"Added dialogue and stuff for FrogPirate questline."}},{"before":"ab93fca9a6b86e84750326560e4442e3b66f9672","after":"6e44a23a01ecb3a6f754eb564ff49cba411851bc","ref":"refs/heads/main","pushedAt":"2023-08-28T10:32:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"made Ele give an Old Doll. Added a drop command to drop items","shortMessageHtmlLink":"made Ele give an Old Doll. Added a drop command to drop items"}},{"before":"93aaa1fe72e32910bcb7d064b67e280dd2e29e95","after":"ab93fca9a6b86e84750326560e4442e3b66f9672","ref":"refs/heads/main","pushedAt":"2023-08-28T09:14:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"added 'relationships' to NPCs so their opinions can be stored amongst everyone they know. might be able to do more iwth that later?","shortMessageHtmlLink":"added 'relationships' to NPCs so their opinions can be stored amongst…"}},{"before":"fcac4461cc2bd0b4fd673e19889f69056dba5d02","after":"93aaa1fe72e32910bcb7d064b67e280dd2e29e95","ref":"refs/heads/main","pushedAt":"2023-08-27T13:06:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"added the Cave and its little puzzle. Reworked how music is handled some so songs dont start and stop","shortMessageHtmlLink":"added the Cave and its little puzzle. Reworked how music is handled s…"}},{"before":"fcb35744548bb421f32db8dac4b8ff7b30ccbba9","after":"fcac4461cc2bd0b4fd673e19889f69056dba5d02","ref":"refs/heads/main","pushedAt":"2023-08-25T02:23:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"went up to v0.1.9G. added some finishing touches on Items and Bodyparts, mainly how they're displayed","shortMessageHtmlLink":"went up to v0.1.9G. added some finishing touches on Items and Bodypar…"}},{"before":"d7906cb277d9fbb95dad31574b499a64822bc870","after":"fcb35744548bb421f32db8dac4b8ff7b30ccbba9","ref":"refs/heads/main","pushedAt":"2023-08-24T15:37:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"moved drawMenu()to TUI","shortMessageHtmlLink":"moved drawMenu()to TUI"}},{"before":"8458b28096afa4568238ef69901a85331cbf1053","after":"d7906cb277d9fbb95dad31574b499a64822bc870","ref":"refs/heads/main","pushedAt":"2023-08-24T13:25:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"Feat: .game file to store the game info. Doesn't really speed things up or anything, but its probably a cleaner way of working and i can use it to make more games in the same engine easily","shortMessageHtmlLink":"Feat: .game file to store the game info. Doesn't really speed things …"}},{"before":"d5184e9757b8281d721dcb5bb202af034a20846d","after":"8458b28096afa4568238ef69901a85331cbf1053","ref":"refs/heads/main","pushedAt":"2023-08-24T11:34:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"made some changes to the GUI for character creation","shortMessageHtmlLink":"made some changes to the GUI for character creation"}},{"before":"32f3ab1505bb8fe741b43ca48e1c77ee6cc84f8b","after":null,"ref":"refs/heads/gui","pushedAt":"2023-08-22T08:11:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"}},{"before":"9390eaad405296414009cbca61e3cd29024055ea","after":"d5184e9757b8281d721dcb5bb202af034a20846d","ref":"refs/heads/main","pushedAt":"2023-08-22T08:10:10.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"Merge branch 'gui'","shortMessageHtmlLink":"Merge branch 'gui'"}},{"before":null,"after":"32f3ab1505bb8fe741b43ca48e1c77ee6cc84f8b","ref":"refs/heads/gui","pushedAt":"2023-08-22T08:06:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"final touches","shortMessageHtmlLink":"final touches"}},{"before":"78f77fa475cab16e6f40522ae4ac2af20d80ec61","after":null,"ref":"refs/heads/gui-testing","pushedAt":"2023-08-22T03:00:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"}},{"before":"59ba664c4d5868b4a79db94bc35d9524c577e795","after":null,"ref":"refs/heads/gui","pushedAt":"2023-08-22T03:00:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"}},{"before":"2646d308221399c38d76fb08873d4c09a1eaab5b","after":"9390eaad405296414009cbca61e3cd29024055ea","ref":"refs/heads/main","pushedAt":"2023-08-22T02:58:06.000Z","pushType":"pr_merge","commitsCount":11,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"Merge pull request #1 from chimps-ahoy/gui\n\nGui","shortMessageHtmlLink":"Merge pull request #1 from chimps-ahoy/gui"}},{"before":"27e202cb6c8cd829042f7f49090dce6394d889a2","after":"59ba664c4d5868b4a79db94bc35d9524c577e795","ref":"refs/heads/gui","pushedAt":"2023-08-22T02:46:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"chimps-ahoy","name":"Sebastien","path":"/chimps-ahoy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/132306091?s=80&v=4"},"commit":{"message":"added a check so it doesnt try to draw a 1000x800 ascii menu if you forget to update the config. if rows and columns are too high it just lowers them","shortMessageHtmlLink":"added a check so it doesnt try to draw a 1000x800 ascii menu if you f…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADeiKNEgA","startCursor":null,"endCursor":null}},"title":"Activity · chimps-ahoy/EverDark---A_Vile_Affliction"}