{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":736825363,"defaultBranch":"main","name":"Semblance","ownerLogin":"Mat-a-tat","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-12-29T01:54:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/39657138?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1706748488.0","currentOid":""},"activityList":{"items":[{"before":"63c3b5abc44dea98e8c276577b7c778a19453e1f","after":"2edabdaf824904122aece38b06760606ab613234","ref":"refs/heads/main","pushedAt":"2024-02-27T22:49:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Added a title","shortMessageHtmlLink":"Added a title"}},{"before":"3295161ada72cee80537fff76cff752918262625","after":"63c3b5abc44dea98e8c276577b7c778a19453e1f","ref":"refs/heads/main","pushedAt":"2024-02-26T15:36:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Updating to HTML 5!\n\n- Finally got around to updating to HTML 5. Previously exporting resulted in a blurry mess of a game (which the title card is still blurry, but boo) that is fixed with a single gpu_set_texfilter(true); This is similiar to the problem we had with Lil' Guy, but in that we also had to set the framerate to 60 (which defaults to 60 for...some reason.)\n- I fixed colisions for the desktop version, only to have them mess up again for the browser version. Such is HTML.\n- Made death restart the level, instead of ending the game outright.","shortMessageHtmlLink":"Updating to HTML 5!"}},{"before":"6472a43113c04b2a67d6e82817578b11cc9c94f1","after":"3295161ada72cee80537fff76cff752918262625","ref":"refs/heads/main","pushedAt":"2024-02-26T15:11:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Updated Collisions / Added Bedug Tools\n\n- Updated enemy collisions to whole image, and players to percise. The base collision detection with GM is not great.\n- Reorganized the player script with regions, and deleted some redudant code.\n- Added a debugg restart level and game.","shortMessageHtmlLink":"Updated Collisions / Added Bedug Tools"}},{"before":"92ff73de5d8c0877cda6e18fdcb81cfa6d4fc353","after":"6472a43113c04b2a67d6e82817578b11cc9c94f1","ref":"refs/heads/main","pushedAt":"2024-01-12T23:39:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"b1fac151672ff5a69390967952c55ddef526e244","after":"92ff73de5d8c0877cda6e18fdcb81cfa6d4fc353","ref":"refs/heads/main","pushedAt":"2024-01-12T23:36:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Create README.md","shortMessageHtmlLink":"Create README.md"}},{"before":"35a4d46ba31389bdccd4199082937a9db1589b2b","after":"b1fac151672ff5a69390967952c55ddef526e244","ref":"refs/heads/main","pushedAt":"2024-01-12T14:29:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Bullet Shake and Camera System","shortMessageHtmlLink":"Bullet Shake and Camera System"}},{"before":"cd4659bf2f228679ccea1fa9c307695f75c4ca8c","after":"35a4d46ba31389bdccd4199082937a9db1589b2b","ref":"refs/heads/main","pushedAt":"2024-01-09T00:56:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Play Button / Basic VFX\n\nAdded a title menu with a little play button, and some basic sound effects to both being hit and shooting. Made me realize how *wonky* the hit detection is.","shortMessageHtmlLink":"Play Button / Basic VFX"}},{"before":"8c514e80b1792c09644376833ec887c0079d1e21","after":"cd4659bf2f228679ccea1fa9c307695f75c4ca8c","ref":"refs/heads/main","pushedAt":"2024-01-07T01:57:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Adding dark vision, bullet reload, and resolution fixes\n\nDark Light Vision: Enemies now fade into the darkness when not seen. I believe this add a certain level of tension to hiding in the light for any period of time. I experimented with changing the hue of the enemy sprites, but it was both inconsistent and not quite the effect I was looking for. Added an extra lil' tutorial level for this.\n\nAmmo Recharging: Over time instead of all at once. Forces the player to spend a second or so more in the light, stopping players from just dipping a toe in and out of the light. On the backend, it's actually a much larger number than the ammo count would imply (10 => 1) that I implemented to avoid decimals.\n\nFurther Resolution Tinkering: I originally made the game in an oddly sized room, which takes up the entire PlaySpace. The issue that this presents is that there's no 'extra' room to scale out the vertical to fit the rest of the room. To get rid of the black bars for this project, I would need to remake all my levels due to the entire level being the screen. Shoutout to this video for showing me the error of my ways. Resolution and Aspect Ratio Management for Game Maker - Part 2 (youtube.com).\n\nQOL Changes:\n\nGame starts in full screen now.\nSwapped the text to a different font (Gamemaker's base font doesn't play well it seems.)\nRecentered the death screen text.\nAdded an escape command to, well, escape.\nA buncha debugging additions no one will ever see.","shortMessageHtmlLink":"Adding dark vision, bullet reload, and resolution fixes"}},{"before":"aed9f2feaef378ecc4dc613285937026559d66ee","after":"8c514e80b1792c09644376833ec887c0079d1e21","ref":"refs/heads/main","pushedAt":"2024-01-05T17:57:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Lit Vision Update\n\nAdded a system (and tutorial level) for the vision system. I set the lit variable to global, and enemies check if the player is lit. Maybe ten lines of code different, actually being more concinse; but a dramatic effect on the feel.","shortMessageHtmlLink":"Lit Vision Update"}},{"before":"2e02035eba38afe51adb20990e5e53fc9a2b53b9","after":"aed9f2feaef378ecc4dc613285937026559d66ee","ref":"refs/heads/main","pushedAt":"2024-01-05T16:22:07.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Prototype Complete!\n\nAll basic features present, with a touch too much polish. Officially at a point where I am happy to let it die a peaceful death in the back of my mind ^-^","shortMessageHtmlLink":"Prototype Complete!"}},{"before":"e2d4bd032ff0ef30a2e2aeb7913bcad45828d7e5","after":"2e02035eba38afe51adb20990e5e53fc9a2b53b9","ref":"refs/heads/main","pushedAt":"2023-12-31T17:50:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Polish and cleanup\n\nCorrecting some enemy placements, setting up the death screen, and cleaning up files into respective folders. A clean (if basic) complete package!","shortMessageHtmlLink":"Polish and cleanup"}},{"before":"4ede79e2d6fde6fa93de13fd7b93967bd61820ed","after":"e2d4bd032ff0ef30a2e2aeb7913bcad45828d7e5","ref":"refs/heads/main","pushedAt":"2023-12-30T23:19:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"MVP!\n\nA collection of features that gets this to MVP status. Polish it up, and it's a neat little demo of a larger idea.","shortMessageHtmlLink":"MVP!"}},{"before":"c8c72fc5f680de738f8e293ede38e8954e3729d1","after":"4ede79e2d6fde6fa93de13fd7b93967bd61820ed","ref":"refs/heads/main","pushedAt":"2023-12-29T01:58:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Starter Files\n\nCollection of first round, base creation","shortMessageHtmlLink":"Starter Files"}},{"before":null,"after":"c8c72fc5f680de738f8e293ede38e8954e3729d1","ref":"refs/heads/main","pushedAt":"2023-12-29T01:54:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Mat-a-tat","name":"Mathew Vondersaar","path":"/Mat-a-tat","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39657138?s=80&v=4"},"commit":{"message":"Initial commit","shortMessageHtmlLink":"Initial commit"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEBwl8ZgA","startCursor":null,"endCursor":null}},"title":"Activity ยท Mat-a-tat/Semblance"}