Commit Graph

27826 Commits

Author SHA1 Message Date
Aokromes
d00d1e420a DB/Conversion: Get rid of some alters of fresh created tables 2016-01-31 12:00:10 +01:00
Aokromes
1a5fb2db8e DB/Conversor: delete 2 renames of fresh created tables
create new tables with correct name
2016-01-31 11:49:57 +01:00
Carbenium
d427c853e7 Collision/MMap: Fix a memleak reported by valgrind
Tiles which are owned by the mesh should have the DT_TILE_FREE_DATA flag to ensure
deallocation on removal from the mesh.

Log:
==23516== 6,181,976 bytes in 6 blocks are definitely lost in loss record 15 of 15
==23516==    at 0x4C298A0: operator new[](unsigned long) (vg_replace_malloc.c:389)
==23516==    by 0x2052660: dtCustomAlloc(int, dtAllocHint) (Memory.h:11)
==23516==    by 0x29D7FDA: dtAlloc(int, dtAllocHint) (DetourAlloc.cpp:43)
==23516==    by 0x230AA70: MMAP::MMapManager::loadMap(std::string const&, unsigned int, int, int) (MMapManager.cpp:166)
==23516==    by 0x1DD585B: Map::LoadMMap(int, int) (Map.cpp:125)
==23516==    by 0x1DD7266: Map::LoadMapAndVMap(int, int) (Map.cpp:200)
==23516==    by 0x1DD93C6: Map::EnsureGridCreated_i(CoordPair<64u> const&) (Map.cpp:453)
==23516==    by 0x1DD9129: Map::EnsureGridCreated(CoordPair<64u> const&) (Map.cpp:429)
==23516==    by 0x1DED100: Map::GetGrid(float, float) (Map.cpp:2200)
==23516==    by 0x1DE0F4C: Map::GetAreaFlag(float, float, float, bool*) const (Map.cpp:2349)
==23516==    by 0x198521B: Map::GetZoneId(float, float, float) const (Map.h:353)
==23516==    by 0x197CFF0: WorldObject::GetZoneId() const (Object.cpp:1277)

Phase tiles aren't managed by detour so they shouldn't be free'd automatically on removal.
See MMapManager::UnloadPhaseTile

(cherry picked from commit 32e8b6506f)
2016-01-30 20:48:15 +01:00
Aokromes
cc6f1f500e DB/Misc: forgot save 2016-01-29 17:34:56 +01:00
Aokromes
cb56af3db7 DB/Quest: Add 3 missing spell focus
Closes #33 closes #36
2016-01-29 17:27:11 +01:00
Aokromes
21ac62fa84 DB/Misc: Delete duplicate spawns 2016-01-26 07:22:34 +01:00
ariel-
ac6d34431c Rename one update 2016-01-24 16:48:14 -03:00
ariel-
b7ea724b87 Update 2016_01_22_02_world.sql 2016-01-24 16:02:21 -03:00
ariel-
60e04b7f85 Merge remote-tracking branch 'tc/3.3.5' into 4.3.4
Conflicts:
	sql/updates/world/2016_01_23_00_world.sql
	sql/updates/world/2016_01_24_00_world.sql
	src/server/game/Entities/Unit/Unit.cpp
	src/server/scripts/Spells/spell_paladin.cpp
