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
Rochet2
ca52c49388
Fix TC build
2016-04-14 21:02:59 +03:00
Rochet2
0023631b74
Fix TC jump method
2016-03-11 23:37:38 +02:00
Rochet2
2fce645b7e
new year
2016-01-05 20:19:47 +02:00
Rochet2
969c0bbbfa
Fix documentation indentation and implement emote state method. Closes https://github.com/ElunaLuaEngine/Eluna/issues/181
2016-01-05 16:58:09 +02:00
Rochet2
086ad796fc
Add new methods. Closes https://github.com/ElunaLuaEngine/Eluna/pull/176 and https://github.com/ElunaLuaEngine/Eluna/issues/171
2016-01-05 16:42:29 +02:00
Rochet2
72d0f8f13a
Fix few typos in previous commit
2015-09-16 22:33:59 +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
2379c00711
Fix (c)mangos IsCasting and removefromworld
2015-08-20 01:54:09 +03:00
Rochet2
b9bc5343b4
Enable null as CastSpell target and Add IsCasting
...
Closes https://github.com/ElunaLuaEngine/Eluna/issues/160
2015-08-10 01:11:01 +03:00
Rochet2
a49f6f03ac
Update documentation and enable for TC the methods implemented for https://github.com/ElunaLuaEngine/Eluna/issues/80
2015-07-30 19:47:51 +03:00
Rochet2
e3dad741a5
Fix AddThreat typos
2015-07-27 20:25:29 +03:00
Rochet2
8fdd75cf4e
Add inheritance comments
2015-07-08 11:09:20 +03:00
Rochet2
85cd8e1900
Rework group methods, fix warnings and fix typos
2015-06-22 01:40:14 +03:00
Rochet2
5c68b7301a
Fix few doc types
2015-05-11 21:19:52 +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
Rochet2
633e3abcdc
Documentation and minor fixes
2015-04-30 10:47:06 +03:00