Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2019-10-03 00:00:00Z and 2019-10-04 00:00:00Z
/home/chiller/Desktop/git/ddnet7/src/game/server/score.h:75:28: error: 'std::shared_ptr' has not been declared
virtual void MapVote(std::shared_ptr<CMapVoteResult> *ppResult, int ClientID, const char *pMapName) = 0;
@Fran_ if the modification is really feature rich and has a lot of code everywhere in the tw codebase it might be fastest to just port the protocol like ifcity did. If it is a well excluded or small mod it can be copied over to the new codebase. But both ways take time.
You can try contacting fanta from if city to maybe provide you a cherry-pick for the protocol or something like that.
718eebd Revert "Force spawn order of teams. Fix #1828" - d3fault
5f193d0 Properly force spawn order of teams, so dummy doesn't get strong hook. Fix #1828 - d3fault
112d043 Merge #1923 - bors[bot]
2b66b80 Rewrite stopper code a bit, second try - heinrich5991
a6070dc Make LimitVel a proper function - heinrich5991
dbc9502 Fix rotated stoppers not working - heinrich5991
712b53a Merge pull request #12 from heinrich5991/pr_ddnet7_port_stopper_fix_v2 - fokkonaut