HiranChaudhuri

Results 65 comments of HiranChaudhuri

It if is meant to be ignored, it would not have to pop up as warning. So what does it mean actually? What is Simple-JNDI trying to tell me?

I understand I was missing a required parameter. If that one is required, the error is corredt but stating to ignore it is a bit weird then. If it is...

For sure not a perfect implementation, but maybe a start? https://github.com/HiranChaudhuri/OoliteAddonScanner/blob/main/src/main/antlr4/com/chaudhuri/plist/Plist.g4 There is another project https://github.com/3breadt/dd-plist that is quite mature but in case of parse errors does not give good...

The list of joysticks actually does not cover the FF2 directly. While at the beginning I did not worry, maybe this is exactly the issue. ``` $ lsusb ... Bus...

Sad it was no part of the documentation I mentioned above. It is important to have write access to the /dev/input/eventXX files. Which of them exactly depends on which of...

That is a really smart way to identify the correct device. I love it! But that just proves it should be documented somewhere.

Apparently, the DAT File viewer is no help for finding shadows. So I had to have a look at the exported graphics. It seems the file found in `graphics/43/settlers/014/000_shadow.png` is...

With that patch it is better than before. Now it looks strange that - the mill's shadow does not follow the animation - the miss seems to spin backwards How...

It seems like [this line](https://github.com/paulwedeck/settlers-remake/blob/master/jsettlers.graphics/src/main/java/jsettlers/graphics/map/draw/MapObjectDrawer.java#L1343) limits to displaying a single image as shadow. Now regardless of what I tried to render the sequence images' shadows I still do not get...

No, just a few frames seem to have shadows attached. The animation is too fast for me to really see them. I took the effort to check the latest release...