EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   General::News (https://www.eqemulator.org/forums/forumdisplay.php?f=594)
-   -   0.7.0 Released (Titanium Compatible) (https://www.eqemulator.org/forums/showthread.php?t=20338)

mrea 04-18-2006 01:19 AM

Oh great, thanks for the quick response, cavedude

Doodman 04-18-2006 02:17 AM

Quote:

Originally Posted by mrea
This is great and everything but will any work still be put into 6.x?

If not I'll go out a pick up a copy I guess.

Until 0.7.0 is determined to be at least as stable as 0.6.6, 0.6.6 will still continue to get updates/fixes as they should back/forward port between the two pretty easily.

Anything before 0.6.6 is deprecated and is not maintained by the EQEmu project proper.

Doodman 04-18-2006 02:20 AM

Quote:

Originally Posted by cavedude
Just compiled 0.7.0 and as I was copying everything over, a thought occured to me... what about the differences in the spell files between 0.6.x, Titanium, and down the line Live? Will that cause problems?

The spell file (on the server side) is only used to load the information into the server. So, like items, if the format changes we'll adjust the loading in of the information. Information for the spells will probably not change very much.

As far as effects and such, that's all done on the client anyways, so you're client will do whatever it wants to do with the right information.

aza77 04-18-2006 05:06 AM

what is items.augslot1unk -> items.augslot4unk for ?? i'm missing them at our items table and they are listed at fieldlist.h to be loaded..

aza77 04-18-2006 07:02 AM

lol nm i'm blind :P

mrea 04-18-2006 08:10 AM

Fixed my problem :-)

Still have the same bug as before though... moving to support

aza77 04-18-2006 08:17 AM

just copy all .conf files of the utils directory to your server dir that should fix it

Windcatcher 04-18-2006 09:38 AM

I'm curious...does dynamic patch support extend to handling different types of packets, or just opcodes? I bring it up because I have code that allows dynamic packet handling that I use in the admin tool to decouple program logic from packet structures (though, of course, using it involves a performance hit).

fathernitwit 04-18-2006 12:50 PM

Wind,

the 1000 foot picture of the dynamic struct stuff is that every packet is given an internal representation that the application logic uses. That packet is then sent to a structure strategy for the correct patch which is responsible for turning the internal representation into the correct EQ representation for that patch. Which basically boils down to an extra slightly-less-cache-friendly memcpy per packet. This is further helped by the fact that almost all packets currently work for both clients, so no translation at all is done on them, this advantage will slowly go away as clients drift further apart.

Windcatcher 04-18-2006 01:29 PM

Sounds a lot like what I'm doing, except that I just do name lookups on fields on the fly since I'm looking at BLOB's and sticking to the database way of doing things. The BLOB is just a packet that was stuffed into the database, so in that sense BLOB = packet.

I'm not sure if it's better to translate the entire packet when you receive it or not, but for a server it probably is. I hope it works out...it could definitely solve some problems in the long run, though packets definitely not only evolve over time but sometimes are replaced by radically different ones. At that point, though, I could see a new server version spawning...

fathernitwit 04-18-2006 01:33 PM

yea, we have plan for/can support a more dynamic strategy for translation, such that we can load the field placement from an XML file or whatever, we decided that it was not wise to do this by default for performance reasons, but it could be quite useful for testing.

fathernitwit 04-18-2006 01:34 PM

BTW guys... finally fixed the download section.

Belfedia 04-18-2006 06:39 PM

0.6.6 version and compatible Titanium in one eqemu 0.7.0 ?

I have dream it, the devs make it !!!
Wonderfull work, i don't have any word in my english for say enough thanks :)

kouhei 04-18-2006 07:23 PM

tried it
 
I was able to login in to peq with the 6.2+ client.

GREAT JOB!!!!! DEVS and everyone who help pull it together to get 0.7.0 out.
Now when someone askes for a back patch; we can say no need back patch go buy Titanium package and you will be able to log in and play. So go tell your friends buy a copy while you can.

Memener 04-20-2006 12:19 AM

Sweeeeeet!
 
Very very cool. I think i'll pick a copy of titanium when i go back to work.
Can't wait to test it out! :)


All times are GMT -4. The time now is 06:04 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.