| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-11 | DB/Auth: Remove auto_increment value from auth_database.sql | Duarte Duarte | |
| 2015-02-05 | SQL: Make sure the correct world db is select when executing SQL update scripts | jackpoz | |
| Make sure script 2014_12_25_00_hotfixes_locale_broadcast_text.sql affects the correct world database version "TDB 6.00". This fixes an issue where the script would drop table "locales_broadcast_text" from a world database of another version (335, 434). Issue added in df444890daf74e95d51a229f99996561a88ac71a | |||
| 2015-01-27 | DB/Schema: Update characters database | Nayd | |
| - Change multiple table's chartset from latin1 to utf8 - Add primary keys to tables that didn't have one - Replaced one unique constraint by primary key | |||
| 2015-01-16 | Core/Auras: Fixed saving all aura effect values to database | Shauren | |
| 2015-01-10 | Core/Maps: Updated map difficulties | Shauren | |
| 2015-01-02 | Merge pull request #13809 from AriDEV/6.x | joschiwald | |
| Server/PacketIO: Currency Updates | |||
| 2015-01-02 | Server/PacketIO: Currency Updates | AriDEV | |
| * Update SMSG_SET_CURRENCY & SMSG_SETUP_CURRENCY Packets. * Update of Database Structure and SQLStatements for Currencies. Signed-off-by: AriDEV <aridev666@gmail.com> | |||
| 2014-12-31 | Core/Achievements: Enabled saving progress and converted old saved data | Shauren | |
| 2014-12-28 | SQL: Sync auth base | Vincent-Michael | |
| 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-27 | Core/RBAC: Add two side trade to RBAC | mthsena | |
| (cherry-picked from commit 3ee2f0d2bf9d5f859c8022ca49f1889c35584ffe) | |||
| 2014-12-25 | Core/DataStores: Moved broadcast_text handling to DB2Storage | Shauren | |
| 2014-12-23 | Core/Items: Updated item stat calculations | Shauren | |
| * Implemented item modifiers * Implemented item bonuses | |||
| 2014-12-20 | DB/BattleNet: Update wow build to 19342 | Vincent-Michael | |
| 2014-12-19 | Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spells | Shauren | |
| 2014-12-10 | Core/RBAC: Allow setting different default security level roles to different ↵ | Nyeriah | |
| realms (cherry picked from commit c79af3f16f84d0d26bd69b5d06dd8754643ddc7f) | |||
| 2014-12-05 | DB/BattleNet: Update wow build to 19243 | Vincent-Michael | |
| 2014-11-25 | DB/Schema/Auth: Also change `battlenet_accounts`.`os` to varchar(4) | Nayd | |
| Ref 59bb9c20f345544310369f3074fd0e716cc8092c | |||
| 2014-11-23 | DB/Schema/Auth: Change `account`.`os` to varchar(4) | Nayd | |
| Windows and Mac 64 bit clients send "Wn64" and "Mc64", respectively, and that does not fit in a varchar(3) | |||
| 2014-11-12 | Core/Talents: | Intel | |
| Fixed SMSG_TALENTS_INFO packet Fixed talents saving to DB Renamed 'talent spec' to 'talent group' since this name was shadowing character specializations (and new name is correct according to JAM) Enabled loading of MinorTalent.dbc (will be used later) Added additional specialization check in LearnTalent | |||
| 2014-11-11 | Scripts/Commands: mod xp command | Heihachi | |
| Closes #13476 (cherry picked from commit 3e03e546d3106bf8930e30ab9c2008b0e696e125) Conflicts: sql/base/auth_database.sql src/server/scripts/Commands/cs_modify.cpp | |||
| 2014-11-10 | Core/Commands: implement .pvpstats command | DDuarte | |
| Shows number of battleground victories in the last 7 days Closes #13460 Conflicts: sql/base/auth_database.sql sql/updates/auth/2014_11_10_00_auth.sql src/server/game/Accounts/RBAC.h (cherry picked from commit fd0b96178174e624510a10f5bc27b60af406d901) | |||
| 2014-11-10 | SQL: Update auth_database.sql | DDuarte | |
| It was missing an update to realmlist.gamebuild | |||
| 2014-11-10 | Core/Commands: Battle.net account command changes | Shauren | |
| * All commands renamed from "battlenetaccount" to "bnetaccount" * bnetaccount create now also creates and links initial game account * Added new commands bnetaccount link/unlink to manage relations between existing accounts | |||
| 2014-11-09 | SQL: Updated the base build with changes in 2d74ee9141828721 | Kinzcool | |
| 2014-11-04 | SQL: Updated battlenet_components to current build | Shauren | |
| 2014-11-03 | Core/NetworkIO: implemented undelete opcodes and moved char create/delete ↵ | joschiwald | |
| packets to new packet classes | |||
| 2014-10-27 | SQL: Revert changes to dev/world_database.sql | DDuarte | |
| This file should only be updated in TDB releases. Fixes Travis 'build' | |||
| 2014-10-26 | SQL: Changed creature_template.family to be unsigned | Shauren | |
| 2014-10-26 | Misc: Fixed sql import, added new changes to world_database.sql, removed ↵ | Shauren | |
| duplicate definition of ObjectGuidGenerator<HIGHGUID_PET> | |||
| 2014-10-26 | Core/Entities: Changed object lowguid to uint64 | Shauren | |
| 2014-10-25 | Fixed SQL typo in characters_database.sql | marc0303 | |
| 2014-10-25 | Core/Guilds: Fifth part of converting int to bigint guids in database | Shauren | |
| 2014-10-24 | Core/Entities: Fourth part of converting int to bigint guids in database | Shauren | |
| 2014-10-23 | Core/Entities: Third part of converting int to bigint guids in database | Shauren | |
| 2014-10-23 | Core/Entities: Second part of required database changes for migrating guids ↵ | Shauren | |
| to 128 bit - all fields storing lowguid must be extended to uint64 | |||
| 2014-10-23 | Core/Entities: First step to 128 bit guids | Shauren | |
| * Database fields storing full guid have been converted to BINARY(16) | |||
| 2014-10-20 | Core/Entities: First part of required database changes for migrating guids ↵ | Shauren | |
| to 128 bit - all fields storing lowguid must be extended to uint64 | |||
| 2014-10-20 | Merge pull request #13361 from Sovak/602 | Shauren | |
| Core/NetworkIO: *Fixed basic auth packets | |||
| 2014-10-20 | DB: Move hotfixes_database.sql to the /dev folder (just like world) | DDuarte | |
| 2014-10-19 | DB: Create hotfixes_database.sql file and update .travis.yml to import hotfixes | DDuarte | |
| Note: hotfixes_database.sql will be empty until the next TDB release And here's a friendly reminder that trinity now uses 4 DBs: characters, auth, world and hotfixes | |||
| 2014-10-19 | Core/NetworkIO: *Fixed basic auth packets | Sovak | |
| Fixed basic character packets Nulled all opcodes Thanks to @Shauren for pointing some derps out Signed-off-by: Sovak <sovak007@gmail.com> | |||
| 2014-10-19 | Merge remote-tracking branch 'origin/4.3.4' into 6.x | DDuarte | |
| 2014-10-19 | Merge remote-tracking branch 'origin/3.3.5' into 4.3.4 | DDuarte | |
| Conflicts: sql/base/auth_database.sql src/server/game/Instances/InstanceScript.h src/server/scripts/Northrend/isle_of_conquest.cpp src/server/shared/Database/Implementation/LoginDatabase.cpp src/server/shared/Database/Implementation/LoginDatabase.h | |||
| 2014-10-18 | Scripts/Commands: Implement mutehistory command for GM's with requested ↵ | Heihachi | |
| improvements Closes #13350 | |||
| 2014-10-18 | Scripts/Commands: Implement commands to set and get boss states during run time | Nyeriah | |
| Closes #13186 | |||
| 2014-10-18 | Core/Quest: implement Quest Tracker | ShinDarth | |
| 2014-10-18 | Merge branch '4.3.4' of https://github.com/TrinityCore/TrinityCore into 6.x | Shauren | |
| Conflicts: dep/PackageList.txt src/server/bnetserver/Packets/WoWRealmPackets.cpp src/server/bnetserver/Server/Session.cpp | |||
| 2014-10-13 | Battle.net: Implemented cache stream items | Shauren | |
| 2014-10-04 | Core/Authserver: Updated battle.net structures to 6.0.2.18973 | Shauren | |
