Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-16 | Core/Misc split Rate.XP.Kill and Rate.XP.BattlegroundKill settings | ShinDarth | |
(cherry picked from commit 2185165e8481ebcfd28895e5066991c89baaec14) | |||
2015-10-16 | Update README.md | Aokromes | |
2015-10-16 | Update CONTRIBUTING.md | Aokromes | |
2015-10-16 | Core/Crash reporting: Fixed windows version detection for 8.1 and newer | Shauren | |
2015-10-16 | DB/Misc: Fix Typo | Aokromes | |
2015-10-16 | DB/Misc: Fix import | Aokromes | |
I hope... | |||
2015-10-16 | Merge branch '6.x' of http://github.com/TrinityCore/TrinityCore into 6.x | Aokromes | |
2015-10-16 | DB/Misc: Move some mop spawns to proper place | Aokromes | |
Again intended filename | |||
2015-10-15 | Core/Players: Check if player can enter the instance during login before ↵ | Shauren | |
trying to add him to map * Fixes name displaying as "Unknown" | |||
2015-10-15 | DB/Misc: Move some mop spawns to proper place | Aokromes | |
2015-10-15 | DB/Misc: fix import | Aokromes | |
2015-10-15 | DB/Misc: Sync 6.x guids with 3.3.5a and 4.3.4 | Aokromes | |
2015-10-14 | Update 2015_10_14_00_world.sql | Aokromes | |
2015-10-14 | Core/Auras: Fixed auras limited to a single target not being removed in all ↵ | Shauren | |
cases as expected * Fixes possible assertion failure in Aura::UnregisterSingleTarget Closes #15696 Ref #15668 | |||
2015-10-14 | DB/Creature: Fix spawns/pathing in AQ40 | Carbenium | |
By malcrom | |||
2015-10-14 | contrib/script: error text corrections in check_updates.sh | tkrokli | |
Fix a factual error in the /contrib/check_updates.sh error message text, Best shown in an example from the latest travis build error: ``` $ ./contrib/check_updates.sh auth auth Database Updater check script: Checking database 'auth' for missing filenames in tables... - "sql/updates/2015_10_09_00_auth.sql" is missing in table 'auth'.'updates' Fatal error: The Database Updater is broken for database 'auth due to applied update which are missing in the 'auth'.'updates' table. How to fix: Insert the missing names of sql updates which were applied already to the 'updates' table of the 'auth' base dump ('sql/base/auth_database.sql'). The command "./contrib/check_updates.sh auth auth" exited with 1. ``` Main fix: `\"sql/updates/${file}\"` -> `\"sql/updates/${name}/${file}\"` Before this change, the error message claims that the updated SQL file was placed directly in the `/sql/updates/` directory and not in the subdirectory based on its DB name. All the other changes are improvements in English grammar and more precise description. (cherry picked from commit 01e0475ab898632bb9fd7c3ab0b11ddc6d5cee81) | |||
2015-10-12 | Core/Battle.net: Fixed warnings about uninitialized values | Shauren | |
2015-10-12 | Core/Battle.net: Fix "comparison of integers of different signs" warning | Naios | |
2015-10-10 | Core/Battle.net: Updated packet enums and added new build data | Shauren | |
2015-10-10 | Merge pull request #15688 from Espionage724/patch-1 | MitchesD | |
Line break in bnetserver.conf.dist for consistency | |||
2015-10-10 | SQL: Update auth_database | Vincent-Michael | |
2015-10-09 | Update bnetserver.conf.dist | Sean Rhone | |
- New line for consistency - Same as https://github.com/TrinityCore/TrinityCore/pull/15628 only for 6.x | |||
2015-10-09 | DB/Misc: added the last missing creature queststarter and questender | Helias | |
Closes https://github.com/TrinityCore/TrinityCore/issues/15500 | |||
2015-10-09 | DB/Misc: added missing creature queststarter and questender in "Mists of ↵ | Helias | |
Pandaria" Closes https://github.com/TrinityCore/TrinityCore/issues/15484 | |||
2015-10-09 | DB/Auth: Updated to 6.2.2a.20574 | Vincent-Michael | |
2015-10-07 | Core/Bnetserver: Fixed copypaste mistake for packet names | Shauren | |
2015-10-06 | Core/Bnetserver: Fix warnings caused through non virtual destructors. | Naios | |
2015-10-06 | Core/Battle.net: | Shauren | |
* Changed packet structures to mirror client names * Simplified ToString Building * Removed deprecated structures World: Cleaned up duplicate realm info 'realm' and 'realmHandle' variables (realmHandle was removed, that data is fully contained in realm) | |||
2015-10-06 | DB/Auth: Add some missing applied updates to the update list. | Naios | |
2015-10-05 | Travis: Add check for update entries not listed in base dumps. | Naios | |
* Will mark the travis build as failed when the database updater is broken. (cherry picked from commit 4dd6070c795fa7b34a38af0bd8d19d55bbc62959) | |||
2015-10-05 | CMake: Fix bad generation of "revision_data.h" not including MYSQL_EXECUTABLE. | Naios | |
* was caused through invoking "FindMySQL" after using ${MYSQL_EXECUTABLE}. * better re-run CMake if you are affected by the mysql exe wasn't found issue. (cherry picked from commit 45a60c2d22a93f6196491a0eb0478d05795e310f) | |||
2015-10-05 | Core/Updater: Fix mysql in path check/search. | Naios | |
(cherry picked from commit a561edefb90af25864aeb7ca7fc48fe0364df765) | |||
2015-10-05 | Core/World: Store account id in CharacterInfo to reduce the amount of ↵ | Shauren | |
database queries | |||
2015-10-05 | Core: fixed warning introduced in last commit | joschiwald | |
2015-10-04 | Core/Misc: removed some useless map checks | joschiwald | |
2015-10-04 | Core/Battle.net | Shauren | |
* Updated game account flags * Fixed infinite loop in ReadFourCC if value in packet was 0 * Corrected ClosingReason enum in ConnectionClosing | |||
2015-10-03 | Core/Players: Added missed changes to previous commit | Shauren | |
2015-10-02 | Core/Players: Removed db queries from friend packet builders | Shauren | |
2015-10-02 | DB/Auth: corrected base auth database dump | MitchesD | |
2015-10-01 | Merge pull request #15645 from Zedron/6.x | Carbenium | |
Core/Conditions: Fixed a typo | |||
2015-10-01 | Core/Conditions: Fixed a typo | Zedron | |
Fixed a typo which caused implicit target conditions to only be applied to the first effect bug was introduced in 926a37a | |||
2015-09-30 | Core/Transports: Fixed accessing deleted instance transports | Shauren | |
Thanks @jackpoz for valgrind log and @pete318 for reproduction steps Closes #15633 | |||
2015-09-29 | Core/Players: Fixed automatic learning skills gained from learning spells ↵ | Shauren | |
when leveling Closes #15391 | |||
2015-09-28 | Warning fix | Shauren | |
2015-09-28 | Core/Maps: Moved corpse management to map level | Shauren | |
2015-09-27 | Core/Player: Changed ranged weapons to be equipped in main hand slot instead ↵ | Shauren | |
of no longer used ranged slot Closes #14675 Closes #15296 | |||
2015-09-26 | Core/Updater: fixed host parameter is being ignored | joschiwald | |
2015-09-26 | Build fix | Shauren | |
2015-09-26 | Core/Updater: Pipe mysql process output into worldserver log | Shauren | |
2015-09-25 | DB/NPC: Skyguard Scout | Killyana | |
Add cosmetic mount Closes #15305 (cherry picked from commit b14f04c485f6dde7be2257086eab863b5b78d6b3) |