{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":45866445,"defaultBranch":"master","name":"aowow","ownerLogin":"TrinityCore","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2015-11-09T20:59:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/539602?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1624731601.550813","currentOid":""},"activityList":{"items":[{"before":"79aa8fda7ed275f75027609a954555b34b6a51fb","after":"c1eecb4c22f8ee1cbe030378a8018d194fa40c22","ref":"refs/heads/master","pushedAt":"2024-09-23T10:59:24.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Aokromes","name":null,"path":"/Aokromes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539374?s=80&v=4"},"commit":{"message":"ItemStats/Filters\n * do not use NULL on item stats as it prevents searching for an amount of 0 (except for stats that certain items just cant have)\n * fix stats from spells granting spell power and spell healing separately\n * define and use some item subclasses","shortMessageHtmlLink":"ItemStats/Filters"}},{"before":"dab110475c081bd46c408e6ccb412de5a3f42fb1","after":"79aa8fda7ed275f75027609a954555b34b6a51fb","ref":"refs/heads/master","pushedAt":"2024-09-08T15:43:53.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"Aokromes","name":null,"path":"/Aokromes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539374?s=80&v=4"},"commit":{"message":"Profiler/Fixup\n * fix index error in ArenaTeam member update query","shortMessageHtmlLink":"Profiler/Fixup"}},{"before":"be7a84a651322f453bf0bf9c6b8f5fc8b1737356","after":"dab110475c081bd46c408e6ccb412de5a3f42fb1","ref":"refs/heads/master","pushedAt":"2024-08-16T18:30:04.000Z","pushType":"push","commitsCount":24,"pusher":{"login":"Aokromes","name":null,"path":"/Aokromes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539374?s=80&v=4"},"commit":{"message":"Items/Tooltips\n * do not display crafted item tooltip inside recipe tooltip if the craft spell doesn't create an item.\n (notably: enchantments were displaying enchantment scrolls)\n * always display reagent cost if set","shortMessageHtmlLink":"Items/Tooltips"}},{"before":"d16b08bb297dd1522040a01d1ba8958fba52d155","after":"be7a84a651322f453bf0bf9c6b8f5fc8b1737356","ref":"refs/heads/master","pushedAt":"2024-07-06T22:56:28.000Z","pushType":"push","commitsCount":51,"pusher":{"login":"Sarjuuk","name":null,"path":"/Sarjuuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/848030?s=80&v=4"},"commit":{"message":"Core/Conditions\n * minor rework\n * fixed columns of tab item loot\n * fixed lookup of classes/races (as they are the only type used as bitmask)\n * implemented reverse lookups everywhere (arguably class, race and skill are too spammy)\n * reverse lookups no longer contain redundant data\n * changed how the groupKey is set, so there are no more cases that can't be looked up\n * fixes #273\n\n * title: added tab 'criteria-of'","shortMessageHtmlLink":"Core/Conditions"}},{"before":"937bec3d84cefdcd0b79af65904dd201cd910eee","after":"d16b08bb297dd1522040a01d1ba8958fba52d155","ref":"refs/heads/master","pushedAt":"2024-06-16T19:05:16.000Z","pushType":"push","commitsCount":32,"pusher":{"login":"Aokromes","name":null,"path":"/Aokromes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539374?s=80&v=4"},"commit":{"message":"Core/CharStats\n * unify stat handling. If there are discrepancies left at least they are now centralized.\n - health should no longer pretend to be mana\n - stats are no longer capped to 32.7k points as items can have multiple of the same stat and handily exceed smallints\n * weight scale fixes:\n - \"repair cost\" is no longer a weight scale option. Why was it one in the first place? Also it wasn't even accessible before. (that was a bug)\n - \"bonus armor\" is now searchable and only applied to armor pieces\n * removed unused parsed stats from itemsets","shortMessageHtmlLink":"Core/CharStats"}},{"before":"97d59dbb98d7363e6d0784e88f78cc3e4fc61aa1","after":"937bec3d84cefdcd0b79af65904dd201cd910eee","ref":"refs/heads/master","pushedAt":"2024-05-07T12:32:14.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"Aokromes","name":null,"path":"/Aokromes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539374?s=80&v=4"},"commit":{"message":"Spells/Tooltips\n * enable level scaling for spells with RealPointsPerLevel\n * note: While BasePoint vars ($m, $M) can scale, they are often involved in formulas that would have to be recalculated in javascript. This is currently impossible. So this var is skipped for now.","shortMessageHtmlLink":"Spells/Tooltips"}},{"before":"ec1a2afc5f7aaa243de83e9552ce4fabc14ffcc5","after":"97d59dbb98d7363e6d0784e88f78cc3e4fc61aa1","ref":"refs/heads/master","pushedAt":"2024-04-13T14:22:32.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"Sarjuuk","name":null,"path":"/Sarjuuk","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/848030?s=80&v=4"},"commit":{"message":"Tooltips/Icons\n * properly format icons in tooltips after b125e55a4a0f22b3b5ed6ecff8723b979a1467f6","shortMessageHtmlLink":"Tooltips/Icons"}},{"before":"70a93d99055c80b91e7a361add4480eca455771d","after":"ec1a2afc5f7aaa243de83e9552ce4fabc14ffcc5","ref":"refs/heads/master","pushedAt":"2024-03-13T01:10:16.000Z","pushType":"push","commitsCount":73,"pusher":{"login":"Aokromes","name":null,"path":"/Aokromes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539374?s=80&v=4"},"commit":{"message":"PHP/Compat\n * fixed misc issues Intellisense was nice enough to highlight.\n * mostly deprecated usage of uninitialized parameters\n * class GenericPage still needs a long, hard look and a refactor","shortMessageHtmlLink":"PHP/Compat"}},{"before":"1130581152e80bab0b5a9e622a612f8cfa7e7d75","after":"70a93d99055c80b91e7a361add4480eca455771d","ref":"refs/heads/master","pushedAt":"2023-07-08T14:27:14.591Z","pushType":"push","commitsCount":2,"pusher":{"login":"Aokromes","name":null,"path":"/Aokromes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539374?s=80&v=4"},"commit":{"message":"Misc/Lang\n\n * remove some more square brackets denoting missing translations","shortMessageHtmlLink":"Misc/Lang"}},{"before":"1130581152e80bab0b5a9e622a612f8cfa7e7d75","after":"70a93d99055c80b91e7a361add4480eca455771d","ref":"refs/heads/master","pushedAt":"2023-07-08T14:27:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Aokromes","name":null,"path":"/Aokromes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539374?s=80&v=4"},"commit":{"message":"Misc/Lang\n\n * remove some more square brackets denoting missing translations","shortMessageHtmlLink":"Misc/Lang"}},{"before":"14658a5016c8f5f9923fe890c368ad1cff3a0ba8","after":"1130581152e80bab0b5a9e622a612f8cfa7e7d75","ref":"refs/heads/master","pushedAt":"2023-05-03T15:45:02.054Z","pushType":"push","commitsCount":5,"pusher":{"login":"Aokromes","name":null,"path":"/Aokromes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539374?s=80&v=4"},"commit":{"message":"Items/Stats\n * resolve more col name conflicts .. should probably rename the cols in the table itself...","shortMessageHtmlLink":"Items/Stats"}},{"before":"5f708470fc63ba063ff8914b6b9eea33718626bc","after":"14658a5016c8f5f9923fe890c368ad1cff3a0ba8","ref":"refs/heads/master","pushedAt":"2023-04-17T07:44:33.921Z","pushType":"push","commitsCount":1,"pusher":{"login":"Aokromes","name":null,"path":"/Aokromes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539374?s=80&v=4"},"commit":{"message":"Pages/Scripts\n * do not skip generic page constructor ... ever","shortMessageHtmlLink":"Pages/Scripts"}},{"before":"df1ba841c5a70e889bd7b689d495471f465606f7","after":"5f708470fc63ba063ff8914b6b9eea33718626bc","ref":"refs/heads/master","pushedAt":"2023-04-13T20:13:26.619Z","pushType":"push","commitsCount":24,"pusher":{"login":"Aokromes","name":null,"path":"/Aokromes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/539374?s=80&v=4"},"commit":{"message":"Localization/Typo (#354)\n * small typo","shortMessageHtmlLink":"Localization/Typo (Sarjuuk#354)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QxMDo1OToyNC4wMDAwMDBazwAAAAS92pQB","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNC0xM1QyMDoxMzoyNi42MTkxODdazwAAAAMYT6y3"}},"title":"Activity ยท TrinityCore/aowow"}