• Joined on Dec 22, 2020

Tyluur commented on issue openrs2/openrs2#119

Add client/cache/XTEA key archiving service

> Allow people to mirror the whole database: Why not use a cloud platform to perform this function, as well as the additional features that come with it? Data backups would be a byproduct of…

3 years ago

Tyluur commented on issue openrs2/openrs2#131

Add support for all client file formats to the cache-550 library

Can you expand on the context of this issue? Is this in regards to the flat file functionality of the codec?

3 years ago

Tyluur commented on pull request openrs2/openrs2#132

Use protected as the minimum visibilty in open classes

Good find. This may have been the reason for the bytecode deobfuscator failed on my attempt (Class360->Signlink (client build #667)).

3 years ago

Tyluur commented on issue openrs2/openrs2#120

Create CliktCommands with DI

The usage for this would be runtime arguments?

3 years ago

Tyluur commented on issue openrs2/openrs2#96

RandomAccessFile variable incorrectly split in SignLink class

> Similarly, the opcode variable is incorrectly split in the `ScriptRunner` class: > > ``` > @Pc(25) byte local25 = -1; > try { > @Pc(27) int instructions = 0; > label4473: >…

3 years ago

Tyluur commented on issue openrs2/openrs2#127

Some unused methods are not removed

This can be automated by the IDE.

3 years ago

Tyluur commented on issue openrs2/openrs2#126

GL transformer converts glTexImage2D level argument to a constant

I have a few questions: 1. What should it be translated to? 2. Why is it translating to GL_POINTS? 3. Which function is responsible for the conversion?

3 years ago