Search:

Type: Posts; User: Yendor

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: 4.3.1 key idea

    by Yendor
    Replies
    5
    Views
    6,934

    Think the idea is that some people don't want any...

    Think the idea is that some people don't want any extra programs running on the EQ machine (all the time) that could potentially be detected. For me I turned the keyreader into a CGI app and turned...
  2. Replies
    188
    Views
    179,993

    9e02825's code has a few things needing fixed...

    9e02825's code has a few things needing fixed (for .NET compiler)

    1. in readkey(),
    if (scanf ("%08x", &addr) == 1)
    should probably be
    if (scanf ("%10x", &addr) == 1)

    2. in...
  3. Replies
    16
    Views
    14,238

    Well if client knows enough to light up the area...

    Well if client knows enough to light up the area then that info has to be sent to the client. Wonder how that is done. *idle thought*
  4. Replies
    39
    Views
    27,112

    take the FPS down, i go to 50% when i raise FPS...

    take the FPS down, i go to 50% when i raise FPS too high.

    gonna check out those configure switches sometime and see if i can figure out why that made a diff
  5. Replies
    39
    Views
    27,112

    S_B_R, which Qt are you using? The one Zaphod...

    S_B_R, which Qt are you using? The one Zaphod posted?

    I have been unable to recreate this problem on my machine no matter how hard I try.
  6. Replies
    4
    Views
    4,776

    I just defined the EQ Epoch as being Jan 1, 3000...

    I just defined the EQ Epoch as being Jan 1, 3000

    I take the time of day packet and compute when the above date occured in real time. I store that result as the EQ epoch.

    Then I can do all my...
  7. Replies
    4
    Views
    4,776

    Sorry its not commented more. It made my head...

    Sorry its not commented more. It made my head hurt when I wrote it in pearl originally, and this is just a direct translation of that :)
  8. Replies
    4
    Views
    4,776

    Don't worry about it. The epoch is reset when a...

    Don't worry about it. The epoch is reset when a timeofDay packet comes in to resync it. I tossed in a default value for kicks (hasn't varied from that value for me yet, but I wasn't sure how constant...
  9. Replies
    8
    Views
    7,579

    spawnlogging patch posted

    spawnlogging patch posted
  10. Thread: Packet updates?

    by Yendor
    Replies
    3
    Views
    4,441

    fixed. should be in next commit.

    fixed. should be in next commit.
  11. Replies
    8
    Views
    7,579

    It's whoever got the killing blow, be it NPC or...

    It's whoever got the killing blow, be it NPC or PC.
  12. Replies
    8
    Views
    7,579

    Cryonic spawn location was in the spawnlog format...

    Cryonic spawn location was in the spawnlog format before and remains the same in mine.

    Some changes from previous spawnlog format:

    1. Zone name in the zone header is now the short name
    ...
  13. Replies
    20
    Views
    13,820

    have you taken the framerate all the way down to...

    have you taken the framerate all the way down to 1?
  14. Replies
    8
    Views
    7,579

    Next patch from me will be the spawnlogging...

    Next patch from me will be the spawnlogging feature that got removed when seq 4 came out.

    Data will be in the same format as before with possibly one exception (required to fix some bugs in the...
  15. Replies
    3
    Views
    4,588

    When you fetch the source code for SEQ did you...

    When you fetch the source code for SEQ did you use "co linux" or "co showeq".

    showeq v3 (the linux module) no longer decodes spawns.

    showeq v4 (the showeq module) does decode spawns.

    to...
  16. Replies
    1
    Views
    3,417

    Most likely you are not linking against a version...

    Most likely you are not linking against a version of Qt built with gcc v3.x. Both SEQ and Qt have to be compiled using gcc v3.x
  17. Replies
    8
    Views
    7,579

    patches posted to SF patch manager

    patches posted to SF patch manager
  18. Replies
    8
    Views
    7,579

    New patches coming soon

    I will post a patch today to fix corpse movement (ie you don't see PC corpses move when they are dragged).

    I will also post a patch regarding the warning message about sizeof NewCorpse.

    Just...
  19. Replies
    1
    Views
    3,357

    As has been stated elsewhere under this same...

    As has been stated elsewhere under this same topic. The code for spawnlogging was removed during some code reorganization when seq4 came out. Hopefully it will make a return soon.

    The error you...
  20. Replies
    2
    Views
    3,832

    they are there, you need to do a cvs update, then...

    they are there, you need to do a cvs update, then "make -f Makefile.dist" which you should do after every CVS update.
  21. Quite strange. Well best I can think of is to...

    Quite strange. Well best I can think of is to rebuild everything from "make -f Makefile.dist", configure, etc and see if it resolves itself.
  22. corpse, did you install zaphod's qt rpm? or just...

    corpse, did you install zaphod's qt rpm? or just the one from the redhat CDs?

    do you actually have anything in that /opt/qt-gcc3-2.3.2/lib/
    directory?
  23. second guess is to do a cvs update to make sure...

    second guess is to do a cvs update to make sure everything is up to date, and do "make -f Makefile.dist", re-run configure, and recompile everything. Looks like what you have should work. Are you...
  24. First guess is that you don't have g++3 installed.

    First guess is that you don't have g++3 installed.
  25. Replies
    30
    Views
    22,747

    I keep hearing this but am not seeing it myself....

    I keep hearing this but am not seeing it myself. Played all day the past couple days and was in maybe 12 zones or more and only segfaulted once. Might try a fresh build of seq after rerunning "make...
Results 1 to 25 of 183
Page 1 of 8 1 2 3 4