Pierre-Yves Rollo

Results 12 comments of Pierre-Yves Rollo
trafficstars

SVG files are supposed to be present for all bitmap textures. With these, you could easily create texture for whatever resolution you want. Sometimes the same SVG file is used...

No. SVG texture are not intended for end-user. They are provided so texture pack designers can use them to create their own textures. Someone a little bit used to texture...

Hi, I did not find a proper way to test your PR. Can you provide a example of what to enter in formspec in order to display wanted chars ?...

Thanks for that PR. Code is quite repetitive and deserves some refactoring.

> Sending builtin means that future builtin code needs to be backwards compatible with old versions of the game which isn't currently the case for builtin. Might be easier to...

> Afaik there isn't really any good way to prevent resource exhaustion without using OS-level sandboxing, hooks can be used to catch some accidental infinite loops. IMO resource exhaustion is...

I was thinking of same feature but in different way : Adding a command in worldedit to select region corresponding to an area ID, something like //p getarea 123

Thanks for the feedback ShadowNinja. flipnodes renamed and spaces before columns removed (putting space before column is the french way, should get rid of this habit :) ). I left...

On a platform in game, I put all 24 facedir position, took a screenshot and numbered them. That was my bible while writing the PR :)

You're welcome. I opted for tables instead of calculation. For small number of cases, I find them more convenient.