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 2017-09-26 00:00:00Z and 2017-09-27 00:00:00Z
<eeeee> heinrich5991: 1 day sounds fine. it's not like browsers will reload the whole image every day, just means they'll revalidate it
17:30
<eeeee> caching for more will reduce latency a bit, but i wouldn't do that unless we have a solid plan on how to e.g. hotfix the .js if we release a broken script accidentally
<Henningstone> I wonder is there any special reason for CRenderTools::RenderTilemapGenerateSkip being in CRenderTools? It doesn't access any of its attributes or methods, but it does access members of CLayers through a pointer passed to it. Wouldn't it make more sense to have this function in CLayers instead?