Jump to content

Interesting GIT BRANCHES


Guest AuntieMangos

Recommended Posts

Hello,

Becose branches count in github.com is bigger and bigger, and not all of them are usefull and interesting for normal MaNGOS users, I created this topic with "blessing" from TheLuda, where will be some links to managos branches and forks with few sentances and author. This topic can be also usefull for newbies.

I will be adding items to this list in future so please be patient. Also if you want to add a specific branch to this list.. Write to this topic.

------

User's Branches

Outdoor PvP System

git pull git://github.com/charlie2025/mangos.git outdoor

Description This patch implements the outdoor world pvps for mangos. It's big patch, so for more information visit patch's topic.

Author Originaly written by w12x, updated by KAPATEJlb and by me.

Forum topic http://getmangos.eu/community/viewtopic.php?id=1209

Anticheat

git pull git://github.com/FH3095/mangos.git anticheat

Description anticheat system.

Author FH3095

Forum topic http://getmangos.eu/community/viewtopic.php?id=3625

Anticheat

git pull git://github.com/CWN/mangos.git speed_cheat_fix

Description Just another anticheat system.

Author CWN

Alterac Valley

git pull git://github.com/balrok/mangos.git alterac

Description Make function this BG Alterac Valley.

Author Written by Bogie and Balrok

Forum topic http://getmangos.eu/community/viewtopic.php?id=836

Multi-threaded Maps

git pull git://github.com/scamp/mangos.git master

git pull git://github.com/HiTmAn/mangos.git mtmaps

Description Make MaNGOS more multi-threading by multithreading maps. Second git-pull is only another branch for using, both should working.l

Author Written by Ralf, Derex, scamp, HiTmAn

Forum topic http://getmangos.eu/community/showthread.php?p=48156

Improved Config (ImpConfig)

git pull git://github.com/dythzer/mangos.git impconfig

Description: Adds more configuration options to mangos like starting gold, all class spells, PvP Token system and much more. For a full list of config options, click here.

Author: Dythzer

Forum topic: http://www.manground.org/forum/index.php?showtopic=82

Simple JAIL

git pull git://github.com/dythzer/mangos.git simple_jail

Description Add a Jail function to MaNGOS.There is no needed SQL to execute. You can jail specific character by commands .jail or unjail by .unjail.

Author Dythzer

Some Game Event Extensions

git pull git://github.com/jolan/mangos.git serverwide

Description adds serverwide events support

Author Originaly written by w12x, updated by Jolan , Now, where Jolan is afk, I update it.

Forum topic http://getmangos.eu/community/showt...ght=serverwide

Don't delete chars finally

git pull git://github.com/DasBlub/mangos.git no_char_delete

Description Don't delete chars finally

Author DasBlub

Forum topic http://getmangos.eu/community/viewtopic.php?id=4394

Prepared statements (Database)

git pull git://github.com/Wyk3d/mangos.git master

Description Prepared statements .. compile the query once, the first time it's executed, and then just send the data in binary when the query needs to be executed. No need to escape strings, convert numbers to strings, etc. Should improve performence and improve security.

Author Wyk3d

AH Bot

git pull git://github.com/Paradox/mangos.git master

Description for low-populated server, tool, which buy and sell in auction house

Author Paradox

There are also more good patches on GIT, so I will add when I will have more time. And there are also other good patches, but doesn't have own Branch for now.

Link to comment
Share on other sites

  • Replies 105
  • Created
  • Last Reply

Top Posters In This Topic

Some Game Event Extensions

git pull git://github.com/jolan/mangos.git serverwide

Description : adds serverwide events support

Author : Originaly written by w12x, updated by Jolan

Forum topic : http://getmangos.eu/community/viewtopic.php?id=2433&highlight=serverwide

about 3.0.3 Test branch : Note MaNGOS doesn't accept any crash dumps, bug reports, anything. It is test branch and run it only at your own risk

devs do accept patches

Link to comment
Share on other sites

Some Game Event Extensions

git pull git://github.com/jolan/mangos.git serverwide

Description : adds serverwide events support

Author : Originaly written by w12x, updated by Jolan

Forum topic : http://getmangos.eu/community/viewtopic.php?id=2433&highlight=serverwide

about 3.0.3 Test branch : Note MaNGOS doesn't accept any crash dumps, bug reports, anything. It is test branch and run it only at your own risk

devs do accept patches

Event extensions added, 303 edited.

Link to comment
Share on other sites

think this could help gms which have to restore deleted characters:

Don't delete chars finally

git pull git://github.com/DasBlub/mangos.git no_char_delete

Description Don't delete chars finally

Author DasBlub

Forum topic http://getmangos.eu/community/viewtopic.php?id=4394

is in developement, the min-level flag has no effect but i'll implement it today

Link to comment
Share on other sites

think this could help gms which have to restore deleted characters:

Don't delete chars finally

git pull git://github.com/DasBlub/mangos.git no_char_delete

Description Don't delete chars finally

Author DasBlub

Forum topic http://getmangos.eu/community/viewtopic.php?id=4394

is in developement, the min-level flag has no effect but i'll implement it today

Ok, added.

Link to comment
Share on other sites

Hello all,

on a clean MaNGPOS Git i get for mtmaps the following result:

