Commit Graph

121 Commits

Author SHA1 Message Date
Kitzunu
fc45c954b9 fix build 2021-08-22 20:49:38 +02:00
Kitzunu
ebefaa166f refactor: MonsterText method AzerothCore 2021-07-16 20:12:11 +02:00
Rochet2
b824e9d186 Merge pull request #369 from r-o-b-o-t-o/add-setincombatwith
Add Unit::SetInCombatWith()
2021-06-05 13:58:48 +03:00
Kitzunu
d008733840 Merge branch 'master' into VisitNearbyObject 2021-06-03 05:36:49 +02:00
Axel Cocat
a563fdbfa0 fixed doc for SetInCombatWith 2021-06-01 00:22:28 +02:00
Axel Cocat
a7b3b4293a fixed doc for SetInCombatWith 2021-06-01 00:21:14 +02:00
Axel Cocat
2cba3b8fe6 fixed doc for SetInCombatWith 2021-06-01 00:19:30 +02:00
Axel Cocat
b87a76bf55 add SetInCombatWith 2021-06-01 00:12:27 +02:00
Kitzunu
2a859a655c chore: AzerothCore Cell::VisitAllObjects 2021-05-30 05:04:43 +02:00
Kitzunu
38bb4d8531 chore(Misc): acore -> Acore 2021-05-26 22:48:59 +02:00
UltraNix
c4383324fb Implemented ObjectGuid support for AzerothCore. 2021-04-21 19:55:37 +02:00
Rochet2
a143a65c19 fix fatal warning (#337) 2020-10-29 01:44:36 +02:00
Foereaper
b6a450569e Required changes for latest TC 2020-09-12 15:44:02 +02:00
RedSkull-666
dee2d51884 Update UnitMethods.h 2020-02-24 18:28:02 +01:00
vhiperdev
69f74efd1b Acore - rename namespaces and macros to acore
Fix Mod Eluna
2019-12-02 02:17:27 -03:00
Rochet2
7e41c418bc Fix TC build 2019-07-04 21:19:30 +03:00
Stoabrogga
6f28bd9c64 fix some compiler warnings about unused variables 2019-04-03 09:17:24 +00:00
Rochet2
eafc146405 Fix TC build 2018-09-08 21:24:46 +03:00
Grymskvll
3db9e63bd9 Fixed player:HasTalent, changed unit:GetCreatureType description, added creature:GetCreatureFamily 2018-06-09 16:56:07 +02:00
ayase
9b5499db9c AZEROTHCORE compatibility (#271)
* Done Compatible AZEROTHCORE.

* Fix TC build

* Try fix whitespace (trailing and tabs2spaces)

* Remove undefs and TC_LOG defines

* Revert indentation change

* Indentation and style change

* Add more possible SQL types to query

* change bg hooks OnBGEnd parameter type.
2018-06-06 18:42:46 +03:00
Rochet2
2cedb8c5af Fix TC build after 982643cd96 2018-06-05 21:09:42 +03:00
ConradBunton
9da01ca767 Update UnitMethods.h
GetPowerType / SetPowerType typo fix
2018-03-08 16:40:29 +01:00
Rochet2
100192d6ec Fix TC after 1826437c09 2018-02-16 19:39:02 +02:00
Rochet2
751432b2ea Fix TC build after cb9e72e521 2018-01-14 22:14:13 +02:00
Rochet2
758aff6fe7 Fix TC build after 3b01cccd7e 2018-01-14 21:50:53 +02:00
Rochet2
5b9743025b Fix TC build, remove GetCombatTime 2018-01-06 00:28:30 +02:00
Rochet2
28e2497afa Change TC DBC spell entry checks to spellinfo checks (see cs_cast.cpp) 2018-01-01 19:42:49 +02:00
Rochet2
92f4783af2 Fix TC build after 6113b9dec2 and d507a7e338 2018-01-01 18:32:44 +02:00
Rochet2
c6b9d7364c Fix mangos one build 2017-09-30 18:02:21 +03:00
Rochet2
cd5a555225 Fix mangos build 2017-09-29 01:00:03 +03:00
Rochet2
fad53ae637 Add world object methods 2017-09-28 23:45:41 +03:00
Rochet2
093b5d82fa Implement get class mask and get race mask 2017-07-26 23:17:49 +03:00
Rochet2
0cba9fc4c3 Change SetPower arguments
Add modify power
https://github.com/ElunaLuaEngine/Eluna/issues/189
2017-07-19 19:53:18 +03:00
Rochet2
6641f4a204 Fix build after e2a1ccd118 2017-07-02 23:04:58 +03:00
Rochet2
f1117fc2d8 Fix TC build 2017-06-24 23:22:43 +03:00
Rochet2
839d3df8f6 Fix TC build 2017-04-29 20:48:07 +03:00
Rochet2
00eef91aa2 Fix clang warnings about variable usage 2017-04-13 00:51:17 +03:00
Rochet2
cc2037461c Optimize table usage in methods 2017-03-19 16:27:46 +02:00
Rochet2
b7c379a42c Change Eluna to a global variable
Remove Eluna* from being passed. You can now get it through Eluna::GetEluna(L)
Change function call cleanup to lua_settop instead of manual loop
Explicitly delete the copy constructor and copy assignment operators
2017-03-19 15:48:48 +02:00
Rochet2
a4a6ee2233 Add requested changes to support future MaNGOS wotlk build 2017-02-16 18:15:38 +02:00
Rochet2
6ca6f90f67 Revert "Fix cmangos classic build"
This reverts commit 57214b69c7.
2017-01-02 13:13:12 +02:00
Rochet2
57214b69c7 Fix cmangos classic build 2016-12-16 20:02:52 +02:00
Rochet2
fba5392f63 Fix cmangos build 2016-12-16 19:26:32 +02:00
Rochet2
0e78349861 Fix cmangos wotlk build 2016-12-16 18:44:25 +02:00
Rochet2
67ea403f10 Fix cmangos (classic) build 2016-11-27 20:53:42 +02:00
Rochet2
2694720b1a Fix TC build 2016-11-19 20:27:57 +02:00
Rochet2
eb4eeecb62 Fix CalcAbsorbResist after d3a71a8338 2016-10-29 17:08:20 +03:00
Rochet2
dec6c45d35 Fix TC build 2016-10-07 21:39:40 +03:00
Rochet2
1fd743a563 remove old setphasemask function for units 2016-08-10 19:24:27 +03:00
Rochet2
aac1d4b015 Fix TC build 2016-04-24 17:08:37 +03:00