Age | Commit message (Collapse) | Author |
|
Closes #25957
(cherry picked from commit 494b7980987b76218b0753e1fce60d61077c1c01)
|
|
Some already are stored in DB. Looks like they all are still valid for master
(cherry picked from commit 1ed79d7a2e61bf98178954a427cd4b7acd6c4509)
|
|
Closes #25940
Quests are available only by corresponding to quest location races
(cherry picked from commit f474418651557acb621e9634993738118fb54a7e)
|
|
|
|
|
|
* Core/SAI: Add new action SMART_ACTION_SET_HEALTH_PCT
Add new action SMART_ACTION_SET_HEALTH_PCT (142) with one single parameter "percent" to set the Unit health.
Close #25317
* Do not allow 0%
(cherry picked from commit 7d6f7e4d19b298632deeb27830b876b12c490a03)
|
|
(#25945)
(cherry picked from commit 28353e920b531b7dd221ac926049f5a68b75e7ec)
|
|
(cherry picked from commit 075d46a46bf1172480730e280106adf4c051371e)
|
|
* Core/Misc: Fix static analysis issues
* Fix infinite loop in ".debug send opcode"
Fix using uninitialized memory in ".debug send opcode"
(cherry picked from commit 661f554b9e08a3721227f1e4a4fe6fd74e43a1f4)
|
|
Closes #25921
(cherry picked from commit 62320b1efab3a050cf2187490b59234a037c69c8)
|
|
being sold by AHbot
Closes #25930
(cherry picked from commit 23cd884f3b38060a6f07d84a49b3683ab486b528)
|
|
Ref #25764
(cherry picked from commit a06a755f4c52da3b4ad07da08f8303fb8517ab2d)
|
|
Ref #25764
(cherry picked from commit 10d08d56b3dd6ab87934ae1a18bb6104e53c0b46)
|
|
Include the number of SetActive objects in ".debug objectcount" command
(cherry picked from commit d0231c5a8fdea9704be442cbd8840079caf47a6d)
|
|
Ref #25764
(cherry picked from commit 5d17697687454a4c46bf85fdf12a06b9bf84e4ec)
|
|
Ref #25764
(cherry picked from commit 73d3431bfdd4864702f77049cff761eb9ab4c724)
|
|
Closes #23503
Closes #25647
(cherry picked from commit e78465ccb4abefba1131f1490db2ea7c2944ed7c)
|
|
* Core/Creature: Add new db field InteractionPauseTimer
Add new db field InteractionPauseTimer to allow to define different interaction pause timers for each creature (the previous system was a global setting in worldserver.conf Creature.MovingStopTimeForPlayer)
* Set all columns in creature_template_movement as optional (can be NULL, default NULL). Fill only the columns that should override the default C++ value
* Use the InteractionPauseTimer value throughout the code instead of Creature.MovingStopTimeForPlayer
* Handle InteractionPauseTimer set to 0 as "don't stop at all"
* Implement InteractionPauseTimer in creature_movement_override
creature_movement_override allows NULL values, in which case the values from creature_template_movement will be used for those columns that are NULL, falling back to default C++ values if creature_template_movement has NULL values too (or no rows for the creature)
* Read default InteractionPauseTimer from worldserver.conf
* Rename 2021_99_99_99_world.sql to 2021_01_22_00_world.sql
(cherry picked from commit a22bc236ebc038c723774e5b38cd93e814ccc43d)
|
|
Closes #25896
(cherry picked from commit 9ee878b7ef8c53eba84113fcba3cd43ede71593b)
|
|
Closes #25895
(cherry picked from commit 935792b85c80688ce6dbf32c229367ff7694cc73)
|
|
Closes #25890
(cherry picked from commit e0505729f7892ab8d966898e75b0e5c4f3dc6564)
|
|
Closes #25889
(cherry picked from commit bd243c24515ffb5562ecef555e23f89c463006bd)
|
|
Closes #25859
(cherry picked from commit c98789f60956be1f2d408243c7272289b2a23011)
|
|
Closes #25851
(cherry picked from commit 7cff188044ede04d9e4e0b42e499a76b0dc1a4c5)
|
|
Ref 8c43abaeb291eba1d46a00f3412487856f444e2d
(cherry picked from commit 4c0a8ad3b3f9960fa15504cf32a84218807ac9d5)
|
|
Closes #24976
Credits, source & more info https://github.com/cmangos/tbc-db/commit/b6e118eb01dcfab7493474715cc92be62a62b381 https://github.com/cmangos/tbc-db/pull/63
Valid for master but instead the event should start after turning in 'There Is No Hope'
(cherry picked from commit 8c43abaeb291eba1d46a00f3412487856f444e2d)
|
|
(cherry picked from commit a832a1fe903779fa5a03202708997ced7d4c1acc)
|
|
comments and logging (#25885)
(cherry picked from commit ec689e790894cfcab5b44b3bd5a9cee036bc9daf)
|
|
* Docker/Readme: codestyle cleanup
Changes proposed:
- Simplify MD back tick usage in stand-alone horizontal strings.
- Sentence grammar improvements/adjustments (might->may etc.)
- Punctuation: Add a period dot at the end of proper sentences.
- Punctuation: Add Oxford commas for natural readability.
- Punctuation: Add colon at the end of sentence introducing command examples.
- Reduce indentation level for bullet point annotation from second level to first level.
- Spell Linux with a capital L (proper noun, from "Linus + UNIX").
- UNIX is a proper noun with all its letters in uppercase.
- Remove a stray double quote character from the start of a command.
- Replace HTML entity . with its ASCII representation, a period dot.
Whitespace changes:
- add editorial blank line below H1 (page title) and H2 headings
- add editorial blank line below MD code block fences (codestyle)
* Lowercase 'pch' job name
- "PCH" -> pch
* Revert HTML entity change in README dot md
- Revert README.md to its original `README.md` spelling to avoid coding issues.
* Update contrib/Docker/README.md
Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit 3a61fe3c31b3fc61d3b881196319ccd96d69c7e4)
|
|
Circle CI artifacts (#25832)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
(cherry picked from commit 9af6bf15aa2fe836c3ebba306eaaa8971f00fac4)
|
|
Closes #25850
(cherry picked from commit 5d1075959aa01d6a0b36f1337de95d768967f57b)
|
|
Closes #25846
(cherry picked from commit 0b463c397b9a5576fedfe452fde2fed2a858fdc7)
|
|
Closes #25845
(cherry picked from commit 0ca031559fdc379112d3e572478c5e478db0d539)
|
|
Closes #25844
(cherry picked from commit 9cb2168ab9f16bef23148c10012dc9719b9049e4)
|
|
Ref #25764
(cherry picked from commit 7b79adf5b1c9e482d061076065687ab8d058e59c)
|
|
Ref #25764
(cherry picked from commit 3258e4cecdcfcf3b2ff0bae3f8aee9804fcef34f)
|
|
(cherry picked from commit 793e6ae4ae3d4806df9976b30eb64c87c6adda04)
|
|
TARGET_UNIT_NEARBY_PARTY (#25837)
* Update SharedDefines.h
* Update SpellInfo.cpp
(cherry picked from commit 7c6d92012afa4efe7b075aa6543e2169cda3faed)
|
|
Typo correction for console & log output `>> Loaded reference loot templates in %u ms`
`refence` --> `reference`
(cherry picked from commit cf5f360299d9cf156a94aae7c3c05fd0d0941a4f)
|
|
Kodo can't sit
(cherry picked from commit f6b22df9bd2231717b78393c65d92fbcafe92483)
|
|
Closes #25841
(cherry picked from commit 2951def0a4ca932437348447266bb0371d7dd457)
|
|
Closes #25840
(cherry picked from commit 9b22de905a1cdbf12396bab563c4443c93b1d7b9)
|
|
Closes #25839
(cherry picked from commit dad610c407c72f0d06d55c05414942c94dd8461a)
|
|
Closes #25838
(cherry picked from commit 5170721fb9cb0007f7401e6580d371d41dc34804)
|
|
Ref #25764
(cherry picked from commit 7a774e94d04cb2b6150222f4798de987917b04ca)
|
|
Closes #25827
(cherry picked from commit fc3479dec2e6f74b1310478edf3e753888d4e24e)
|
|
Closes #25826
(cherry picked from commit d3e464b4c4f88093169d0b113ed31528dcbf7564)
|
|
Ref #25764
Do not apply serverside spell for master
(cherry picked from commit ba7b5d8552d8eea581d33646b184b7b836bf6641)
|
|
Ref #25764
(cherry picked from commit 8ef1149706c2ab19942055c991b0086dea71d680)
|
|
* Scripts/Diremaul
Diremaul Crystal and Forcefield fix
* Apply suggestions from code review
Apply suggestions
Co-authored-by: MaxtorCoder <warsongkiller.s8@gmail.com>
* Fix stuff
* _private member
* use std array instead of c-arrays and standartized guid container namings
* Process feedback
* finalize
* blubb
* small changes
* whoops
* Process feedback
* Missing include
* Process feedback
* Apply suggestions from code review
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
* remove unused field
Co-authored-by: MaxtorCoder <warsongkiller.s8@gmail.com>
Co-authored-by: Ovah <dreadkiller@gmx.de>
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit 26002c530f7183105bf3dcb33272bb0cf3322558)
|