aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-05DB/Gossips: Assigned some gossips to their BroadcastTextIdAokromes
By 41782992, closes https://github.com/TrinityCore/TrinityCore/issues/13239
2014-10-04Core: Remove WhitespacesVincent-Michael
2014-10-04Revert "Core/SAI: Added new error for is using other script as sai"Vincent-Michael
This reverts commit d08862a7928707258f8741d7cb368b4622abc08e.
2014-10-04Core/SAI: Added new error for is using other script as saiVincent-Michael
2014-10-04Core/SAI: Fix typoVincent-Michael
2014-10-04DB/SAI: fix more startup errorsMitchesD
Updates https://github.com/TrinityCore/TrinityCore/issues/13256
2014-10-04Scripts/Misc: fixed GameObjects chests in CoS and HoRMitchesD
Fixes https://github.com/TrinityCore/TrinityCore/issues/13246
2014-10-04Core/SAI: Added new error log is not using SmartAI / SmartGameObjectAI in dbVincent-Michael
2014-10-04DB/SAI: fixed some startup errorsMitchesD
Updates https://github.com/TrinityCore/TrinityCore/issues/13256
2014-10-03Core/Worldserver: Fix worldserver stuck on "Halting process" on shutdownjackpoz
Partially revert 4fe45b8c63d3c4118a0a69c6ed44573c53eba54c to fix worldserver stuck on "Halting process" on shutdown. Fixes #13201
2014-10-03Core/SAI: CleanUp in 98257b94728223ff027c3696b630462288c85255 / ↵Vincent-Michael
2838a622647a1e12ec483b59440c7d0414dc14fa
2014-10-03Merge pull request #13259 from sonic3000/masterDuarte Duarte
Core/Scripts: Fix for issue #882
2014-10-03Core/Sai: Added SMART_ACTION_TALK error log also for -guid creatureVincent-Michael
2014-10-03Core: Fix crashVincent-Michael
2014-10-03Core/Brewfest: Fix typo in b74ef3f3ca277e7ce1bca7563fb0e9affbaf1a5a (thx to ↵Vincent-Michael
Gooyeth)
2014-10-03Core/Sai: Added new error log for action SMART_ACTION_TALKVincent-Michael
2014-10-02Core/SmartScript: Fix warningsVincent-Michael
2014-10-02Core/AHBot: Fix reference_loot_template being excluded from ahbot itemsjackpoz
Fixes #13265
2014-10-02Core/Sai: Added better version for 4060fb1b592ef50ab0c5bd450ddc94a1461e900eVincent-Michael
2014-10-02Core/Sai: Added missing changes in 4060fb1b592ef50ab0c5bd450ddc94a1461e900eVincent-Michael
2014-10-02Core/Sai: Added ugly code for new sai error log :(Vincent-Michael
2014-10-02Fixed ==25829== Thread #1: pthread_cond_{signal,broadcast}: dubious: ↵Shauren
associated lock is not held by any thread ==25829== at 0x4C2A1D5: pthread_cond_broadcast_WRK (hg_intercepts.c:891) ==25829== by 0x654A758: std::condition_variable::notify_all() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.17) ==25829== by 0x132305A: ProducerConsumerQueue<SQLOperation*>::Cancel() (ProducerConsumerQueue.h:100) ==25829== by 0x13229A7: DatabaseWorkerPool<WorldDatabaseConnection>::~DatabaseWorkerPool() (DatabaseWorkerPool.h:70) ==25829== by 0x6C6CB21: __run_exit_handlers (exit.c:78) ==25829== by 0x6C6CB74: exit (exit.c:100) ==25829== by 0x6C54EF3: (below main) (libc-start.c:276)
2014-10-02DB/Quests: Fix half sleep fail in 6a471755231eb6481c7ce2091b58755b10373accVincent-Michael
2014-10-02Core/Spells: Added hack for "Bark for the Barleybrews!" quest credit (for ↵Vincent-Michael
alliance-side) (meh, blizzard :/)
2014-10-01Core/AH: Don't send expired auctions to clientsjackpoz
Fixes #12964
2014-10-01Core/Spells: Added hack for "There and Back Again" quest credit (for ↵Vincent-Michael
alliance-side) (meh, blizzard :/)
2014-09-30Core/Brewfest: Added texts for quest "Bark for the Thunderbrews!" / "Bark ↵Vincent-Michael
for the Barleybrews!"
2014-09-30DB/Brewfest: Convert some brewfest for alliance:Vincent-Michael
- Fix Quest "Bark for the Barleybrews!" (for Alliance-side) - Fix Quest "Bark for the Thunderbrews!" (for Alliance-side)
2014-09-30DB/Brewfest: Convert some brewfest for alliance:Vincent-Michael
- Fix Quest "There and Back Again" (for Alliance-side) - Fix Quest "Now This is Ram Racing... Almost." (for Alliance-side)
2014-09-30Revert "Core/AuctionHouse: Delete expired auctions at startup."jackpoz
This reverts commit a92038feaf440abe797ee4b0344612b6176e43a8 which caused items of expired auctions not being mailed back to the owner and leaving those items in item_instance table. Please refer to the forum for steps to verify the integrity of your database and remove old unneeded rows in item_instance table. Fixes #12699
2014-09-30Core/LootMgr: Fix GCC warningjackpoz
2014-09-30Core/LootMgr: Fix wrong bit fields paddingjackpoz
2014-09-30Core/SAI: Addet new error log for SMART_ACTION_CAST kill credit invalid targetVincent-Michael
2014-09-30DB/Misc: The Green Hills of Stranglethorn (3.3.5)Dr-J
Script replacement of misplaced chapters if player is rewarded for quest which rewards chapter but does not have item and has not turned in quest 338.
2014-09-29Core/Scripts: Fix invalid memory writejackpoz
Fix invalid memory write caused by calling "delete this;" in a base class constructor.
2014-09-29Core/Scripts: fixed memory leak caused by unassigned scripts in dbjoschiwald
2014-09-29DB/Gossips: Added some more assignation to their proper BroadcastTextIDKinzcool
2014-09-29DB/Quest: Fix more locales on 3.3.5aAokromes
2014-09-28DB/Gossips: Added a missing one from 8983fbba531ac732ca48b9b78d85b2858eee67fdKinzcool
2014-09-28DB/Gossips: Localized talents gossips by assigning them to their BroadcastTextIDKinzcool
* Closes #12546
2014-09-28Core/AH: Fix Auction House items not deleted from databasejackpoz
Fix some cases where Auction House items were not deleted from item_instance table of character database, for example if the owner didn't exist anymore or if the owner was the AHBot. Updates #12699 Updates #13232
2014-09-28Core/GameObjects: Fixed uninitialized elevator period valueShauren
2014-09-28WorldServer/Misc: Log possible errors on shutdownjackpoz
Log possible error on shutdown happening when trying to cancel any I/O sync operation in CliThread, refers to #13201
2014-09-28Buildsystem/MSVC: Removed /SAFESEH linker option from x86 debug builds as it ↵Shauren
doesn't make sense in debug builds and interferes with Edit and Continue Closes #13233
2014-09-28Rename 2014_09_28_00_world_conversion.sql to 2014_09_28_00_world.sqlAokromes
2014-09-28DB/Misc: Fix startup errorsAokromes
2014-09-27DB/BroadcastText: Assigned BroadcastTextIDs to some textsKinzcool
2014-09-28SQL: Fix sql import on unixVincent-Michael
2014-09-27Core/LootMgr: Forgot to change this. Found by Vincent MichealMalcrom
2014-09-27DB/Loot Template: If I put the updates sql in the right dir in the first ↵Malcrom
place none of this would be happening...