{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3319723,"defaultBranch":"master","name":"enigma-dev","ownerLogin":"enigma-dev","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-01-31T22:51:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/332607?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1710834961.0","currentOid":""},"activityList":{"items":[{"before":"af54cea66b1e55b6358772df674b3861a1e63a57","after":"3590b681f20174ccf24156769d2bbb94b10673e3","ref":"refs/heads/master","pushedAt":"2024-03-19T06:08:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoshDreamland","name":"Josh Ventura","path":"/JoshDreamland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/164340?s=80&v=4"},"commit":{"message":"Update Steamworks SDK from v1.57 to v1.58a (#2363)\n\nThe next PR after #2350 and #2343.\r\n\r\nThis PR contains the following changes:\r\n\r\n 1. Update SDK from v1.57 to v1.58a.\r\n2. Improved the Shell Makefile (the part related to the Steamworks\r\nextension).\r\n- Moved building the fake API process inside a separate Makefile\r\nspecific to the fake API.\r\n 3. Cleaned some comments including flushing the Steamworks Makefile.\r\n 4. Fixed the README.md file.\r\n 5. Improved documentation.\r\n 6. Created a separate Makefile for the fake Steamworks API.\r\n 7. Added v1.58a official headers.\r\n 8. Fixed .gitignore file.\r\n\r\n---------\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>","shortMessageHtmlLink":"Update Steamworks SDK from v1.57 to v1.58a (#2363)"}},{"before":"3918af3dc40734465b355a7d52cb9f9f93f5a8d6","after":"af54cea66b1e55b6358772df674b3861a1e63a57","ref":"refs/heads/master","pushedAt":"2024-03-17T16:57:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoshDreamland","name":"Josh Ventura","path":"/JoshDreamland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/164340?s=80&v=4"},"commit":{"message":"Steamworks : UserId from UInt64 to Hex (#2383)\n\nFixes #2370.\r\n\r\nPreviously the userId of the steam users was shown as it is in integer\r\nform.\r\n\r\nSince this is not desirable, this PR converts the integer into a\r\n**hexadecimal number** , prepends it with `@i64@` and appends it with\r\n`$i64$` before getting output on the leaderboard.\r\n\r\nchanged lines 53/54 in the\r\n[file](https://github.com/enigma-dev/enigma-dev/blob/3918af3dc40734465b355a7d52cb9f9f93f5a8d6/ENIGMAsystem/SHELL/Universal_System/Extensions/Steamworks/gameclient/utils/gc_leaderboards_score_downloaded_cookies.cpp#L53)\r\nto handle hex conversion.","shortMessageHtmlLink":"Steamworks : UserId from UInt64 to Hex (#2383)"}},{"before":"69d8baeca18ae4ebd62615d81d0102e4378937e6","after":"1ad60fd482387d826e7dec24033c847d9fc4846b","ref":"refs/heads/AST-Generation-2024","pushedAt":"2024-02-28T15:59:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JoshDreamland","name":"Josh Ventura","path":"/JoshDreamland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/164340?s=80&v=4"},"commit":{"message":"Some parser fixes (#2375)\n\nThis PR consumes the semicolon (if it exists) for certain statements and\r\nexpressions, includes new test cases, and fix a typo.\r\n\r\n### Modified Statements:\r\n- Return\r\n- Break\r\n- Continue\r\n\r\n### Modified Expressions:\r\n- Delete\r\n- New\r\n- Unary Postfix\r\n\r\n### Testing\r\n- Add new switch case tests.\r\n- Complete for loop tests.\r\n- Utilize Google Mock for `ASSERT_THAT` with new matchers:\r\n`IsDeclaration`, `IsCast`, `IsBinaryOperation`,\r\n`IsUnaryPostfixOperator`, `IsUnaryPrefixOperator` and\r\n`IsStatementBlock`.\r\n- Add new for loop tests.\r\n\r\n### New Functions\r\n- `NodeToString` in `AST` class to get the node type as a string.\r\n- `StorageToString` in `AST::DeclarationStatement` class to get the\r\nstorage type as a string.\r\n- `KindToString` in `AST::CastExpression` class to get the cast type as\r\na string.\r\n\r\n> [!note]\r\n> I used clang-format for the `parser-test.cpp` file.","shortMessageHtmlLink":"Some parser fixes (#2375)"}},{"before":null,"after":"69d8baeca18ae4ebd62615d81d0102e4378937e6","ref":"refs/heads/AST-Generation-2024","pushedAt":"2024-02-02T02:09:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JoshDreamland","name":"Josh Ventura","path":"/JoshDreamland","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/164340?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/AST-Generation' into AST-Generation-Bumblefuck","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/AST-Generation' into AST-Generat…"}},{"before":"3e24167174e5addbbe664f25ccc8d920d1a858b8","after":"3918af3dc40734465b355a7d52cb9f9f93f5a8d6","ref":"refs/heads/master","pushedAt":"2023-10-11T03:34:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"GSoC Final Evaluation: Steam Workshop SDK/Third Party Integration (#2350)\n\nCloses #1881. This is the second part of my first PR #2343.\r\n\r\nThis PR is part of the ``Google Summer of Code 2023`` program.\r\n\r\nI will be updating my Logs inside my [domain](https://k0t0z.github.io).\r\n\r\n#### Note: :heavy_check_mark: means that SOG/unit tests for the\r\ncorresponding function are provided.\r\n\r\n\r\n---------------------------------------------------------------------------------------------------\r\n\r\n:white_check_mark: [Leaderboards\r\nAPI](https://github.com/YoYoGames/GMEXT-Steamworks/wiki/Leaderboards)\r\n - :white_check_mark: steam_create_leaderboard();\r\n - :white_check_mark: steam_upload_score();\r\n - :white_check_mark: steam_upload_score_ext();\r\n - :white_large_square: steam_upload_score_buffer();\r\n - :white_large_square: steam_upload_score_buffer_ext();\r\n - :white_check_mark: steam_download_scores();\r\n - :white_check_mark: steam_download_scores_around_user();\r\n - :white_check_mark: steam_download_friends_scores();\r\n - :white_large_square: ``LeaderboardEntry`` data type\r\n - :white_check_mark: ``LeaderboardDisplayType`` constant\r\n - :white_check_mark: ``LeaderboardSortOrder`` constant\r\n\r\n\r\n---------------------------------------------------------------------------------------------------\r\n\r\n:white_check_mark: [Social\r\nAPI](https://github.com/YoYoGames/GMEXT-Steamworks/wiki/Social)\r\n - :white_check_mark: steam_set_rich_presence();\r\n - :white_check_mark: steam_set_clear_presence();\r\n - :white_check_mark: steam_user_set_played_with();\r\n - :white_large_square: steam_get_friends_game_info();\r\n - :white_check_mark: steam_get_user_avatar();\r\n - :white_check_mark: steam_image_get_size();\r\n - :white_check_mark: steam_image_get_rgba();\r\n - :white_check_mark: steam_image_get_bgra();\r\n - :white_check_mark: steam_image_get_argb();\r\n - :white_check_mark: steam_image_create_sprite();\r\n\r\n\r\n---------------------------------------------------------------------------------------------------\r\n\r\n:white_large_square: [Cloud\r\nAPI](https://github.com/YoYoGames/GMEXT-Steamworks/wiki/Cloud)\r\n - :white_large_square: steam_is_cloud_enabled_for_app();\r\n - :white_large_square: steam_is_cloud_enabled_for_account();\r\n - :white_large_square: steam_get_quota_total();\r\n - :white_large_square: steam_get_quota_free();\r\n - :white_large_square: steam_file_exists();\r\n - :white_large_square: steam_file_size();\r\n - :white_large_square: steam_file_persisted();\r\n - :white_large_square: steam_file_write();\r\n - :white_large_square: steam_file_write_file();\r\n - :white_large_square: steam_file_read();\r\n - :white_large_square: steam_file_share();\r\n - :white_large_square: steam_file_delete();\r\n\r\n\r\n---------------------------------------------------------------------------------------------------\r\n\r\n## Must Be Done Before Merging:\r\n\r\n:white_check_mark: Adding support for other platforms in the Makefile\r\nfile.\r\n:white_check_mark: Switching the ``Default`` property in the Steamworks\r\n& Json extensions YAML file to ``false``.\r\n:white_check_mark: Switching the ``cxxflags`` property in\r\n``Compilers/Linux/gcc.ey`` to ``-fdiagnostics-color=always``.\r\n:white_large_square: Reviewing all error messages and documentation in\r\nnewly added files.\r\n:white_check_mark: Adding the license to all newly added files.\r\n:white_check_mark: Providing installation instructions for all\r\nplatforms.\r\n:white_check_mark: Modifying the extension to call ``steam_init();``\r\nautomatically when enabled.\r\n:white_check_mark: Match all naming conventions with GMS's Steamworks\r\nextension.\r\n:white_large_square: Testing the APIs with the latest version of\r\nSteamworks SDK, Steam, OS version, etc.\r\n:white_large_square: Must test all EDL scripts in the example game\r\nprovided.\r\n:white_large_square: Providing SOG/unit tests for all functions written\r\n(this need to be studied carefully as in order to test the C++ wrapper\r\ntester must have steam installed and running or I may use mocks).\r\n:white_check_mark: Clearing garbage files.\r\n:white_check_mark: ``DEBUG_MESSAGE()`` must exist only in APIs files.\r\nTry to remove it from wrapper files. Try to make the wrapper independent\r\non ENIGMA.\r\n:white_check_mark: Fix example game background design.\r\n:white_large_square: Update the example game to match the latest version\r\nof [GMS Steamworks\r\nextension](https://marketplace.yoyogames.com/assets/10709/steamworks-ext).\r\n\r\n:white_check_mark: The compiler must write a file next to the exe.\r\n:white_large_square: Review includes.\r\n\r\n:white_check_mark: Commit the example game again and remove it from\r\n``.gitignore`` file.\r\n:white_large_square: The extension and the example must be compatible\r\nwith GameMaker.\r\n:white_large_square: Set the title for Steamworks demo to ``Created with\r\nENIGMA``.\r\n:white_large_square: Monitor GMS's terminal behavior.\r\n\r\n\r\n---------------------------------------------------------------------------------------------------\r\n\r\n## Dependencies:\r\n\r\n- [Social\r\nAPI](https://github.com/YoYoGames/GMEXT-Steamworks/wiki/Social) depends\r\non this #2309 (#2361).\r\n\r\n\r\n---------------------------------------------------------------------------------------------------\r\n\r\n## Good to have:\r\n\r\n:white_large_square: Test the changes with\r\n[RGM](https://github.com/enigma-dev/RadialGM).\r\n:white_large_square: Solve all build warnings.\r\n\r\n---------\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>\r\nCo-authored-by: saifkandil \r\nCo-authored-by: = <=>\r\nCo-authored-by: --replace-all <--replace-all>\r\nCo-authored-by: Robert Colton ","shortMessageHtmlLink":"GSoC Final Evaluation: Steam Workshop SDK/Third Party Integration (#2350"}},{"before":"8d105a42b6ab640d766b23f3bee0207d85bdc15e","after":"3e24167174e5addbbe664f25ccc8d920d1a858b8","ref":"refs/heads/master","pushedAt":"2023-08-27T17:36:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"fix #2339 the right way (#2360)\n\n* fix #2339 the right way\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>\r\n\r\n* Update json.cpp\r\n\r\n---------\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>","shortMessageHtmlLink":"fix #2339 the right way (#2360)"}},{"before":"d64a8ec04ac62fa917b7e6e34b08660f3095ec4c","after":"8d105a42b6ab640d766b23f3bee0207d85bdc15e","ref":"refs/heads/master","pushedAt":"2023-08-16T13:28:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"Fix json extension (#2357)\n\n* fixed json extension conversion to ds map and improved naming of some files\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>\r\n\r\n* fix #2354\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>","shortMessageHtmlLink":"Fix json extension (#2357)"}},{"before":"970daa27da6e364643b2a70e3cad212ba22104a2","after":null,"ref":"refs/heads/instance-create-depth","pushedAt":"2023-08-16T05:21:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"}},{"before":"85c1a3ab9a2db140788ad6e744e24b7bbf194440","after":"d64a8ec04ac62fa917b7e6e34b08660f3095ec4c","ref":"refs/heads/master","pushedAt":"2023-08-16T05:20:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"add instance_create_depth (#2356)\n\n* add instance_create_depth\r\n\r\n* fix instance_copy init order\r\n\r\n* Update ENIGMAsystem/SHELL/Universal_System/Instances/instance_create.h\r\n\r\n* declare instance_create_depth","shortMessageHtmlLink":"add instance_create_depth (#2356)"}},{"before":"df856433372ed9c927b71d54bfb3f8878e5c6d92","after":"970daa27da6e364643b2a70e3cad212ba22104a2","ref":"refs/heads/instance-create-depth","pushedAt":"2023-08-16T04:37:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"declare instance_create_depth","shortMessageHtmlLink":"declare instance_create_depth"}},{"before":"c991219b847d8e3d05eae5e7a7cbe9deb5666cfa","after":"df856433372ed9c927b71d54bfb3f8878e5c6d92","ref":"refs/heads/instance-create-depth","pushedAt":"2023-08-16T03:46:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"Update ENIGMAsystem/SHELL/Universal_System/Instances/instance_create.h","shortMessageHtmlLink":"Update ENIGMAsystem/SHELL/Universal_System/Instances/instance_create.h"}},{"before":"274e156bea6d6b54668e9c86621058dec50c627a","after":"c991219b847d8e3d05eae5e7a7cbe9deb5666cfa","ref":"refs/heads/instance-create-depth","pushedAt":"2023-08-16T01:54:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"fix instance_copy init order","shortMessageHtmlLink":"fix instance_copy init order"}},{"before":"85c1a3ab9a2db140788ad6e744e24b7bbf194440","after":"274e156bea6d6b54668e9c86621058dec50c627a","ref":"refs/heads/instance-create-depth","pushedAt":"2023-08-16T01:16:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"add instance_create_depth","shortMessageHtmlLink":"add instance_create_depth"}},{"before":null,"after":"85c1a3ab9a2db140788ad6e744e24b7bbf194440","ref":"refs/heads/instance-create-depth","pushedAt":"2023-08-16T01:06:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"fixed json extension conversion to ds map and improved naming of some files (#2355)\n\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>","shortMessageHtmlLink":"fixed json extension conversion to ds map and improved naming of some…"}},{"before":"ad33bbc909b551d71a0e755317fa96a6bb87b53b","after":"85c1a3ab9a2db140788ad6e744e24b7bbf194440","ref":"refs/heads/master","pushedAt":"2023-08-15T22:33:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"fixed json extension conversion to ds map and improved naming of some files (#2355)\n\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>","shortMessageHtmlLink":"fixed json extension conversion to ds map and improved naming of some…"}},{"before":"3a2330f832f3472581c1e678a0a036c35daaac5d","after":"ad33bbc909b551d71a0e755317fa96a6bb87b53b","ref":"refs/heads/master","pushedAt":"2023-08-14T19:59:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"Fix json encode (#2353)\n\n* moving to std::sstream instead of std::string\r\n\r\n---------\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>","shortMessageHtmlLink":"Fix json encode (#2353)"}},{"before":"c571874b07b350ed05f8fc8235b28d6d69a3b9ef","after":"3a2330f832f3472581c1e678a0a036c35daaac5d","ref":"refs/heads/master","pushedAt":"2023-08-11T15:18:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"implement ``json_encode()`` user function (#2352)\n\n* implemented json_encode()\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>\r\n\r\n* fixed json_encode and fixed tests\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>\r\n\r\n* ignore this\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>\r\n\r\n* bug fixes\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>\r\n\r\n* bug fixes\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Saif Kandil <74428638+k0T0z@users.noreply.github.com>","shortMessageHtmlLink":"implement json_encode() user function (#2352)"}},{"before":"9adc96c01db039c4c90d7ed2f7442f16e491c47d","after":"c571874b07b350ed05f8fc8235b28d6d69a3b9ef","ref":"refs/heads/master","pushedAt":"2023-08-09T02:50:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"add short json support (#2335)\n\n* add short json support\r\n\r\n* logic is done\r\n\r\n* bug fixes\r\n\r\n* fix crash on passing paramenters\r\n\r\n* enhance code complexity, few bug fixes\r\n\r\n* bug fixes\r\n\r\n* update documentation\r\n\r\n* fix typo\r\n\r\n* fix json crash when passing array of objects\r\n\r\n* update documentation\r\n\r\n* add unit tests\r\n\r\n* fix naming\r\n\r\n* bug fixes, add more tests, and improve SOG\r\n\r\n* bug fixes, more tests\r\n\r\n* add space removal system\r\n\r\n* add space removal system\r\n\r\n* bug fixes, more tests\r\n\r\n* bug fixes\r\n\r\n* finalizing tests, bug fixes\r\n\r\n* more tests\r\n\r\n* fix double quotes read/write\r\n\r\n* bug fixes\r\n\r\n* update adding missing keys call for better readability\r\n\r\n* add tests for JSON readers and parsers\r\n\r\n* fix short JSON tests name\r\n\r\n* last commit\r\n\r\n* add deleted files\r\n\r\n* readd deleted files\r\n\r\n* few improvements\r\n\r\n* improve tests\r\n\r\n---------\r\n\r\nCo-authored-by: saifkandil ","shortMessageHtmlLink":"add short json support (#2335)"}},{"before":"a1768b9e70111317318850d988033d0674f4d834","after":null,"ref":"refs/heads/async-event-constants","pushedAt":"2023-07-19T04:58:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"}},{"before":"826b84c599aa3289b4d17533a17de1d14c625335","after":"9adc96c01db039c4c90d7ed2f7442f16e491c47d","ref":"refs/heads/master","pushedAt":"2023-07-19T04:56:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"Async Event Constants (#2349)","shortMessageHtmlLink":"Async Event Constants (#2349)"}},{"before":"35e2548363324ba20d15ae975270d86b6cc5e0c2","after":"a1768b9e70111317318850d988033d0674f4d834","ref":"refs/heads/async-event-constants","pushedAt":"2023-07-19T04:56:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"Update actions.h","shortMessageHtmlLink":"Update actions.h"}},{"before":"826b84c599aa3289b4d17533a17de1d14c625335","after":"35e2548363324ba20d15ae975270d86b6cc5e0c2","ref":"refs/heads/async-event-constants","pushedAt":"2023-07-19T04:52:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"Update actions.h","shortMessageHtmlLink":"Update actions.h"}},{"before":null,"after":"826b84c599aa3289b4d17533a17de1d14c625335","ref":"refs/heads/async-event-constants","pushedAt":"2023-07-19T04:35:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"},"commit":{"message":"fix default font (#2105)\n\n* fix default font\r\n\r\n* gmsux\r\n\r\n---------\r\n\r\nCo-authored-by: Goombert ","shortMessageHtmlLink":"fix default font (#2105)"}},{"before":"3e8609c6ff8f6ef26715090a97bd1e376e55c5d1","after":null,"ref":"refs/heads/compatibility-room-layers","pushedAt":"2023-07-17T13:40:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"}},{"before":"cedaa713e98617f36b86609e603ce484183a1efd","after":null,"ref":"refs/heads/gpu","pushedAt":"2023-07-17T13:40:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"}},{"before":"b5dc269955a56db5838a1285d70c181d64e39e6a","after":null,"ref":"refs/heads/SDL","pushedAt":"2023-07-08T21:03:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"}},{"before":"1bbc6aa0953c656edc03254bee61cf6a287d2182","after":null,"ref":"refs/heads/Android","pushedAt":"2023-07-08T21:03:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"}},{"before":"a53155c0e82d44abf7d7dd211bbd29d4b7f1f6e5","after":null,"ref":"refs/heads/switchcrap","pushedAt":"2023-07-08T21:03:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"}},{"before":"c68058f5b232f30b6c921f54c82a9affb363446a","after":null,"ref":"refs/heads/gl3core","pushedAt":"2023-07-08T21:02:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"}},{"before":"ba4fb9ff614c9dcf25b1c7677787bf089705d853","after":null,"ref":"refs/heads/egmcrap","pushedAt":"2023-07-08T21:01:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"RobertBColton","name":"Robert Colton","path":"/RobertBColton","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3212801?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEGUIZRwA","startCursor":null,"endCursor":null}},"title":"Activity · enigma-dev/enigma-dev"}