|
---|
|
CMaNGOS Commits Изменения, принятые в официальный репозиторий ядра CMaNGOS. git://github.com/cmangos/mangos-wotlk.git |
|
Опции темы | Поиск в этой теме | Опции просмотра |
23.11.2017, 15:36 | #1 |
News Bot
Регистрация: 20.11.2009
Сообщений: 1,290
Сказал(а) спасибо: 0
Поблагодарили 5 раз(а) в 5 сообщениях
|
Adjust EffectPlayerPull so that it accounts for Z difference
Автор: killerwife
<pre style='white-space:pre-wrap;width:81ex'>Adjust EffectPlayerPull so that it accounts for Z difference Fixes pull issues in murmurs room The initial formula was the following: distance/horizontal speed = time 1/2*gravitational acceleration*time = initial vertical speed Problem is when intial Z != final Z Then the formula is as following: (final Z - initial Z + 1/2*gravitational acceleration*time*time) / time = initial vertical speed if you set final z - initial z both to 0, or the same number, you get the initial formula WOTLK: The wotlk core uses movespline to compute this. MoveJump is used all over scripts with guessed Max Height, which sounds quite bad, since that should be a computed value stemming from spells. (client is sent horizontal and vertical speed in packet) In future need to change from max height to vertical speed so that it reflects client usage.</pre> Подробнее... |
|
|
Похожие темы | ||||
Тема | Автор | Раздел | Ответов | Последнее сообщение |
Implement original trivial level difference API | newsbot | CMaNGOS Commits | 0 | 14.07.2017 10:56 |
Implement original trivial level difference lookup table for TBC and … | newsbot | CMaNGOS Commits | 0 | 14.07.2017 10:56 |
[0100] Fixed GM List command. Now properly shows all GM accounts | newsbot | CMaNGOS-4.3.4 Commits | 0 | 15.08.2012 22:34 |
[9932] Change AllowTwoSide.Accounts default in code also. | newsbot | CMaNGOS Commits | 0 | 19.05.2010 05:26 |
[9931] After 3.2.0 expected AllowTwoSide.Accounts = 1 for any realm type by default. | newsbot | CMaNGOS Commits | 0 | 19.05.2010 04:42 |