Ecconia

Results 14 comments of Ecconia

In my humble opinion, the file(-ending) seems to have the possibility to be compressed, and thus it should be handled. Your change seems small and efficient. And its effect is...

There has been a major rewrite in the wire-meshing code. Since then the bug has not been seen again - does not mean its gone.

Current state: I currently have one thread for rendering and another one for window/input events. I do this to reduce input-handling lags. If the FPS are too low for the...

This PR has been created in collaboration with @Pieter12345 Sadly we seem to have slightly different opinions on how to solve the EventBuilder issue (and on PR's). Ofc, I prefer...

Additional things which will break if not fixed: There are some events expecting to support trigger() but actually not implement the _instantiate method. > player_move player_teleport player_portal_travel vehicle_move These would...

Has issue with one wrong import, issue resolved, lets ask travis for more issues.

- I agree on adding a compile test, instead of adding a runtime warning for missing _instantiate methods. - Else I would be fine with your choice regards the return...

Thanks for investigating it, I should have tested it on my other older eclipse too. I also looked into your code and that certainly looks like it's not at fault....

Nice project, I started a client myself, but in Java and managed to connect to online servers. In Java its mainly copying sourcecode from a decompiled version of MC, but...