Multi-threaded Maps

git pull git://github.com/scamp/mangos.git master

git pull git://github.com/HiTmAn/mangos.git mtmaps

Description Make MaNGOS more multi-threading by multithreading maps. Second git-pull is only another branch for using, both should working.l

Author Written by Ralf, Derex, scamp, HiTmAn

Forum topic http://getmangos.eu/community/showthread.php?p=48156

git pull git://github.com/scamp/mangos.git ma
From git://github.com/scamp/mangos
* branch      master   -> FETCH_HEAD
Already up-to-date.

and

git pull git://github.com/HiTmAn/mangos.git m
remote: Counting objects: 242, done.
remote: Compressing objects: 100% (75/75), done.
remote: Total 145 (delta 122), reused 89 (delta 70)
Receiving objects: 100% (145/145), 33.24 KiB, done.
Resolving deltas: 100% (122/122), completed with 49 local objects.
From git://github.com/HiTmAn/mangos
* branch      mtmaps   -> FETCH_HEAD
error: Entry 'src/game/World.cpp' would be overwritten by merge. Cannot merge.
fatal: merging of trees 51f0b6ad2f523fcb182a3fb18d6770e08df0d1a0 and 5d94545e5e003759169dee64878a7d07e0c6ea8d failed
Merge with strategy recursive failed.

So for me this sounds scamp's version is already in master?

Regards warrior

Link to comment
Share on other sites

Playerbot

git pull git://github.com/playerbot/mangos.git master

Description This patch adds new commands to add / remove other characters on the same account as bots. Bots have AI and can actively trade, duel, fight, heal, etc. Since your bots are real characters, you need to log into them from time to time to update their abilities, repair them items, etc.

Author originally was collinsp, but the mangos community has really contributed to the patch. Come join us and request contributer access on github.

Forum topic http://getmangos.eu/community/viewtopic.php?id=2661

Link to comment
Share on other sites

  • 38 years later...
Good job! :)

Maybe you should include the "303-willcrashforsure" branch as well as some users may not know about it.

Cheers :)

3.0.3 Added

Maybe a bit offtopic, but a question to the devs just to make sure: Are custom patches allowed on the network graph or only patches like arena or AV that might get added to the mangos repo in future?

I think this isn't limited, patches which you want to be added to GIT, post in under review.. other patches going to GIT by Devs meaning I would say.. But its offtopic.
Link to comment
Share on other sites

Chatlog

git pull git://github.com/imalcolm/mangos.git chatlog

Description Now you know what are players talking about, you can filter it by dictonary etc.. Chat log is stored in .log files.

Author Imalcolm

please correct Imalcolm > malсolm

p.s i'm just applied patch from http://mangos.ru/showthread.php?t=4255 written by Alex/AT )

in this patch disabled execution action for "fuck" words) sorry for bad english)

Link to comment
Share on other sites

Corrected, don't know how it happened :rolleyes:

the name of the author and do not link)

Chatlog

git pull git://github.com/imalcolm/mangos.git chatlog

Description Now you know what are players talking about, you can filter it by dictonary etc.. Chat log is stored in .log files.

Author malcolm

Url http://github.com/imalcolm/mangos/tree/chatlog

Link to comment
Share on other sites

big problem i cant get 303-willcrashforsure wenn i made

git clone and the url that stand in first thread he download it but wrong files.

He download ever the normal mangos core called master!

than i make git pull with the url for 303 and he give me an error.

What can i do

Go to http://github.com/mangos/mangos/commits/303-willcrashforsure and click "Download"

Link to comment
Share on other sites

Please add impconfig to the list.

Improved Config (ImpConfig)

git pull git://github.com/dythzer/mangos.git impconfig

Description: Adds more configuration options to mangos like starting gold, all class spells, PvP Token system and much more. For a full list of config options, click here.

Author: Dythzer

Forum topic: http://www.manground.org/forum/index.php?showtopic=82

I created the branch yesterday but the network graph is freezed and doesn't update so it isn't there yet.

Also, you can remove the "new commands" branch from the thread. I reforked the mangos repo (due to a bug) and didn't have a local branch for it so I can't reupload it.

Thanks

Link to comment
Share on other sites

Please add impconfig to the list.

Improved Config (ImpConfig)

git pull git://github.com/dythzer/mangos.git impconfig

Description: Adds more configuration options to mangos like starting gold, all class spells, PvP Token system and much more. For a full list of config options, click here.

Author: Dythzer

Forum topic: http://www.manground.org/forum/index.php?showtopic=82

I created the branch yesterday but the network graph is freezed and doesn't update so it isn't there yet.

Also, you can remove the "new commands" branch from the thread. I reforked the mangos repo (due to a bug) and didn't have a local branch for it so I can't reupload it.

Thanks

Added, for New commands maybe, someone have it ? would be bad to lost it, there were some good commands

Link to comment
Share on other sites

I don't develop the multithreading maps but I try to keep it up to date, as I'm using it on my server ;)

git pull git://github.com/HiTmAn/mangos.git mtmaps

Working without conflicts by now ;) Maybe you could add it into the list in the first post.

bye

HiTmAn

EDIT: Thanks for adding :)

Link to comment
Share on other sites

×
×
  • 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