Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/azerothcore/mod-playerbots

NOT READY TO BE USED AS MODULE YET
https://github.com/azerothcore/mod-playerbots

Fix one scenario for stuck door in Steamvaults

Resolves TBC-333

8ea99c6e117b5daba8eee79690cf4803a860bde8 authored almost 7 years ago
Totem needs to have rudimentary combat timer so that it doesnt leave right away

It cant refresh its own combat timer and likely is not subject to
creature rules. Temporarily us...

52389281815c24f82978652470251dda1dcbcfc0 authored almost 7 years ago
Use speed of current spell instead of inherited speed

This check does not seem to follow correct logic
Evidence that goes against it: 34172 - 34190 - p...

25ae0e12135279e47f3a64a69c4e1a244decc4e7 authored almost 7 years ago
Implement script spells for q.10672

2208084972d2db1fc953f419cbbbdd449761691e authored almost 7 years ago
Add debug waypoint command

4d744f6d471afb819543467d61db54dcf3e778c4 authored almost 7 years ago
Extra attacks from weapon enchants should not chain

4b362ae6b37982ff2f42ce4f7d8248d8196a5fb4 authored almost 7 years ago
Fix typo for q.6641 'Vorsha the Lasher'

ae719b55736aea4432f977f29981bbdfe9fc6f98 authored almost 7 years ago
Add check for whether corpse is in world to prevent crash

be3a8e2e29e802b7b03d6aed134103e8dc506d9a authored almost 7 years ago
Fix weapon enchantments with + weapon dmg affecting feral form dmg

006fba76a17e0f730611223eb6ff914a959407a7 authored almost 7 years ago
Do major restructuring of Persistent AA effect

In the future, it needs to be changed to Destination only effect. The
major fix here is that the...

48a8a1d5013854152dc61b73c04bfacda4c5e4d7 authored almost 7 years ago
Implement better Master Looter errors

a64f132ed0c99fe62fed3683e50cde285ebcbe36 authored almost 7 years ago
Check conditions for all eligible looters not all group members

Also fixes a crash

8059c72358905eb286823b866fecb15a72ab8d8c authored almost 7 years ago
Fix Master Looter issues

ML should not be able to distribute or see FFA items of other people
ML should be able to distri...

b965a7384cd19d556a76436e07378fbc6a84e9d9 authored almost 7 years ago
Fix bad looting condition

5107ad5e5c1a3b58795c4c50692eae2467376ba0 authored almost 7 years ago
Unify distance eligibility ruling in group

f777271e6d4cf46c95e284d70f84379d8fdd7b07 authored almost 7 years ago
Fix faulty condition for Master Looter

c6309ffb570f6b56e270f6c7e2bf084c0dfde372 authored almost 7 years ago
Determine Loot eligibility based on distance and threat

40b79a85fdc1120a64b13b04d1e9f2ba520d742e authored almost 7 years ago
Fix transport issues

Transports which have actionFlag 1 - teleportation, and have WPs within
same map were incorrectl...

dcb124d69e7227dd2a83618da42a54a264bdd481 authored almost 7 years ago
Fix EAI unpredictable behaviour

1570fb066027403643524275afba2c3cc02fc9da authored almost 7 years ago
Remove death aura on reset/death

0fc1e9000ad145c3054b096c6486ba0c8b1942aa authored almost 7 years ago
SelectAttackingTarget should not select dead targets

a79af81b9cb675ac49a48fd09671b77805768681 authored almost 7 years ago
Fix immunity application case when spellId is zero

f1629c4ad71a1c44802bdf86480c867169927b0f authored almost 7 years ago
Implement disco GO spell script effect

810ff6e75886bb39096eab7a515b1f68cc116c57 authored almost 7 years ago
Improve Personalized Weather

4cda13be4c105c24d65d7820df8a6bff9c484f79 authored almost 7 years ago
Move SetMeleeDamageSchool so that its applied to TemporarySummon as well

1fea845e37db51cccf5588e8f869eb2dc9aa3385 authored almost 7 years ago
Implement script for Warlock Infernal summon

f3a79f787eda640d40da097d81a1ae52abfde6bc authored almost 7 years ago
Make sure that charmed tempsummons dont despawn

Warlock infernal for example

0a3e966b533e7c2b0c1c8f401154f3333723bf9d authored almost 7 years ago
Fix stabling issue with dismissed pet

