Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-21 | Moved files after merging | Yehonal | |
2017-12-21 | Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk ↵ | Yehonal | |
into dir-restructure | |||
2017-12-04 | Import uptime table and feature from TC (#717) | neltharionorg | |
2017-12-04 | Realmlist returns 0 instead of 1 characters after you deleted all characters ↵ | Kaev | |
(#724) | |||
2017-12-04 | Core/Build: Never overwrite the msvc cxx flags in the cache (#715) | Rochet2 | |
* Setting all compiler flags in the cache led to circular bloating of msvc cxx parameters (was visible in console) which caused MSVC to rebuild the whole solution even on a small CMake change. It's not neccessary anyway to set the cxx parameters to the cache to take effect. * Cleaning the CMake cache is recommended! | |||
2017-12-04 | Missing jmalloc updates | Yehonal | |
2017-11-26 | Library Jemalloc updated to 5.0.1 (#721) | sucofog | |
2017-11-19 | Allow near commands to list only object of your current phase | Yehonal | |
2017-11-15 | Core-side part for recastnav upgrade: | sucofog | |
Corrected values, fixed compile, re-extraction of Mmaps it's required again, mmaps will be updated on wiki. | |||
2017-11-14 | Properly update Recastnav: | sucofog | |
The commit not contained the last updates, added them and correct CMakeLists include. MMaps re-extraction wil be REQUIRED. | |||
2017-11-14 | Update Vmaps | Mmaps | Recastnav and fixed FleeingMovement | sucofog | |
- Fixes getHeight collision (Map height is now calculated properly core-side, extraction of Maps, Vmaps is required) - Fixes invisible walls causing LoS errores and wrong pathing in some zones. - Mmaps update, padding is used, now to ensure proper binary-identical mmtiles - Updated Recastnav to work properly with new updates - Updated Area Storage - Implement Map out of Bound (players will pop on closest graveyard if out of bounds) - FleeingMovementGenerator updated, LoS calc to not go out of bounds or in/under textured when fleeing - Added command .mmap, port from TC (info about mmaps) | |||
2017-10-12 | Directory Structure [step 1]: moving files | Yehonal | |
working on #672 NOTE: This commit can't be compiled!! | |||
2017-10-12 | Fixed a warning on windows | Yehonal | |
2017-09-25 | Fixed warnings when EXTRA_LOGS are off | Yehonal | |
2017-09-21 | Fixed PCH compilation and gcc warnings fixed | Yehonal | |
+ removed some useless warning suppressions | |||
2017-09-18 | Fixed some variable/parameters type issues | Yehonal | |
2017-09-18 | Solved cmake D9025 issue with MSVC | Yehonal | |
2017-09-18 | uncommented releaseModelInstance to fix a warning | Yehonal | |
2017-09-18 | Removed more warnings, mostly related to unused-variable | Yehonal | |
issue #121 We still have to work on unused-parameter | |||
2017-09-16 | Core: step 1 - starting to fix core warnings | Yehonal | |
expecially from headers and some cpp files Scripts and tools in next steps | |||
2017-08-20 | Missing field on LOGIN_SEL_ACCOUNT_INFO_BY_NAME | Yehonal | |
2017-08-20 | Merge branch 'master' into master | Yehonal | |
2017-08-20 | Another huge compilation fix | Yehonal | |
please delete cache and re-run cmake | |||
2017-08-19 | changed DISABLED_ cmake variable to ENABLED_ and implemented for all ↵ | Yehonal | |
disabled logs | |||
2017-08-19 | Preprocessor option for logging functions (#567) | Yehonal | |
* Update showoptions.cmake * Update config.cmake.dist * Example of preprocessor usage Other work must continue for PR https://github.com/azerothcore/azerothcore-wotlk/pull/519 | |||
2017-06-30 | Tabs | Nefertumm | |
2017-06-30 | Implement ip2nation and ip2nationCountries | Nefertumm | |
2017-03-26 | implemented cmake options to disable extra features for performances ↵ | Yehonal | |
optimization can be easily extended to all features that can be optional but have high performance impact | |||
2017-03-26 | Implemented gperftools support | Yehonal | |
it allows you to profile cpu/memory under unix systems | |||
2017-01-06 | Core/Tools: Fix compilation of tools under windows (#312) | Iny | |
2016-12-02 | Core/Text: Add support for BroadcastTextID in creature_text table. (#265) | sucofog | |
2016-11-25 | DB/World: move questItem* fields to *_questitems tables (#249) | Shin | |
2016-11-17 | Updated ScriptMgr with new function to favorite transmog module | Yehonal | |
2016-10-29 | CMake: Added support for MySQL Server 5.7 (#187) | Blumfield | |
2016-09-24 | Core/Logging Fixed db logging clean timer | Yehonal | |
2016-09-24 | Core/Config Not initial conf files are optional now | Yehonal | |
2016-09-24 | Core/Logging: Re-Implemented onChat scripting system | Yehonal | |
2016-09-04 | Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk.git | Yehonal | |
2016-09-04 | Force to use external mysql lib instead of sources | Yehonal | |
Currently sources are not compiled on some VS | |||
2016-09-04 | Build/Clang: suppress logical-op-parentheses warnings | ShinDarth | |
2016-08-31 | moved GetDatabaseName under public to be used on API | Yehonal | |
2016-08-31 | Restored db logging function | Yehonal | |
2016-08-29 | Core/World: improved GetGlobalPlayer* methods | ShinDarth | |
2016-08-28 | Core/ObjectMgr: improved GetPlayerGUIDByName method + misc | ShinDarth | |
2016-08-26 | Build: fixed some warnings | ShinDarth | |
- Closes #108 | |||
2016-08-24 | removed -Wpointer-bool-conversion parameter from clang | Yehonal | |
Not compatible with clang-3.4 on ubuntu 14.04 | |||
2016-08-24 | Core/Chat: properly prevent crashes + cleaning (import from TrinityCore) | ShinDarth | |
- Closes #111 | |||
2016-08-23 | Compilation fix | Yehonal | |
2016-08-23 | Project restructuring [PART.3] | Yehonal | |
2016-08-23 | Project restructuring [PART.2] | Yehonal | |