aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-03Core/BFs: Fix GCC (?) compileNay
Closes #7629
2012-09-02Scripts/Commands: Fixed compileShauren
2012-09-02Fixed typo in PutBitsShauren
2012-09-02Core/Battlegrounds: More battleground fixesSovak
Signed-off-by: Shauren <shauren.trinity@gmail.com>
2012-09-01Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Entities/Player/Player.cpp src/server/scripts/Commands/cs_misc.cpp src/server/worldserver/worldserver.conf.dist
2012-09-01Core/Config: Change default log level of "Chat Log" to fit old log systemSpp
2012-09-01Config: Cosmetic changes to fit config guidelinesSpp
2012-09-01Core/Logging: Delete player filename will now use guid_name format like old ↵Spp
log system. (was set to account_name by error)
2012-09-01Core/Logging: Fix delete player crash having logging player enabled.Spp
closes #7437
2012-09-01Core/PacketIO: Implemented ByteBuffer::PutBits allowing to put a value at ↵Shauren
specified position with bit precision
2012-09-01Merge pull request #7607 from Sovak/party_derpShauren
2012-09-01Core/Groups: Fixed issue, when invite message says that you are inviting ↵Sovak
yourself Signed-off-by: Sovak <Sovak007@gmail.com>
2012-09-01Core/PacketIO: Refix SMSG_TRAINER_BUY_SUCCEEDED and actually activate ↵kaelima
SMSG_PLAY_SPELL_VISUAL_KIT ref commit c0602889b57b3a6ab07a7d8ba9b4b91a560f086e
2012-09-01Core/PacketIO:kaelima
- Rename and fix: CMSG_INSPECT_HONOR_STATS and SMSG_INSPECT_HONOR_STATS. - Replaced SMSG_TRAINER_BUY_SUCCEEDED with new SMSG_TRAINER_SERVICE. - Fix sending SMSG_PLAY_SPELL_VISUAL_KIT and removed obsolate SMSG_PLAY_SPELL_IMPACT. Thanks to mangos
2012-09-01Core/Commands: Fix .cheat kill and add instakill immunity to itMyran2
Closes #7586
2012-09-01Scripts: Fix non pch buildNay
2012-08-31Merge pull request #7599 from gacko28/zuluhedNay
Core/Spell: Unlocking zuluhed chains Closes #996 Fixes quest Zuluhed the Whacked
2012-09-01Core/Spell: Unlocking zuluhed chainsGacko
Core/Spell: Unlocking zuluheds chains Core/Spell: Unlocking zuluheds chains Core/Spell: Unlocking zuluheds chains
2012-08-31Scripts: Fix a merge issue, thanks cyberbrestNay
2012-08-31Core/Loading: Fix a typo when loading creature_templateNay
2012-08-31Core/Scripts: Improve Wyrmrest Defender gossipTrista
* 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-31DB/SAI: Taking on All Challengers & Defending Your Titlew1sht0l1v3
2012-08-31SQL: Rename SQLNay
2012-08-31Scripts/Commands: Create a new group of commands, .cheat, and add new and ↵Myran2
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-30Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Entities/Creature/Creature.cpp src/server/game/Entities/Player/Player.cpp src/server/game/Globals/ObjectMgr.cpp src/server/game/Server/Protocol/Opcodes.h src/server/scripts/EasternKingdoms/silverpine_forest.cpp src/server/scripts/Kalimdor/silithus.cpp src/server/shared/DataStores/DBCFileLoader.h src/server/shared/Database/Implementation/WorldDatabase.cpp src/tools/map_extractor/System.cpp src/tools/map_extractor/dbcfile.cpp src/tools/vmap4_extractor/adtfile.cpp src/tools/vmap4_extractor/dbcfile.cpp src/tools/vmap4_extractor/wdtfile.cpp
2012-08-30Core: Fix many "errors"/warnings and coding style (3)Nay
Game Errors were found using Cppcheck, open-source static analysis tool
2012-08-30Core: Fix many "errors"/warnings and coding style (2)Nay
Scripts; also reverted a change to AuthSocket Errors were found using Cppcheck, open-source static analysis tool
2012-08-30Core: Fix many "errors"/warnings and coding style (1)Nay
Extractors, worldserver, authserver, shared and collision affected Errors were found using Cppcheck, open-source static analysis tool
2012-08-30Merge pull request #7571 from daniik/masterNay
Remove duplicated code in FleeingMovementGenerator
2012-08-30Core/MovementGenerator: Remove duplicated codedanik
2012-08-30Merge pull request #7566 from Souler/fix_copy_weapon_aurasKaelima
Scripts/Spells: Fix Weapon Copy related auras.
2012-08-30Scripts/Spells: Fix Weapon Copy related auras.Souler
Closes #3731
2012-08-30Core/Creature: Added DB support for UNIT_FIELD_FLAGS_2. Thanks cyberbrestkaelima
- Added more flags to UnitFlags2 enum (Thanks wpp)
2012-08-29Scripts/Hellfire: Add missing includeNay
2012-08-29Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-29Scripts/Hellfire: Rework Blood FurnaceGacko
2012-08-29Core/Loading: Change info/error messages to printf when config is not loadedNay
2012-08-29Core/Groups: Enable SMSG_GROUP_LIST and correct position of petauramaskNay
2012-08-29Merge pull request #7487 from drskull/masterNay
Core/Spells: Sentry Totem Aura remove fix and some minor fix in totem.cpp Closes #4376
2012-08-29Core: Add missing include to BfHandler (thanks Chevron) and a typo in ↵Nay
HandleRequestPartyMemberStatsOpcode (thanks Kaelima)
2012-08-29Merge remote-tracking branch 'origin/master' into 4.3.4Nay
2012-08-28Core/BG: Initial work on battleground and battlefield related packetsTuxity
2012-08-28Core/Items: Bind item to owner when using it for transmogrificationShauren
2012-08-28Core/Group: Code style corrections and logic fixesNay
2012-08-28Core/Groups: Simplify some GroupUpdateFlags handling and fix a typoNay
2012-08-28Core/Groups: Fix some failures when building statsNay
Thanks Zakamurite and Kaelima
2012-08-28DB/Achievements: Fix achievements 'Koralon the Flame Watcher' / 'Toravon the ↵Vincent-Michael
Ice Watcher'
2012-08-28Scripts: Fix code style after PRNay
2012-08-28Merge pull request #7553 from Trista/masterNay
Core/Spells: Destabilizing Azure Dragonshrine
2012-08-28Core/Spells: Destabilize Azure Dragonshrinethesensei
*Spell script support for spell 49370