click
307bf7f73e
Backed out changeset 6670e64b2d92
...
--HG--
branch : trunk
2010-07-11 22:33:18 +02:00
click
66547c5fbd
Implement ITEM_FLAGS_NO_EQUIP_COOLDOWN support + add serverside checks for ITEM_FLAGS_INDESTRUCTIBLE (code by Vladimir)
...
--HG--
branch : trunk
2010-07-11 22:22:49 +02:00
Shauren
aebbdcebc2
This should fix Savage Defense related crashes
...
--HG--
branch : trunk
2010-07-11 20:30:53 +02:00
Brian
63c131e510
* Merge public repo
...
--HG--
branch : trunk
2010-07-09 02:35:08 -06:00
Tartalo
9182ab6ead
Uncomment the assert that I commented some revs ago on InstanceMap::CanEnter()
...
--HG--
branch : trunk
2010-07-09 13:23:22 +02:00
Tartalo
a95bafefda
Check map entering requirements only if areatrigger teleport changes map
...
--HG--
branch : trunk
2010-07-09 13:22:07 +02:00
Tartalo
7b27b98599
Remove double requirement check in AreaTrigger teleport
...
--HG--
branch : trunk
2010-07-09 13:12:25 +02:00
Brian
fe39f4f59a
* Version update
...
--HG--
branch : trunk
2010-07-08 12:46:04 -06:00
Brian
5f119652ea
* Proper quest reputation reward post 3.3.0
...
* Will require a DB update for all quest_templates that are pre 3.3.0
--HG--
branch : trunk
2010-07-08 12:43:13 -06:00
Shauren
bf111e7d96
Fixed Savage Defense
...
Fixed Master Shapeshifter
Fixes issue #1299 .
--HG--
branch : trunk
2010-07-08 20:35:01 +02:00
Brian
f48b6d2f39
* Merge from private 335a repo
...
--HG--
branch : trunk
2010-07-08 09:56:40 -06:00
Brian
09c84f0a24
* Fix typo
...
--HG--
branch : trunk
2010-07-08 07:13:35 -06:00
click
668de35042
Do proper sanitytesting for waypoint scriptloading - thanks to Azazel for the heads up
...
Closes issues #2888
--HG--
branch : trunk
2010-07-08 03:03:10 +02:00
Brian
f182482c21
* Merge public repo
...
--HG--
branch : trunk
2010-07-07 15:00:20 -06:00
Tartalo
e58ca4d363
Coment annoying assert that nobody knows why is there
...
--HG--
branch : trunk
2010-07-07 22:30:38 +02:00
Tartalo
7969723527
Deny access to instances if other party/user with the same perm id is inside
...
Fixes #2844
--HG--
branch : trunk
2010-07-07 22:22:16 +02:00
Shauren
2484df3918
Revert revision 4b8a7a570412 until properly fixed, caused auras to get stuck at client sometimes
...
--HG--
branch : trunk
2010-07-07 09:42:18 +02:00
Shauren
9ba91d50d0
Fixed sending aura remove packet at stack modification
...
--HG--
branch : trunk
2010-07-06 13:22:24 +02:00
click
47bfc190c7
Kill another memleak - delete auction element after auction has been ended and removed (fix by ge0rg)
...
--HG--
branch : trunk
2010-07-06 04:49:31 +02:00
click
53f4b517ce
Remove doublecalculation of crit res (fix by dr.tenma)
...
Fixes issue 2031
--HG--
branch : trunk
2010-07-04 21:31:20 +02:00
click
86df5ec9ad
resolve circular dependency on uninitialized memory (and add copyrightheaders) in AHBot
...
(dependency-fix by ge0rg)
--HG--
branch : trunk
2010-07-04 20:57:44 +02:00
click
1416c83394
Fix: make sure healing potions doesn't benefit from spellhealing-power - patch by maxdestroyer
...
--HG--
branch : trunk
2010-07-04 20:17:22 +02:00
click
a11391b3c0
Fix warrior selfheal & heal-reduction (and handling of OBS_MOD_HEALTH in the same time)
...
(Thanks to dr.tenma)
--HG--
branch : trunk
2010-07-04 19:28:40 +02:00
Shauren
eba3f0a1dd
Implemented SPELL_EFFECT_CLEAR_QUEST (139), patch by Socolin
...
Closes issue #2840 .
--HG--
branch : trunk
2010-07-04 19:16:40 +02:00
click
18dfd3a2aa
Fix another uninitialized value in Player::m_AreaID
...
Thanks to ge0rg and his valgrinding (again)
--HG--
branch : trunk
2010-07-04 17:19:50 +02:00
click
c834a45ba5
Initialize m_flags after m_isNeedManyNegativeEffects, as m_isNeedManyNegativeEffects is used in _CheckPositive()
...
Thanks to ge0rg and his valgrind-running
--HG--
branch : trunk
2010-07-04 16:57:26 +02:00
click
962b48c6a3
Properly initialize CharmInfo states (fixes warning about noninitialized pointers) - Fix/patch by ge0rg
...
--HG--
branch : trunk
2010-07-04 16:27:33 +02:00
click
cdf3514603
Use MAX_SPELL_CHARM as spellcount on GetPetAutoSpellSize(), fixes OOB array-access in Pet::UpdateAI()
...
Thanks to ge0rg for the heads up and patch
--HG--
branch : trunk
2010-07-04 16:15:29 +02:00
click
079b945a7d
Use RemoveAurasByType() and not RemoveAuraDueToSpell() to remove iterated spellauras of a type - DueTospell() expects singular spellID
...
Thanks to Azazel for the heads up
--HG--
branch : trunk
2010-07-04 15:55:05 +02:00
click
599d957a26
Fix SPELL_AURA_MOD_HEALING_DONE healing bonus with 0 misc value (patch by toni.shocker)
...
--HG--
branch : trunk
2010-07-04 15:43:20 +02:00
click
c4634a3161
Adjust some more script copyrights (grrrrr)
...
--HG--
branch : trunk
2010-07-02 16:28:59 +02:00
Shauren
255e7e8b83
Fixed Chain Lightning overproccing with Lightning Overload, patch by DrTenma
...
Closes issue #1198 .
--HG--
branch : trunk
2010-07-02 14:24:05 +02:00
Brian
a52233f40e
* Merge public repo
...
--HG--
branch : trunk
2010-07-02 06:06:40 -06:00
Brian
baf108e5cc
* Updated DBC file checks for 3.3.5a
...
--HG--
branch : trunk
2010-07-02 01:48:49 -06:00
Brian
3fd0fb8f97
* Fixed ordering of gossip_menu_option so menu items appear in the proper
...
* order
--HG--
branch : trunk
2010-07-01 09:20:09 -06:00
Brian
38316ca97b
* Fix authentication for the new client
...
* Thanks TOM_RUS
--HG--
branch : trunk
2010-06-30 13:14:23 -06:00
Brian
4d00596e95
* Update for 3.3.5a
...
--HG--
branch : trunk
2010-06-30 13:11:44 -06:00
Brian
b0df141c54
* Another opcode update
...
* Thanks TOM_RUS
--HG--
branch : trunk
2010-06-30 13:05:23 -06:00
Brian
9b7da805f8
* Some update to chat enums
...
* Thanks TOM_RUS
--HG--
branch : trunk
2010-06-30 13:02:43 -06:00
Brian
27958838bf
* Update / Add some opcodes
...
* Thanks TOM_RUS
--HG--
branch : trunk
2010-06-30 12:58:00 -06:00
Brian
f1bcd2c5bc
* Fix expected client build
...
--HG--
branch : trunk
2010-06-30 12:46:19 -06:00
click
0a5a30a592
Minor cleanups to accomodate CMake-usage on Windows
...
--HG--
branch : trunk
2010-06-30 18:46:55 +02:00
Shauren
1740bace3a
Initialize a pointer with NULL value to prevent possible crashes.
...
--HG--
branch : trunk
2010-06-30 14:48:38 +02:00
Shauren
2ea043484d
It is now possible to use CMake on windows for proper build (PCH support included)
...
Merged PCH header into gamePCH since they became the same after these changes
--HG--
branch : trunk
rename : src/server/game/PrecompiledHeaders/NixCorePCH.cpp => src/server/game/PrecompiledHeaders/gamePCH.cpp
rename : src/server/game/PrecompiledHeaders/NixCorePCH.h => src/server/game/PrecompiledHeaders/gamePCH.h
2010-06-30 13:10:13 +02:00
Shauren
b0d5071598
Added rename forgotten in revision 1744c10a1b
...
--HG--
branch : trunk
2010-06-30 10:55:12 +02:00
Tartalo
aa9b52c67a
bypass Map::CanEnter() checks on login (fixes a crash)
...
Need info about this bypass is exploitable or not
--HG--
branch : trunk
2010-06-29 15:41:39 +02:00
Shauren
9a648e120d
This should not be there
...
--HG--
branch : trunk
2010-06-29 14:33:07 +02:00
Shauren
4b19773df1
Added support for SPELL_AURA_SCHOOL_HEAL_ABSORB (301)
...
--HG--
branch : trunk
2010-06-29 14:20:49 +02:00
Machiavelli
87cc652a82
Replace some misplaced DirectExecute´s with delayed Execute calls. DirectExecute at this moment should only be used for transaction control and not for dynamic content.
...
--HG--
branch : trunk
2010-06-28 23:19:54 +02:00
Tartalo
948f333dc3
Little fix for Vehicle inmunities hack.
...
Closes issue #2590
We must found a less hacky way to handle this
--HG--
branch : trunk
2010-06-28 22:23:57 +02:00