Go Back   EQEmulator Home > EQEmulator Forums > Search Forums

Showing results 1 to 25 of 89
Search took 0.00 seconds.
Search: Posts Made By: theCoder
Forum: Archive::News 07-04-2002, 04:40 AM
Replies: 16
Views: 3,784
Posted By theCoder
Hey, thanks! I still come around here once and a...

Hey, thanks! I still come around here once and a while, but I've gotten a new job and moved across the country, so I don't have as much free time as I used to. Which is unfortunate, since there are...
Forum: Archive::Linux Servers 06-30-2002, 02:02 AM
Replies: 1
Views: 2,715
Posted By theCoder
We've been through this before, and apparently,...

We've been through this before, and apparently, they (the devs) can't release the login server source code because they didn't write it and aren't licensed to release it. So essentially, we won't...
Forum: Archive::Development 06-20-2002, 01:07 PM
Replies: 21
Views: 6,150
Posted By theCoder
Looks suspiciously like one of those two...

Looks suspiciously like one of those two variables overran the length of the array, but really, it could be many things (like a freed pointer not made null). It would have been best had you left...
Forum: Archive::Development 06-11-2002, 12:54 PM
Replies: 1
Views: 1,896
Posted By theCoder
I can't tell exactly what's going on here, but...

I can't tell exactly what's going on here, but could it be that GetOldCoords has a return before the SetOldCoords call? Should it be instead:
int GetOldCoords() { SetOldCoords(0,0); return...
Forum: Archive::Development 06-11-2002, 12:47 PM
Replies: 4
Views: 2,647
Posted By theCoder
Without asking anything about any release times...

Without asking anything about any release times :), perhaps an email annouce list like Mori suggested would be useful for announcing things like new releases and/or server announcements, etc. Or...
Forum: Archive::Development 06-11-2002, 12:43 PM
Replies: 4
Views: 2,356
Posted By theCoder
I haven't used too many of the admin tools (for...

I haven't used too many of the admin tools (for presicely the reason you describe), but I don't think that splitting up the database into more tables would really help matters. The DB should be able...
Forum: Archive::Development 06-09-2002, 05:33 AM
Replies: 4
Views: 2,300
Posted By theCoder
man is a command you can use to find information...

man is a command you can use to find information about various things, from other commands to system calls and more. man is short for manual, but it's only available (AFAIK) on UNIX style systems...
Forum: Archive::Development 06-09-2002, 05:13 AM
Replies: 21
Views: 6,150
Posted By theCoder
Just out of curiosity, what is the "Freakin...

Just out of curiosity, what is the "Freakin Awsome built in memory management" you're talking about? I haven't played around with any of the .NET stuff (or seen a decent explanation as to what it...
Forum: Archive::Development 06-08-2002, 06:04 AM
Replies: 4
Views: 2,300
Posted By theCoder
You mean from inside of an EQ client? Or from c...

You mean from inside of an EQ client? Or from c code? If you mean c code, there's always strstr (man strstr for info) or strchr (man strchr for info). I don't know if someone wrote a specialized...
Forum: Archive::Linux Servers 06-08-2002, 05:31 AM
Replies: 7
Views: 3,011
Posted By theCoder
It's not a true daemon, but you can download the...

It's not a true daemon, but you can download the script I posted in the NAT thread (http://forums.eqemu.net/showthread.php?s=&threadid=1134) (it's near the end, eqemud.zip) to simulate it. It'll...
Forum: Archive::Linux Servers 05-28-2002, 06:31 AM
Replies: 46
Views: 11,722
Posted By theCoder
Thanks for the heads up on gentoo. If I ever get...

Thanks for the heads up on gentoo. If I ever get some new hardware, I'll give it a try.

I'm not sure why you can't ssh out of your work box, though. I can't imagine that someone would port block...
Forum: Archive::Linux Servers 05-28-2002, 03:37 AM
Replies: 46
Views: 11,722
Posted By theCoder
The NAT patch was written so that people didn't...

The NAT patch was written so that people didn't have to change any DNS entries. However, it will only work if and only if the world and zone servers are running on the NAT server. The NAT patch...
Forum: Archive::Linux Servers 05-25-2002, 07:54 AM
Replies: 10
Views: 4,385
Posted By theCoder
I don't know how to do the SETSKILL directive (I...

