| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-11 | Merge pull request #10779 from jackpoz/murmur_unused_field | Nay | |
| Scripts/Murmur: Remove unused field | |||
| 2013-09-11 | Merge pull request #10737 from jackpoz/clock_fix | Nay | |
| Core/Timer: Better handle system clock changes | |||
| 2013-09-11 | Merge pull request #10736 from jackpoz/localtime_race_condition | Nay | |
| Core/Thread: Fix race condition converting time values to local time | |||
| 2013-09-11 | Scripts/Murmur: Remove unused field | jackpoz | |
| Remove unused class field. | |||
| 2013-09-11 | Scripts/Halion: refixed Twilight Cutter | joschiwald | |
| Scripts/Garfrost: fixed forge jump | |||
| 2013-09-11 | Scripts/PitOfSaron: some changes | MitchesD | |
| Closes #10740 | |||
| 2013-09-11 | DB/Cond: Error fix-up | Filip | |
| 2013-09-10 | SQL: Update sql/base/auth_database.sql | Nay | |
| 2013-09-10 | DB/Update: Few updates | Filip | |
| Fixes #10758 | |||
| 2013-09-10 | Core/RBAC: Update RBACPermissions enum with 4.3.4 branch | Vincent-Michael | |
| 2013-09-10 | DB/Creature: Removed hack in 356ba1e0ce29c12815d927e3c87193f3f877071f | Vincent-Michael | |
| 2013-09-10 | Core/RBAC: Fix typos in recent SQL files | Aokromes | |
| I hope this is final one.... | |||
| 2013-09-10 | Core/RBAC: Fix typos in recent SQL files | Aokromes | |
| 2013-09-10 | Core/RBAC: Fix typos in recent SQL files | Aokromes | |
| 2013-09-10 | Core/RBAC: Fix typos in recent SQL files | Aokromes | |
| 2013-09-10 | Core/RBAC: Fix typos in recent SQL files | Aokromes | |
| 2013-09-10 | Core/RBAC: Fix typos in recent SQL files | Spp | |
| 2013-09-10 | Core/RBAC: Remove obsolete generic command permissions | Spp | |
| Note: If you have any custom command, CHECK THE SQLS BEFORE APPLYING | |||
| 2013-09-10 | Core/RBAC: Move titles and wp commands to RBAC (using individual permissions) | Spp | |
| 2013-09-10 | Core/RBAC: Move ticket commands to RBAC (using individual permissions) | Spp | |
| 2013-09-10 | Core/RBAC: Move tele commands to RBAC (using individual permissions) | Spp | |
| 2013-09-10 | Core/RBAC: Move server commands to RBAC (using individual permissions) | Spp | |
| 2013-09-10 | Core/RBAC: Move reset commands to RBAC (using individual permissions) | Spp | |
| 2013-09-10 | Core/RBAC: Move reload command to RBAC (using individual permissions) | Spp | |
| 2013-09-10 | Core/RBAC: Move quest commands to RBAC (using individual permissions) | Spp | |
| 2013-09-10 | Core/RBAC: Move npc commands to RBAC (using individual permissions) | Spp | |
| 2013-09-10 | Core/RBAC: Move modify commands to RBAC (using individual permissions) | Spp | |
| 2013-09-10 | Core/RBAC: Move mmap commands to RBAC (using individual permissions) | Spp | |
| 2013-09-10 | Core/RBAC: Move misc commands to RBAC (using individual permissions) | Spp | |
| 2013-09-10 | Core/RBAC: Move send commands to RBAC (using individual permissions) | Spp | |
| 2013-09-10 | Because I hate tabs | Filip | |
| 2013-09-10 | DB/SAI: The Zephyrium Capacitorium(part 1), The Singing Ridge(part 2), ↵ | Filip | |
| Razaan's Landing, Ruuan Weald Fixes #6322 Fixes #6323 Fixes #6324 | |||
| 2013-09-10 | Core/RBAC: Move pet commands to RBAC (using individual permissions) | Spp | |
| - Pet commands moved from cs_misc.cpp to own file | |||
| 2013-09-10 | Core/RBAC: Move group commands to RBAC (using individual permissions) | Spp | |
| - group commands moved from cs_misc.cpp to own file - renamed groupsummon to "group summon" | |||
| 2013-09-10 | DB/Cond: Conditions for Hodir's Horn | Filip | |
| 2013-09-09 | DB/SAI: Blowing Hodir's Horn (12977) | Filip | |
| Fixes #10749 | |||
| 2013-09-09 | Core/SmartAI: Fixed creatures using SAI not attacking its charmer after it ↵ | Shauren | |
| breaks Closes #7601 | |||
| 2013-09-08 | DB/Update: Needs null spawndist | Filip | |
| 2013-09-08 | DB/SAI: Trapping the Light Fantastic (10674) & Gather the Orbs (10859) | Filip | |
| Fixes #7202 Adds support for the Alliance quest also, and makes the orbs go in tandem with the horde version script. | |||
| 2013-09-08 | Core/SmartScripts: Fixed heap corruption in SMART_ACTION_EQUIP | Shauren | |
| Closes #10739 | |||
| 2013-09-07 | DB/Sai: Teron Gorefiend, I am... | NaydSucks | |
| Added horde version for the script also. | |||
| 2013-09-07 | DB/Updates: AI fixups | Filip | |
| By @Aokromes, fixes #10733 #10728 | |||
| 2013-09-07 | Core/Timer: Better handle system clock changes | jackpoz | |
| Change IntervalTimer::Reset() behavior to handle system clock changes forward and backward. This fixes IntervalTimer:.Passed() returning true till it catches up to the new time, triggering the event up to "std::numeric_limits<time_t>::max() / _interval" times. Fixes https://github.com/TrinityCore/TrinityCore/issues/5816 | |||
| 2013-09-07 | Scripts/Blood Furnace: Fix possible compile errors on old VS versions | Machiavelli | |
| 2013-09-07 | Core/Thread: Fix race condition converting time values to local time | jackpoz | |
| Replace thread-unsafe localtime() http://www.cplusplus.com/reference/ctime/localtime/ with thread-safe portable ACE_OS::localtime_r() . Helgrind log: Possible data race during read of size 4 at 0x6F183C0 by thread #1 Locks held: none at 0x14E72E3: World::InitDailyQuestResetTime() (World.cpp:2772) by 0x14E3A01: World::SetInitialWorldSettings() (World.cpp:1790) by 0x101122A: Master::Run() (Master.cpp:164) by 0x101740C: main (Main.cpp:142) This conflicts with a previous write of size 4 by thread #2 Locks held: none at 0x6C2D3BA: __tzfile_compute (tzfile.c:797) by 0x6C2D036: __tz_convert (tzset.c:627) by 0x164146C: LogMessage::getTimeStr(long) (Appender.cpp:23) by 0x1641550: LogMessage::getTimeStr() (Appender.cpp:31) by 0x1641722: Appender::write(LogMessage&) (Appender.cpp:80) by 0x1633FCE: Logger::write(LogMessage&) (Logger.cpp:83) by 0x16433D8: LogOperation::call() (LogOperation.cpp:29) by 0x16428A4: LogWorker::svc() (LogWorker.cpp:45) | |||
| 2013-09-07 | Core/Battlegrounds: Allow random BG winner/loser rewards to be configurable | Aokromes | |
| Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com> | |||
| 2013-09-07 | Merge pull request #10724 from jackpoz/guild_disband_leak | Machiavelli | |
| Core/Guild: Fix memory leak on Guild disband | |||
| 2013-09-06 | Merge pull request #10716 from Discover-/SAI_Owner_Or_Summoner | Aokromes | |
| Core/SAI: Make SMART_TARGET_OWNER_OR_SUMMONER also work for creatures su... | |||
| 2013-09-07 | Scripts/Spells: drop obsolete code | joschiwald | |
| 2013-09-07 | Core/Condition: Added CONDITION_SOURCE_TYPE_PHASE_DEFINITION define for only ↵ | Vincent-Michael | |
| 4.3.4 branch | |||