a95c753a3e32d17fb3271cecccbd3f2d1acd7c40 authored almost 7 years ago
Changes for Old Hillsbrad

69ae4aea238afdd6f090f027a46d76f4c495a454 authored almost 7 years ago
Make sure non-db loaded pets start at full mana

3c264442563de4d3e888b812603ac95a10c6382d authored almost 7 years ago
Need to check casters melee school, not targets

eea63da360191df5bad6052edb6887bc42a190db authored almost 7 years ago
Check for flags in targeting from real caster perspective

Relayed stuff like seed of corruption will no longer hit
unselectable/unattackable targets

6b98e2d9cdfa7c7f5d83550cb30fac4fec532462 authored almost 7 years ago
Reset Ranges for bosses added

Signed-off-by: Qingle <[email protected]>

1d1b9a50bf31ca3c0c8036176695ebba34369e67 authored almost 7 years ago
Some fixes and define what 'team' or '!team' means with Team enum

I could not create a bool operator!(&Team t) because I can't prevent the core from including it ...

2fd6ba773fcab80c2e459fbb1b279fb56ae1fe43 authored almost 7 years ago
Less object copy, less strlen

Signed-off-by: Neo2003 <[email protected]>

083c5983b2d852c750df14127d59187a80ee0a0f authored almost 7 years ago
Very small optimizations in g3dlite string functions

Signed-off-by: Neo2003 <[email protected]>

f920d43441011f2978a07083a7ac8327cfef26e2 authored almost 7 years ago
C++11 deprecation fixes

Signed-off-by: Neo2003 <[email protected]>

909f1ace9ed86e512ccf6a039126f8e4b8b2f394 authored almost 7 years ago
Various small fixes

Signed-off-by: Neo2003 <[email protected]>

97c77f2772e3f66043a5b219ed97c452bb621651 authored almost 7 years ago
Improve Nethermancer Sepethrea encounter in Mechanar

10335cccb7d72672a69fe7425b6e739792b14392 authored almost 7 years ago
fix creature linking

fix creatures attempting to follow master that is out of range when defined using creature_linkin...

951bc03e8ed971944a22fd63d6e055cbc87773b9 authored almost 7 years ago
Clean up Homing Robot escort quests

f8c144f21fb9b5323df8274084577ef4b34863b7 authored almost 7 years ago
Implemenet PeriodicTick for Inferno used by Mechanar mobs

27450b6743c458cd0b3033a9ac3a05899dd659f6 authored almost 7 years ago
Fix Ancestral Wolf getting stuck in combat

Fixes https://jira.vengeancewow.com/browse/TBC-11

a23abc47053df6e85b4021b38c6789d9d494bc2f authored almost 7 years ago
Fix persistent AA auras not being reapplied in case it was dispelled

3ef49886c58b6a6b8f5b79d1fe169f19c190930d authored almost 7 years ago
Fix delay code for persistent AA

2217cba90cbd617ddfbb8e1435866fc2614086a8 authored almost 7 years ago
Fix pet spells not reporting LOS and consuming CD

98c26983875a3a1f188f4f92aa4eb7f4dfc09d6a authored almost 7 years ago
Add despawned by default GOs to map even if they are in pools and events

By default we already did this.

b00e575a06da4caeef4c1af1b20f4bd89d0a03e9 authored almost 7 years ago
Fix data type comparison warning in some IDEs

9d1e1d65a0fd177e99cada467022aafb7dff3619 authored almost 7 years ago
Fix percentage at which spell should go through

24c01d3ffbeb3c0b1bb38012fd8266026f631cbe authored almost 7 years ago
Fix script_text misspelling

dbe8cc771cb44d87f3b6a239bd406682cf69d6f5 authored almost 7 years ago
Implement FD/Vanish spell cast interruption

Credit goes to whoever did it at Nostalrius

d23343bfaf973365c3b5f0e51e8682e60d9674de authored almost 7 years ago
Fix memleak

594ad68595d3bc567f25203a7ce87cbe4fe84078 authored almost 7 years ago
Implement some missing scripts

0b99407b0a086efcde78ee2ceb977b2c0ce99743 authored almost 7 years ago
AuthSocket: an alwaws false check to fix

And a bool check fix.

Signed-off-by: Neo2003 <[email protected]>

