Eduardo Bart
Eduardo Bart
This would be very helpful, I've already thought about that idea, downloading sprites/mods hosted hosted on a server via a module with user reviews, rating, sorting, etc. Would be super...
I have to say that the current walking animation algorithm in otclient is messy, very fragmented and complex (even I can't understand well how it works), it was made through...
The terminal window currently have low performance once there is too many text in the terminal. It's because it adds an invisible TextEdit over the labels just to make the...
If we remove the TextEdit the terminal will perform much better again, however selecting and copying won't be possible.
Need some screenshots on this.
Mainly private and server messages, not status messages
Compression support integrated in this library would be great. Meanwhile do anyone have an example using compression with this library in conjunction with a plugin like @moteus's extension?
> what additional information would you need? I meant functions like `rpng_save_image`, `rpng_chunk_write_text`, etc to return an error code, instead of nothing (`void`), so we can know if the operation...
Interesting, so with some cleanups we can have the Nelua grammar in EBNF. And nice idea on LPegRex converting its grammar to EBNF, looks like it should not be that...
> Oh...in other words as a visual reference? Sort of, `BNF` and `EBNF` is a formal definition for programming language grammars, more used in computer science to study and understand...