-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(match2): remove deprecated processMap, simplify subobjects #4842
Conversation
2057e0f
to
2828c65
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
linter says FnUtil is unsed in criticalops ;)
fwiw if on commons we make |
Yes, but requires moving existing logic from SubObjects to the Customs that needs it. Want to do it, but it would be a later stage |
1a013d9
to
11941cd
Compare
* Create Match Summary for hearthstone * Create Match Group Input for Hearthstone * Create get_match_group_copy_paste_wiki.lua * Update match_group_input_custom.lua * Update match_group_input_custom.lua * Update match_group_input_custom.lua * Update match_summary.lua * Update match_summary.lua * Update match_summary.lua * as per review * ms: fix anno * fix(ms): do not apply css to potential nil * linter * input refactor * adjust copy paste (add team support) * store chars in extradata too (to be able to condition on them) * kick unsued cars and requires * and another one * map function -> identity * fix * #4650 * update with changes from #4839 * change from #4842 * Update Hearthstone Info M2 status (#4844) * Update Hearthstone Info Based on: #4518 (comment) * Update standard/info/wikis/hearthstone/info.lua Co-authored-by: Rikard Blixt <[email protected]> --------- Co-authored-by: Rikard Blixt <[email protected]> * Create match_legacy for Hearthstone (#4846) * Create match_legacy for Hearthstone * Apply suggestions from code review Co-authored-by: hjpalpha <[email protected]> * Update components/match2/wikis/hearthstone/match_legacy.lua * Update components/match2/wikis/hearthstone/match_legacy.lua * Update components/match2/wikis/hearthstone/match_legacy.lua --------- Co-authored-by: Rikard Blixt <[email protected]> Co-authored-by: hjpalpha <[email protected]> * change from #4841 * aano wanring --------- Co-authored-by: hjpalpha <[email protected]> Co-authored-by: Rikard Blixt <[email protected]> Co-authored-by: hjpalpha <[email protected]>
Summary
ProcessMap is no longer used
How did you test this change?
dev on r6 and val