Wisling / tibiaauto

Tibia Auto is made to excel in the automation of various aspects of the playing the MMORPG Tibia
31 stars 16 forks source link

Change magic, enigmatic constants into text defines. #10

Open dmarszk opened 8 years ago

dmarszk commented 8 years ago

Many constants through code (most notably, DLL pipe protocol) aren't defined, which makes code much harder to understand, and is more error-prone.

Wisling commented 8 years ago

Lol indeed! Done a bit of this, but always on code that I was going to change anyhow. If you see an area that's a mess feel free to reformat it, though always ensure it does the same thing as it did before :P

Wisling commented 8 years ago

Question about this if you still remember what it is. Do you mean that when we send a message through a pipe to tibiaautoinject2, for example <charname 32 bytes>, <text length 4 bytes>, , it gets defined separately in two places, the sending dll and again in tibiaautoinject2?

dmarszk commented 8 years ago

Yeah the pipe protocol is one of the worst things to understand, debug and update. That's the major thing that hurts my eyes. However, it works as is. So I'd consider the issue being a low priority.