| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-11 | Core/Log: Fix some issues detected by static analysis. | Naios | |
| * Either inefficient or wrong usage of string::find(). string::compare() will be faster if string::find's result is compared with 0, because it will not scan the whole string. If your intention is to check that there are no findings in the string, you should compare with std::string::npos. * C-style pointer casting detected. C++ offers four different kinds of casts as replacements: static_cast, const_cast, dynamic_cast and reinterpret_cast. | |||
| 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-09 | CMake: Remove unused source reference | leak | |
| 2015-03-08 | Core/Misc: Cleaned up data truncation warnings | Shauren | |
| 2015-03-08 | Core/Spells: Implemented multiple spell power costs | Shauren | |
| 2015-03-06 | Core/DataStores: Added an extra safeguard for loading db2 hotfix locale ↵ | Shauren | |
| tables - invalid row will no longer cause crashes | |||
| 2015-03-06 | Core/Player: fixed some leftovers in db after player delete | joschiwald | |
| * character_arena_stats * character_battleground_random * character_cuf_profiles * character_currency * character_stats * character_void_storage | |||
| 2015-03-04 | Core/Crypto: Fixed output of BigNumber::AsByteArray when generated array is ↵ | Shauren | |
| shorter than requested size (cherry picked from commit e52b46abba9250c611312a891fda0adaccce0f0c) | |||
| 2015-03-04 | Core/DataStores: Updated dbc structures to 6.1 | Shauren | |
| 2015-03-04 | Core/DataStores: Made prepared statement index argument for DB2Storage ↵ | Shauren | |
| constructor required | |||
| 2015-02-25 | Core/DataStores: Fixed out of bounds array access in DBStorageIterator | Shauren | |
| 2015-02-24 | Core/PacketIO: Removed timezone adjustments from ReadPackedTime - player's ↵ | Shauren | |
| session timezone offset should be used there, not server offset | |||
| 2015-02-22 | DB: Dropped unused tables | Shauren | |
| 2015-02-22 | Core/DataStores: Added iterator class for DBCStorage and DB2Storage | Shauren | |
| 2015-02-22 | Core/DataStores: Added tables for all loaded DB2 stores | Shauren | |
| 2015-02-22 | Shared/Database: Improve dead-lock error handling | jackpoz | |
| Improve dead-lock error handling by making sure only 1 thread at time retries to execute a transaction so they don't keep dead-locking each other. (cherry picked from commit 62001360dd1d08b2f33fba0f20425867b1b0a069) | |||
| 2015-02-17 | Core/Spells: Cooldown updates | Shauren | |
| * Refactored cooldown handling to separate class shared by creatures and players * Updated and enabled cooldown packets * Implemented creature school lockouts * Implemented spell charges * Fixed AuraUpdate structure * Fixed aura flag AFLAG_NOCASTER handling * Implemented spell charge related auras | |||
| 2015-02-13 | Core/Guild: Updated and enabled most previously implemented guild and ↵ | Mogadischu | |
| petition related packets Merged from https://github.com/Mogadischu/TrinityCore/commits/guild Signed-off-by: Duarte Duarte <dnpd.dd@gmail.com> | |||
| 2015-02-08 | Core/Items: fixed AuctionHouse and GuildBank items from DB | joschiwald | |
| 2015-02-08 | Core/Packets: updated some contactlist packets | joschiwald | |
| 2015-02-07 | Core/Packets: Implement all mail system relevant packets | Carbenium | |
| Thanks @joschiwald, @DDuarte and @Warpten | |||
| 2015-02-04 | Core/Misc: Update outdated license header files | Noffearr | |
| Ref #14028 | |||
| 2015-02-04 | Fix build | Nayd | |
| (cherry picked from commit c66bd709f1c58303aca39b8f43ac57379079882d) | |||
| 2015-02-04 | Shared/Database: Fix transactions not being recommitted on dead-lock error | jackpoz | |
| Fix transactions not being recommitted on dead-lock error (error code 1213) because of calling http://dev.mysql.com/doc/refman/5.0/en/mysql-errno.html after sending the ROLLBACK command. This way the returned error code was related to the ROLLBACK command, not the failed transaction. (cherry picked from commit d4db0c15c7e59f7139619720be3c26a48e6ff259) | |||
| 2015-02-02 | Core/PacketIO: Fixed SMSG_DB_REPLY structure | Shauren | |
| 2015-01-31 | Core/Misc: Properly sanitize ReputationSpillover data | jackpoz | |
| Fix an issue added in 024b57bb74a664cd515cf0822d4b8e939a91fe03 that didn't properly skip ReputationSpillover rows with invalid data. Fix also a static analysis issue reported by Coverity. | |||
| 2015-01-30 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix some static analysis issues reported by Coverity | |||
| 2015-01-20 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix some static analysis issues reported by Coverity | |||
| 2015-01-18 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix some static analysis issues reported by Coverity | |||
| 2015-01-18 | Core/Misc: Fix static analysis issues | jackpoz | |
| Fix some static analysis issues reported by Coverity | |||
| 2015-01-17 | Core/Commands: Added "createGameAccount" argument to .bnetaccount create ↵ | Shauren | |
| command (default true) to opt out of creating the initial game account | |||
| 2015-01-17 | Build fix | Shauren | |
| 2015-01-17 | Core/DataStores: Optimized memory usage for DB2Storage | Shauren | |
| 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> | |||
| 2015-01-01 | Core/PacketIO: Removed SMSG_DESTROY_OBJECT from opcodes enum | Shauren | |
| 2015-01-01 | Update copyright note for 2015 | Vincent-Michael | |
| Happy new year | |||
| 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-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 | Shared/Networking: Fix buffer overflow in Socket handling | jackpoz | |
| Fix a buffer overflow caused by Boost trying to store too much data in a buffer too small. (cherry picked from commit cdf6c884624be33b5782bcca0e206e5c291a517b) | |||
| 2014-12-27 | Fix non pch build | Gacko | |
| 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 | Core/DataStores: Moved broadcast_text handling to DB2Storage | Shauren | |
| 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 | Core/DBLayer: Removed a few old authserver prepared statements | Shauren | |
| 2014-12-23 | Core/Items: Updated item stat calculations | Shauren | |
| * Implemented item modifiers * Implemented item bonuses | |||
| 2014-12-23 | Core/Packets: moved chat packet building function to packet builder class | joschiwald | |
