Josh Wolfe

Results 100 comments of Josh Wolfe

I just pushed some code that adds some rudimentary animations.

For reference the current implementation is: 1. For 3-way collisions, the one in the middle wins. 2. For 2-way head-on collisions, nobody wins. 3. For 2-way right-angle collisions, right of...

- a monster named the Hero of Save States (or the Savior of States). if you kill it, the game rewinds ~10 turns so that it's alive again.

- a secret room called the Arbitrary Code Execution Chamber. when you leave it, the item id's sitting on the floor are executed as machine code.

For reference, the current implementation is: 1. Individuals with attack range=1 (orcs, turtles, etc.) prefer to avoid straight-shot alignment with the target, and resolve exact diagonal ties counterclockwise. 2. Individuals...

another idea: if you can't decide, don't move. shoutouts to https://en.wikipedia.org/wiki/Buridan%27s_ass this idea is so easy to implement that it's worth experimenting with. i don't expect it to be very...

We could also go with the Zombicide tiebreaker, where if the monster can't decide which way to go, it duplicates and goes both directions! (ref: https://zombicide.com/dl/rulebook-zombicide-season-1.pdf search for "If necessary,...

I'm all for better support for symlinks. yauzl is currently oblivious to when an entry is a symlink. I've gotten reports that symlinks are encoded in divergent and nonstandard ways...

The validation function would block both leading `..` segments and absolute paths, which are either a leading separator (which will reject your example) or `/[A-Za-z]:[\/\\]/`. Absolute paths are already checked...

Sorry for the delayed response everyone. Thanks @lirantal for the clarifications. I would like to emphasize a few points if any security minded people come to this thread and haven't...