summaryrefslogtreecommitdiff
path: root/modules/worldengine
AgeCommit message (Collapse)Author
2017-12-21Moved files after mergingYehonal
2017-12-21Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk ↵Yehonal
into dir-restructure
2017-12-04Import uptime table and feature from TC (#717)neltharionorg
2017-12-04Realmlist returns 0 instead of 1 characters after you deleted all characters ↵Kaev
(#724)
2017-12-04Core/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-04Missing jmalloc updatesYehonal
2017-11-26Library Jemalloc updated to 5.0.1 (#721)sucofog
2017-11-19Allow near commands to list only object of your current phaseYehonal
2017-11-15Core-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-14Properly update Recastnav:sucofog
The commit not contained the last updates, added them and correct CMakeLists include. MMaps re-extraction wil be REQUIRED.
2017-11-14Update Vmaps | Mmaps | Recastnav and fixed FleeingMovementsucofog
- 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-12Directory Structure [step 1]: moving filesYehonal
working on #672 NOTE: This commit can't be compiled!!
2017-10-12Fixed a warning on windowsYehonal
2017-09-25Fixed warnings when EXTRA_LOGS are offYehonal
2017-09-21Fixed PCH compilation and gcc warnings fixedYehonal
+ removed some useless warning suppressions
2017-09-18Fixed some variable/parameters type issuesYehonal
2017-09-18Solved cmake D9025 issue with MSVCYehonal
2017-09-18uncommented releaseModelInstance to fix a warningYehonal
2017-09-18Removed more warnings, mostly related to unused-variableYehonal
issue #121 We still have to work on unused-parameter
2017-09-16Core: step 1 - starting to fix core warningsYehonal
expecially from headers and some cpp files Scripts and tools in next steps
2017-08-20Missing field on LOGIN_SEL_ACCOUNT_INFO_BY_NAMEYehonal
2017-08-20Merge branch 'master' into masterYehonal
2017-08-20Another huge compilation fixYehonal
please delete cache and re-run cmake
2017-08-19changed DISABLED_ cmake variable to ENABLED_ and implemented for all ↵Yehonal
disabled logs
2017-08-19Preprocessor 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-30TabsNefertumm
2017-06-30Implement ip2nation and ip2nationCountriesNefertumm
2017-03-26implemented 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-26Implemented gperftools supportYehonal
it allows you to profile cpu/memory under unix systems
2017-01-06Core/Tools: Fix compilation of tools under windows (#312)Iny
2016-12-02Core/Text: Add support for BroadcastTextID in creature_text table. (#265)sucofog
2016-11-25DB/World: move questItem* fields to *_questitems tables (#249)Shin
2016-11-17Updated ScriptMgr with new function to favorite transmog moduleYehonal
2016-10-29CMake: Added support for MySQL Server 5.7 (#187)Blumfield
2016-09-24Core/Logging Fixed db logging clean timerYehonal
2016-09-24Core/Config Not initial conf files are optional nowYehonal
2016-09-24Core/Logging: Re-Implemented onChat scripting systemYehonal
2016-09-04Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk.gitYehonal
2016-09-04Force to use external mysql lib instead of sourcesYehonal
Currently sources are not compiled on some VS
2016-09-04Build/Clang: suppress logical-op-parentheses warningsShinDarth
2016-08-31moved GetDatabaseName under public to be used on APIYehonal
2016-08-31Restored db logging functionYehonal
2016-08-29Core/World: improved GetGlobalPlayer* methodsShinDarth
2016-08-28Core/ObjectMgr: improved GetPlayerGUIDByName method + miscShinDarth
2016-08-26Build: fixed some warningsShinDarth
- Closes #108
2016-08-24removed -Wpointer-bool-conversion parameter from clangYehonal
Not compatible with clang-3.4 on ubuntu 14.04
2016-08-24Core/Chat: properly prevent crashes + cleaning (import from TrinityCore)ShinDarth
- Closes #111
2016-08-23Compilation fixYehonal
2016-08-23Project restructuring [PART.3]Yehonal
2016-08-23Project restructuring [PART.2]Yehonal