Jump to content

Interesting GIT BRANCHES


Recommended Posts

Posted

Sorry for english comunity, he understand me better if i use spanish lang.

Es increible que quieras que te entiendan con ese ingles xDD

Yo solo uso el anticheat y el chatlog el resto no podría decirte, pero te explicaré levemente.

He realizado la captura sobre un windows para no tener que conectarme a un *nix pero sería exactamente igual.

gith.th.jpg

Tras ver la captura puedes ver que el anticheat se aplico correctamente y donde falla es al aplicar el chatlog que te dice que realices un merge de los dos parches.

Si lo observas detenidamente, veras que pone que el conflicto fue aquí

CONFLICT (content): Merge conflict in src/mangosd/mangosd.conf.dist.in

Asique abres ese archivo y en este caso ves que el antichetos escribio justo debajo de las opciones de "CONSOLE AND REMOTE ACCESS" dentro del mangosd.conf.dist.in y que el chatlog tambien quiso escribir justo debajo de eso mismo pero encontro que ya existia el parche del antichetos en ese lugar.

Como las dos inserciones deben ir en ese archivo y ninguna de las dos crea conflicto entre ellas deberas quitar los

"<<<<<<< HEAD"

tambien debes quitar los

"======="

y por ultimo los

">>>>>>>" y los numeros que siguen en esta linea

Guardas y ya tienes este archivo listo

Ahora para que te funcione el chatlog en *nix debes ir a src/game/Makefile.am

Y este archivo permite que compile correctamente, debes añadir estes lineas

    ChatHandler.cpp \\
+    ChatLexicsCutter.cpp \\
+    ChatLexicsCutter.h \\
+    ChatLog.cpp \\
+    ChatLog.h \\

Por ultimo, no es necesario pero si te lo aconsejo, tras cada merge que realices ejecuta

git commit -a -m "NOMBRE_PARA_EL_COMMIT"

Y listo para compilar

PD: El resto de parches no se si tambien crearan conflictos pero el proceso es exactamente el mismo

Att Darky

PD: Si te ha servido dale al corazon de abajo a la derecha del post ^^ xD

  • Replies 105
  • Created
  • Last Reply

Top Posters In This Topic

Posted

thanks thank you very much, (also in Spanish) did not see how the merge, now I get to work on it.

gracias muchas gracias, ( tambien por el español )no veia la forma del merge, ahora me pongo a trabajar en ello.

  • 5 weeks later...
Posted

Hi !

What happened to Wyk3d's Prepared Queries branch ?

Was it accepted in MaNGOS ?

It seems to be a very nice patch.

Can someone update it please ?

Thanks,

Skynyrd.

  • 1 year later...
Posted

No update here for more than a year.

It seems that the thread owner is not updating any more.

Please release the sticky or create a new thread with the same intention.

Interesting GIT Branches is needed updated.

cheers

  • 1 month later...
  • 2 months later...
×
×
  • 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