f7be1bee346e55ad36966ae20905d91054f471fc authored almost 7 years ago
GridNotifier: Fix wrong returned type

Signed-off-by: Neo2003 <[email protected]>

2e07e5a36d60ac0b50fd97679abbea9f51edf3e3 authored almost 7 years ago
Fix: 3 Wrong checks and a call because null check

Signed-off-by: Neo2003 <[email protected]>

9ef0750ab9bc054032632eb0487911d0cf524bcf authored almost 7 years ago
Remove a double same check

Signed-off-by: Neo2003 <[email protected]>

ce5191a59ed4261c9b0d287910f272552a98ac7b authored almost 7 years ago
Make sure Capture Soul cant be griefed by opposite faction

Also includes conflict merge for missing undying knights script. It was lost in the core somehow.

65f079fface1422fa7bb6649262d28095a13304a authored almost 7 years ago
Fix SFK stuck in combat bug

f881a856b02f3aa347daa628e96e2125f7030a27 authored almost 7 years ago
Various small fixes

Signed-off-by: Neo2003 <[email protected]>

b1d63a506582005db34bc5204ede0b85b3594db9 authored almost 7 years ago
Make util work with string refs instead of copying them

Also pass ref of unused exception instead of value

Signed-off-by: Neo2003 <[email protected]>

c2e5f1d65c0331fa989c37342e1783bb503bcff4 authored almost 7 years ago
Drop check of uint8 > 255 which is always false but check Class > 0 to prevent undefined behavior

Signed-off-by: Neo2003 <[email protected]>

9212cfa1ae85800c576ca0adb391b11bfad75687 authored almost 7 years ago
AHbot: don't call auction->GetHouseId() when !auction

Signed-off-by: Neo2003 <[email protected]>

14ee8db8fc8572ca5877e0a9a748f8196e8cb806 authored almost 7 years ago
Fix: when class_=0 or race=0 in this loops, 1 << (class_ - 1) is undefined because class_ - 1 is negative

Signed-off-by: Neo2003 <[email protected]>

6c23f97c9c045cdaeec493c2ba3f22819eb6ac6f authored almost 7 years ago
Drastically improve level scaling spells

Damage part author @Warlockbugs, mana part is mine.

e4256b87f8f1760af491c1e2a05e44af2d188e2b authored almost 7 years ago
Send arena flush only to gamemaster and above

9144e957ecec934d0df83f026a9e3c3777e825ff authored almost 7 years ago
Implement Sending world text to security level

fd296da7443d7a92c2a45fc155c7d4cd93a30efb authored almost 7 years ago
Fix Trigger spell of normal Gift of the Doomsayer

f9a08ba4c1a5f102a2d71f7658181c70a1975094 authored almost 7 years ago
Implement Flexibility Script

b48d65e7c25009a659668e8bb09a353322b14d7d authored almost 7 years ago
Get Group difficulty in GetBoundInstance for groups

7161c726d18d3cd7b0caa4f9ff95c4c0ffd6e201 authored almost 7 years ago
Remove bad attribute from blue portal spell on Netherspite

527dcdbe863d1225f912173ef84e5ac8f680757e authored almost 7 years ago
Implement simple message queue for cross map spellcasting

In future can be replaced by a more complex mechanism. This is in preparation for rudimentary mul...

0c46da94d4e97bea4a6c5405425bd465a7969364 authored almost 7 years ago
Implement TRIGGERED_DO_NOT_PROC

DBScript spells will no longer proc - fixes many wrong spell procs
during scripts
Warning: All p...

f1b1270c962a19c4f18e950150b8c7821e2e5d37 authored almost 7 years ago
Fix compile warning for bool/uint32 interaction

49707b5e07979cfba864c1610e6ae5a670d1b46f authored almost 7 years ago
Fix delay supplying target guid instead of caster guid

886926d818c570869fe2db3ed1d2852d72a925da authored almost 7 years ago
Add customlog for debugging on live

944142bb34812e2d6ef74fb48f2b84943c118ff2 authored almost 7 years ago
Simply logic for close on cancel for quests

8f573f2b17d0c3e2c1426ad459a767f2a565f793 authored almost 7 years ago
Add some spell_template changes

4be6df5f02d127a1e8b312531de4a6c7984e1dde authored almost 7 years ago
Fix issue with school melee not using absorb/resist

Also renamed damageInfo to calcDamageInfo. More on that in future.

