Jump to content

satex

Members
  • Posts

    10
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by satex

  1. you are aware that there are DEFINITE errors in the vehicle branch?

    when you clone mangos and then pull the vehicle branch it LOOKS like it pulls clean but in actuality it writes a whole bad merge into pet.cpp complete with <<<<<<HEAD statements

    after clearing those out you have to remove the section below them that the merge was supposed to be removing then the cpp file is fine except there is another error in spell.cpp where it instructs a push.back but the identifier is tagunitmap and its SUPPOSED to be targetunitmap

    I think they should definitely clean up this commit

    hi thx

    you can make a patch file ??

    i can not make a patch file and so i can not clean this patch

    can anny gays upload a patch for me thx

    sorry for my bad englich

  2. to create patch file, use

    Code:

    git clone git://github.com/mangos/mangos.git

    cd mangos

    git checkout -b vehicle

    git pull git://github.com/Tasssadar/Valhalla-Project.git vehicle

    git diff -p master vehicle > vehicle.patch

    wen i create patch file the file is 0kb big lol

    and can not kompil

    LINK : fatal error LNK1181: Eingabedatei ".\\game__win32_release\\game.lib" kann nicht geöffnet werden.

  3. Try this

    git pull git://github.com/Diablox/mangos.git autobroadcast

    is no work

    Welcome to Git (version 1.6.0.2-preview20080923)

    $ git pull git://github.com/Diablox/mangos.git autobroadcast

    remote: Counting objects: 4892, done.←[K

    remote: Compressing objects: 100% (1125/1125), done.←[K

    remote: Total 4484 (delta 3936), reused 3862 (delta 3356)←[K

    Receiving objects: 100% (4484/4484), 1.68 MiB | 38 KiB/s, done.

    fatal: cannot pread pack file: No such file or directory

    fatal: index-pack failed

    $

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use