MGXRace / racesow

Source code for Quake 2-derived game engine powering the game "Warsow"
6 stars 2 forks source link

callvote randmap optimalization #24

Open Mark90 opened 9 years ago

Mark90 commented 9 years ago

RS_QueryRandmap -- send current mapname so it can be excluded from search results RS_QueryRandmapDone -- clearify error messages

kalhartt commented 9 years ago

I don't like an exclude filter, I'd rather get n results. Then just use the first valid map from the results, this would also reduce the amount of 'invalid map picked' occurrences.