| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-28 | Core/Aokromes: typo? fix | Rat | |
| 2014-12-28 | Core/Logs: Move runtime log to debug | Aokromes | |
| because it's already checked at startup. | |||
| 2014-12-27 | DB/Misc: Added misc data from various builds | Kinzcool | |
| 2014-12-27 | Core/RBAC: Add two side trade to RBAC | mthsena | |
| (cherry-picked from commit 3ee2f0d2bf9d5f859c8022ca49f1889c35584ffe) | |||
| 2014-12-27 | Core/NetworkIO: Skip AntiDoS checks for queued packets | jackpoz | |
| (cherry picked from commit d8c3115bbd1b544d6eca5d9aae3dfbb547353703) | |||
| 2014-12-27 | DB/Quests: Added quest_offer_reward & quest_details data from various builds | Vincent-Michael | |
| 2014-12-27 | Fix spell cooldown for guardian pets | MrSmite | |
| (cherry picked from commit 54cc8adac5db101f427b76373ce79d587f7e5332) | |||
| 2014-12-27 | Fix non pch build | Gacko | |
| 2014-12-27 | ItemTemplate: Fix warning about missing cases. | Gacko | |
| 2014-12-26 | DB/Quests: Added quest_offer_reward data from various builds | Kinzcool | |
| 2014-12-26 | DB/Quests: Added some objective data from 6.0.3.19116 | Kinzcool | |
| 2014-12-27 | Server/Currency: Implement Apexis Crystals | AriDEV | |
| 2014-12-26 | DB/GameObjects: Added more gameobject_template data from 6.0.3.19342 | Kinzcool | |
| 2014-12-27 | DB/Gameobjects: Added more gameobject wdb data (build 19034) | Vincent-Michael | |
| 2014-12-27 | DB/Gameobjects: Added some gameobject wdb data | Vincent-Michael | |
| 2014-12-27 | SQL: Meh (@Kinzcool) | Vincent-Michael | |
| 2014-12-27 | DB/Quests: Added more data to quest_greeting | Vincent-Michael | |
| 2014-12-26 | DB/Quests: Added some data to quest_greeting | Kinzcool | |
| 2014-12-26 | DB/Quests: Accommodated quest_greeting table for gameobject entities | Kinzcool | |
| 2014-12-26 | DB/Quests: Moved non-WDB data from quests to its own table | Kinzcool | |
| 2014-12-26 | Scripts/Commands: Fix a conversion loss at the mute history command | Nyeriah | |
| (cherry picked from commit 5d4f26d82028823f4672e370deaf0f6069fb225f) | |||
| 2014-12-26 | Scripts/Oculus: Implement a couple of missing texts | Nyeriah | |
| (cherry picked from commit 63c1e265aace363a1d889b1621c0cc3a9263e956) | |||
| 2014-12-26 | SQLs: Replace placehold variable by default world db name | Duarte Duarte | |
| Travis tests SQL imports and it would fail otherwise. Do not forget to change the variable to your world database name (if different from 'world') in the file 2014_12_25_00_hotfixes_locale_broadcast_text.sql | |||
| 2014-12-26 | DB/Quests: Splitted quest_template into different tables | Kinzcool | |
| 2014-12-26 | Scripts/Naxxramas: Add script support for quarter teleporters and spawn ↵ | Nyeriah | |
| missing ones Updates #13255 (cherry picked from commit aff5229cd1777581bd85079d064037a57bf17799) | |||
| 2014-12-25 | DB/Quests: Moved quest visual effects to their own table | Kinzcool | |
| 2014-12-26 | Core/DataStores: Added DB2Manager | Shauren | |
| * Moved DB2 helpers to new class * Moved hotfix data to hotfixes database and core management functions to DB2Manager class * Updated HotfixNotifyBlob packet | |||
| 2014-12-25 | Merge pull request #13744 from Golrag/Opcodes | Duarte Duarte | |
| Core/Opcodes: Add some opcodes | |||
| 2014-12-25 | Merge pull request #13751 from Unholychick/6.0.3 | Duarte Duarte | |
| Core/Scripts: Add new SpellScript hook | |||
| 2014-12-25 | Core/Scripts: Rewrite Devour Magic | Unholychick | |
| Rewrite Devour Magic to use new spellscript hook OnEffectSuccessfulDispel. | |||
| 2014-12-25 | Core/Scripts: Add new SpellScript hook OnEffectSuccessfulDispel | Unholychick | |
| Adds SpellScript hook to execute scripts after succesful dispels, example could be warlock pets Devour Magic, which should only trigger when succesfully dispelling an aura. | |||
| 2014-12-25 | Core/DataStores: Moved broadcast_text handling to DB2Storage | Shauren | |
| 2014-12-25 | Core/PetitionsHandler: Move charter costs to config | mthsena | |
| (cherry picked from commit 0c1d3aa344921b324b7bf5e164a228a0d2a1aa70) Conflicts: src/server/game/World/World.h | |||
| 2014-12-25 | Core/Items: Fix signed/unsigned mismatch warnings | Nayd | |
| 2014-12-25 | Scripts/Nexus: Implement Grand Magus Telestra's seasonal costume | Nyeriah | |
| Closes #13643 (cherry picked from commit e2f7b91298d6588c062db2d1132a62ddd8a4437a) | |||
| 2014-12-25 | Scripts/Nexus: rewritten instance script | MitchesD | |
| (cherry picked from commit f743fb3e43036bdfd4e6b96dff1a82c19e3faa59) | |||
| 2014-12-25 | Core/DataStores: Implemented loading locale strings from database to DB2Storage | Shauren | |
| 2014-12-24 | Core/DataStores: Implemented loading hotfixes database into DB2Storage | Shauren | |
| 2014-12-24 | Dep/zlib: Update zlib from version 1.2.7 to 1.2.8 | Nayd | |
| "Version 1.2.8 fixes a very rare bug in decompression. All users are encouraged to upgrade immediately. Version 1.2.8 also has these improvements: Add new inflateGetDictionary() function Fix bug where gzopen() immediately followed by gzclose() would write an empty file instead of an empty gzip stream. Fix bug in gzclose() when gzwrite() runs out of memory" | |||
| 2014-12-24 | Core/DBLayer: Removed a few old authserver prepared statements | Shauren | |
| 2014-12-24 | Core/Battle.net: Fixed client crashes happening when reconnecting too soon ↵ | Shauren | |
| after being kicked | |||
| 2014-12-24 | Define some opcodes | Golrag | |
| 2014-12-24 | Core/Items: Added item level caps | Shauren | |
| 2014-12-23 | Core/Players: Fixed melee damage | Shauren | |
| 2014-12-23 | Core: Fix non pch build² | Vincent-Michael | |
| 2014-12-23 | Core: Fix non pch build | Vincent-Michael | |
| 2014-12-23 | Core/Items: Fixed autocomplete typo | Shauren | |
| 2014-12-22 | Merge pull request #13740 from AriDEV/6.x | Duarte Duarte | |
| Update PLAYER_EXPLORED_ZONES_SIZE to prevent console spam on entering Dr... | |||
| 2014-12-23 | Because saving a file is hard. | Shauren | |
| 2014-12-23 | Core/Items: Updated item stat calculations | Shauren | |
| * Implemented item modifiers * Implemented item bonuses | |||
