aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-06Fixed login, we're in world guys!Subv
2014-07-06Fixed packet header decryption and zero size packet handlingleak
2014-07-06Corrected a mistake in the client packet sizeSubv
2014-07-05Fixed the crashesSubv
2014-07-05Fixed PCH build, some leaks and tidied the code up a bitSubv
2014-07-06Completely remove ACE as dependency for TC - kkthxbyeleak
2014-07-06Some groundwork for replacing the ACE based WorldSocket handlingleak
2014-07-04Refactored both world and auth mainleak
- Master/Worldrunable removed - World Update loop now running on main (which was doing nothing before) - Processpriority moved to shared - Added a preliminary thread pool for boost::asio::io_service
2014-07-04Fixed compilation and some copy paste errorleak
2014-07-03Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostSubv
Conflicts: src/server/game/World/World.cpp
2014-07-03Core/Spells: fixed Deep Freeze after 2a3546ca36468b81d673bdb27315006144af3165joschiwald
Closes #12424
2014-07-03Some changes here and there in sharedSubv
2014-07-03Fix non-PCH compileleak
2014-07-03DB/Items: Fix typos on 4c3cb80Aokromes
By dr-j
2014-07-03Rename 2014_06_20_01_world_spell_dbc.sql to ↵Aokromes
2014_06_20_01_world_creature_text.sql
2014-07-02Fixed login and some errorsSubv
2014-07-02Enabled RA and removed all ACE from itSubv
2014-07-03Core/Spells: Spells which do not apply auras should not apply DRTrisjdc
- Solves issue where Intimidating Shout applied DR twice on the main target
2014-07-02Fixed an uninitialized value that made the MapUpdater worker threads exit on ↵Subv
launch
2014-07-02Cleaned up worldserver includes a bitSubv
2014-07-02Cleaned up the authserver includes a bit.Subv
Fixed authserver pch build
2014-07-02Remove unused RARunnable filesleak
2014-07-02Backported AsyncAcceptor generalization to authserverleak
2014-07-02Some ground work for ASIO based RemoteAccess handlingleak
2014-07-02DB/Vendor: Add Arcanum of the Stalwart Protector reputation versionAokromes
2014-07-02DB/Items: Fix realtime duration of event itemsAokromes
By dr-j closes #12421
2014-07-02DB/SAI: Fix Cosmetic Chains on KirgaraakAokromes
By dr-j, closes #12420
2014-07-02DB/Misc: Fix some runtime errors/incorrect triggersAokromes
By dr-j
2014-07-01Corrected some things from the previous commitSubv
2014-07-01Removed ACE from TCSoapSubv
Untested. Note: That was some rather awful use of a semaphore
2014-07-01Fixed the authserver compileSubv
2014-07-02Core/Spells: restore some special aura proc handlingjoschiwald
Note: can cause some unexpected behavior Closes: #12413
2014-07-02Forgotten changeleak
2014-07-02ACE cleanup on game, now the major issue remains WorldSocketleak
2014-07-02Delinking ACE from Shared and authserverleak
2014-07-02Replaced ACE_Method_Request based DelayExecutor by PCQ implleak
Untested due to worldserver still breaking because of ACE threading fails
2014-07-01Update 2014_07_01_02_world playercreateinfo_skills.sqlShauren
Fixed table name
2014-07-01Core/Skills: Use SkillLineAbility.dbc to determine player initial spells - ↵Shauren
skill assignment done in a new table `playercreateinfo_skills` * Removed DK start skill hacks * Resolved missing skills in character skill tab Closes #12311
2014-07-01DB/Misc: Fix some startup errorsAokromes
By dr-j
2014-07-01DB/Quest: The Left Piece of Lord Valthalak's AmuletAokromes
By dr-j, closes #11753
2014-07-01Removed useless SignalHandler classleak
2014-07-01Replaced all remaining ACE based Singletonsleak
Replaced ACE base AutoPtr class with shared_ptr Note: worldserver currently broken due to MapUpdater threading failure (ACE ofc, what else could it be)
2014-06-30Replaced ACE_Task_Base based DatabaseWorker with PCQleak
Note: Not exactly sure how shutdown should be handled, currently the queue clears itself out before shutting down This might need to be changed if the queue should be fully processed before being deleted
2014-06-30Replace ACE thread/mutex in OpenSSLCryptoleak
2014-06-30Replaced ACE_Task_Base based LogWorker with ProducerConsumerQueueleak
2014-06-30Core/Loot: Fixed looting creatures that have only quest items in their lootShauren
Closes #12400
2014-06-29DB/Locale: Fix some locales problemsVincent-Michael
Preparation for tdb release in soon soon (Fix first db errors) :P
2014-06-29Rename 2014_06_29_02_world_misc.sql to 2014_06_29_02_world_misc.sqlAokromes
2014-06-29DB/Misc: correct some trinity_string encodingAokromes
By easy1, closes #11912
2014-06-29Core/Battleground: addition to c28345e279f31af2fa32df2411325ccfabe06fc8joschiwald