Commit Graph
74 Commits
Author SHA1 Message Date
Subv 6e35288d5c Core/Packets: Named some unks and implemented some stuff in SMSG_TRADE_STATUS 2014-06-17 15:22:30 -05:00
Sebastian Valle Herrera e0bf4d7e7d Core/Packets: Corrected SMSG_INSPECT_TALENT a bit
Send the guild experience in SMSG_INSPECT_TALENT.
2014-06-17 12:41:39 -05:00
Sebastian Valle Herrera af6de7265a Merge pull request #12240 from Unholychick/patch-3
Core/Build: Fix Warnings
2014-06-08 16:28:39 -05:00
Sebastian Valle Herrera d0c9ac1d69 Merge pull request #12228 from Unholychick/patch_periodics
Core/Spells: Implement Periodic mechanics
2014-06-08 13:13:14 -05:00
Subv f71abd173e Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4_phases 2014-06-07 20:27:23 -05:00
Subv bbe51bbd13 Core/Phases: Removed more of the old phasemasks 2014-06-07 20:26:25 -05:00
Subv 402b9b055c Core/Conditions: Removed deprecated CONDITION_PHASEMASK and implemented CONDITION_PHASEID 2014-06-07 19:42:08 -05:00
Sebastian Valle Herrera e1e5f2a196 Core/Items: Fixed a transmogrify exploit
Thanks @Rochet2
Closes #11952
2014-06-07 19:23:38 -05:00
Sebastian Valle Herrera cfd527c880 Core/Items: Fixed a reforge exploit
That allowed items to be reforged more than once.
Thanks @Rochet2
Closes #11465
2014-06-07 19:18:54 -05:00
Sebastian Valle Herrera f53045ae5c Core/Quest:
Fixed self-completing quests without NPCs
no, wait
Fixed self-completing quests without NPCs, and fixed some issues with the AUTOCOMPLETE quest flag
2014-06-08 00:34:14 +02:00
Sebastian Valle Herrera 8304c09547 Merge pull request #12231 from Trisjdc/fishing_boober_link
Core/GOs: When unlinking Fishing Bobber from player to prevent despawning, unlink from spell as well to prevent removing unwanted auras
2014-06-07 14:24:30 -05:00
Sebastian Valle Herrera 121083e59d Merge pull request #12232 from Trisjdc/anti_magic_shell
Core/Spells: Anti-Magic shell should give immunity to all spells that belong to SPELL_SCHOOL_MASK_MAGIC regardless of dispel type
2014-06-07 14:23:41 -05:00
Sebastian Valle Herrera 6c31c33f66 Merge pull request #12128 from Trisjdc/aura_transform
Core/Auras: Update model overwriting rules for SPELL_AURA_TRANSFORM
2014-06-07 11:49:00 -05:00
Sebastian Valle Herrera 35b8874cca Merge pull request #12216 from Trisjdc/quest_item_check
Core/Players: Improve quest item adding/removal checks, solves cases where quest item removal (under specific conditions) incorrectly incompletes quests
2014-06-07 11:46:57 -05:00
Sebastian Valle Herrera 906abd7956 Merge pull request #12204 from Trisjdc/map_enter
Core/Maps: Allow logging players to enter in instances that have an encounter in progress
2014-06-07 11:46:37 -05:00
Sebastian Valle Herrera fd7589617d Merge pull request #12057 from Trisjdc/imp_in_a_ball
Scripts/Items: Imp in a Ball
2014-06-07 11:44:22 -05:00
Subv ac6b8d2f15 Core/Build: Fixed build 2014-06-06 12:08:42 -05:00
Subv 5023000c56 Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4_phases
Conflicts:
	src/server/scripts/Northrend/Naxxramas/boss_kelthuzad.cpp
