| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-13 | Common: Use cstdlib instead of stdlib.h. | Marco Ebert | |
| 2017-05-13 | Fix non-PCH build. | Marco Ebert | |
| Your ad here. | |||
| 2017-05-13 | Core/Shared: Include cleanup | Shauren | |
| 2017-05-11 | Core/Common: Include cleanup | Shauren | |
| 2017-05-06 | Fix non-PCH build. | Gacko | |
| What else? | |||
| 2017-05-05 | Fixed warning | joschiwald | |
| 2017-05-05 | Core/Collision: Replaced phasemask with proper phases in GameObject ↵ | joschiwald | |
| collision calculation | |||
| 2017-04-27 | Core/Tools: MapId can have 4 digits | joschiwald | |
| Note: Re-extracting any maps is NOT required. | |||
| 2017-04-20 | Build: Fixed build with boost 1.64 | vincent-michael | |
| 2017-04-17 | Warning fix | Shauren | |
| 2017-04-17 | Core: Updated GameTables to 7.2.0 | Shauren | |
| Tools/Extractors: Updated to 7.2.0 Tools/ConnectionPatcher: Updated patterns to 7.2.0 Supported version is now 7.2.0.23911 | |||
| 2017-04-06 | Core/DataStores: Updated db2 structures to 7.2.0 | Shauren | |
| 2017-03-23 | Core/Utilities: Rename RandomResizeList->RandomResize as it is no longer ↵ | Shauren | |
| restricted to a list * Also fix gcc build | |||
| 2017-03-21 | Core/Utils: Changed all Trinity::Containers utilities to work on all ↵ | Shauren | |
| container types (including arrays where it makes sense) * Added MapGetValuePtr to allow writing `if (Val* v = MapGetValuePtr(map, key))` * Added utility IteratorPair class with begin/end methods and MapEqualRange for use in range for syntax with multimaps | |||
| 2017-03-08 | Core/DataStores: Refactor DB2 loaders to be reusable by extractors | Shauren | |
| 2017-03-04 | Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ ↵ | Shauren | |
| to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib) | |||
| 2017-02-26 | Common/Utilities: More std::chrono overloads for EventMap. Specifying 2 ↵ | treeston | |
| std::chrono types now gives you a random (to milliseconds) time in that interval (inclusive) for (Re)ScheduleEvent. (cherry picked from commit 2174c5d7dd9669384b2e68b8b406a3173042d7d9) | |||
| 2017-02-26 | Core/DataStores: Fixed Meta->Types/TypesString mixup causing crashes when ↵ | Shauren | |
| trying to send hotfix for nonlocalized string Closes #18882 (for real this time) | |||
| 2017-02-18 | Fixed build and typo | joschiwald | |
| 2017-02-17 | Core/Misc: Added missing include | joschiwald | |
| 2017-02-17 | Scripts/Command: Fixed phases output in .pinfo command | joschiwald | |
| Closes #19144 | |||
| 2017-02-12 | Tools/MMapGenerator: Avoid saving uninitialized padding bytes to disk | jackpoz | |
| Initialize padding bytes in MmapTileHeader struct to avoid saving uninitialized data to disk, causing issues when binary-comparing *.mmtile files. (cherry picked from commit 2585c62e6fc8925bb74160fb9b24fb1d361a8b2c) | |||
| 2017-01-17 | Build fix | Shauren | |
| 2017-01-17 | Fix static analysis issues | Shauren | |
| CID 1291964 CID 1292775 | |||
| 2017-01-04 | Core/SpellScripts: Added some const correctness | joschiwald | |
| 2017-01-01 | Update copyright note for 2017 | vincent-michael | |
| Happy new year | |||
| 2016-12-29 | Dep: Update fmt (cppformat) to 3.0.1 ↵ | DDuarte | |
| https://github.com/fmtlib/fmt/commit/7fa8f8fa48b0903deab5bb42e6760477173ac485 Also renamed cppformat to fmt | |||
| 2016-12-24 | Core/Logging: Fix static analysis issue | Shauren | |
| CID 1367942, 1367944, 1367953,1367955,1367957, 1367958, 1367960, 1367961, 1367962, 1367964 | |||
| 2016-12-10 | Core/Misc: Added regex compatibility layer to fall back to boost::regex for ↵ | Shauren | |
| really old compiler | |||
| 2016-12-04 | Correct Nav type for WMO objects (#18364) | zori | |
| * Tools/MMaps: Correct liquid type for WMO objects * MMaps: Update version to 6 (cherry picked from commit 0df0cb30ca9de2015ec774e50bb69337382576d3) | |||
| 2016-12-03 | Fix typo in VMap BIH generation (#18297) | Aokromes | |
| Fix typo in VMap BIH generation By zorix (cherry picked from commit 2402f476424531a175d9a016f433321f00608501) Core/Maps: bumping Vmap version after 2402f476424531a175d9a016f433321f00608501 Re-extracting vmaps is required (cherry picked from commit ec9a8345a49938ddd9d42e9fdf7053ac25477b4d) Core/Map: missing file change in last commit (cherry picked from commit 881cd78ae32d8078e247f64a73c651959a76e746) | |||
| 2016-11-28 | Core/Debugging: Partially revert e0fb4445cd2f5f4bb94ea23122548debddc41ba6, ↵ | Shauren | |
| the cmake hack to build wheaty directly into executable is still needed as it is impossible to have it initialize before every other static variable when it resides in dll (dynamic linking only) | |||
| 2016-11-28 | Core/Debugging: Added wheaty everywhere and modified it to always reliably ↵ | Shauren | |
| report issues during static initialization | |||
| 2016-11-20 | Core/Auras: Rewritten conditionally applying ↵ | Shauren | |
| SPELL_AURA_MOD_WEAPON_CRIT_PERCENT, SPELL_AURA_MOD_DAMAGE_DONE and SPELL_AURA_MOD_DAMAGE_PERCENT_DONE auras * Now the entire aura is removed when changing equipment * All aura types can now depend on equipped items | |||
| 2016-11-14 | Shared/Metric: Initial support for tag value escaping | jackpoz | |
| Fix #18175 (cherry picked from commit 189edc0f23a2935747eb5eb3555607f4edc15480) | |||
| 2016-11-14 | Core/ScriptMgr: use vector instead of list to contain Spell and Aura scripts ↵ | ariel- | |
| and hooks (cherry picked from commit cbb5c073ceb951fa138bb05b55de8b21ffd83063) | |||
| 2016-10-26 | Core/DataStores: Removed the need to edit DB2Metadata automatically ↵ | Shauren | |
| generated to account for non-localized string fields | |||
| 2016-10-22 | Build fix | Shauren | |
| 2016-10-20 | Tools: Automatically create directories for tools (#17971) | keke222 | |
| 2016-10-09 | Core/DataStores: Fixed loading signed db2 fields | Shauren | |
| 2016-09-01 | Core/Random: Remove no longer needed hack for VS 2013 | Shauren | |
| 2016-08-29 | Core/Define: Remove the conditional macro for constexpr. | Naios | |
| * Not needed anymore since the requirements were raised to MSVC 2015. (cherry picked from commit da3c03a48bdf0ef4add6aa1f718ca761afeaebbb) | |||
| 2016-08-29 | Core/Common: Correct the linking of localeNames | Naios | |
| (cherry picked from commit 13e5817417f48374ff460c5ccdc5f149a1ae8791) | |||
| 2016-08-06 | Common/Utilities: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-08-04 | Common/Logging: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-08-04 | Core/Crash reporting: Better handle max nesting level setting | jackpoz | |
| Fix wheaty exception report counting reference symbols as 2 nesting levels, not logging child objects in some cases, i.e. spell id in SpellEvent crash. (cherry picked from commit 284dd6b80d79f5691c82eda848c7474c5b87cfd9) | |||
| 2016-08-04 | Common/Crypto: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-08-03 | Common/Crypto: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Code functionality shouldn't have been modified. | |||
| 2016-08-03 | Common/Maps: Reduce differences between 3.3.5 and 6.x branches | jackpoz | |
| Partially port 1347d7cf7a8656f3db9d8b2f6e6d955e1fa8c129 too | |||
| 2016-08-02 | Core/Misc: remove unused function prototype | ariel- | |
| (cherry picked from commit 2efd40b8049efc4c35622a7997cc47b10b468b4d) | |||
