| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-22 | Core/Creatures: Set hover movement flag if bytes1 have hover flag and ↵ | Shauren | |
| creature cannot fly | |||
| 2013-02-21 | Core/Vehicles: Also remove mount auras for passengers not in charm seat | Machiavelli | |
| May fix related crashes: Ref #9256 #9255 | |||
| 2013-02-21 | Core/Misc: Remove devel log msg that shouldn't have been commited | Spp | |
| 2013-02-21 | Core/Logging: Fix mem leak. Thanks to @Sar777 for the report | Spp | |
| 2013-02-20 | Core/Players: Allow players to log out in combat when they are in resting ↵ | Shauren | |
| area (logout in rest area is instant by default, but not when in combat) | |||
| 2013-02-20 | Core/NPCs: Fix some equipment issues introduced with 028c72a9f2c606e8af3 | Nay | |
| Also changed equips defaults to 0 (no equipment) instead of 1. It seems that some parts of the original commit were reverted locally, my bad. | |||
| 2013-02-20 | Core/DBLayer: Comment out MySQL client/server version mismatch warning | Nay | |
| MySQL version above 5.1 IS required in both client and server and there is no known issue with different versions above 5.1 | |||
| 2013-02-19 | Merge pull request #9168 from Kirkhammett/Ebonroc_Bwl | Nay | |
| Npc/Core: Was using Onyxia's Wing Buffet spell which can 1 shot lowbies... | |||
| 2013-02-19 | DB/SAI: Add sai for quest Gather the Orbs (10859) | Trista | |
| Closes #7636 | |||
| 2013-02-19 | DB/Conditions: add conditions to Lokhtos Darkbargainer Thx badmoon for ↵ | ZxBiohazardZx | |
| initial fix Closes #9028 | |||
| 2013-02-19 | DB/Creature: Set Triggerflags & behaviour to triggerNPC | Exodius | |
| Closes #8950 | |||
| 2013-02-19 | DB/Creatures: Update damage done by ICC bosses to more blizzlike values | Larya | |
| Closes #8580 | |||
| 2013-02-19 | Core/Scripts: Removed useless const modifier on method parameters accepting ↵ | Shauren | |
| primitive types passed by value | |||
| 2013-02-19 | Core/SmartAI: Prevent recursive EnterEvadeMode call | Machiavelli | |
| Ref #8679 | |||
| 2013-02-18 | DB/Spell: Added an auto-kill spell if you go at No Man's Land in Isle of ↵ | Kinzcool | |
| Conquest | |||
| 2013-02-19 | Core/Startup: Write current and expected maps version when there's a version ↵ | Nay | |
| mismatch | |||
| 2013-02-19 | Core/ObjectMgr: Fix a logic error in GetEquipmentInfo | Nay | |
| Thanks @Shauren | |||
| 2013-02-18 | Scripts/Spells: Fix Winter Veil PX-238 | Nay | |
| Ref #9238 Thanks @joschiwald | |||
| 2013-02-18 | Merge pull request #9244 from Ascathor/master | Nay | |
| SQL Fix after 933381f | |||
| 2013-02-18 | SQL Fix after 933381f | Ascathor | |
| 2013-02-18 | DB/Misc: Mostly gossip stuff for various creatures. | Pitcrawler | |
| Some scripts still need to be implemented. Fixes quest Blood Oath of the Horde. | |||
| 2013-02-18 | Core/Vehicles: Fix a few issues | Machiavelli | |
| - Fix position desync issue Closes #9073 - Fix a crash related to passenger's EventProcessor, thanks to Shauren - Fix crash related to charminfo - Make compiler happier about certain things | |||
| 2013-02-18 | Core/RBAC: Add config option to set comma separated list of groups to add by ↵ | Spp | |
| default - Allows to reduce the rows in rbac_account_groups | |||
| 2013-02-18 | Core/NPCs: Refactor equipments | Nay | |
| - creature_template.equipment_id deleted - creature_equip_template.entry == creature_template.entry - id field added to creature_equip_template -> PK(entry, id) - id field in creature_equip_template starts at 1 - creature.equipment_id references id of creature_equip_template - creature.equipment_id = 0 means no equipment at all (default 1) - creature.equipment_id = -1 means pick a random equipment from creature_equip_template - add equipment info to .npc info command While table creature_equip_template got bigger in size, this system is easier to mantain and allows creatures to have a random template from a group of equipments | |||
| 2013-02-18 | Core/Config: Change CONFIG_EVENT_ANNOUNCE from int to bool | Nay | |
| Also correct the description of BeepAtStart, it works in Windows as well | |||
| 2013-02-18 | Core/Scripts: Correct orders of parameters used in OnGroupChangeLeader ↵ | Shauren | |
| script hook | |||
| 2013-02-18 | Core/Vehicles: Prevent infinite loop in VehicleJoinEvent:Abort | Machiavelli | |
| 2013-02-18 | Core: Whitespace cleanup | Vincent_Michael | |
| 2013-02-18 | Core/Vehicles: Refactor some parts of vehicle system | Machiavelli | |
| - Fix a few crashes: Closes #9235 - Simplify and get rid of lots of redundant and silly code - Optimisations in Unit::ChangeSeat - More documentation | |||
| 2013-02-17 | SQLs: Rename some old SQL files to match standards | Nay | |
| 2013-02-17 | Buildsystem: Disable building the nonfunctional meshextractor.tool (not in a ↵ | click | |
| production-state atm), it CAN however be built with with using the -DWITH_MESHEXTRACTOR flag (not documented as option, and will most probably change in the future) | |||
| 2013-02-17 | Merge pull request #9220 from roc13x/master | Nay | |
| Core/Items: Fix logic in Player::AddItem | |||
| 2013-02-17 | Merge pull request #9234 from ak47sigh/patch-1 | Nay | |
| declared WEATHER_STATE_FOG | |||
| 2013-02-17 | Update src/server/game/Weather/Weather.cpp | Alexei_Nech | |
| 2013-02-17 | Core/Auras: Restore part of 1845ab79 that was accidentally reverted | Machiavelli | |
| 2013-02-17 | declared WEATHER_STATE_FOG | Alexei_Nech | |
| 2013-02-17 | Core/Vehicles: Fix another crash | Machiavelli | |
| Don't set Unit::m_vehicle until VehicleJoinEvent::Execute | |||
| 2013-02-17 | Remove BOM from 2 SQL files | Shocker | |
| Closes #9233 | |||
| 2013-02-17 | Core/Auras: Always run all script hooks attached to the aura to prevent ↵ | Shauren | |
| leaving aura script state stack in unbalanced state | |||
| 2013-02-17 | Scripts/Icecrown Citadel: Improvements to Shadowmourne quest line | Shauren | |
| 2013-02-16 | Core/SAI: Add actions to set/add/remove (104/105/106) gameobject flags | Nay | |
| 2013-02-16 | Merge branch 'master' of github.com:TrinityCore/TrinityCore | Shauren | |
| 2013-02-16 | Core/Auras: Prevent saving vehicle auras to db for players as they require ↵ | Shauren | |
| both caster and target to be in world (which cannot be guaranteed) | |||
| 2013-02-16 | Core/Character: Rename engrish function | Vincent_Michael | |
| 2013-02-16 | Scripts/BWL: Fix build no. 2 | Vincent_Michael | |
| 2013-02-16 | Scripts/BWL: Fix build | Nay | |
| 2013-02-16 | Say NO to whitespace | Nay | |
| 2013-02-16 | Merge pull request #9228 from gigatotem/BWLv2 | Nay | |
| Scripts/Blackwing Lair: Broodlord Lashlayer clean-up. | |||
| 2013-02-16 | Scripts/BWL: Fix typo in recent commit. | Gigatotem | |
| 2013-02-16 | Scripts/Blackwing Lair: Broodlord Lashlayer clean-up. | Gigatotem | |
