Commit Graph

157 Commits

Author SHA1 Message Date
Kargatum
cccf0623ee fix(Config): replace deprecated functions for AzerothCore (#7) 2021-10-22 17:39:09 +02:00
55Honey
bbd8f12e57 Merge pull request #2 from r-o-b-o-t-o/feat/http-requests
feat: add HttpRequest method
2021-10-20 21:11:21 +02:00
Yehonal
a3f12188b8 New player event: PLAYER_EVENT_ON_PET_ADDED_TO_WORLD (#3)
Co-authored-by: UltraNix <ultranix@gmail.com>
2021-10-08 08:56:19 +02:00
Axel Cocat
52c0d86a7d Merge branch 'ElunaLuaEngine:master' into feat/http-requests 2021-09-20 09:51:54 +02:00
Kitzunu
60d943f23b fix: Azerothcore mgr rename 2021-09-15 02:59:37 +02:00
Axel Cocat
45a5268c5a put http verbs in backquotes in documentation 2021-08-29 12:14:02 +02:00
Axel Cocat
84f201b6b0 feat: add HttpRequest method 2021-08-06 16:55:05 +02:00
Rochet2
89ee3b166e Merge pull request #358 from Winfidonarleyan/db
chore(Misc): make AzerothCore new api support
2021-06-22 12:44:09 +03:00
Axel Cocat
d533224895 add RunCommand() 2021-06-21 15:59:44 +02:00
Winfidonarleyan
dc300fe5cd chore(Misc): make AzerothCore new api support 2021-05-06 01:51:07 +07:00
UltraNix
c4383324fb Implemented ObjectGuid support for AzerothCore. 2021-04-21 19:55:37 +02:00
Rochet2
fc458ee0db Merge pull request #348 from WarheadCore/mutex
feat(GlobalMethods/AzerothCore): switch to new threading system
2021-04-16 21:25:53 +03:00
55Honey
f9ad7fb7f2 added documentation for return of SendMail()
added documentation for return of SendMail()
2021-03-19 17:34:46 +01:00
Winfidonarleyan
6448bf3869 feat(GlobalMethods/AzerothCore): switch to new threading system
Part https://github.com/azerothcore/azerothcore-wotlk/pull/4821
2021-03-15 21:57:19 +07:00
55Honey
688857b0f2 Added guid returns from SendMail
Previously only AC received guid returns from this PR.
This commit adds a return for all cores.
2021-03-15 12:15:38 +01:00
55Honey
620cb0ff15 new approach: multiple variables
Return the guid of items created by SendMail for Azerothcore.
Syntax:
item1, item2, item3, ... = SendMail(subject, text, receiverGUIDLow, senderGUIDLow, stationary, delay, money, cod, entry1, amount1, entry2, amount2, entry3, amount3...)
2021-03-13 20:55:25 +01:00
55Honey
2074daf065 Dont change the whole block. just the required line.
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2021-03-11 20:58:14 +01:00
55Honey
9941dc1ba3 added definition for different cores
added definition for Azerothcore and Trinity.
Other cores do not return a value.
2021-03-11 20:48:47 +01:00
55Honey
ce0c5bdc26 changed condition of mailGUID 2021-03-11 11:05:46 +01:00
55Honey
c04b0d1c4a added return of first sent items guid
- get the guid of the first item generated in the mail and return it to lua

- declaration of mailGUID to check if data was already pushed to lua in a previous walkthrough of the while loop, in case there are multiple items added
2021-03-11 10:46:46 +01:00
Rochet2
520034c1ff Merge branch 'master' of github.com:ElunaLuaEngine/Eluna into Elmsroth-rename-defines 2020-11-15 23:27:16 +02:00
Elmsroth
8e3b74e9b1 Rename some defines 2020-11-14 17:30:47 +01:00
Rochet2
6f4438ea2c Document undocumented return values of bound event functions (#335) 2020-10-02 23:16:08 +03: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
9c821527eb Add GetRealmID 2020-09-12 18:05:11 +02:00
Foereaper
b6a450569e Required changes for latest TC 2020-09-12 15:44:02 +02:00
Elmsroth
69a7b14d72 Add GameObjectAI Support 2020-05-29 09:47:14 +02:00
RedSkull-666
2cdf63d45f Update GlobalMethods and PlayerMethods
Add KickPlayer reason for Trinity
2020-04-09 11:07:47 +02:00
RedSkull-666
c58135b161 Trinity SQLTransaction
Ungroups Trinity from AzerothCore when necessary
Replaces SQLTransaction by CharacterDatabaseTransaction
2020-03-31 19:29:24 +02:00
Rochet2
570a45b703 Remove return value from OnDummyEffect to fix bug in spell procs - thanks to Vincent 2020-02-03 00:10:08 +02:00
Rochet2
aab1441a7a Fix mangos build 2020-01-11 15:26:43 +02:00
ksklyarov
ac7475893b fix build also for #2455 2019-11-19 01:09:24 +03:00
ksklyarov
91786703ab rename trinity->acore also in luaengine 2019-11-19 01:04:19 +03:00
Rochet2
d2b3bc867e Update GlobalMethods.h 2019-07-14 16:43:45 +03:00
Rochet2
34151cc744 Remove CreateCorpse, Improve Ban() 2019-07-06 23:25:47 +03:00
H0zen
43c3f08fe2 Fix MaNGOS build 2019-06-05 13:47:26 +03:00
WiZZy
71636498a6 Update GlobalMethods.h 2019-03-26 20:17:53 +02:00
WiZZy
70e01131e4 Update GlobalMethods.h 2019-03-26 17:20:53 +02:00
WiZZy
3eaa54dc72 Update GlobalMethods.h 2019-03-26 17:16:35 +02:00
WiZZy
70d2f8a77b Update GlobalMethods.h 2019-03-26 12:48:00 +02:00
Rochet2
2c7623c9fe Fix segfault with VendorRemoveAllItems 2018-11-19 23:26:17 +02:00
Rochet2
8697e932ae Fix mangos two build 2018-10-18 20:42:44 +03:00
Rochet2
40c50bbfbd Fix SendMail requiring relog 2018-10-08 00:06:06 +03: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
346d88dd5e Eluna fix mangos compilation 2018-01-15 22:19:17 +02:00
Rochet2
0aef6217af Merge pull request #256 from MangosServer/master
MaNGOS requested changes
2018-01-15 15:45:24 +02:00
Foereaper
d644b3a7f0 Added game event related methods 2017-11-12 12:37:27 +01:00
H0zen
7cc2b1306e MaNGOS changes 2017-11-10 22:41:38 +02:00
Rochet2
86a0ae93f0 Fix TC build 2017-08-02 21:16:03 +03:00