leak
27c561cb9e
Remove extra qualifier to make GCC happy again
2014-07-20 14:45:23 +02:00
leak
fd47c3e06c
Prevent duplicate call to MapUpdater::deactivate causing a crash on shutdown
2014-07-20 14:39:35 +02:00
leak
87db1ae44f
Replaced try/catch by non-throwing socket.close()
2014-07-20 14:39:35 +02:00
Vincent-Michael
0531f52008
Core: Fix non pch build (gcc)
2014-07-20 02:54:12 +02:00
leak
dce92611f3
Refactored singletons to enable proper deconstruction during shutdown
2014-07-20 00:40:08 +02:00
karn
26aaf2384c
Core/Creature: Minigob Manabonk
...
Closes #11097
Signed-off-by: DDuarte <dnpd.dd@gmail.com >
2014-07-19 22:50:32 +01:00
Duarte Duarte
40b4bd2eda
Merge pull request #12500 from MitchesD/misc_3
...
Scripts/MagistersTerrace: reworked Selin Fireheart
2014-07-19 22:03:58 +01:00
MitchesD
6fdcefee31
Scripts/MagistersTerrace: reworked Selin Fireheart
...
* removed ancient code
* converted to EventMap
* removed illogical method in instance script
2014-07-19 22:18:41 +02:00
leak
b153e1a47f
Fix terminate() being called on kicking a player (closing sockets twice is bad)
...
Also, Boost, why does your is_open() suck..
2014-07-19 21:59:17 +02:00
joschiwald
35f5a78a43
Merge pull request #12166 from MitchesD/hor
...
Scripts/HoR: fixed possible exploit with taunt during escape event
2014-07-19 21:23:18 +02:00
MitchesD
35d508cd6d
Scripts/HoR: fixed possible exploit with taunt during escape event
2014-07-19 21:05:59 +02:00
joschiwald
297e63da36
Scripts/AhnKahet: Elder Nadox
...
* replaced egg core script with db content
* removed useless spellscript for Guardian Aura
* fixed Swarm aura
* Patch 3.3.2 (2010-01-02): Elder Nadox now only gets one Ahn'Kahar Guardian during the encounter.
Closes #12506
2014-07-19 20:30:13 +02:00
Shauren
57cf08f86e
Core/Logging: Changed format of packet log file from .bin to .pkt and restored packet logging - PacketLogFile extension must now be .pkt to allow WowPacketParser to use it
2014-07-19 13:30:51 +02:00
Vincent-Michael
fbccc58f4a
Core/Spells: "Black Magic" can no longer remove after dead
2014-07-19 03:18:05 +02:00
Vincent-Michael
9a2d86f6ae
Core/Spells: Fix Quest "The Emissary"
2014-07-19 02:43:15 +02:00
Subv
5544ce146e
Core/Codestyle: Do not use a pointer to a shared_ptr in Player::ModifyArenaPoints and Player::ModifyHonorPoints
2014-07-17 20:24:39 -05:00
Duarte Duarte
99a4ea3362
Core/Players: Fix possible crash in ModifyArenaPoints and ModifyHonorPoints
2014-07-18 00:20:28 +01:00
leak
25c68cc2d3
Restored character creation that was broken due to some logic errors cause by shared_ptr refactoring
2014-07-17 23:16:14 +02:00
jackpoz
fe1289ed1a
Core/Misc: Fix abort() on shutdown on *nix
...
Wait for cliThead to exit before deleting it to about std::abort() triggered on *nix systems.
2014-07-17 20:54:32 +02:00
Warpten
7977a06fe5
Compile fix for previous commit. vim edition over ssh is a bad idea.
2014-07-17 12:41:23 -04:00
Warpten
5e561d6cc0
Core/Spells: SMSG_SUPERCEDED_SPELL is now sent by an unique function.
2014-07-17 12:22:50 -04:00
Shauren
7532864264
Buildsystem/MSVC: Warning fixes
...
C4800 'type' : forcing value to bool 'true' or 'false' (performance warning)
C4127 conditional expression is constant
2014-07-17 15:42:57 +02:00
leak
8c10ffa62d
GCC compile fixes
2014-07-16 19:27:15 +02:00
leak
aedb824e99
Merge branch 'master' of github.com:TrinityCore/TrinityCore into boost
2014-07-16 17:53:33 +02:00
Shauren
3249986ba8
Buildsystem/GCC: Fixed release linking errors
2014-07-16 13:09:56 +02:00
Chaplain
68398a559e
[Auth\Worldserver] Use boost to load console arguments. (Added a few style changes and cmake fix)
...
Conflicts:
src/server/worldserver/Main.cpp
2014-07-15 18:15:55 +02:00
leak
ecde28d1c1
Replacing ACE based multi threading with PCQ
2014-07-14 22:51:13 +02:00
leak
a70fb4c306
Corrected order of inclusion in Define.h
2014-07-14 20:54:55 +02:00
joschiwald
14bbe3e2e9
Core/Battleground: fixed typo
...
* and fixed some warnings
2014-07-14 20:12:39 +02:00
joschiwald
1088c27562
Core/Battleground: moved some arena related code into a generic arena class
...
* fixed typo in random bg selection, that causes no bg is created if only one bg is enabled
* fixed swapped worldstates in Ring of Valor
2014-07-14 18:31:16 +02:00
joschiwald
8e88a42420
Core/Battlefield: move complex methods from BattlefieldWG.h to BattlefieldWG.cpp
2014-07-14 17:59:22 +02:00
Vincent-Michael
f03617cd0f
Core/Creature: Fix problems with neutral innkeepers
2014-07-14 14:13:45 +02:00
Vincent-Michael
6dba04c0cc
Scripts/Commands: Fix warnings vs2014 ctp (no support)
2014-07-14 10:53:49 +02:00
Vincent-Michael
9506fd77fc
Core: Fix warnings vs2014 ctp (no support)
2014-07-14 01:07:54 +02:00
Subv
df64cad535
Merge branch 'boost' of github.com:TrinityCore/TrinityCore into boost
2014-07-13 17:35:38 -05:00
Subv
aeaed5f007
Merge branch 'master' of github.com:TrinityCore/TrinityCore into boost
...
Conflicts:
src/server/game/Battlegrounds/BattlegroundMgr.h
2014-07-13 17:35:16 -05:00
leak
d45d741426
Removed dead ACE includes from mmaps gen (mt still needs rewrite)
2014-07-14 00:03:49 +02:00
Subv
dfdc19f3bc
Merge branch master into boost
...
Conflicts:
BattlegroundMgr.h
2014-07-13 16:52:38 -05:00
Subv
f14399d788
More warnings fixes
2014-07-13 16:49:56 -05:00
Subv
f6962f9c68
Fixed some compiler warnings
2014-07-13 16:40:31 -05:00
Subv
a4f7211aed
Fixed the worldserver not using the path to the config file as defined in cmake
2014-07-13 15:55:46 -05:00
jackpoz
5a84448ed7
Core/InstanceScript: Fix possible crash
...
Store Boss doors/minions as GUID instead of GameObject*/Creature* to avoid accessing pointers to free'd memory.
2014-07-13 22:47:22 +02:00
Subv
87f830ca89
Fix a warning about abstract class not having a virtual destructor
2014-07-13 15:17:13 -05:00
Shauren
6d8dbb5c4a
Core/Misc: Renamed a few spell and skill line related methods to follow tc coding standards
2014-07-12 17:28:35 +02:00
Shauren
d91964912e
Core/Skills: Fixed spells automatically learned from skill lines adding more skill lines
2014-07-12 17:27:26 +02:00
Trisjdc
4a197ba22a
Core/PathGenerator: Split raycast paths into more points for better path z normalization. Solves many of the 'falling underground with charge' issues
2014-07-12 13:13:38 +01:00
Shauren
de82146df8
Core/Commands: Fixed crashes caused by using .account lock ip and .account lock country commands from console - these commands apply to currently logged account so they cannot be used from console
2014-07-12 01:17:46 +02:00
Vincent-Michael
9a47c17889
Core/Player: Improve error log
2014-07-12 00:52:52 +02:00
Shauren
264363e76c
Core/Misc: Fixed another compiler segmentation fault when compiling AsyncAcceptor with gcc 4.7.2
2014-07-11 22:24:22 +02:00
Shauren
eaee0f5dd0
Core/Misc: Fixed compiler segmentation fault when compiling AsyncAcceptor with gcc 4.7.2
2014-07-11 22:07:48 +02:00