| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-03 | Merge pull request #4610 from Subv/fix005 | Shocker | |
| Core/SmartAI: SMART_ACTION_MOVE_TO_POS should not overwrite the effects of SMART_ACTION_SET_RUN | |||
| 2012-01-03 | Core/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-03 | Merge pull request #4608 from elecyb/farsight | Kaelima | |
| Core/Spells: Some corrections after viewpoint visibility fix | |||
| 2012-01-03 | Core/Misc: Separate RecordTimeDiff in World::Update for MapMgr and ↵ | Shocker | |
| BattlegroundMgr | |||
| 2012-01-03 | Core/Spells: Some corrections after ↵ | elecyb | |
| 65aca2b8061c2da59a7dd8155894e6064f5b5c7d, this should fix the console spam | |||
| 2012-01-03 | Core/Spells: Add barfing to Spell::EffectInebriate. | zwerg | |
| Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com> | |||
| 2012-01-03 | Merge pull request #4591 from elecyb/farsight | Machiavelli | |
| Core/Spells: Update nearby visible objects for new viewpoints | |||
| 2012-01-03 | Merge pull request #4582 from Chaplain/cleanup4 | Machiavelli | |
| Core/Utilities: Implement random generator for float values. NOTE: Actually just casts the outcome of int randgen to float | |||
| 2012-01-02 | Core/Spells: Fixed crash introduced in last commit | elecyb | |
| 2012-01-02 | Core/Spells: Update nearby visible objects for new viewpoints, fix spells ↵ | elecyb | |
| with Far Sight and Bind Sight effects. | |||
| 2012-01-02 | Core/DBLayer: Couple fixes | leak | |
| 2012-01-02 | [Core/Utilities] Implement random generator for float values. | Chaplain | |
| *for mt and sfmt *some codestyle | |||
| 2011-12-31 | Merge pull request #4567 from Kiperr/master | leak | |
| Happy new year! | |||
| 2012-01-01 | Core/DBLayer: Refactor prepared statement defines to new format (char db) | leak | |
| 2012-01-01 | Update headers for 2012. HAPPY NEW YEAR!!! | kiper | |
| 2011-12-31 | Merge pull request #4559 from devilcoredev/fix_004 | Shauren | |
| Core/Items: Fixed socket bonus activation with prismatic sockets. | |||
| 2011-12-31 | Core/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-31 | Core/DBLayer: Convert another Execute() query to a prepared statement | leak | |
| 2011-12-31 | Core/DBLayer: Convert PExecute() queries to prepared statements No. 4 | leak | |
| 2011-12-31 | Fix the bonus socket activation with prismatic sockets. | Giuseppe Montesanto | |
| 2011-12-31 | Core/DBLayer: Use column names in prepared statements to prevent avoidable ↵ | Machiavelli | |
| prepare errors | |||
| 2011-12-31 | Core/SpellScripts: Add BeforeCast, OnCast and AfterCast hooks to SpellScripts. | QAston | |
| 2011-12-31 | Requiere at least 1 door of each line of defense to be down to allow to take ↵ | Aokromes | |
| relic | |||
| 2011-12-31 | Core/DBLayer: Convert PExecute() queries to prepared statements No. 3 | leak | |
| 2011-12-30 | Core/SAI: Restore build | leak | |
| 2011-12-30 | Merge pull request #4503 from Subv/fix002 | Rat | |
| Some changes in SMART_ACTION_MOVE_TO_POS | |||
| 2011-12-30 | Core/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-28 | Merge pull request #4477 from wilds/fix_bg_queue_timer | Shocker | |
| Core/Battleground: Fix invite accept wait timer (m_events must always be updated, not only when scheduled) Closes #4103 | |||
| 2011-12-28 | Merge pull request #4404 from Warpten/auth | Shocker | |
| Core/Authserver: Add a missing header block | |||
| 2011-12-28 | Fixed compile, thanks Lopin for pointing out | Subv2112 | |
| 2011-12-28 | Core/Players: Fix out of bound access (by MoltenDev) | Spp | |
| 2011-12-28 | Warning fixes | Spp | |
| 2011-12-28 | Core/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-28 | Fix missing changes from previous merge | Spp | |
| 2011-12-28 | rand() to urand #5 | Aokromes | |
| 2011-12-28 | rand() to urand #4 | Aokromes | |
| 2011-12-28 | rand to urand #3 | Aokromes | |
| 2011-12-28 | rand #2 | Aokromes | |
| 2011-12-28 | rand() to urand #1 | Aokromes | |
| 2011-12-27 | Core/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-27 | Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into fix002 | Subv2112 | |
| 2011-12-27 | Core/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-27 | Core/SAI: Enabled SMART_TARGET_STORED | Subv2112 | |
| Signed-off-by: Subv2112 <s.v.h21@hotmail.com> | |||
| 2011-12-27 | Core/DBLayer: Convert PExecute() queries to prepared statements No. 2 (fixup) | leak | |
| 2011-12-27 | Merge pull request #4494 from Venugh/master | Machiavelli | |
| Core/DBLayer: Convert weekly query to PreparedStatements | |||
| 2011-12-26 | Speedup loading in LoadCreatureFormations | Subv2112 | |
| Signed-off-by: Subv2112 <s.v.h21@hotmail.com> | |||
| 2011-12-26 | Merge pull request #4254 from wilds/fix_lightwell | Discover- | |
| Core/Spells: fix Lightwell (in combat consume charges) | |||
| 2011-12-27 | Core/World: Convert Execute to PreparedStatement from Battleground random. | Venugh | |
| 2011-12-27 | Convert a Execute to a PreparedStatement. | Venugh | |
| 2011-12-27 | Core/DBLayer: Convert PExecute() queries to prepared statements No. 2 | leak | |
