H0zen
ffffc0175e
Make some errors more verbose.
2016-02-19 16:35:15 +02:00
H0zen
a1a3a0b0fb
Validate the spawn distance passed to RandomMovementGenerator constructor.
2016-02-19 16:23:17 +02:00
Antz
0dda46f1f9
Merge pull request #85 from H0zen/develop21
...
Various external fixes - part 3
2016-02-19 13:19:58 +00:00
H0zen
c9a4609eac
Updated submodule.
2016-02-19 13:00:17 +02:00
Olion17
73806ad2ae
Not so bright warning if DB content newer than core awaits
2016-02-19 09:57:30 +00:00
Antz
ae4f5e150b
[Extractors] Updated extractors to fix movement bug. Will need to reextract
2016-02-19 09:56:35 +00:00
H0zen
c7a96ab067
Various external fixes - part 3
...
- ported commits from cmangos repositories
- also:
+ fix Movement::MoveSpline::ComputePosition to return only positive angles
+ improved algorithm for finding a random reachable point on ground
2016-02-19 01:06:54 +02:00
Olion
89a3ec852e
Allow SD3 scripted dummy and script spelleffects upon players
2016-02-17 23:11:41 +02:00
H0zen
95991c8a81
Various external fixes - part 2
...
- ported fixes from cmangos repositories
2016-02-17 19:39:14 +02:00
H0zen
625ea2a6db
Various external fixes - part 1
...
- ported fixes from cmangos repositories
2016-02-17 15:46:42 +02:00
Olion
6c7b86c4bd
Fixing crash at player leave map during loot roll
2016-02-16 22:35:33 +02:00
H0zen
8261268c69
Improved version of previous commit
...
- addSpell now properly replaces ranked spells in action bar and spellbooks
2016-02-16 13:47:00 +02:00
H0zen
51afa64851
Update previous commit with revision data.
2016-02-15 13:20:15 +02:00
H0zen
e16313c5b2
Fix displaying the right ranks of spells in spellbook
...
- Fixes displaying the Seal of Righteousness (SoR) ranks
- Fixes the "double spell listing" of non-stackable spells after the learning,
both in chat and in spellbook (applies to all classes)
- This fix is paired with 2 database updates, one for world and one for characters
- After applying the fixes, all paladin characters must visit their trainer to relearn the "Judgement" spell
2016-02-15 13:16:38 +02:00
Olion
2aa0003d42
Player::TeleportTo() signature change to request undelayed teleport
2016-02-14 23:12:21 +02:00
Charles A Edwards
46f0d69e1a
(from cab's repo) Improved UpdateSpeed
...
Improved UpdateSpeed
Author: probably Olion, but not certain.
2016-02-14 08:02:13 +00:00
Charles A Edwards
8ed1816d00
(Author Olion17) Character manaregen: looks like one /2 was excessive
...
Commit ac780d8 on Cabfever's repo
2016-02-13 07:50:50 +00:00
H0zen
f75a8b9719
Fix false error display - Bloodthirst triggers
...
- Bloodthirst and Mortal Strike have same SpellFamilyFlags
- supress displaying "Spell::EffectSchoolDMG: Spell #id not handled in BTAura"
- this fix applies to ZERO only!
2016-02-12 16:13:28 +02:00
H0zen
5247218df4
Fix Devouring Plague
...
- issue https://www.getmangos.eu/issue.php?issueid=664
2016-02-11 14:36:30 +02:00
xfury
605628c1b1
[SD3] Updated TAQ
2016-02-11 08:00:03 +00:00
Olion17
77403d15d8
[SD3] Naxx: Gothik - redesign
2016-02-10 07:55:14 +00:00
Rochet2
d02060c4a8
Fix uint32_t errors (VS 2013)
2016-02-09 23:32:58 +00:00
Charles A Edwards
0189961194
Server-owned world channel (43860fb)
...
Case-insensitive channel name comparison for "world".
commit 43860fb on cabfever's repo
2016-02-09 11:22:28 +00:00
Antz
07ecc566e5
Merge pull request #72 from Chuck5ta/develop21
...
[Core] Chest with quest loot deactivation (2622b33)
2016-02-08 22:06:25 +00:00
H0zen
c7f8748e69
Fix Gnomish Death Ray.
...
- The Gnomish Death Ray now properly charges and deals damage.
- TODO: more research on dmg/crit/dr
2016-02-08 17:54:35 +02:00
Charles A Edwards
53184c9284
Chest with quest loot deactivation (2622b33)
...
commit 2622b33 on cabfever's repo
2016-02-08 13:39:02 +00:00
H0zen
0fd23fb680
Fix Gnomish Ray Shrink.
...
- Not all possible side-effects implemented
2016-02-08 03:13:48 +02:00
H0zen
3cc509f558
Fix Gnomish Mind control cap
...
- Issue [910](https://www.getmangos.eu/issue.php?issueid=910 )
2016-02-07 13:47:25 +02:00
H0zen
4cc0cd2d51
Fix Cannibalize
...
- Fixes [issue 911](https://www.getmangos.eu/issue.php?issueid=911 )
2016-02-07 03:54:58 +02:00
Antz
93fbd47079
[PlayerBot] Fix invalid table reference for playerbots
2016-02-05 08:58:57 +00:00
Antz
a52b932377
[DB] Update World DB Expected Version
2016-02-04 23:07:35 +00:00
Antz
1e80eeb826
Merge pull request #70 from H0zen/develop21
...
[Core] Improve jerky player movement on high latency
2016-02-04 22:57:53 +00:00
H0zen
f7fe9a119a
Improve jerky player movement on high latency
...
- On CMSG_PING we already know the latency from client.
2016-02-03 02:36:30 +02:00
Charles A Edwards
51ba36d565
Spell class - Fix for inaccessible class data
...
Accessor functions created for protected member, m_selfContainer
2016-02-01 17:57:09 +00:00
Rochet2
f81e455e3a
Support C++11 and update Eluna
...
Set compilation to use C++11
Updated Eluna version and applied all core modifications needed by the update
2016-01-30 14:39:09 +02:00
H0zen
1a36f1c039
Fix Unit::SetConfused to work on players.
...
- Also removed a false positive from being output as error in MovementHandler.cpp
2016-01-22 16:38:10 +02:00
Antz
423988884e
[Core] Remove extra line from previous commit 03ea10a
2016-01-21 20:43:53 +00:00
Charles A Edwards
1ef8fddde7
fix by H0zen moved back to its original location
...
The condition statement has been moved back to its original location.
<runs away>
2016-01-21 15:51:20 +00:00
Charles A Edwards
603e4a7dc5
Moved condition related to mage casting on self
...
Moved condition related to prevention of casting on self.
Will check the other cores to see if this needs to be applied to them
too.
It does need to be applied to One.
2016-01-21 13:14:11 +00:00
xfury
3864a18249
[Core] Fix Ground and EarthBind Totems
2016-01-21 11:50:34 +00:00
xfury
d4113e6757
[Core] Fix Grounding Totem delay bug.
...
fix the bug of grounding totem delay it's effect for 3s
2016-01-20 21:19:59 +00:00
xfury
03ea10a6b8
[Core] Fix crash during gm .saveall
2016-01-20 21:07:19 +00:00
H0zen
7665177e2a
Fix Arcane Missile self cast bug.
...
- Fixes issue [987](https://www.getmangos.eu/issue.php?issueid=987 )
2016-01-19 23:24:28 +02:00
H0zen
f946e030c6
Fix server crash on CONDITION_GAMEOBJECT_IN_RANGE check.
...
- This fixes issue [986](https://www.getmangos.eu/issue.php?issueid=986 )
2016-01-09 22:59:43 +02:00
Antz
de40098ecf
Update make_vmaps.bat
...
Minor text change
2016-01-04 12:47:10 +00:00
Antz
1a1abeec2a
[Tools] Merged Vmaps extractor/assembler, updated scripts
2016-01-04 12:43:41 +00:00
Olion
b34cfa0a4a
Added disables
table
...
Mostly backported from TC.
Changed table format (mapID in lower 16 bit, areaID in higer 16 bit of data field).
Added CREATURE_SPAWN and GAMEOBJECT_SPAWN disable types.
2016-01-02 22:18:14 +00:00
H0zen
6b7a14390a
Minor fix.
2016-01-02 14:23:59 +02:00
Antz
36d1cfd4c5
Merge pull request #59 from xfury/master
...
[Core]Fix temporary enchantment duration
2016-01-02 09:08:01 +00:00
Antz
25781d7765
Merge pull request #60 from H0zen/develop21
...
[Core] Fix ACE_TSS usage.
2016-01-02 09:07:11 +00:00