Go Back   EQEmulator Home > EQEmulator Forums > General > General::News

General::News EQemu news posts.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-07-2005, 02:25 AM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default 0.6.3 up

guys,

I decided to bump the version number since theres been a lot of changes to 0.6.2. I fixed a few major things recently and put some untested binaries up on sourceforge. Its not live compat, so dont ask.
Reply With Quote
  #2  
Old 11-07-2005, 06:12 AM
solid11's Avatar
solid11
Discordant
 
Join Date: Dec 2004
Posts: 266
Default

Round of applause for the maestro please............
WTG FTW.
__________________
Reply With Quote
  #3  
Old 11-07-2005, 07:29 AM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

0.6.3 Eqemu CVS working fine on linux box !
Many thanks fathernitwit
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote
  #4  
Old 11-07-2005, 09:19 AM
Magoth78
Discordant
 
Join Date: Jun 2003
Posts: 345
Default

As usual, great job.
__________________
User's projects:
-- Original EMPIRE I/II and Factions! servers
-- Web GM Portal
-- EQoffline/bots
Reply With Quote
  #5  
Old 11-07-2005, 11:03 AM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

If you are having problems with rdtsc.cpp compiling in the zone source I suggest using this assembly instead

Edit: read below, you need to change the variables high and low if you are using VC.

This goes in rdtsc.cpp below sint64 RDTSC_Timer::rdtsc() for the WIN32 ifdef

__asm
{
push eax
push edx
rdtsc
mov high, eax
mov low, edx
pop edx
pop eax
}
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.

Last edited by image; 11-08-2005 at 12:43 AM..
Reply With Quote
  #6  
Old 11-07-2005, 01:35 PM
Sakrateri's Avatar
Sakrateri
Dragon
 
Join Date: Mar 2004
Location: England
Posts: 776
Default

Thanks alot for the update , Still find that the buffs dissapearing on zoning bug is still active, Anyone have any idea whats causing this?
__________________
KhepriGames

Game Gallery

My Forums

Reply With Quote
  #7  
Old 11-07-2005, 02:36 PM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

hmm image...
I disabled that assembly on windows because I cant get either version to compile on VC6... keeps throwing:
error C2400: inline assembler syntax error in 'first operand'; found ','
any ideas?
Reply With Quote
  #8  
Old 11-07-2005, 04:21 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

I will look into it fathernitwit my laptop overheated when I was working on the eqemu source lol...
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #9  
Old 11-07-2005, 04:38 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

This is gonna sound really funny but high and low i think are reserved keywords, change the variables to something like tsHigh and tsLow

Edit: windows doesn't use usleep, it uses sleep, but I don't know if either are a good idea?
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #10  
Old 11-08-2005, 06:34 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

EQEmu just keeps on rolling along !

I can't even remember anymore what the last version I worked on was...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #11  
Old 11-08-2005, 08:52 AM
wize_one
Dragon
 
Join Date: Jan 2004
Location: LasShithole, NV
Posts: 520
Default

Quote:
Originally Posted by Trumpcard
EQEmu just keeps on rolling along !

I can't even remember anymore what the last version I worked on was...

trump that would be 0.6.4
__________________
Perfect quote from another site: it's immature pricks who refuse to read the numerous stickies in every forum pointing out what to do and what not to do that get flamed. Grow up and learn to do your fucking homework before opening your cake hole, junior. EQEmu doesn't like you anymore, and that's why you're getting errors. So go away.
__________________
Reply With Quote
  #12  
Old 11-08-2005, 03:43 PM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

thanks image, I made the changes but havent tried it... the sleep is only used in the calibration loop in an attempt to be able to convert the ticks of rdtsc into a time figure... it tends to be wrong unless you calibrate it for over a second at process start time (annoying), but is better than nothing... its still accurate relative to the other rdtsc readings.
Reply With Quote
  #13  
Old 11-08-2005, 07:06 PM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

I compiled it had no problems but sleep is bad because it physically freezes the program, so chances are if we had like 30 people in the zone and they were all interacting with merchants, its gonna be freezing up the zone when they buy/sell whatever. We have no other ways around this?
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
  #14  
Old 11-09-2005, 07:41 AM
stefann
Sarnak
 
Join Date: Jul 2005
Posts: 39
Default

Quote:
Originally Posted by image
I compiled it had no problems but sleep is bad because it physically freezes the program, so chances are if we had like 30 people in the zone and they were all interacting with merchants, its gonna be freezing up the zone when they buy/sell whatever. We have no other ways around this?
Using a FOR loop and having it add to X 10 million times??? :lol:, Why do we need to use sleep anyways, sorry havent looked at the source and have no clue what part of the code this is in, the main loo???
__________________
They are watching, BEWARE!
Reply With Quote
  #15  
Old 11-09-2005, 10:38 AM
image
Demi-God
 
Join Date: Jan 2002
Posts: 1,290
Default

rdtsc.cpp some time elapsing code or something :P
__________________
www.eq2emu.com
EQ2Emu Developer
Former EQEMu Developer / GuildWars / Zek Seasons Servers
Member of the "I hate devn00b" club.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump

   

All times are GMT -4. The time now is 04:17 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3