2016-01-24 16:00:06 -03:00
ariel-
bcc0073f47 Core/Scripts: Remove both shadowform visuals, caused an issue of permanent visual if glyph was added/removed while Shadowform was active.
Closes #10
2016-01-24 13:30:52 -03:00
ariel-
a65a34ad17 Core/Pets: fixed command move to 2016-01-24 13:05:21 -03:00
ariel-
247a32aca7 DB/Misc: missing glyphs skill at character creation, this is needed so player learns the Remove Glyph spell.
Updates #35
2016-01-24 13:05:12 -03:00
Killyana
e6a7818a9a DB/Event: Add missing Commoner for Winter Winter Veil
Update  #16129
2016-01-24 16:47:39 +01:00
Aokromes
0f32d27186 DB/Misc: fix one startup error 2016-01-24 12:04:09 +01:00
MitchesD
cb8faad211 Merge pull request #16327 from Exodius/BWL-door
Core/Scripts: Change door ID and name in Blackwing Lair
2016-01-23 23:43:05 +01:00
jackpoz
0e76d67e49 Scripts/Misc: Fix issues reported by static analysis 2016-01-23 17:42:37 +01:00
Aokromes
bc9d5bcc96 DB/Misc: add deletes 2016-01-23 13:45:08 +01:00
treeston
f5bd7b903c Coverity fix for CID 1349782. 2016-01-23 13:30:07 +01:00
Kittnz
62216d6781 DB/Path: Blade of Argus in Bloodmyst Isle 2016-01-23 12:36:06 +01:00
Aokromes
4313e31048 DB/Misc: Fix some startup errors 2016-01-23 11:21:33 +01:00
Aokromes
6e1abbd21d DB/Misc: Fix some startup errors 2016-01-23 11:06:55 +01:00
Aokromes
f47fc4cc85 Scripts/quest: missing part 2016-01-23 10:55:31 +01:00
Aokromes
d36207ba97 Scripts/quest: Remove no longer existing quest script 2016-01-23 10:52:57 +01:00
Aokromes
36600281ba Scripts/quest: Remove no longer existing quest script 2016-01-23 10:43:30 +01:00
Aokromes
26389dbab3 Scripts/quest: Remove no longer existing quest script 2016-01-23 10:39:18 +01:00
Aokromes
b629ef8116 Script/Ulduar: Remove no longer existing achievement 2016-01-23 10:24:13 +01:00
Aokromes
1994b29100 DB/Misc: Fix some startup errors 2016-01-23 06:51:24 +01:00
Aokromes
bef8b69349 DB/Misc: Fix startup errors 2016-01-23 05:32:24 +01:00
Carbenium
c9a462c693 Authserver: Fix a memory leak 2016-01-23 01:05:43 +01:00
Carbenium
0d80fee45a Core/Util: Add a missing include
(cherry picked from commit 1038df8d5b)
2016-01-22 22:29:59 +01:00
Shauren
3f886025a2 Core/Spells: Ignore category cooldowns for triggered spells.
* This fixes weird issues where triggered spell fails because it has the same category as the spell triggering it

Closes #15794
Closes #15048

(cherry picked from commit 044edced9a)
2016-01-22 22:14:28 +01:00
Carbenium
1038df8d5b Core/Util: Add a missing include 2016-01-22 20:22:45 +01:00
Aokromes
3dcb62e382 DB/Misc: missed part 2016-01-22 17:16:55 +01:00
Aokromes
19c4fb18e7 DB/Misc: remove one startup error 2016-01-22 17:08:33 +01:00
Aokromes
89fc81fa15 DB/Misc: remove one startup error 2016-01-22 17:01:04 +01:00
Aokromes
21a41fd385 Scripts/Spells: Hand of Reins - Questsupport for 'Mounting Up'
by @untaught
2016-01-22 16:43:40 +01:00
Aokromes
2a8ee2e461 Core/Misc: Enable one script 2016-01-22 16:41:23 +01:00
Aokromes
c40c33e96c DB/Misc: Fix 3 startup errors 2016-01-22 16:27:03 +01:00
Aokromes
9d8c90d9ee Rename 2016_01_20_02_world.sql.sql to 2016_01_20_02_world.sql 2016-01-22 06:39:06 +01:00
Killyana
a595d5555e DB/Object: Add and update some raid portals
Dragon soul and FireLands
2016-01-22 06:01:55 +01:00
Killyana
4cad0f7550 Fix a DB Error 2016-01-22 03:59:11 +01:00
Aokromes
87f1f77fe0 DB/Misc: More sync 3.3.5a guids 2016-01-21 12:39:17 +01:00
Aokromes
1044980d24 DB/Misc: Typos fix 2016-01-21 10:29:05 +01:00
Aokromes
3c49809bc4 DB/Misc: Sync gameobjects with 3.3.5a database 2016-01-21 10:09:04 +01:00
treeston
cebdf03349 Fix warning. 2016-01-20 23:20:18 +01:00
Kittnz
38368aa01e DB/Instance: Black Temple
- Add formations for Aquesous Lord & Coilskar Sea-Caller
- Add Aqueous Spawn, Bonechewer Taskmaster & Dragonmaw Wyrmcaller paths and formations
- Update Aqueous Spawn spawn distance and movement type so they randomly roam around
2016-01-20 14:52:47 +01:00
Zedron
c4e2f0e5ad Core/MMaps: Fixed mmap loading
Bug introduced in 1d2aafd

(cherry picked from commit 32a82dc956)
2016-01-20 08:21:23 -03:00
Shauren
b605f1cc81 Core/Maps: Restored DataDir functionality accidendally removed earlier
(cherry picked from commit 7e801595f4)
2016-01-20 08:04:58 -03:00
ariel-
afb8c16989 DB/Spells: Added spell proc entry for Meat Cleaver 2016-01-20 02:03:01 -03:00
ariel-
47eba9ce1d Core/Scripts: Fixed Death and Decay
Closes #46
2016-01-20 01:35:02 -03:00