I don't know how to do the SETSKILL directive (I haven't messed around with quests at all yet, and in the next couple weeks I won't have time to either), but I can tell you that the Seperator class...
Forum: Archive::News 05-22-2002, 05:12 AM
Replies: 18
Views: 3,497
Posted By theCoder
Thanks for alleviating some of my concerns about...

Thanks for alleviating some of my concerns about the login server. Not being able to release the code because of a licensing issue is a good (if not unfortunate) reason for only being able to...
Forum: Archive::News 05-21-2002, 03:46 PM
Replies: 18
Views: 3,497
Posted By theCoder
not to be ungrateful...

hmm.... it doesn't work:

[theCoder@len ~/dev]$ ./PublicLogin.exe
bash: ./PublicLogin.exe: cannot execute binary file

That's unfortunate. :(
Maybe the readme file included in the download will...
Forum: Archive::Linux Servers 05-18-2002, 08:33 AM
Replies: 4
Views: 3,241
Posted By theCoder
The NAT patch is only for EMU servers that are...

The NAT patch is only for EMU servers that are running on the NAT server, not behind it. The patch forces the EMU server to bind to only one of the network interfaces (namely, the external one). ...
Forum: Archive::Development 05-18-2002, 02:43 AM
Replies: 8
Views: 3,210
Posted By theCoder
Ah, it is a completely different SCM (source...

Ah, it is a completely different SCM (source configuration management) system not in any way related to CVS. That's kind of what I suspected, but when you said it was a CVS server (which it's not)...
Forum: Archive::Development 05-17-2002, 01:39 PM
Replies: 8
Views: 3,210
Posted By theCoder
I'm curious -- is Starteam a form of CVS server? ...

I'm curious -- is Starteam a form of CVS server? Is it better than the standard implemenation of cvs (from http://www.cvshome.org/)? Or is it a completely different SCM system?

I only ask...
Forum: Archive::Linux Servers 05-17-2002, 01:35 PM
Replies: 4
Views: 3,241
Posted By theCoder
All of the output you posted were warnings, not...

All of the output you posted were warnings, not errors. Unless you got some explicit errors during the compile process, the binaries should have been produced. Though they probably should be fixed,...
Forum: Archive::Development 05-10-2002, 04:06 AM
Replies: 8
Views: 3,120
Posted By theCoder
Endian-ness would probably be a big barrier to...

Endian-ness would probably be a big barrier to porting to non-x86 architectures. I think that the Internet has a standard endian (probably big) and there are OS functions that on little endian...
Forum: Archive::Development 05-09-2002, 01:13 PM
Replies: 6
Views: 2,420
Posted By theCoder
Check out world/net.cpp around line 356 (where it...

Check out world/net.cpp around line 356 (where it reads the world name from the ini file). But like Hogie said, I think changing it might make the login server reject it. Can't say for sure since...
Forum: Archive::Linux Servers 05-08-2002, 11:49 AM
Replies: 4
Views: 3,045
Posted By theCoder
Nice! Here are a few more suggestions: * In...

Nice! Here are a few more suggestions:

* In part 1 step 2, you assume that the user already has downloaded the files. While this is usually true (they are reading the README after all :)), it...
Forum: Archive::Development 05-08-2002, 08:37 AM
Replies: 5
Views: 2,533
Posted By theCoder
I don't think the EMU needs (right now) anything...

I don't think the EMU needs (right now) anything as complex as transactions, since, as Hogie stated, all the operations are single read or writes. Locking could be a concern for scalability, but I...
Forum: Archive::Linux Servers 05-04-2002, 08:46 AM
Replies: 5
Views: 3,427
Posted By theCoder
This is the actual script that I use. It's...

This is the actual script that I use. It's modeled after the redhat (and mandrake) style of init scripts. I don't acutally use it in init, but it could probably be modified to work like that. It...
Forum: Archive::Linux Servers 05-04-2002, 07:32 AM
Replies: 5
Views: 3,427
Posted By theCoder
This is a good start! Here are a few comments: ...

This is a good start! Here are a few comments:

* Is there a part 1? It doesn't seem to be in the file.

* The setup instructions for mySQL should probably include some steps to create a...
Showing results 1 to 25 of 89

 
Forum Jump
   

All times are GMT -4. The time now is 11:19 AM.


 

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