Venugh
e7c0d8bef0
Core/MMaps: Applied Trinity Codestyle to PathGenerator.
2012-09-05 23:47:02 +02:00
Subv
ccdca77740
Core/Mmaps: Fixed unloading mmap tiles, the x and y were swapped. thanks to MaNGOS for original implementation, and thanks to @Chevron for noticing.
2012-09-05 16:05:26 -05:00
Subv
593f08609f
Core/Mmaps: Fixed a mistake in BuildPolyPath which could cause swimming creatures to bug in the navmesh generation.
2012-09-05 15:32:35 -05:00
kaelima
c2f446ded9
Core/MMaps: Minor warning fix
2012-09-05 17:07:47 +02:00
kaelima
69602df833
Core/MMaps: Fix some uninitialized variable complaints in PathGenerator
2012-09-04 23:33:11 +02:00
Nay
306e4c173c
Fix a merge failure
2012-09-04 19:58:39 +01:00
Nay
36b3e06a7e
Merge remote-tracking branch 'origin/master' into mmaps
...
Conflicts:
src/server/game/Movement/MovementGenerators/FleeingMovementGenerator.cpp
2012-09-04 19:11:04 +01:00
Nay
73172c67f0
Misc: Convert from CRLF to LF in cs_misc.cpp
...
Also cleanedup whitespace
2012-09-04 16:14:15 +01:00
Kandera
a1e3758484
Core/Reputation: fix forced reputation auras with neutral. closes #5790
2012-09-04 11:11:15 -04:00
Kandera
6d57bf7a75
Core/Battleground: fix unneeded log message
2012-09-04 11:11:14 -04:00
kaelima
a3f9eee4e5
Core/Spells: Fix memory leak when Load() fails from spell/aura-scripts
2012-09-04 17:03:30 +02:00
Shauren
c4466facb1
Properly fixed one warning
2012-09-04 17:00:56 +02:00
Shauren
1e9fc84a12
Core: Warning fixes
...
C4100: 'x' : unreferenced formal parameter
C4310: cast truncates constant value
C4389: '==' : signed/unsigned mismatch
C4668: 'x' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
C4701: potentially uninitialized local variable 'x' used
C4826: Conversion from 'HMODULE' to 'DWORD64' is sign-extended. This may cause unexpected runtime behavior.
C6067: Parameter '3' in call to 'sprintf' must be the address of the string
C6387: 'argument 1' might be '0': this does not adhere to the specification for the function 'CloseHandle'
2012-09-04 14:40:41 +02:00
Nay
b2bcc52fda
Revert "Core: Blood Furnace - Broggok event"
...
This reverts commit 153e88a16b .
2012-09-04 01:03:06 +01:00
Mik43l
a47ad2f5e1
Core/Auras: Added minimal delay before Rapture cooldown takes effect to allow all bubbles broken by a single damage source proc mana return
...
Closes #7443
Signed-off-by: Shauren <shauren.trinity@gmail.com >
2012-09-04 00:51:26 +02:00
kaelima
76be70a4dc
Core/Battlefield: Fix some memory leaks
2012-09-04 00:37:40 +02:00
Subv
c0b031af4d
Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
2012-09-03 16:11:18 -05:00
Gacko
913645d5c7
Core: Blood furnace - Update method header to lastest rev
2012-09-03 22:25:26 +02:00
kaelima
a9e672ab1d
Core/MMaps: Prevent path generation when falling or exiting vehicle
2012-09-03 20:34:07 +02:00
kaelima
d7eeebe0f3
Core/MMaps: Implement pathed charge effect
2012-09-03 20:30:47 +02:00
Gacko
153e88a16b
Core: Blood Furnace - Broggok event
...
Move prisoners back in cages after respawn. They didn't reset correctly
for players which were still in the instance after wipe
2012-09-03 20:09:45 +02:00
Nay
c7fed98b9d
Merge remote-tracking branch 'origin/master' into mmaps
...
Conflicts:
dep/PackageList.txt
2012-09-03 15:51:34 +01:00
Nay
c8a91e2559
Tools/Extractors: Fix build under GCC 4.7
2012-09-03 15:21:52 +01:00
w1sht0l1v3
f46982ee7a
Scripts: Fix non pch build
2012-09-03 16:15:18 +03:00
w1sht0l1v3
128d99b29b
Core/Scripts: Rewrite Cold Hearted quest.
...
Closes #1758 .
2012-09-03 15:50:08 +03:00
Nay
80b61fa584
Core/Spells: Hard-limit the number of hit and miss targets sent in SMSG_SPELL_GO to 255 (each), fixes client crashes
...
Closes #3873
2012-09-03 02:45:27 +01:00
Nay
77c8e0a2a4
Merge pull request #7625 from Elron103/pull-requests
...
Scripts/MoltenCore: Fix boss Golemagg enrage behaviour
2012-09-02 17:05:34 -07:00
Elron103
1e361bc43a
Scripts/MoltenCore: Fix boss Golemagg enrage behaviour
2012-09-03 01:57:01 +02:00
Nay
40c22de0b7
Merge pull request #7587 from acrathos/master
...
DB/SAI: Thorim and Lok'lira the Crone
2012-09-02 07:47:57 -07:00
Shauren
62b68f5a6c
Merge pull request #7613 from Elron103/pull-requests
...
Core/Scripting: Fix DoAction function of SummonList incorrectly removing entries in SummonList
2012-09-02 02:36:22 -07:00
Elron103
24d1a5a98e
Core/Scripting: Add missing entry in ScriptLoader for boss Ouro
2012-09-02 00:48:23 +02:00
Elron103
46852a3808
Core/Scripting: Fix DoAction function of SummonList incorrectly removing entries in SummonList
2012-09-02 00:19:13 +02:00
Nay
ffe8c75f17
Merge remote-tracking branch 'origin/master' into mmaps
2012-09-01 22:20:33 +01:00
Spp
a7dd289b04
Core/Config: Change default log level of "Chat Log" to fit old log system
2012-09-01 22:13:12 +02:00
Spp
b127610510
Config: Cosmetic changes to fit config guidelines
2012-09-01 21:24:09 +02:00
Spp
7811e9100c
Core/Logging: Delete player filename will now use guid_name format like old log system. (was set to account_name by error)
2012-09-01 21:18:01 +02:00
Spp
5cafe0ca01
Core/Logging: Fix delete player crash having logging player enabled.
...
closes #7437
2012-09-01 21:15:20 +02:00
Myran2
4bc983d7b7
Core/Commands: Fix .cheat kill and add instakill immunity to it
...
Closes #7586
2012-09-01 00:36:26 +01:00
Nay
107bd5f5a3
Scripts: Fix non pch build
2012-09-01 00:11:44 +01:00
Gacko
74d4aec49b
Core/Spell: Unlocking zuluhed chains
...
Core/Spell: Unlocking zuluheds chains
Core/Spell: Unlocking zuluheds chains
Core/Spell: Unlocking zuluheds chains
2012-09-01 00:35:52 +02:00
Trista
a8d514914b
Core/Scripts: Improve Wyrmrest Defender gossip
...
* Added conditions to only show default gossip, if not on quest 12372
* Else show other gossip text
* Add second gossip text on gossip select
* Remove close gossip - after a lot of videos turns out character close it by moving or clicking "goodbye"
Ref #1861
Closes #7594
2012-08-31 14:48:10 -05:00
w1sht0l1v3
6fbe3a11ec
DB/SAI: Taking on All Challengers & Defending Your Title
2012-08-31 14:48:07 -05:00
Myran2
db7b750e0c
Scripts/Commands: Create a new group of commands, .cheat, and add new and move old commands to it:
...
Changes:
- .explorecheat is now .cheat explore
- .waterwalk is now .cheat waterwalk
- .taxicheat is now .cheat taxi
New commands:
- .cheat god
- .cheat casttime
- .cheat cooldown
- .cheat power
(Descriptions available in the SQL file / in-game)
Inspiration on ArcEmu commands
Closes #7569
2012-08-31 14:48:02 -05:00
Trista
305b8d2d69
Core/Scripts: Improve Wyrmrest Defender gossip
...
* Added conditions to only show default gossip, if not on quest 12372
* Else show other gossip text
* Add second gossip text on gossip select
* Remove close gossip - after a lot of videos turns out character close it by moving or clicking "goodbye"
Ref #1861
Closes #7594
2012-08-31 14:20:55 +01:00
kaelima
a5d977c90e
Core/Config: Disable petlos by default
2012-08-31 12:06:12 +02:00
kaelima
58d250ce83
Core/Mmaps: Use mmaps if enabled when re-generating point-movement path after speed changes. (often used by pets)
2012-08-31 11:58:45 +02:00
Santiago
0af00a8283
DB/SAI: Remove Lol'kira the Krone and Thorim cpp scripts, handled by SAI
2012-08-30 23:32:03 -03:00
w1sht0l1v3
20e629d038
DB/SAI: Taking on All Challengers & Defending Your Title
2012-08-31 04:15:04 +03:00
Myran2
908ae08a0a
Scripts/Commands: Create a new group of commands, .cheat, and add new and move old commands to it:
...
Changes:
- .explorecheat is now .cheat explore
- .waterwalk is now .cheat waterwalk
- .taxicheat is now .cheat taxi
New commands:
- .cheat god
- .cheat casttime
- .cheat cooldown
- .cheat power
(Descriptions available in the SQL file / in-game)
Inspiration on ArcEmu commands
Closes #7569
2012-08-31 01:26:21 +01:00
Subv
554e88dd63
Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
2012-08-30 19:16:09 -05:00