| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-05 | DB/Bnet: Fix typo in 663cff2195900fe4cf24473a25eec7613a163bd1 | Vincent-Michael | |
| 2015-09-05 | Core: Updated to 6.2.2.20444. | Shauren | |
| * This includes all known packet structures, nothing has been disabled. * worldserver still expects 6.2.0 DBC/DB2 files - do not reextract | |||
| 2015-08-26 | Core/Player: implemented Toybox | MitchesD | |
| * now you can use all the things in toybox - add new toys, set them as favorite and use them | |||
| 2015-07-29 | DB/BattleNet: Update wow build to 20338 | Vincent-Michael | |
| 2015-07-16 | DB/BattleNet: Update wow build to 20253 | Vincent-Michael | |
| 2015-07-14 | TDB 6.0.2 - 2015/07/14TDB6.02 | DDuarte | |
| 2015-07-08 | Core/Support: Drop parts of the support system since Blizz switched to a ↵ | Carbenium | |
| browser based ticket system | |||
| 2015-07-08 | DB/BattleNet: Update wow build to 20216 | Vincent-Michael | |
| 2015-07-06 | DB/BattleNet: Update wow build to 20201 | Vincent-Michael | |
| 2015-07-02 | DB: Updated build data to 20182 | Shauren | |
| 2015-05-02 | SQL: Update auth_database | Vincent-Michael | |
| 2015-05-02 | Core/Commands: Added .go quest command to teleport your character to first ↵ | Vincent-Michael | |
| quest poi | |||
| 2015-04-21 | Core/Player: Added character templates | Carbenium | |
| * Characters with predefined levels can be created * Avaiable factions and classes can be configured * Valid values for `factionGroup` in table `character_template_class` are 3 (Alliance) or 5 (Horde) * Added new permission RBAC_PERM_USE_CHARACTER_TEMPLATES - has to be set, to allow the usage of the templates Closes #13952 | |||
| 2015-04-11 | Core/Battle.net: Query optimizations part2 - made all queries asynchronous | Shauren | |
| 2015-04-11 | Core/Misc: | Vincent-Michael | |
| - Drop locales_npc_text - Update npc_text for WoD - Implemented Quest Greeting - Sync auth database | |||
| 2015-04-10 | Core/Misc: | Vincent-Michael | |
| - Update LocaleConstant enum - Update Quest locale system for WoD - Fix some rnd typo in quest template | |||
| 2015-04-08 | Core/Scenes: added .debug send playscene command for testing purposes | Rat | |
| 2015-04-06 | DB/BattleNet: Update to 6.1.2 19865 | Vincent-Michael | |
| 2015-04-04 | Update to 6.1.2 19831 | Carbenium | |
| 2015-03-29 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x | Rat | |
| Conflicts: src/server/game/Handlers/MiscHandler.cpp src/server/game/Server/Protocol/Opcodes.cpp | |||
| 2015-03-26 | Core/Misc: Update base stuff for V6.1.2 build 19802 | Carbenium | |
| 2015-03-24 | Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x | Rat | |
| Conflicts: src/server/collision/Management/MMapManager.cpp src/server/game/Conditions/ConditionMgr.cpp src/server/game/Conditions/ConditionMgr.h | |||
| 2015-03-21 | TDB 6.0.1 - 2015/03/21TDB6.01 | Nayd | |
| Closes #13816 Closes #13792 Ref #14139 | |||
| 2015-03-21 | Core/Updates: Add an automatic database update system. Automatically detects ↵ | Naios | |
| new and edited sql updates through file lists and hashing. Detects renames, deletes and is able to create and auto import full databases. * cleanups in main.cpp of world & bnetserver * refactoring in DatabaseWorkerPool.h & MySQLConnection.cpp Make sure you re-run cmake, because boost::iostreams was added as dependency. Maybe you need to install libboost-iostreams1.55-dev on unix as well. Import every update manual until (included) those INSERT IGNORE updates for each database. Thanks DDuarte and Shauren for your amazing ideas, help and advises. In hope that nobody gets a "Your database structure is not up to date..." anymore ,-) Signed-off-by: Naios <naios-dev@live.de> Signed-off-by: Nayd <dnpd.dd@gmail.com> | |||
| 2015-03-16 | Core/Phases: Ported new phasing system from 4.3.4 branch and fixed some map ↵ | Rat | |
| swap logic | |||
| 2015-03-10 | Core/Support: Update the support/ticket system to 6.x | Carbenium | |
| Core/Mail: fix a logic error introduced in 829e11b6623f967672143d79cd8d31772f54866d | |||
| 2015-03-01 | Core/Misc: Update base stuff for V6.1.0 build 19702 | Vincent-Michael | |
| 2015-02-22 | Core/Database: Removed locales_item from world database (use ↵ | Shauren | |
| item_sparse_locale in hotfixes database) | |||
| 2014-12-28 | Rename file | Nayd | |
| 2014-12-28 | DB/Auth: Add more locales to battlenet_components | Nayd | |
| Thanks @Luhzinha Closes #13800 | |||
| 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-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-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 | 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-09 | DB/Realmlist: Updated the required build to the actual base build | 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-26 | Core/Entities: Changed object lowguid to uint64 | Shauren | |
| 2014-10-20 | SQL: Removex 6x from file names | Shauren | |
| 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 | TDB 434.09 - 2014/10/19TDB434.09 | DDuarte | |
