Foereaper
850be61d97
Fix GetAITargets and GetAITargetsCount for TC
...
These really need to be rewritten at some point, define hell
2021-11-23 00:56:26 +01:00
Kitzunu
60d943f23b
fix: Azerothcore mgr rename
2021-09-15 02:59:37 +02:00
Tikki
6f1e553c83
fix(CreatureMethods.h): Added Trinity/AzerothCore guards to SetReactState
...
Signed-off-by: Tikki <oliver.m.m@hotmail.com >
2021-05-28 14:50:03 +02:00
Tikki
68b5ffcf4b
feat(CreatureMethods.h): Added SetReactState(x)
...
Signed-off-by: Tikki <oliver.m.m@hotmail.com >
2021-05-28 14:46:53 +02:00
Rochet2
59574c186e
Update CreatureMethods.h
2021-05-23 23:45:54 +03:00
xIvan0ff
c2bbe07163
SetRegenerateHealth only for AC/TC
2021-05-23 14:56:39 +03:00
xIvan0ff
fa6fc881e6
Getter added & Extra Code Cleanup
2021-05-23 00:17:50 +03:00
xIvan0ff
564b6b8b17
Fix for TC
2021-05-20 12:51:03 +03:00
xIvan0ff
74afaebb49
Implement: Creature:SetRegeneratingHealth
2021-05-19 00:51:50 +03:00
UltraNix
c4383324fb
Implemented ObjectGuid support for AzerothCore.
2021-04-21 19:55:37 +02:00
Rochet2
ca5f1bb59d
Merge pull request #354 from BuildingOutLoud/Add-Creature-GetExtraFlags
...
Add Creature GetExtraFlags()
2021-04-16 23:37:52 +03:00
BuildingOutLoud
df3c7b4be6
Add GetExtraFlags
2021-04-16 12:52:08 -06:00
BuildingOutLoud
7b24c69f93
Only allow IsDungeonBoss for TC/AC
2021-04-16 10:28:11 -06:00
BuildingOutLoud
88bc259151
Update IsDungeonBoss for Mangos
2021-04-13 11:49:36 -06:00
BuildingOutLoud
687c9585e3
Add IsDungeonBoss
2021-04-13 09:28:42 -06:00
Rochet2
5f28a2fc82
Fix most CI problems ( #328 )
...
Thanks to H0zen at 23daeb6a0d for helping comments.
2020-09-15 21:38:35 +03:00
Foereaper
23daeb6a0d
Quick fix for GetAITarget, this really should be cleaned up
2020-09-12 18:23:27 +02:00
Foereaper
b6a450569e
Required changes for latest TC
2020-09-12 15:44:02 +02:00
Kitzunu
243cdf98f4
Update CreatureMethods.h
2020-04-10 00:14:12 +02:00
Kitzunu
2b031bdea6
Update CreatureMethods.h
2020-04-09 19:56:31 +02:00
Rochet2
f50d94b4a8
Fix TC build
2020-02-20 01:23:21 +02:00
Stoabrogga
5d057b01eb
fix some compiler warnings about unused variables, part 2
2019-04-05 08:52:16 +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
antz
c2f2dd566c
Add Mangos Four support
2018-03-28 19:36:45 +01:00
Rochet2
7d3ba514f2
Fix TC build
2018-01-27 17:26:41 +02:00
Rochet2
5b9743025b
Fix TC build, remove GetCombatTime
2018-01-06 00:28:30 +02:00
Rochet2
e2054785d0
Fix TC build
2017-11-08 22:03:31 +02:00
Rochet2
06384d1f3a
Revert GetAITarget changes
2017-09-29 00:43:13 +03:00
Rochet2
de4f4276ac
Remove CanRegenerateHealth method
2017-08-27 14:58:19 +03:00
Rochet2
70b0e3219c
Fix travis warning
2017-08-06 21:31:35 +03:00
Rochet2
897bf79854
Swap enable/disable logic for SetDisableGravity
2017-07-20 22:52:01 +03:00
Rochet2
6641f4a204
Fix build after e2a1ccd118
2017-07-02 23:04:58 +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
67ea403f10
Fix cmangos (classic) build
2016-11-27 20:53:42 +02:00
Rochet2
2fce645b7e
new year
2016-01-05 20:19:47 +02:00
Rochet2
c94ef51cbe
Remove DeleteBonesFromWorld method from corpse and fix build for TC
2015-11-09 17:56:17 +02:00
Rochet2
8daaf04994
Fix TC build
2015-09-24 11:48:07 +03:00
Tommy
9d9e72e598
Updated method documentation and cleaned up
...
Method documentation should be completed. Only thing left now is polishing up (fixing typos, update wording, add enumerator data to method documentation that doesn't have it, etc)..
Cleaned whitespaces
Corrected/Fixed up some comments
Removed all known documented method comments in LuaFunctions.cpp. Commented out methods are now marked as undocumented until they are uncommented & documented in their respective header files.
Removed 'Getter, Setter, Boolean, Other' comments in method files
Documented VehicleMethods, the rest of PlayerMethods, UnitMethods, CreatureMethods and GuildMethods.
Refer to #101 for more information
2015-09-16 04:14:32 -04:00
Rochet2
8fdd75cf4e
Add inheritance comments
2015-07-08 11:09:20 +03:00
Rochet2
02c7a06410
Add GetDBTableGuid method
2015-07-05 10:03:05 +03:00
Rochet2
3aa6d0544b
Fix TC compile
2015-06-04 12:30:43 +03:00
Rochet2
f3cd70c401
Enhance documentation
...
fix [] errors in types
fix int not set as basetype
add generated date to bottom of page
Rename Crates to All Classes and remove it from the class view
2015-05-10 01:43:32 +03:00
Rochet2
564cf2b15b
Add quest add and remove commands and make questcomplete try satisfy the requirements and act like quest complete command. Merge SetLevel and GiveLevel for player methods.
2015-05-02 02:07:50 +03:00
Tommy
803a835668
Happy New Year 2015
2015-01-01 13:59:33 -05:00
Patman64
bb0204a530
Improve description of Creatures in documentation.
2014-12-21 22:06:30 -05:00
Rochet2
7671054425
Eluna fix TC errors from previous commits, fix merge and fix a crash on osx
2014-12-15 23:25:09 +02:00
Patman64
967a8045eb
Fix calling Eluna functions from coroutines.
...
Fixes #126 .
2014-12-15 00:33:46 -05:00