Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-01 | Core: updated refer a friend enum | Goatform | |
updated refer a friend enums for 6.0.3 | |||
2015-01-01 | Fuck you 2013 | Vincent-Michael | |
2015-01-01 | Update copyright note for 2015 | Vincent-Michael | |
Happy new year | |||
2014-12-31 | Core/Achievements: Enabled saving progress and converted old saved data | Shauren | |
2014-12-30 | Merge pull request #13822 from rpayanm/patch-1 | Duarte Duarte | |
Update README.md | |||
2014-12-30 | Update README.md | Rolando | |
Dead links for installation. | |||
2014-12-30 | CMake: Fix typo in MSVC_EXPECTED_VERSION | Duarte Duarte | |
Thanks @Aridev Closes #13820 | |||
2014-12-30 | Core/Packets: Added CMSG_AREATRIGGER | Intel | |
2014-12-30 | Core/Quests: Added CMSG_QUESTGIVER_QUERY_QUEST | Intel | |
2014-12-29 | DB/Quests: Updated the data after quest_template's structure corrections | Kinzcool | |
2014-12-30 | Core/Packets: rename packet structs to match client names | joschiwald | |
2014-12-29 | CMake: Require VS 2013 Update 3 | Nayd | |
Update 4 (includes 3) can be downloaded at http://www.microsoft.com/en-us/download/details.aspx?id=44921 Closes #13813 | |||
2014-12-29 | Core/Quests: Added CMSG_QUESTGIVER_REQUEST_REWARD | Intel | |
2014-12-29 | Core/Quests: Added SMSG_QUESTGIVER_REQUEST_ITEMS | Intel | |
2014-12-29 | Core/Quests: Fixed WPE exploit that allowed to accept any quest | Intel | |
2014-12-29 | Core/Quests: Do not rely on StorageIndex for quest objectives | Intel | |
Also fixed unsigned columns in quest_template | |||
2014-12-29 | Tools/Patcher: Optimized loading binary file by patcher | Shauren | |
2014-12-29 | Core: Remove White spaces | Vincent-Michael | |
2014-12-29 | Fix non pch build | Gacko | |
Broke in 821e2534 | |||
2014-12-29 | Core/Quests: Fixed quest loading from DB and improved error output | Intel | |
2014-12-29 | Core/SharedDefines: Updated Unit Dyn Flag Name | Intel | |
2014-12-29 | Scripts/Ulduar: Fixes Flame Leviathan entering evade mode if Pursue returns ↵ | Nyeriah | |
no target * Pursue is never cast on players at retail, however, being there without a vehicle doesn't prevent the boss from attacking you, nor does it enter evade mode. Closes #11199 (cherry picked from commit 9671d513273867e62d520ec3d71b4c038802f5ab) | |||
2014-12-29 | Core: fixed more typos | joschiwald | |
2014-12-29 | DB/Creature: Fix a typo mess up | Nyeriah | |
2014-12-28 | DB/Quests: Updated `quest_template` up to 6.0.3.19034 | Kinzcool | |
2014-12-29 | Core/SharedDefines: My math skills are over 9000 | Intel | |
2014-12-29 | Core/Loot: Implemented CMSG_LOOT packet | Intel | |
Updated Object Dynamic Flags Cleaned up obsolete code Sorted packet struct alphabetically | |||
2014-12-29 | Core: fixed typos from previous commit and kill more warnings | joschiwald | |
2014-12-29 | Core/Scripts: multiple changes | joschiwald | |
- fixed non pch build - fixed some warnings - fixed some coverity issues - some random things here and there | |||
2014-12-29 | Core/Quests: Implemented SMSG_QUESTGIVER_QUEST_DETAILS Packet Structure | Intel | |
2014-12-28 | DB/Creature: Add trigger and civilian flags to the other difficulty entries ↵ | Nyeriah | |
of the Combustion trigger | |||
2014-12-28 | SQL: Sync auth base | Vincent-Michael | |
2014-12-28 | Rename file | Nayd | |
2014-12-28 | DB/Auth: Add more locales to battlenet_components | Nayd | |
Thanks @Luhzinha Closes #13800 | |||
2014-12-28 | Core/Quests: Fixed index typos and added some missing data to quest query packet | Intel | |
2014-12-28 | Core/GameObjects: Fix crash if GameObject cannot be created | jackpoz | |
Close #13798 | |||
2014-12-28 | CMake: Ignore MSVC warning C4351 | Nayd | |
new behavior: elements of array 'array' will be default initialized "If you want the new behavior, which is likely, because the array was explicitly added to the constructor's member initialization list, use the warning pragma to disable the warning. The new behavior should be fine for most users." | |||
2014-12-28 | Scripts/Nexus: Keristrasza converted to BossAI and EventMap | MitchesD | |
(cherry picked from commit d3e2918c57786800b8cbc63287f43f37111a6317) | |||
2014-12-28 | Core/Quests: Updated Quest System to new Format | Intel | |
All quest requirements are now in quest_objectives table quest_template table contains _ONLY_ WDB data and must not be modified Currently supported objectives are MONSTER, GAMEOBJECT, ITEM, TALKTO, CURRENCY, REPUTATION, MONEY, PLAYERKILLS, AREATRIGGER | |||
2014-12-28 | SQL: Added a missing semicolon | Kinzcool | |
2014-12-28 | DB/Quests: Added quest_details data from 4.3.4.15595 | Kinzcool | |
2014-12-28 | Core/Misc: Prevent crashing server with CMSG_TIME_SYNC_RESP and fixed some ↵ | Intel | |
warnings | |||
2014-12-28 | Core/Packets: Fix SMSG_GAMEOBJECT_QUERY_RESPONSE data size calculation | Vincent-Michael | |
2014-12-28 | Core: NPC Interaction change for unfriendly reputation. | pete318 | |
For units with unfriendly reputation, check using the normal reaction function, instead of reading faction directly. This allows specific buffs that alter creature reaction to work on the player, this allowing players to complete quests. Closes #13629 (cherry picked from commit 17f6dcb76282523ac43d8a1e6cebbe0043ab44fa) Conflicts: src/server/game/Entities/Player/Player.cpp | |||
2014-12-28 | Merge remote-tracking branch 'trinitycore/6.x' into 6.x | et65 | |
2014-12-28 | Scripts/Quests: Fix Quest A Spirit Guide | pete318 | |
- Ensures rep adjustment buff is always applied (overrides evade, implements existing evade + re-apply buff) - Removes un-owned ravagers with incorrect faction from DB (the correct ones are spawned with their masters without the DB entries) - Create some extra steps in the wolf's waypoints in order to generate some AI events for the Ryga NPC. I think it's a bit of a dirty solution, but it seems to work with minimal changes. - Created RP series of events with Ryga NPC and Ancestral Wolf Spirit (Ryga Kneels, talks to wolf, then returns to spawn position after around a minute). Closes #13619 Fix #4028 (cherry picked from commit f2444eedf92fce39f7685eafead61d88d4ad89ef) Conflicts: sql/updates/world/2014_12_28_02_world.sql | |||
2014-12-28 | Core/Spells: Fix build in LoadSpellInfoCorrections() | Nayd | |
2014-12-28 | Scripts/Instance: The Stonecore updates | Mihapro | |
Stonecore Teleporters scripted. Some corrections, better handlings, fixed Travis warnings ... Closes #13626 (cherry picked from commit 9a941ae125c8b22b802270f7f419c1a8bfd2a343) Conflicts: src/server/scripts/Maelstrom/Stonecore/boss_high_priestess_azil.cpp src/server/scripts/Maelstrom/Stonecore/boss_ozruk.cpp src/server/scripts/Maelstrom/Stonecore/instance_stonecore.cpp src/server/scripts/Maelstrom/Stonecore/stonecore.cpp | |||
2014-12-28 | Core/Spells: Remove a not-required spell dbc correction ↵ | Nayd | |
(b0b7a55bdba20aad5b7914c55933daa70afe59ba) (cherry picked from commit 81a0e68c9f506c909771454cb92d246f5997384d) | |||
2014-12-28 | Scripts/Quests: Fix Red Snapper - Very Tasty! GOb | Gooyeth | |
Fix 'School of Red Snapper' now disappear correctly when using 'Draenei Fishing Net', the bug is caused because the GameObject is SpellFocus type. Fix #1673 Closes #13748 (cherry picked from commit b0b7a55bdba20aad5b7914c55933daa70afe59ba) |