2014-06-05 19:49:03 -05:00
Subv 2086f18f7b Core/Phases: Removed more SetPhaseMask uses 2014-06-05 13:05:29 -05:00
Sebastian Valle Herrera 36102bea64 Merge pull request #12039 from Trisjdc/creature_ai_talk
Core/CreatureAI: Implement CreatureAI::TalkToMap for all your map-wide talking needs
2014-06-05 10:50:23 -05:00
Sebastian Valle Herrera 42d4144f90 Merge pull request #12045 from Trisjdc/session_expire
Core/WorldSession: After sudden disconnects, session should persist for a minute
2014-06-05 10:49:28 -05:00
Sebastian Valle Herrera d098a3ce8d Merge pull request #12219 from Trisjdc/spell_swift_retribution
Core/Spells: Swift Retribution should be reapplied when needed to be able to gain spellmods
2014-06-05 10:13:08 -05:00
Subv 74be070d1c Core/Phases: Update transport visibility when changing phases 2014-06-03 13:08:54 -05:00
Sebastian Valle Herrera 409a19e623 Merge pull request #12201 from Unholychick/patch-2
Core/Spells: Implement SPELL_ATTR4_FIXED_DAMAGE
2014-06-02 18:23:17 -05:00
Sebastian Valle Herrera d41779f8fa Merge pull request #12135 from Trisjdc/event_map_extension
Core/Util: A couple useful new functions for EventMap
2014-06-02 18:10:08 -05:00
Sebastian Valle Herrera d097a5ec97 Merge pull request #12182 from Xter/rbac
Core/RBAC: fix RBAC_PERM_COMMANDS_BE_ASSIGNED_TICKET and RBAC_PERM_LOG_G...
2014-06-02 17:47:40 -05:00
Subv 558642b26e Core/Phases: Removed some phasemask handling, more to come 2014-06-02 17:43:59 -05:00
Sebastian Valle Herrera f5e6292b48 Merge pull request #12032 from Trisjdc/haste_formula
Core/Players: Fix haste rating formulas
2014-06-02 17:23:16 -05:00
Subv 3df25bb64c Core/Phases: Added missing sql and changed how phase_definitions will work, implementation still missing 2014-06-02 15:53:54 -05:00
Subv 226f1dedb4 Core/Phases: Use a O(n) operation when comparing phases instead of a O(n^2) one 2014-06-01 23:06:17 -05:00
Subv 18924654a3 Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4_phases 2014-06-01 22:43:24 -05:00
Subv 48ec2df81f Core/Phases: Preliminary work with correctly implementing the phase system in 4.3.4
Put here for peer review.
2014-06-01 22:27:29 -05:00
Subv 6bc62d730e Core/Auras: Fixed build and crash from previous commit. 2014-05-31 22:43:11 -05:00
Subv 82ff42b081 Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-05-31 20:07:19 -05:00
Subv 0e2bca9153 Core/Auras: Implemented SPELL_AURA_PHASE_GROUP.
ToDo: Use phaseids instead of phasemasks
2014-05-31 20:05:48 -05:00
Sebastian Valle Herrera c06a263f96 Merge pull request #12129 from Trisjdc/go_collision
Core/Collision: Solve collision issues with non spawned GOs
2014-05-25 11:15:17 -05:00
Sebastian Valle Herrera 1a48967cdf Merge pull request #12130 from Trisjdc/go_collision_2
Core/Collision: Solve collision issues with GAMEOBJECT_TYPE_DOOR GOs
Closes #6303
Closes #7628
2014-05-25 11:12:06 -05:00
Sebastian Valle Herrera b70edf7bca Merge pull request #12071 from Praetonus/warnings
Fix various warnings.
2014-05-17 18:40:23 -05:00
Sebastian Valle Herrera d76da63a5a Merge pull request #12070 from Trisjdc/more_sai
Core/SAI: Prevent nullifying damage, because of player damage requirements
2014-05-17 18:37:50 -05:00
Subv a63780fd90 Tools/MeshExtractor: Fixed continent meshes, exclude triangles with material 0xFF from the mesh. 2013-12-31 18:03:04 -05:00
Subv 060bc7817f Tools/MeshExtractor: Added some consts 2013-12-31 17:19:18 -05:00
Subv 7b9dbfb1db Tools/MeshExtractor: Fixed a few leaks and added the liquid vertices to the output data. 2013-12-31 16:22:24 -05:00
Subv 31bd3bab3f Tools/MeshExtractor: Fixed a crash when parsing liquid data (Thanks @Cyberium).
Added some support for other liquid types in the liquid chunks (Namely Magma and Slime)
2013-12-31 14:11:05 -05:00
Subv dffa010f8a Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps_rw 2013-12-31 12:57:10 -05:00
Subv 91f93feff5 Tools/MeshExtractor: Adjusted some config values and added some testing code. 2013-12-30 23:00:20 -05:00
Subv 84b20f07e8 Core/MMaps: Clear the points on each CalculatePath call and allow for shortcut paths in case no path is available. 2013-12-30 18:47:34 -05:00
Subv 64ab810595 Tools/MeshExtractor: Corrected a mistake. 2013-12-30 15:31:12 -05:00
Subv b2728cf1a0 Tools/MeshExtractor: Added some debug messages 2013-12-30 15:19:50 -05:00
Subv 5145281435 Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps_rw 2013-12-30 14:51:49 -05:00
Subv 6ec7b03f9b Merge pull request #11386 from Nawuko/vincent-fix
Core: user defined literals need a space in front
2013-12-30 11:41:50 -08:00
Subv ca118b10e9 Tools/MeshExtractor: Fixed some delete miss-matches 2013-12-29 23:21:36 -05:00
Subv 401527c351 Tools: Only build the previous mmaps_generator when meshextractor isn't selected for building. 2013-12-29 23:04:35 -05:00
Subv 0a693b1568 Tools/MeshExtractor: Fixed a mistake in the WorldModelGroup constructor. 2013-12-29 22:59:23 -05:00
Subv 71f856daa6 Tools/MeshExtractor: Updated RecastNavigation to the latest version from git 2013-12-29 22:59:00 -05:00
Subv 15d66d19b4 Tools/MeshExtractor: Fixed the threading, threads should no longer behave in a weird way. 2013-12-29 21:37:43 -05:00
Subv 473e4a7b7b Tools/MeshExtractor: Missing changes from previous commit 2013-12-29 21:02:43 -05:00
Subv b89585e843 Tools/MeshExtractor: Added some stuff to make the switch to C++11 easier 2013-12-29 21:02:15 -05:00
Subv 8cc77ff1fd Don't delete the liquid height data in the destructor as it is called after ReadGroups ends, so the pointers are deleted but they are still referenced in the objects contained inside the Groups vector. 2013-12-29 20:27:37 -05:00
Subv 0e58f5ad24 Build/CMake: Enabled c++11 on gcc for testing purposes. 2013-12-29 20:03:50 -05:00
Subv 5c5c14e0d4 Move the WorldModelGroup when loading the WorldModelRoot groups to the Groups vector to prevent undefined behavior on destruction 2013-12-29 19:43:46 -05:00
Subv 1011376b95 Ignore the build on some test maps. 2013-12-29 18:48:18 -05:00
Subv 55936274e9 Fixed a few memory leaks. 2013-12-29 18:19:33 -05:00
Subv d30eecf4e4 Updated some code to use the STL 2013-12-29 15:47:23 -05:00
Subv d234d0f3d0 Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps_rw 2013-12-29 15:13:14 -05:00
Subv 29570076d5 Merge pull request #11137 from Ascathor/master
Core/Command: Fix ban info order for .pinfo
2013-10-27 12:41:46 -07:00
Subv a14bbf773e Merge pull request #11120 from AliveShiro/battlefield_cosmetic
Game/Battlefield: Cosemtic changes
2013-10-25 09:06:57 -07:00
Subv 4123468f72 Merge pull request #11050 from Ascathor/master
Core/Command: Improve .group list to feature several notes and features ...
2013-10-21 05:28:35 -07:00
Subv 6534df8464 Merge pull request #11070 from gerripeach/pets
Core/Pet: Allow all pets to swim
2013-10-19 21:20:21 -07:00
Subv f0b376a475 Merge pull request #11028 from Lillecarl/blackbabies
Make damage and healing references, so that damage can be altered by scr...
2013-10-11 13:45:35 -07:00
Subv 2b97ffafe9 Merge pull request #10966 from Chaplain/Mesh
Tools/MeshExtractor: Cleanup using static analyzing tool
2013-09-28 12:21:25 -07:00
Subv cde2e4d6c9 Merge pull request #10963 from Tomatodev/master
Tools/MeshExtractor: Fixed an infinite loop when reading the liquid information
2013-09-27 18:27:10 -07:00
Subv 8c70f8cb08 Merge pull request #10730 from jackpoz/scoreboard_fix
Core/Battleground: Fix scoreboard
2013-09-06 12:51:00 -07:00
Subv 3ec941bacf Merge pull request #10697 from Chaplain/authserver
Auth/Misc: Code cleanup.
2013-09-03 14:59:56 -07:00
Sebastian Valle 5b95301de5 Core/Misc: Solved some issues found by static code analysis. 2013-09-03 13:38:50 -05:00