springweblobby / swl-website

Weblobby site component
10 stars 11 forks source link

SWL relies on ZK for map info #43

Open ForbodingAngel opened 9 years ago

ForbodingAngel commented 9 years ago

This fails for obvious reasons. ZK fails at getting map or game data, gg no re.

db81 commented 9 years ago

Yeah, it would be good to have a fallback. Right now swl only uses ZK infra for:

The big minimap image shown in battle screen is obtained from springfiles, zk ones are squished vertically and are lower res.

abma commented 8 years ago

Map search. IIRC springfiles limits the number of results which is a point against it but otherwise it's fine.

only as default. append &limit=0 to the search url / as parameter and it returns all results.

this info isn't spread around as this shouldn't be used / only used very wisely as the full list is pretty large.

db81 commented 8 years ago

Is there an offset parameter too to allow querying the list in small portions?

abma commented 8 years ago

not yet, thats a feature request (but should be easy to implement)