aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-01-03Merge pull request #4610 from Subv/fix005Shocker
Core/SmartAI: SMART_ACTION_MOVE_TO_POS should not overwrite the effects of SMART_ACTION_SET_RUN
2012-01-03Core/SAI: SMART_ACTION_MOVE_TO_POS should not overwrite the effects of ↵Subv2112
SMART_ACTION_SET_RUN Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2012-01-03Merge pull request #4608 from elecyb/farsightKaelima
Core/Spells: Some corrections after viewpoint visibility fix
2012-01-03Core/Misc: Separate RecordTimeDiff in World::Update for MapMgr and ↵Shocker
BattlegroundMgr
2012-01-03Core/Spells: Some corrections after ↵elecyb
65aca2b8061c2da59a7dd8155894e6064f5b5c7d, this should fix the console spam
2012-01-03Core/Spells: Add barfing to Spell::EffectInebriate.zwerg
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2012-01-03Merge pull request #4591 from elecyb/farsightMachiavelli
Core/Spells: Update nearby visible objects for new viewpoints
2012-01-03Merge pull request #4582 from Chaplain/cleanup4Machiavelli
Core/Utilities: Implement random generator for float values. NOTE: Actually just casts the outcome of int randgen to float
2012-01-02Core/Spells: Fixed crash introduced in last commitelecyb
2012-01-02Core/Spells: Update nearby visible objects for new viewpoints, fix spells ↵elecyb
with Far Sight and Bind Sight effects.
2012-01-02Core/DBLayer: Couple fixesleak
2012-01-02[Core/Utilities] Implement random generator for float values.Chaplain
*for mt and sfmt *some codestyle
2011-12-31Merge pull request #4567 from Kiperr/masterleak
Happy new year!
2012-01-01Core/DBLayer: Refactor prepared statement defines to new format (char db)leak
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-31Merge pull request #4559 from devilcoredev/fix_004Shauren
Core/Items: Fixed socket bonus activation with prismatic sockets.
2011-12-31Core/DBLayer: Refactor prepared statement defines Note:leak
The new format for the middle section is a 3-letter upper case abbreviation of the sql command being executed (select -> SEL, update -> UPD, etc.) {DB}_{SEL/INS/UPD/DEL/REP}_{Summary of data changed}
2011-12-31Core/DBLayer: Convert another Execute() query to a prepared statementleak
2011-12-31Core/DBLayer: Convert PExecute() queries to prepared statements No. 4leak
2011-12-31Fix the bonus socket activation with prismatic sockets.Giuseppe Montesanto
2011-12-31Core/DBLayer: Use column names in prepared statements to prevent avoidable ↵Machiavelli
prepare errors
2011-12-31Core/SpellScripts: Add BeforeCast, OnCast and AfterCast hooks to SpellScripts.QAston
2011-12-31Requiere at least 1 door of each line of defense to be down to allow to take ↵Aokromes
relic
2011-12-31Core/DBLayer: Convert PExecute() queries to prepared statements No. 3leak
2011-12-30Core/SAI: Restore buildleak
2011-12-30Merge pull request #4503 from Subv/fix002Rat
Some changes in SMART_ACTION_MOVE_TO_POS
2011-12-30Core/Commands: Allow to search for other account/characters from a selected ↵Spp
player without having to write the ip as argument (By Bizzy)
2011-12-28Merge pull request #4477 from wilds/fix_bg_queue_timerShocker
Core/Battleground: Fix invite accept wait timer (m_events must always be updated, not only when scheduled) Closes #4103
2011-12-28Merge pull request #4404 from Warpten/authShocker
Core/Authserver: Add a missing header block
2011-12-28Fixed compile, thanks Lopin for pointing outSubv2112
2011-12-28Core/Players: Fix out of bound access (by MoltenDev)Spp
2011-12-28Warning fixesSpp
2011-12-28Core/Scripts: Replace rand with urand in most cases (using regexp)Spp
Used: perl -pi -e 's/([0-9]+) \+ rand\(\)\%([0-9]+)/"urand(".$1.", ".($1+$2).")"/ge'
2011-12-28Fix missing changes from previous mergeSpp
2011-12-28rand() to urand #5Aokromes
2011-12-28rand() to urand #4Aokromes
2011-12-28rand to urand #3Aokromes
2011-12-28rand #2Aokromes
2011-12-28rand() to urand #1Aokromes
2011-12-27Core/SAI: Added also SMART_TARGET_OWNER_OR_SUMMONER to SMART_ACTION_MOVE_TO_POS.Subv2112
Codestyle Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2011-12-27Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into fix002Subv2112
2011-12-27Core/SAI: Added support for SMART_TARGET_CREATURE_RANGE, ↵Subv2112
SMART_TARGET_CREATURE_GUID, SMART_TARGET_CREATURE_DISTANCE, SMART_TARGET_GAMEOBJECT_RANGE, SMART_TARGET_GAMEOBJECT_GUID, SMART_TARGET_GAMEOBJECT_DISTANCE, SMART_TARGET_CLOSEST_CREATURE and SMART_TARGET_CLOSEST_GAMEOBJECT in SMART_ACTION_MOVE_TO_POS Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2011-12-27Core/SAI: Enabled SMART_TARGET_STOREDSubv2112
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2011-12-27Core/DBLayer: Convert PExecute() queries to prepared statements No. 2 (fixup)leak
2011-12-27Merge pull request #4494 from Venugh/masterMachiavelli
Core/DBLayer: Convert weekly query to PreparedStatements
2011-12-26Speedup loading in LoadCreatureFormationsSubv2112
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2011-12-26Merge pull request #4254 from wilds/fix_lightwellDiscover-
Core/Spells: fix Lightwell (in combat consume charges)
2011-12-27Core/World: Convert Execute to PreparedStatement from Battleground random.Venugh
2011-12-27Convert a Execute to a PreparedStatement.Venugh
2011-12-27Core/DBLayer: Convert PExecute() queries to prepared statements No. 2leak