Page 1 of 2 12 LastLast
Results 1 to 15 of 21

Thread: CVS Commit (08/27/03)

  1. #1
    Registered User Zaphod's Avatar
    Join Date
    Dec 2001
    Posts
    648

    Smile CVS Commit (08/27/03)

    Let it be known throughout the land that Zaphod (dohpaZ) has returned bearing a CVS commit...

    dohpaZ (08/27/03)
    ---------------------
    + Removed references to libeq.h and libeq.h itself.
    + Removed HAVE_LIBEQ usage
    + Updated documentation to reflect that libEQ.a is no longer needed
    + Updated Copyright years in a few places
    + Incorporated patches # 753236, 784791, 784794, 787748, Zoolander
    + Minor cleanups in netdiag, packet, and interface
    + Fixed assorted opcodes and structures
    + Fixed bank item slot printout for high number slots
    + Fixed formatted message, opcode, and updated to current format handling
    + Updated to work with 08/26/03 EQ patch (with help from codepig666, Talorn,
    and DebianSEQ)

    You may wish to get a fresh/clean showeq tree for this one. You will at minimum have to do a 'make -f Makefile.dist'.

    Enjoy,
    Zaphod (dohpaZ)
    Chief Software Engineer of the Apocalypse.
    http://showeq.doomed.to/
    SourceForge.net user: dohpaz.

    Personal thank you donations are now accepted.

  2. #2
    Registered User
    Join Date
    Feb 2002
    Posts
    62
    Are these updates already in CVS? I just browsed the CVS tree and it shows the most recent updates still two months old.


    mudtoe

  3. #3
    Registered User
    Join Date
    Oct 2002
    Posts
    93

    CVS is on backup server right now

    I have no idea why, but CVS is pointing to the backup server, so all you can see right now is yesterday's crap. There is a message to this effect when you browse the repository.

    Hopefully it comes back soon and we can actually get Zaphod's most excellent update.

    --piggy

  4. #4
    Registered User
    Join Date
    Dec 2001
    Posts
    66
    I just updated about 3 hours ago (9PM EDT US) and it was still broken for me...are the posting times Zulu or what?

  5. #5
    Registered User
    Join Date
    Nov 2002
    Posts
    5
    Noticed there was a new tarball in the files section of the project on Sourceforge. Building it now, however, I am very hopeful as its dated today.

    Thanks everyone involved. I have followed this project since hackersquest.gomp.ch days and its amazing what you all do.

    x_b

  6. #6
    Registered User Zaphod's Avatar
    Join Date
    Dec 2001
    Posts
    648

    Arrow %$#@$%@#! SourceForge CVS

    The Browse CVS Repository of SourceForge.net is unfortunately pointing at the backup CVS server which is only updated once every 24 hours.

    Using a CVSROOT of ':pserver:[email protected]:/cvsroot/seq' should get you the current CVS.

    But because I'm such a nice guy, and because SourceForges' pserver access to CVS is currently less then optimal I have created a tarball release which can be found here in the SEQ Files section. I hope this helps.

    Enjoy,
    Zaphod (dohpaZ)
    Chief Software Engineer of the Apocalypse.
    http://showeq.doomed.to/
    SourceForge.net user: dohpaz.

    Personal thank you donations are now accepted.

  7. #7
    Registered User
    Join Date
    Dec 2001
    Posts
    849
    It's good to have you back Zaphod.
    "What you've just said is one of the most insanely, idiotic things i've ever heard. At no point in your rambling, incoherant response were you even close to anything that could be considered a rational thought. Everyone in this room is now dumber for having listened to it. I award you NO points, and may god have mercy on your soul."

  8. #8
    Registered User
    Join Date
    Apr 2003
    Posts
    10
    DL'd the new file found in SEQ Files for today
    untar'd it into of course '/seq/showeq'

    []# export CC=gcc-3.0.1
    []# export CXX=g++-3.0.1
    []# export QTDIR=/usr/lib/qt-3.0.5
    []# make -f Makefile.dist - Success
    []# ./configure - Success
    []# make - Failure

    packet.cpp:2797: 'DoorSpawnsCode' undeclared (first use this function)
    packet.cpp:2797: (Each undeclaired itentifier is reported only once for each function it appears in.)
    make[2]: *** [packet.o] error 1
    make[2]: Leaving directory '/seq/showeq/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: LEaving directory '/seq/showeq'
    make: *** [all-recursive-am] Error 2
    All goes fine untill it gets to make, obviously.
    Now im a newbie when it comes to linux & C... but trying to figure this out myself.
    Just wanted to post what ive gotten when trying the update..

    Ex-

  9. #9
    Registered User
    Join Date
    Oct 2002
    Posts
    36
    Thanks for the mention, but I really didn't do much Zaphod! I had just started working with the structures that you apparently had already fixed =)
    DebianSEQ

  10. #10
    Registered User
    Join Date
    Dec 2001
    Posts
    752

    Thumbs up

    Nice to see you back Zaphod /cheer
    -- Lord Crush

    Greater Faydark has to be cleaned from all Elves !

    This is a HOTKEY !!!

  11. #11
    Registered User
    Join Date
    Aug 2003
    Posts
    12
    Its great to have you back Zaphod. Thank you for the hard work and the cvs update.

    Also thank you codepig666, Talorn, and DebianSEQ!

  12. #12
    Registered User
    Join Date
    Feb 2003
    Posts
    90
    Nice to have you back, Zaphod, I was wondering what happened to you.

  13. #13
    Registered User Zaphod's Avatar
    Join Date
    Dec 2001
    Posts
    648
    Originally posted by DebianSEQ
    Thanks for the mention, but I really didn't do much Zaphod! I had just started working with the structures that you apparently had already fixed =)
    Every little bit helps. Sanity checks and alternate ideas are typically helpful.

    Originally posted by exslam
    DL'd the new file found in SEQ Files for today
    untar'd it into of course '/seq/showeq'



    All goes fine untill it gets to make, obviously.
    Now im a newbie when it comes to linux & C... but trying to figure this out myself.
    Just wanted to post what ive gotten when trying the update..

    Ex-
    First exslam, help request and problem reports go in the ShowEQ Help Forum and further discussion of your problem should be discussed there. Second, make sure the tar is creating it's own showeq directory and you aren't trying to have it overwrite an existing one.

    Enjoy,
    Zaphod (dohpaZ)
    Chief Software Engineer of the Apocalypse.
    http://showeq.doomed.to/
    SourceForge.net user: dohpaz.

    Personal thank you donations are now accepted.

  14. #14
    Registered User
    Join Date
    Feb 2003
    Posts
    90
    + Removed references to libeq.h and libeq.h itself.
    I took that to mean that libeq.h is no longer included in the distro, however it IS still in the distro, still have to "cp libeq.h libEQ.h" to make it compile. It's still #included on line 34 of packet.cpp and it's still generated in the makefiles.

  15. #15
    Registered User Zaphod's Avatar
    Join Date
    Dec 2001
    Posts
    648
    Originally posted by junk
    I took that to mean that libeq.h is no longer included in the distro, however it IS still in the distro, still have to "cp libeq.h libEQ.h" to make it compile. It's still #included on line 34 of packet.cpp and it's still generated in the makefiles.
    Actually, it has been removed. You apparently got the old version from CVS. Consider using the aforementioned tarball. Please see the SourceForge.net Short Status on CVS for greater details of the CVS situation. Here's the relevant details for convenience (all bolding is theirs):
    Performance of project CVS services has been lacking in recent months. To combat this issue, we are in the process of replacing the current CVS infrastructure; this is expected to be completed in an August time frame.

    In the mean time pserver and ViewCVS repository access is being served from the backup CVS server, which is 24 hours behind the primary CVS server.
    Enjoy,
    Zaphod (dohpaZ)
    Last edited by Zaphod; 08-28-2003 at 12:53 AM.
    Chief Software Engineer of the Apocalypse.
    http://showeq.doomed.to/
    SourceForge.net user: dohpaz.

    Personal thank you donations are now accepted.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is On
vB code is On
Smilies are On
[IMG] code is On