| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-31 | Add AppVeyor Build badge to the README | Duarte Duarte | |
| 2016-07-31 | Typo fix | Aokromes | |
| By Malcrom | |||
| 2016-07-31 | DB/Item: Fix Deck of Trades | Aokromes | |
| By Malcrom | |||
| 2016-07-31 | DB/Gameobject: Add loot for some gameobjects | Aokromes | |
| By Malcrom | |||
| 2016-07-31 | DB/Gameobject: Add loot for some gameobjects | Aokromes | |
| By Malcrom | |||
| 2016-07-31 | DB/Gameobject: Add loot for some gameobjects | Aokromes | |
| By Malcrom | |||
| 2016-07-31 | Core/Loot: Fixed crash happening when looting items into new stack or items ↵ | Shauren | |
| with random properties Closes #17700 | |||
| 2016-07-31 | DB/Gameobject: Add more missing loot | Aokromes | |
| By Malcrom | |||
| 2016-07-31 | Update pull_request_template.md | Aokromes | |
| 2016-07-31 | Update pull_request_template.md | Aokromes | |
| 2016-07-31 | Git Info: Update Pull Request Template Info (#17694) | P-Kito | |
| * Update Pull Request Template Info | |||
| 2016-07-30 | DB/Gameobject: Add missing loot for a lot of gameobjects | Aokromes | |
| By Malcrom | |||
| 2016-07-30 | DB/Gameobject: Add missing loot for a lot of gameobjects | Aokromes | |
| By Malcrom | |||
| 2016-07-30 | SQL: Sync auth base | Vincent-Michael | |
| 2016-07-30 | Misc/RBAC: Sync with 3.3.5 | Vincent-Michael | |
| 2016-07-30 | Core/Player: Fixed coverity issues | Vincent-Michael | |
| Coverity CID 1360561 | |||
| 2016-07-30 | DB/Gameobject: Add missing loot for a lot of gameobjects | Aokromes | |
| By Malcrom | |||
| 2016-07-30 | Typo fix | Aokromes | |
| 2016-07-30 | DB/Gameobject: Add loot for some gameobjects | Aokromes | |
| By Malcrom | |||
| 2016-07-30 | DB/Gameobject: Add loot for some gameobjects | Aokromes | |
| By Malcrom | |||
| 2016-07-30 | DB/Gameobject: Add loot for some gameobjects | Aokromes | |
| By Malcrom | |||
| 2016-07-30 | Core/Spells: Defined new spell effect names | Shauren | |
| 2016-07-29 | DB/Misc: Fix gold of some creatures | Aokromes | |
| By Malcrom | |||
| 2016-07-29 | DB/Misc: Misc fixes | Aokromes | |
| By Malcrom | |||
| 2016-07-29 | Core/Auras: Defined more known aura types | Shauren | |
| 2016-07-29 | DB/Quest: Fix quest grouping for quest 27989 and 27994 | Aokromes | |
| By tkrokli | |||
| 2016-07-28 | Core/RBAC: Mark some permissions 3.3.5a only | Aokromes | |
| 2016-07-28 | Dep: Remove boost regex dependency and replace its uses with std regex ↵ | Shauren | |
| (works since gcc 4.9) | |||
| 2016-07-27 | Core/Loot: Removed need before greed and round robin loot methods | Shauren | |
| "Round Robin and the old "Group Loot" option were removed in 7.0.3, since they were almost entirely unused. Loot options are now: Group Loot, Master Loot (if in a guild party), Personal Loot, and Free For All" | |||
| 2016-07-27 | Core/DataStores: Updated DB2 version checks to 7.0.3 (22293). (#17674) | Software Engineer | |
| 2016-07-27 | [Legion] Update MAX_LEVEL & DEFAULT_MAX_LEVEL (#17657) | funjoker | |
| 2016-07-26 | Core/Auras: Visibility changes | Shauren | |
| * Changed max visible aura amount to 255 * All auras are now sent to clients, many passives that client needed to see were incorrectly hidden (also client properly filters aura bar by itself) | |||
| 2016-07-26 | Tools/Mapextractor: Fix a vector subscript out of range debug assertion | Carbenium | |
| 2016-07-25 | Core/Misc: Defined new gameobject types | Shauren | |
| 2016-07-25 | Core/Players: Fix logic regarding HandleCharEnum and DHs (#17660) | DJScias | |
| * If CONFIG_CHARACTER_CREATING_MIN_LEVEL_FOR_DEMON_HUNTER was set to 0 (disable in the config), it would still not allow you to create a DH in case there were no prior characters. * If RBAC_PERM_SKIP_CHECK_CHARACTER_CREATION_DEMON_HUNTER was true (AKA allow DH creation always) it would not allow DH creation regardless of existing characters or not considering canAlwaysCreateDemonHunter was not checked for validity on charEnum.IsDemonHunterCreationAllowed. | |||
| 2016-07-25 | Merge pull request #17661 from tkrokli/explored_zones_size | blub | |
| Core/Scripts: uint8 -> uint16 in cs_cheat.cpp | |||
| 2016-07-25 | Core/Scripts: uint8 -> uint16 in cs_cheat.cpp | tkrokli | |
| After the latest size change in PLAYER_EXPLORED_ZONES_SIZE from 255 to 256, this needs to be an uint16 variable instead of uint8. | |||
| 2016-07-24 | Core/Players: Fix warning in 9e4e339fc2791b69de672ea3f583c1e15424bb04 | Vincent-Michael | |
| 2016-07-24 | Core/Player: Updated PLAYER_EXPLORED_ZONES_SIZE (#17659) | Golrag | |
| 2016-07-24 | Fix non PCH build. | Gacko | |
| 2016-07-23 | Core/Players: Initial work on demon hunters | Ovalord | |
| * Added starting level and required level config options as well as rbac permission to ignore the requirements * Updated max power values for both demon hunter specs * Fixed a crash during DK and DH creation * Added playercreateinfo data for demon hunters Closes #17651 | |||
| 2016-07-23 | Core/GameTables: Fixed missing gt check | Shauren | |
| Closes #17654 | |||
| 2016-07-23 | Core: Change supported build to 7.0.3.22293 | Shauren | |
| 2016-07-23 | Tools/Patcher: Updated patterns for x64 win/mac clients7.0.3/22248 | Shauren | |
| 2016-07-22 | [7.x] Legion stats (#17653) | funjoker | |
| * Remove Spirit Stat from loading * Update player_levelstats for legion | |||
| 2016-07-22 | Core/Enum: Updated ResponseCodes enum for legion | Vincent-Michael | |
| 2016-07-22 | Tools/mmaps_generator: Update junk map definitions | Shauren | |
| 2016-07-22 | Tools/vmapextractor: Update to new m2 and wmo structures | Shauren | |
| 2016-07-22 | Dep/CascLib: Update to ↵ | Shauren | |
| ladislav-zezula/CascLib@2702efeae5f63c64f6d883cfcc219daa2fb06108 | |||
| 2016-07-20 | Core/Spells: Fixed warlock's Banish cancel if target was already banished ↵ | Ivan Beňovic | |
| (#17614) | |||
