Shauren
56536a6af5
Core: Fixed build warning
2012-02-29 18:45:31 +01:00
leak
f5f987f171
Merge pull request #5497 from kandera/fix_wsg
...
Core/Battleground: Fix issue with picking up opposite teams flag when returning your teams flag
2012-02-29 08:15:41 -08:00
Kandera
413a0c0813
Core/Battleground: fix issue with picking up opposite teams flag when returning your teams
2012-02-29 11:08:08 -05:00
Machiavelli
8e8ff7c660
Core/Conditions: Remove some useless checks in Condition::Meets against a value that's _supposed to be_ const 0 in database.
2012-02-29 13:57:16 +01:00
kaelima
eb1a2a3672
Core/Object:
...
- Corrected the flag and use of UPDATEFLAG_LOWGUID.
- Send proper positions for objects on transports.
- Rename UPDATEFLAG_HAS_POSITION -> UPDATEFLAG_STATIONARY_POSITION
- Added some comments
2012-02-29 12:43:59 +01:00
Shauren
7eff1c8f53
Core: Build fix (for real this time) and warning fix
2012-02-29 12:02:28 +01:00
leak
66fc6482de
Core/Warden: Switch to multi-threaded packet processing for warden
2012-02-28 23:05:30 +01:00
Shauren
77c848b937
Fixed build broken in 218ed813d0
2012-02-28 23:03:38 +01:00
Manuel Carrasco
ed16a4a0dd
Merge pull request #5478 from kandera/master
...
DB/Wintergrasp: added spawn data for wintergrasp mobs.
This has been taken from Wintergrasp branch. Author: Malcrom.
2012-02-28 12:07:06 -08:00
Kandera
02b0cc825e
DB/Wintergrasp: added spawn data for wintergrasp mobs
2012-02-28 15:00:32 -05:00
Machiavelli
218ed813d0
Core/Misc: Add more extensive ByteBuffer exceptions to trace down seemingly random crashes.
2012-02-28 14:51:50 +01:00
Machiavelli
3ea9fe4022
Core/Movement: Remove a redundant check in EffectMovementGenerator that could prevent MovementInform from being called
2012-02-28 00:17:01 +01:00
Subv
2c23fdf912
Core/Channels: Players should not be able to invite non-visible GMs to channels
...
closes #5467
2012-02-27 17:50:21 -05:00
QAston
dc55d9ed13
Fix sql update in 8653016bdd - thanks to RedSonja
2012-02-27 21:07:59 +01:00
Machiavelli
f402bad532
Core/MovementGenerators: Ensure correct virtual function overrides are called. May/should/will/could/might fix various different movement related issues. Please report back.
2012-02-27 20:22:38 +01:00
ZxBiohazardZx
b8310cb2fb
DB/Loot: add gold drops to ICC
...
Partial fix for #5449
2012-02-27 17:20:07 +01:00
QAston
8653016bdd
Merge pull request #5445 from Souler/fix_demonic_circle
...
Move Demonic Circle related code to spell_warlock.cpp
2012-02-27 07:15:39 -08:00
Spp
d38bc3a178
Core: Rename GetCreatureInfo to GetCreatureTemplate and minor cleanup here and there
2012-02-27 14:58:47 +01:00
Spp
3e622ee7ac
Core: Minor cleanup in ObjectMgr and warning fixes
2012-02-27 11:08:34 +01:00
Subv
95d3ea5512
Core/Misc: Reserve space for the data in the stores before inserting it
2012-02-26 14:57:00 -05:00
Subv
fd9f185f1f
Core/Battlegrounds: Initialize _flagDebuffState before using it in Warsong Gulch
2012-02-26 14:56:52 -05:00
Souler
05097c7fc5
Scripts/Spells: Move Demonic Circle mechanics to spell_warlock.cpp
2012-02-26 17:22:27 +01:00
Nay
9dbd9c02f4
Misc:
...
- Fix errors in recent SQLs (1fc122e5c6a5e0099,a3755f8355e64c9efc)
- Proper defines in DBCStructure.h (Holiday Entry)
2012-02-26 14:38:04 +00:00
Machiavelli
b2e4f8f958
Core/Misc: Add some documentation to TRINITY_WRITE_GUARD and TRINITY_READ_GUARD because ACE's documentation on underlying objects is not clear.
2012-02-26 15:16:22 +01:00
Anubisss
ca17e1c7e4
Add a missing semicolon (;) to a SQL.
...
Signed-off-by: Anubisss <anubisss210@gmail.com >
2012-02-26 05:15:20 +01:00
Shocker
7e4fa9174d
Core/Auction House: Fix item loss issue when inserting multiple stacks (by Elron103)
...
Closes #5428
2012-02-26 02:16:45 +02:00
leak
1ebdc5c19c
Core/Warden: Add reload ability for character.warden_action table / Centralize the crypto keys in one header file
2012-02-25 22:06:18 +01:00
Shocker
f0d0d95cf9
Core/Spells: Fix spellmod restore on failed cast for auras that have multiple mods for different spells (by lost-illusion)
2012-02-25 22:51:06 +02:00
Discovered
c10e6708ed
Core: Add some more output in HandleSetActionButtonOpcode (show playername/guid as well)
...
Signed-off-by: click <click@gonnamakeyou.com >
2012-02-25 21:40:05 +01:00
click
e37d9d73a9
Core/Scripts: Remove script for npc_goblin_prisoner (handled by SAI already)
2012-02-25 21:19:05 +01:00
click
6f152a1ff8
Core/Scripts: Remove some leftover debugging-output from the warlock spellscripts
2012-02-25 21:18:29 +01:00
click
e615fba7f8
Revert "Core: Fix the SFMT randgen-initbug" - alignment-fix is now properly handled within the respective code
...
This reverts commit 28310f0938 .
2012-02-25 20:39:28 +01:00
Malcrom
b7ac745aee
Merge branch 'master' of git://github.com/TrinityCore/TrinityCore
2012-02-25 16:00:08 -03:30
Malcrom
bed3fb6d98
DB/SAI: SAI for Quest: 12843 "They Took Our Men!". Remove cpp script.
2012-02-25 15:59:40 -03:30
Shauren
ca4c5ed544
Core/Utils: Fixed random crashes with SFMT caused by wrong memory alignment when operating on SSE instructions (they require 16 byte alignment, while classes and its members are only aligned to 8 byte boundaries)
2012-02-25 20:29:27 +01:00
Shauren
63ebdcda5b
Core/Player: Fixed feral AP applying for non-scaling items
2012-02-25 20:23:14 +01:00
click
4e1c8e0fa1
Core/Scripts: Fix non-PCH building and linking under GCC
2012-02-25 19:41:51 +01:00
Nay
a813e6f579
Core/Calendar: Use defines when sending holiday data
...
Update some comments
2012-02-25 16:17:23 +00:00
Shauren
5c00e93602
Core/Commands: Added lost group commands
2012-02-25 16:56:25 +01:00
Shauren
7b2672b17b
Core/Calendar: Fix compile without PCH
2012-02-25 15:32:55 +01:00
QAston
a0de042efe
Core/Spells: Remove SpellSelectTargetTypes enum - it's not needed anymore.
2012-02-25 14:07:07 +01:00
Malcrom
c952c7f98f
Scripts/go_black_cage: Remove script replaced by SAI.
2012-02-25 07:26:01 -03:30
QAston
b7b37dca29
Core/Spells: send spell error messages on spell cast condition checks.
2012-02-25 11:54:12 +01:00
Shauren
1f373c0f37
Scripts/Icecrown Citadel: Removed obsolete workaround for Ice Tomb LoS
2012-02-25 11:42:00 +01:00
Shauren
6ce46624d2
Core/Calendar: Fixed crash happening when inviting an offline player to an event
2012-02-25 11:14:19 +01:00
Nay
7885e2066a
Copy-paste typos in previous commit ( 0f1bd50) :(
2012-02-25 05:33:27 +00:00
Nay
0f1bd50ae0
Core/Calendar: Holiday.dbc -> SMSG_CALENDAR_SEND_CALENDAR
2012-02-25 05:28:22 +00:00
Nay
ad78d44da8
Core/Calendar: Change (revert) CalendarFlags vars to ints
...
P.S I'd like to have type safe enums (C#-like, also [Flags] attr)
2012-02-25 04:16:17 +00:00
Nay
d6c0a67a7c
Core/Calendar:
...
- Fix build
- Use enums where possible
- Renaming
2012-02-25 04:00:32 +00:00
Elron103
28310f0938
Core: Fix the SFMT randgen-initbug
...
Signed-off-by: click <click@gonnamakeyou.com >
2012-02-25 02:16:08 +01:00