aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-25Core/Enum: Add missing race and powers from dbckaelima
2011-11-25Core/Object: Update UpdateFields to version 4.2.2 (14545)kaelima
2011-11-25Merge pull request #4061 from Venugh/4.xKaelima
Fix some whitespaces in Datastore
2011-11-24Core/Protocols: Rename CMSG_WORLD_LOGIN to CMSG_LOAD_SCREEN and add simple ↵kaelima
structure (still unknown purpose).
2011-11-24Core/DataStores: Coding style.Venugh
2011-11-24Core/Protocol: Fix struct of SMSG_AURA_UPDATE/SMSG_AURA_UPDATE_ALLkaelima
2011-11-24Core/Items: Updated scaling item stat calculationsShauren
2011-11-24Core/DataStores:Rat
-dropped dbcstring/db2string, use simple nonconstant char* (will be useable when loading custom data from db to dbc) -fixed most dbc string related errors (you can now turn on logging)
2011-11-24Core/Protocol: Handle CMSG_CAST_SPELL.kaelima
2011-11-24Core/Protocol: Add few opcode idsNay
2011-11-24DB/Misc: Add XP for level up to 84Nay
Source: www.wowwiki.com/Formulas:XP_To_Level
2011-11-24Core/Auth: Fix SMSG_AUTH_RESPONSENay
Should send an extra byte with expansion (selecting new classes in char enum screen is now possible)
2011-11-24Core/Enums: Add two new races to enumerations and update maxlevel in configNay
2011-11-24Merge branch 'master' into 4.xNay
2011-11-23Forgot to delete files after copying them to 'sql/old'Nay
Fail count is high tonight...
2011-11-23DB: TDB 43: Move SQL updates to the old directoryTDB335.11.44Nay
2011-11-23Merge branch 'master' of github.com:TrinityCore/TrinityCoreRat
2011-11-23Merge branch 'master' of github.com:TrinityCore/TrinityCoreRat
Conflicts: src/server/game/DataStores/DBCStores.cpp src/server/game/DataStores/DBCfmt.h src/server/game/Server/Protocol/Opcodes.cpp
2011-11-23Core/DisableMgr: Fixed possible crashes at startupShauren
2011-11-23Remove a check which always returns true. Correct me if I am wrong.megamage
2011-11-23Core: Fixed remaining C6246: Local declaration of 'x' hides declaration of ↵Shauren
the same name in outer scope. from previous commit
2011-11-23Do not allow base map be accessed from outside if map is instanceable.megamage
2011-11-23Revert 2f83db28f2a11384e1b818b1d5d42d0d87111172. Note that here we only want ↵megamage
to check baseMap->canEnter, but not instanceMap->canEnter. Thanks to SignFinder.
2011-11-23Remove unnecessary const_cast<Map*>.megamage
2011-11-23Clean up very some confusing MapManager functions (create/find map/base map).megamage
2011-11-23Fix build.megamage
2011-11-23Core: Fixed more warnings (C6246: Local declaration of 'x' hides declaration ↵Shauren
of the same name in outer scope.)
2011-11-23Core: Fixed a few warnings and silly typos in scriptsShauren
2011-11-23Do not allow an instance map to be created twice if it already exists. Fix ↵megamage
#4018.
2011-11-23Scripts/Naxxramas: Patchwerk's Hateful Strike's timer should be 1s. Shocker
Closes #4036
2011-11-23removed no more needed mixed dbc filesRat
2011-11-23fixed dbc local handlingRat
2011-11-23updated all remaining dbc structuresRat
2011-11-23Merge pull request #3988 from kandera/tempbranch2Shocker
Core/Mechanic: Resurrection (fixed the issue with players ressing in pla...
2011-11-23Scripts/Icecrown Citadel: Corrected an overlooked frenzy spam by Shambling ↵Shauren
Horrors on heroic mode (does not change anything in the fight)
2011-11-22Core/Units: Second part of SMSG_MOVE_SET_COLLISION_HGT implementation: ↵Machiavelli
compute proper collision height according to client formulae and send this to the client when mounting up.
2011-11-22fixed startup crash while loading instance_encountersRat
2011-11-22-updated all DBC formats, except spell* onesRat
-added dbc.zip (all 4.2.2 files + 3.3.5 spells) -hardcoded map 0's entry for mapdifficulty (dbc has no data for it)
2011-11-22Core/Opcodes: Change status of CMSG_MOVE_SET_COLLISION_HGT_ACK to Unhandled ↵Spp
to kill spam log
2011-11-22Core/Packets: Allow CMSG_MOVE_SET_COLLISION_HGT_ACK to be received from the ↵Machiavelli
client (currently unhandled)
2011-11-21DB/Event/Pilgrim: Partially fix food tablesNay
2011-11-21DB/Event/Pilgrim: Template updates, vendor tables and other misc. stuff (A)Nay
2011-11-21Merge pull request #3421 from Chipsi/mastermegamage
Core/Items: Added case for Darkmoon Card: Madness trinket
2011-11-21Merge pull request #3990 from kandera/lfgfixmegamage
Core/LFG: Fix being unable to enter an instance to retrieve body when yo...
2011-11-21Fix the correct exit from the dungeon finder queue.megamage
By Giuseppe Montesanto Conflicts: src/server/game/DungeonFinding/LFGScripts.cpp
2011-11-21Core/Units: Partial implementation of SMSG_MOVE_SET_COLLISION_HGT - send ↵Machiavelli
proper character collision height on dismount. Fixes #2642 NOTE: Still have to properly implement collision height calculation for mounting up.
2011-11-21DB/Event/Pilgrim: Template updates, vendor tables and other misc. stuff (H)Nay
2011-11-21DB/Event/Pilgrim: Fix achievement "Turkey Lurkey". By Vincent-MichaelNay
Closes #3994
2011-11-21DB/Event/Pilgrim: Add item and mail reward to the "Pilgrim" achievement (A/H)Nay
2011-11-21DB: Fix DB startup errorsNay
*slaps someone* Closes #4016