neltharionorg
29f4a1e090
Import uptime table and feature from TC ( #717 )
2017-12-04 23:57:42 +01:00
Kaev
7a6c6315b8
Realmlist returns 0 instead of 1 characters after you deleted all characters ( #724 )
2017-12-04 22:08:26 +01:00
Rochet2
069bdf280f
Core/Build: Never overwrite the msvc cxx flags in the cache ( #715 )
...
* 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 22:04:51 +01:00
Yehonal
f669732d19
Allow near commands to list only object of your current phase
2017-11-19 16:24:57 +01:00
sucofog
e772b08c68
Update Vmaps | Mmaps | Recastnav and fixed FleeingMovement
...
- 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-11-14 15:14:43 +01:00
Yehonal
ac0e8438f9
Fixed a warning on windows
2017-10-12 16:17:07 +02:00
Yehonal
dcdddf658b
Fixed warnings when EXTRA_LOGS are off
2017-09-25 10:58:29 +02:00
Yehonal
973259925b
Fixed PCH compilation and gcc warnings fixed
...
+ removed some useless warning suppressions
2017-09-21 11:53:02 +02:00
Yehonal
84d6011a3d
Fixed some variable/parameters type issues
2017-09-18 19:35:32 +02:00
Yehonal
5ec07ef31f
Removed more warnings, mostly related to unused-variable
...
issue #121
We still have to work on unused-parameter
2017-09-18 03:16:32 +02:00
Yehonal
3dde305068
Core: step 1 - starting to fix core warnings
...
expecially from headers and some cpp files
Scripts and tools in next steps
2017-09-16 13:47:19 +02:00
Yehonal
69d35aed10
Missing field on LOGIN_SEL_ACCOUNT_INFO_BY_NAME
2017-08-20 05:27:50 +02:00
Yehonal
c854b65882
Merge branch 'master' into master
2017-08-20 04:59:52 +02:00
Yehonal
0dd68dfbee
Another huge compilation fix
...
please delete cache and re-run cmake
2017-08-20 04:48:07 +02:00
Yehonal
c1586e0d99
changed DISABLED_ cmake variable to ENABLED_ and implemented for all disabled logs
2017-08-19 19:42:48 +02:00
Nefertumm
c599c7e42e
Tabs
2017-06-30 16:56:29 -03:00
Nefertumm
9d2484bfc7
Implement ip2nation and ip2nationCountries
2017-06-30 01:54:22 -03:00
Yehonal
b522a0cb72
Implemented gperftools support
...
it allows you to profile cpu/memory under unix systems
2017-03-26 01:09:42 +01:00
Iny
a655ddcbc0
Core/Tools: Fix compilation of tools under windows ( #312 )
2017-01-06 13:36:09 +01:00
sucofog
09419e53b8
Core/Text: Add support for BroadcastTextID in creature_text table. ( #265 )
2016-12-02 11:30:39 +01:00
Shin
81b195099b
DB/World: move questItem* fields to *_questitems tables ( #249 )
2016-11-25 20:23:44 +01:00
Yehonal
d53b5522f9
Updated ScriptMgr with new function to favorite transmog module
2016-11-17 10:28:08 +01:00
Blumfield
43ed51cadd
CMake: Added support for MySQL Server 5.7 ( #187 )
2016-10-29 18:17:58 +02:00
Yehonal
0eca04f18b
Core/Logging Fixed db logging clean timer
2016-09-24 14:45:57 +02:00
Yehonal
6966eba2bb
Core/Config Not initial conf files are optional now
2016-09-24 14:36:46 +02:00
Yehonal
3b2fb0949b
Core/Logging: Re-Implemented onChat scripting system
2016-09-24 14:36:21 +02:00
Yehonal
1f751abf25
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk.git
2016-09-04 10:45:51 +02:00
Yehonal
61a3d89030
Force to use external mysql lib instead of sources
...
Currently sources are not compiled on some VS
2016-09-04 10:44:38 +02:00
ShinDarth
e139de4a8a
Build/Clang: suppress logical-op-parentheses warnings
2016-09-04 10:18:38 +02:00
Yehonal
de714fdae7
moved GetDatabaseName under public to be used on API
2016-08-31 01:08:53 +02:00
Yehonal
1fb45c44ac
Restored db logging function
2016-08-31 01:08:47 +02:00
ShinDarth
0f30731133
Core/World: improved GetGlobalPlayer* methods
2016-08-29 00:15:37 +02:00
ShinDarth
9ac33ca092
Core/ObjectMgr: improved GetPlayerGUIDByName method + misc
2016-08-28 23:09:53 +02:00
ShinDarth
527bbf80d5
Build: fixed some warnings
...
- Closes #108
2016-08-26 14:24:27 +02:00
Yehonal
f424335767
removed -Wpointer-bool-conversion parameter from clang
...
Not compatible with clang-3.4 on ubuntu 14.04
2016-08-24 15:07:40 +02:00
ShinDarth
d538b86a47
Core/Chat: properly prevent crashes + cleaning (import from TrinityCore)
...
- Closes #111
2016-08-24 01:14:28 +02:00
Yehonal
85b8aa7ce8
Project restructuring [PART.3]
2016-08-23 13:30:41 +02:00
Yehonal
0355064321
Project restructuring [PART.2]
2016-08-23 12:11:46 +02:00
Yehonal
54bd100573
Project restructuring conforming to the new software layers [PART.1]
2016-08-22 12:47:57 +02:00