{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":11555872,"defaultBranch":"master","name":"7kaa","ownerLogin":"the3dfxdude","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-07-21T01:58:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3520900?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1695404384.0","currentOid":""},"activityList":{"items":[{"before":"22ad185c3254afe0aa97938df4809dff4aa02135","after":"14e6fdfba9481af4dc3a54722614a608776e20bc","ref":"refs/heads/master","pushedAt":"2023-09-22T20:07:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Please update your links to https://sourceforge.net/projects/skfans","shortMessageHtmlLink":"Please update your links to https://sourceforge.net/projects/skfans"}},{"before":"3701006f62e0c3b639ab7124a275dff103c39d5d","after":"22ad185c3254afe0aa97938df4809dff4aa02135","ref":"refs/heads/master","pushedAt":"2023-09-22T17:39:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Release 2.15.6","shortMessageHtmlLink":"Release 2.15.6"}},{"before":"50bb608bf6ee18501d02aee6ca6d7c1fbdac2bf5","after":"3701006f62e0c3b639ab7124a275dff103c39d5d","ref":"refs/heads/master","pushedAt":"2023-09-19T01:28:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Misc: Update comment on points_distance().\n\nThere will be an issue with any even sized shape.","shortMessageHtmlLink":"Misc: Update comment on points_distance()."}},{"before":"0e9c90021f31d31ffd6c9f8cb32ad1f99760ef76","after":"50bb608bf6ee18501d02aee6ca6d7c1fbdac2bf5","ref":"refs/heads/master","pushedAt":"2023-09-14T02:28:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Town: Initialize statistics for new nation.\n\nIf population is left zero, then there is a small window until the next\nmonth that the nation will immediately surrender if Nation::think_surrender()\nis executed, because this is used as a defeat condition.\n\n7k2 tried to fix this with a couple changes. It tried to switch init\norder in a risky (buggy?) way, and created a work-around as well, (why?).\nThe probability of Nation::think_surrender() of happening under recent\nevent conditions should be a clue something else was amiss.","shortMessageHtmlLink":"Town: Initialize statistics for new nation."}},{"before":"027a5cf06257b055b0345381e64bea5a6befaa41","after":"0e9c90021f31d31ffd6c9f8cb32ad1f99760ef76","ref":"refs/heads/master","pushedAt":"2023-09-13T23:29:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"NationAI: When grant to town did work, then recruit immediately.","shortMessageHtmlLink":"NationAI: When grant to town did work, then recruit immediately."}},{"before":"f7935a1ea990d6c23358ec1dcea6a788b1430e4d","after":"027a5cf06257b055b0345381e64bea5a6befaa41","ref":"refs/heads/master","pushedAt":"2023-09-13T03:37:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"NationAI: Only allow town unit training with enough cash.","shortMessageHtmlLink":"NationAI: Only allow town unit training with enough cash."}},{"before":"b1917e95b4640663998a9a6d57de154c735da7e5","after":"f7935a1ea990d6c23358ec1dcea6a788b1430e4d","ref":"refs/heads/master","pushedAt":"2023-09-12T02:12:35.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Vga: Handle the event SDL_RENDER_TARGETS_RESET.","shortMessageHtmlLink":"Vga: Handle the event SDL_RENDER_TARGETS_RESET."}},{"before":"d660ca1d9aa92fc36fd77a0f98a114ce0e8b5c9f","after":"b1917e95b4640663998a9a6d57de154c735da7e5","ref":"refs/heads/master","pushedAt":"2023-08-28T01:54:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"TownAI: Use scout method that will work for different map sizes.\n\nAlso went ahead and limited the max distance to about 100 as originally.","shortMessageHtmlLink":"TownAI: Use scout method that will work for different map sizes."}},{"before":"12043db850e2295214ab729affd59a464df01f33","after":"d660ca1d9aa92fc36fd77a0f98a114ce0e8b5c9f","ref":"refs/heads/master","pushedAt":"2023-08-27T03:46:59.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"NationAI: Finish sea based action by issuing final order.\n\nThis reenables code that appears to have been fully finished. I believe\nit was disabled due to an issue late in development that caused the\nfinal order to fail. I fixed an issue with unit move blocked by team in\nthe previous commit. Now when this sea code is enabled, it appears to be\nworking as expected.\n\nPreviously, when the AI landed the people, the action was not\nnecessarily ended. Eventually it could be reprocessed or reordered, but\nit took some time. This fix makes the AI act immediately, which is what\nwe want.","shortMessageHtmlLink":"NationAI: Finish sea based action by issuing final order."}},{"before":"e99d649b82ffb42924d4b163475a9a26509fa573","after":"12043db850e2295214ab729affd59a464df01f33","ref":"refs/heads/master","pushedAt":"2023-08-26T03:49:30.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Unit: Disable the political path logic.","shortMessageHtmlLink":"Unit: Disable the political path logic."}},{"before":"b3ff8eedfa4553604943c40d90a7b491da5630ff","after":"e99d649b82ffb42924d4b163475a9a26509fa573","ref":"refs/heads/master","pushedAt":"2023-08-23T04:30:53.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"UnitGod: Improve handling case where FirmBase is destroyed already.\n\nThis is an update to cf2ab3623 where a cast power is called and the\nattached firm is already destroyed. The god unit cannot cast the power\nwithout prayer points. The firm will no longer exist, so check that it is\ndeleted properly before continuing.","shortMessageHtmlLink":"UnitGod: Improve handling case where FirmBase is destroyed already."}},{"before":"1cac4a2d09f5c308e8828200776c1da8908ad97c","after":"b3ff8eedfa4553604943c40d90a7b491da5630ff","ref":"refs/heads/master","pushedAt":"2023-08-02T04:08:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"UnitMarine: Don't give move order when the ship is still docked.\n\nThis happens when the trade ship is manually docked and only has one stop.","shortMessageHtmlLink":"UnitMarine: Don't give move order when the ship is still docked."}},{"before":"9fca5134693c13bea84ed8fd916071a5dc9ea23b","after":"1cac4a2d09f5c308e8828200776c1da8908ad97c","ref":"refs/heads/master","pushedAt":"2023-08-02T00:26:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Hide the register keyword if the compiler does not support it.","shortMessageHtmlLink":"Hide the register keyword if the compiler does not support it."}},{"before":"fbf295b16e9c1d712cfc56c60f4b92778e521ad5","after":"9fca5134693c13bea84ed8fd916071a5dc9ea23b","ref":"refs/heads/master","pushedAt":"2023-07-29T01:55:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Increase the max number of raw resource sites.","shortMessageHtmlLink":"Increase the max number of raw resource sites."}},{"before":"23a8d4951e6b7d685c13e8b676126118860d3055","after":"fbf295b16e9c1d712cfc56c60f4b92778e521ad5","ref":"refs/heads/master","pushedAt":"2023-07-26T20:45:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Unit: Remove more action_para assertions.","shortMessageHtmlLink":"Unit: Remove more action_para assertions."}},{"before":"2f49c8c5b85bd0c1a89c6513e80722f2377f0d3a","after":"23a8d4951e6b7d685c13e8b676126118860d3055","ref":"refs/heads/master","pushedAt":"2023-07-25T20:57:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Unit: Remove action_para assertion.\n\naction_para is allowed to be zero at least entering process_idle, as we\nneed to ensure that units that have died have the reference cleared\nbefore some other function tries to intepret or reuse the unit record\nnumber. So in the first case, it has to go. The other checks may or may\nnot be useful, but that is a web I cannot untangle right now.","shortMessageHtmlLink":"Unit: Remove action_para assertion."}},{"before":"8dc0b1a9495ede01c654f61d2fe3940b51995f31","after":"2f49c8c5b85bd0c1a89c6513e80722f2377f0d3a","ref":"refs/heads/master","pushedAt":"2023-07-24T23:52:11.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Game: Don't set the scenario completion flag if no one wins.\n\nThis happens when there is a time deadline and the goal was not met. Thanks goes to Zsar for the bug report.","shortMessageHtmlLink":"Game: Don't set the scenario completion flag if no one wins."}},{"before":"51449767e28433803388a5a37321c3a6476a737e","after":"8dc0b1a9495ede01c654f61d2fe3940b51995f31","ref":"refs/heads/master","pushedAt":"2023-07-24T17:52:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"LocaleRes: Simplify platform specific code.\n\nThe gettext team says setting the env var is probably the only sure way. So we can simplify as the env vars are of higher importance to doing this on any platform.","shortMessageHtmlLink":"LocaleRes: Simplify platform specific code."}},{"before":"182f6bbfa932ea7c2fc224a9088a0f2a30e810e4","after":"51449767e28433803388a5a37321c3a6476a737e","ref":"refs/heads/master","pushedAt":"2023-07-22T21:15:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"LocaleRes: Set the LC_MESSAGE environment variable when the system does not support the setlocale setting.\n\nGettext assumes usage through environment variables when the system is not POSIX compliant. This also defaults the language to English on a related issue, because when we can't figure out the default system language, we can't then select the proper font.\n\nThe user has more options to set their language locale. The ConfigAdv setting for locale will now work on non-POSIX settings. The environment variable SKMESSAGES is now available non-POSIX situations as well.\n\nThis patch also does more prepping for a future menu to select the language in game.","shortMessageHtmlLink":"LocaleRes: Set the LC_MESSAGE environment variable when the system do…"}},{"before":"03be1f5b5efc44f0063012d0f5dd32f7d2500ba2","after":"182f6bbfa932ea7c2fc224a9088a0f2a30e810e4","ref":"refs/heads/master","pushedAt":"2023-07-19T13:55:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Fix assertions.\n\nThe ColorTable reserved_count assertion was found in 7k2.","shortMessageHtmlLink":"Fix assertions."}},{"before":"52b1f9481413841e7e155dd7a874fa055e1b7695","after":"03be1f5b5efc44f0063012d0f5dd32f7d2500ba2","ref":"refs/heads/master","pushedAt":"2023-06-20T23:13:20.032Z","pushType":"push","commitsCount":2,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Merge branch 'jorgesumle'","shortMessageHtmlLink":"Merge branch 'jorgesumle'"}},{"before":"68319c3687825284dbaf8009c6ccb25c018b0747","after":"52b1f9481413841e7e155dd7a874fa055e1b7695","ref":"refs/heads/master","pushedAt":"2023-05-08T20:24:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"NationAI: Don't choose a nation without contact to surrender to.","shortMessageHtmlLink":"NationAI: Don't choose a nation without contact to surrender to."}},{"before":"967beaa798d0d93a041792d546ce500a2fd1b944","after":"68319c3687825284dbaf8009c6ccb25c018b0747","ref":"refs/heads/master","pushedAt":"2023-05-08T13:42:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Remove extra debugging","shortMessageHtmlLink":"Remove extra debugging"}},{"before":"a46e218e7a465b9bf0780034966a191b3af4b40f","after":"967beaa798d0d93a041792d546ce500a2fd1b944","ref":"refs/heads/master","pushedAt":"2023-05-08T02:11:17.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"the3dfxdude","name":null,"path":"/the3dfxdude","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3520900?s=80&v=4"},"commit":{"message":"Fix some typos in comment.","shortMessageHtmlLink":"Fix some typos in comment."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADhufdZQA","startCursor":null,"endCursor":null}},"title":"Activity · the3dfxdude/7kaa"}