Ok, there's a change on the version numbering. I want to have some room for improvement before I reach version 3.0, so I decided to turn 2.9 into 2.09.
No reason to get confused... just go after 2.09 here: http://www.4shared.com/file/143933121/40d51ce1/MyProxy209.html as this is the latest one (so far).
Changes on this version:
. Did some cleaning on the code, getting ready to release the source at some point in the future (I will not have closed versions of my proxy, what you have is what I have, and it will be open source as soon as I clear the mess I make when I code something).
. Took out some unnecessary messages on the console when exporting objects.
. Tried to make copying of self shape, skin and such work, however only self shape is working fine. Other assets may or may not work.
are you using direct copy creation.
ReplyDeletefor shapes you are logging the packet for it.
for clothing you are logging the agentappearance packet.
I am basically rebuildong on the proxy the dictionaries that would appear on a client.
ReplyDeleteSo I am basically holding everything on a local cache, so I can export anything I want.
I am rebuilding most of the stuff from the ObjectUpdate packets, and also getting some stuff from the AvatarAppearance and AgentAppearance packets.
I also had to rewrite te XML export, as the export in LibOpenMV is not as good as the on from the viewers.
You're welcome to work on the script backup part. I want it to be able to reverse engineer the scripts.