8e477866f37e7cdd072d83783ad8811d7d138a8f authored almost 7 years ago
Fix extra attack issues

Fixes extra attacks going off of melee next swing spell one spell deep
Fixes targeting for extra...

16e99789e31d92ccf4e6f573d1ad6469a91eadfc authored almost 7 years ago
minor update to BindIP description in sample configs

772819402b0a755fa9b451bcc690ad13db11e13e authored about 7 years ago
Fix SPELL_EFFECT_ACTIVATE_OBJECT with MiscValue=3

GameObject activated through SPELL_EFFECT_ACTIVATE_OBJECT and having MiscValue=3 should also be ...

7b4eb7e9b486dd4bf2719d8f1949321e32836222 authored about 7 years ago
Fix Eyes of the beast regression

Crash-safety: do not unsummon pet if it is the target of the possess effect

c58178656873883254952ca62c45345f3bfa5eca authored about 7 years ago
Improve charm and unit flags interactions

* Fix a few flow mistakes with charm flags, clean up flags
* Add propagation on own charmed unit...

ec4a5999f8e0573f172bfdf704849b4fd9db339f authored about 7 years ago
Follow-up fix after unit getters API changes

Fixes desync between usages and Unit::GetOwner() args order which resulted in incorrect behavior

511af1adb6b1825faed417b34bcfc77a305474a2 authored about 7 years ago
Initial support for multiple charms

* Add underlying storage for more than one simultaneous charm
- Charms are logically split into ...

15b999d5038929198f9fcbb231226f5f9df1a803 authored about 7 years ago
Modernize Unit::ResetControlState() as the new Unit::Uncharm()

* Removed unused arg attackCharmer
* Add Unit pointer arg: now accepts specific units, not just ...

d9413c3ecbf1fec663d843ff18708db18bd88cee authored about 7 years ago
Charm effect breakage routine modernization

* Modernize Unit::Uncharm() method as Unit::BreakCharmOutgoing()
- Relocate in the header and so...

fc9a2c694960a23eb69431ea0d63de0cbec51020 authored about 7 years ago
Fix weapon skills not leveling up above max base value when player has racial bonus

See: https://github.com/cmangos/mangos-classic/pull/306

b5b90776cfd43f0aa4722c894fdefc02cbdaf2c1 authored about 7 years ago
Prevent a failure case for Triage quests

* Prevent injured NPCs to still loose health after being saved, causing quest failure.
Thanks @T...

b162a97ba3c7809e6d06e89dc52b08d0fe02fd70 authored about 7 years ago
Add missing spells for Jandice Barov encounter

e1e113a813a0d20c71d799134886a3e2bb33ac34 authored about 7 years ago
Improve Jandice Barov script

* Make Jandice's Illusions spread out when they spawn
* Make Jandice Barov disappear for a few s...

0e656e94312cab03bc9d12af9adf7faf4ddbc1ba authored about 7 years ago
Add missing spell for Gandling Winter Veil model

43cf963baf8a06b193769af3648512dd04b20928 authored about 7 years ago
Make Darkmaster Gandling use his Winter Veil model

9f673530d1c3546d3466900d52fb6bbfaa4caafb authored about 7 years ago
Update data sent during Vehicle::Board

Send the SMSG_BREAK_TARGET for players and clarifyt the SetRoot() method

ToDo: need to fix the ...

42b04943691fbb72a24c29cc541aad84baf7656b authored about 7 years ago
Set creatures in combat with vehicle passengers

This will avoid the situation when hostile targets evade when a vehicle
dies.
Also fix threat lo...

074c1519db3d71de6beb978d52e4e4dc351dd18c authored about 7 years ago
Fix vehicle AI behavior

This will make use of the VEHICLE_FLAG_PASSIVE to define the vehicle AI
reaction when not contro...

f58d6f78f859e3ad7d20ad47812457e09e9796de authored about 7 years ago
Follow-up fix for "Client control management rework" in possess

Fix granting client control over own possessed pet when it shouldn't be the case (feared, etc)

2aefd84ef5a6390ee1976fbbdef2b46dfe89495d authored about 7 years ago
Add UNIT_FLAG_POSSESSED to player unit flag cleanup list

Don't let it run loose, should only be strictly associated with possess auras.

17aa7cfd3ff24a9283f5877495312804421ee94d authored about 7 years ago