PDA

Просмотр полной версии : CMaNGOS Commits


Страницы : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [22] 23 24 25 26

  1. [spell_script] Prevent scourge strike 28265 from being executed on pl…
  2. [Spell] Flameshocker - Immolate Visual 28330 should not be removed on…
  3. Linking: Make follow reinitialize after home evade instead of immedia…
  4. SpawnGroup: Fix respawn command not working as intended
  5. Reimplement ammo handling to incorporate both min and max dps
  6. Add rule for songflower serenade stacking
  7. Add gameobject chest aggro prototype on loot
  8. LFG: Unify naming of some packets and add entry functions for queue s…
  9. Fix semicolon inside spell.sql due to scourge invasion
  10. Fix sql for 28203 serverside
  11. Port scourge invasions from vmangos
  12. LFG: Tryfix compilation
  13. Fix linux and clang compilation
  14. LFG: Implement Raid Browser for singular players
  15. LFG: Generalize SendLfgUpdate for party and player
  16. LFG: Implement join and leave queue through LFGQueue
  17. add nullptr safety around pet commands
  18. fix clang compiler warnings and minor logical error
  19. Fix Viscidus not reacting to frost wands
  20. Add getter for m_spellSchoolMask
  21. Fix pthread requirement on linux
  22. LFG: Fix linux compilation of LFGQueue
  23. LFG: Implement RDF rolecheck on group join
  24. Remove unecessary class specification
  25. Specify c++ standard in comment
  26. switch to c++17 standard
  27. MMap generator improvement
  28. ScourgeInvasion: Fix some compilation warnings
  29. Chat: Add dbguid readout to npc info
  30. [SD] Add comment about why Muselek Aimed Shot is currently never used
  31. MMap: Give ground higher priority over liquids
  32. MMAP: Add liquidFlagMergeThreshold to json config
  33. Adjust swimming to collision height * 75%
  34. [SD] Karazhan: Add Attack Delay for Mounted Attumen
  35. Add missing scriptErrLogFile init
  36. MMAP: Do use terrain under liquids just like in WMOs
  37. Adjust water height to use collision height
  38. Implement SendMessageToAllWhoSeeMe and use it for movement packets
  39. [14046] Formation implementation
  40. LFG: Implement initial step for raid browser rolecheck
  41. LFG: Add raid browser lockout readout to single players as well
  42. ICC: Do not broadcast difficulty result, only increment timer
  43. LFG: Finish implementing raid browser
  44. Move path selection to more appropriate place
  45. Fix wp show on command for formation leader
  46. Fix snprintf usage
  47. Some warnings fixes
  48. Should fix nix build
  49. Better name for a that variable
  50. Fix loading waypoints
  51. Fix crash for random movement formation leader
  52. Add LINEAR_WP_PATH_MOTION_TYPE (back and forth on defined waypoint)
  53. Fix override of movement type
  54. Fix z for follower in some cave
  55. changed IsEnemy() to CanAttack()
  56. minor improvements
  57. add random delay before responding to trigger
  58. rewrite darkshore furbolg event
  59. Spell: Implement SUMMON_PROP_FLAG_DESPAWN_ON_SUMMONER_DEATH
  60. Spell: Implement all tbc required SummonPropFlags and add wotlk enum
  61. Druid: Implement Force of Nature aggro spell
  62. BT: Reimplement hateful strike using primer spell with hurtful primer…
  63. Extract orb of deception into spellscript
  64. Spell: Do not prevent threat due to damage through SPELL_ATTR_EX2_NO_…
  65. Spell: Do not remove empathy aura on shapeshift
  66. fix possible nullptr derefs
  67. Spell: Rename SpellInterruptFlags and restrict SPELL_INTERRUPT_FLAG_D…
  68. Spell: Reimplement all aura interrupt flags and rename to official na…
  69. Proc: Rename PROC_FLAG_DEAL_HELPFUL_PERIODIC back to PROC_FLAG_ON_TRA…
  70. ZA: Fix typo in variable management for event run
  71. [14047] Add forgotten loading to GameObjectArtKit.dbc
  72. Reimplement IsEnchantNonRemoveInArena using ENCHANTMENT_ALLOW_ENTERIN…
  73. Unit: Implement collision width function
  74. SpawnGroup: Adjust formation option names
  75. Spell: Unify pet summoning in EffectSummonType with the rest
  76. Item: Implement ENCHANTMENT_MAINHAND_ONLY
  77. ScourgeInvasion: Add forgotten saving
  78. Implement generic script for preventing same spell if aura present
  79. Movement: Immediately finalize orientation change
  80. Spell: Implement SUMMON_PROP_FLAG_USE_CREATURE_LEVEL
  81. Spell: Implement SUMMON_PROP_FLAG_CANNOT_DISMISS_PET
  82. Spell: Implement SUMMON_PROP_FLAG_ONLY_VISIBLE_TO_SUMMONER
  83. Add all missing confirmed pet scaling auras
  84. Spell: Implement SUMMON_PROP_FLAG_SAVE_PET_AUTOCAST
  85. Spell/SpellScript: Implement SUMMON_PROP_FLAG_IGNORE_SUMMONERS_PHASE …
  86. Spell: Implement SUMMON_PROP_FLAG_DO_NOT_FOLLOW_MOUNTED_SUMMONER
  87. Pet/Spell: Implement controllable guardians
  88. Pet: Implement player pet follow angles quasi-formation behaviour
  89. Spell: Implement SUMMON_PROP_FLAG_DO_NOT_TOGGLE
  90. Pet: Remove certain bad protocol usages when handling pets
  91. Spell: Implement immediate execution for certain delayed dest targete…
  92. Spell: Reimplement movejump function to behave more blizzlike
  93. Add missing include in MoveSplineInit.h
  94. Fix build
  95. [Formation] Fix bad computation and increase distance in monster move…
  96. Add level to visual wp debug feature.
  97. Generalize debug command to see generated path.
  98. [Formation] Remove speed factor change for followers
  99. [Formation] Make direction change a bit soften for formation followers
  100. [Formation] Fix follower having quick backward move
  101. Fix warning in PreventSpellIfSameAuraOnCaster
  102. Fix duplicate script assignment in spell_scripts
  103. Pet: Do not save controllable guardian cooldowns and auras to DB
  104. Spell/Pet: Fix SUMMON_PROP_FLAG_SAVE_PET_AUTOCAST to work for all pla…
  105. SpawnGroup: Implement immutable entries after first spawn in dungeons
  106. Add several more angles for player quasi-formation
  107. Fix install of mangos.sql on existing install
  108. Fix build when building with PlayerBot
  109. Add wotlk worldstates for arenas and wintergrasp to worldstate enum
  110. AQWarEffort: Add missing script assign for Scarab Gong
  111. Hide higher security level realms from non-GMs
  112. Display shutdown message for < 15 seconds.
  113. Fix RemoveAurasOnCast breaking self in some cases
  114. Fix exploit to eat/drink and run
  115. Raise mod speed ceiling to 50
  116. Fix another forgoted sql change
  117. Fix SD2 schema from [s2441]
  118. [14048] [DB Uniformisation] Waypoint table column rename
  119. [Formation] Improvements
  120. Script quest q.9718 As the Crow Flies
  121. ZA: Fix crash when Amani'shi Scout summons reinforcements
  122. MySQL 5.5/5.7 Support
  123. Keep Units visible default unless flag is set
  124. Fix previous commit not removing phase aura
  125. Fix gymers buddy spell eject by calling UnregisterAndCleanupTrackedAu…
  126. ZG: Update serversides to wotlk format
  127. Update conf version due to environmental damage commit
  128. ZG: Reimplement Hakkar using SpellScripts Spell lists and Combat AI
  129. ZG: Reimplement Thekal with CombatAI, spell scripts and spell lists
  130. ZG: Reimplement Renataki using CombatAI, Spell Scripts and spell lists
  131. ZG: Reimplement Jeklik using CombatAI and spell lists
  132. ZG: Reimplement Arlokk using spellscript, spell lists and combatai
  133. ZG: Implement jindo spells and serversides and remove file in favor o…
  134. ZG: Refactor file with newer naming standards
  135. ZG: Rename main file to new style
  136. ZG: Remove Hazzarah file in favor of spell list and spellscript imple…
  137. ZG: Rename file to new naming style
  138. Make environmental damage configurable and correct defaults.
  139. ZG: Reimplement bloodlord mandokir using spellscript, combatai and sp…
  140. Fix bad text in LoadGossipTextLocales
  141. Also reset apprentice mirveda on event start just in case
  142. Minor adjustments to q A Cry for Help
  143. Check for null caster in Unit::CalculateAbsorbResistBlock
  144. Fix rune readout
  145. Mage: Improve Mirror Image script
  146. Implement DK Raise Dead spell
  147. Spell: Implement SPELL_FAILED_REAGENTS param
  148. Fix stable readout per RE
  149. Fix pet bars not being usable
  150. Fix CharmCooldownInitialize payload size
  151. Rename Gammerita spellscript to new style
  152. SpellScripting: Move Spell and SpellAura variable storage to same spo…
  153. SWP: Fix madrigosa and brutallus fight RP
  154. Revert Add explicit default parameter to fix compilation
  155. Add explicit default parameter to fix compilation
  156. SpawnGroup: Fix compilation of previous commit
  157. SpawnGroup: Add possibility to override entry with static entry and r…
  158. Unit/Spell: Add caching for heartbeat proc to optimize calling procs …
  159. ZG: Fix some issues on thekal with resetting and spells
  160. ZG: Fix thekal not properly interrupting ressurection on zealots on P2
  161. Chat: Implement command for creature spell list readout
  162. SpellLists: Safeguard creature_spell_list load against duplicitous po…
  163. Fix crash due to recursive mutex access through saveall by delegating…
  164. Hyjal: Fix Ghoul/Gargoyle interaction with Building 18304
  165. Fix Druid HotW stat scaling in wotlk
  166. Add forgotten spell_mirror_image_frostbolt
  167. Hyjal: Fix spell data for 34450 Transform: Peasant w/ wood 1.5 scale
  168. Spell: Implement SPELL_FAILED_EQUIPPED_ITEM_CLASS_MAINHAND and SPELL_…
  169. BG: Add support for flag dynguid to EOS and WSG
  170. ZG: Fix transition to p2 for thekal and some visuals
  171. Priest: Adjust shadowfiend pet scaling
  172. Pet: Fix shenanigans with pet initialization
  173. Add check for DBC directory
  174. WC: Make all npcs despawn after naralex leaves
  175. WC: Rename second file in wailing caverns to new style
  176. WC: Rename wailing caverns file to new style
  177. BT: Minor adjustments for illidari council
  178. Do not display conditional weapon damage increases
  179. BG: Fix BG objects being wrong after dynguid changes
  180. Implement tribal death avenge spells
  181. Creature: Implement killer guid saving for scripting purposes
  182. BT: Remove enrage on charge of flame of azzinoth
  183. Spell: Add check for TARGET_UNIT_CASTER_PET to fix hunter pet targeti…
  184. Correct nazgrel text on magtheridon head turnin
  185. Spell: Implement payload for SPELL_FAILED_TOO_MANY_OF_ITEM
  186. Fix autocomplete quests being saved in db through a very specific set…
  187. Implement Swift hand of justice and Discerning eye of the beast
  188. Warrior: Move devastate to spellscript and implement Glyph of Devastate
  189. DK: Remove heart strike faulty script
  190. SpellScripting: Reorganize internals and saving of effect values in o…
  191. Implement CREATURE_FLAG_EXTRA_NO_SKILL_GAINS
  192. DK: Fixup and retest recent scripts
  193. DK: Implement death rune dummy scripts and fix compilation
  194. Fix github action notifer address
  195. Try another discord notifier
  196. DK: Rework rune conversion to prepare for rune spellscripts
  197. DK: Fix death grip
  198. Remove unneeded code but keep same functionality
  199. Fix crash at shutdown on ~ScriptDevAIMgr()
  200. Fix mangosd slow shutdow
  201. Fix console errors due to spell_empowered_fire
  202. DK: Implement Sudden doom talent
  203. Move LookupHighestLearnedRank to Player from PlayerAI
  204. Add unholy blight mask for proccing on death coil
  205. DK: Implement Unholy Blight and migrate Death Coil to spellscript
  206. Implement serverside for triggering runestrike
  207. Fix obscure compilation problem without pch
  208. OpenSSL: Drop legacy OpenSSL 1.0.1 support
  209. Fix actual functioning of comment in Spell::EffectWeaponDmg
  210. Set the minimum required version for GCC and Clang (std::filesystem)
  211. Fix a bug with linear path
  212. Improve go creature and go object command
  213. DK: Add remaining Blood of the North ranks
  214. DK: Add remaining forgotten reaping talent ranks
  215. Fix blood tap not working when all runes are on cooldown
  216. Hunter: Implement Wild Hunt pet talent
  217. Hunter: Implement Roar of Sacrifice
  218. Paladin: Implement Divine Storm heal
  219. Fix grid TODO for c++17
  220. [skip ci] Revert change of discord notifier
  221. DK: Fix blade barrier talent not applying due to faulty targeting
  222. DK: Add desolation blood strike proc mask
  223. DK: Implement bloodworm heal and defensive
  224. Rework Viscidus shrink/growth
  225. Implement UNIT_FLAG2_HIDE_BODY and use it for DK death zone
  226. Implement UNIT_FLAG2_DO_NOT_FADE_IN
  227. Battlegrounds: Play victory fanfares only to members of the winning team
  228. Paladin: Fix Heart of the Crusader not proccing
  229. Paladin: Fix judgement of the wise not working
  230. Paladin: Fix Judgement of the Just stacking problem and proccing problem
  231. Revert std::filesystem until further notice
  232. Rework C++17 std::filesystem support
  233. Fix crash due to recursion due to some spells having a cyclic require…
  234. Fix threads end order at server shutdown
  235. Chat: Fix teleport commands not working as intended
  236. Threat: Fix threat weak comparison issues with playerai
  237. BT: Add different timer to malande ranged mode
  238. SWP: Fix registering of ShieldOfTheBlue
  239. Fix a compilation warning
  240. SWP: Add missing second part of spell Shield of the Blue
  241. [SD] Spawn 4 Fireguard Destroyers outside Flamelash Room in BRD on En…
  242. [Spell] Power Converters: Electromental Visual 37248 should not be re…
  243. BG: Fix incorrect use of GUIDLow with GetGameObjectEventIndex and ren…
  244. Dbscripts: Fix SCRIPT_COMMAND_TERMINATE_SCRIPT and SCRIPT_FLAG_BUDDY_…
  245. BT: Adjust malande timer
  246. Add gossip handling for external menus for nef and onyxia head turnin…
  247. BT: Assign mainspell to malande
  248. Fix procs that do not require target, requiring a target
  249. Fix thoridal the stars fury stacking with quivers
  250. DK: Fixup corpse explosion based on sniff