ShadowNinja

Results 43 comments of ShadowNinja

Perhaps the pathfinder should take a list of groups/items to count as passable, plus special fields (like over_solid, so land mobs don't get a path through the air).

FWIW, here's a Systemd unit file I use. ``` [Unit] Description=KiwiIRC webchat After=network.target [Service] Type=forking User={{ user }} Group={{ user }} ProtectSystem=full NoNewPrivileges=true PrivateDevices=true PIDFile={{ user_dir }}/KiwiIRC/kiwiirc.pid ExecStart={{ user_dir }}/KiwiIRC/kiwi...

Note that this seems to be IPv4-only.

This is way too hacky. The right way to do this would be something like this: * Add {I,C}CursorControl::setRelativeMode(bool relative) * This will have to be added for every backend...

Note that the "real" size of the page is usually less due to compression, eg, bootstrap goes from 120KB to 23KB. Images don't compress quite as well though... Also, a...

Additional performance improvements: - [ ] Make the splash images responsive (would reduce size substantially, but would probably require moving away from CSS `background-image` to do sanely). - [x] Inline...

@Calinou: SVG only then, doesn't matter much to me. @est31: **SVG icon size** I looked into it and this is what I came up with: An optimized SVG icon is...

I can reproduce what PilzAdam says, except that I have a few pixels of some trees showing up at the bottom. The image only takes around 0.8s to load for...

Another thing to consider would be using progressive JPEG so that low resolutions are loaded quickly and the images improve in quality as the download finishes.

> We can't just put the stricter validation into effect soon. Server owners cannot be properly notified until they have upgraded to 5.5.0, which will take some time even after...